Skip to content
Third Person Shooter with high quality assets and lighting
Branch: master
Clone or download
akien-mga Merge pull request #34 from RazorDE/fix2
Settings: extended SSAO quality settings
Latest commit 67fdc92 Apr 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
door Update scene files for current Godot 3.1 Mar 4, 2019
enemies/red_robot Fix robot's aim Apr 1, 2019
fx Update scene files for current Godot 3.1 Mar 4, 2019
level Merge pull request #34 from RazorDE/fix2 Apr 20, 2019
menu Add quit button in menu and Esc hotkey in game Mar 16, 2019
music
player Add quit button in menu and Esc hotkey in game Mar 16, 2019
testlevel Update scene files for current Godot 3.1 Mar 4, 2019
.gitattributes missing gitattributes Oct 7, 2018
.gitignore Initial commit Oct 7, 2018
LICENSE.txt Add clear setup instructions to README Oct 7, 2018
README.md Mention git lfs install in README Apr 11, 2019
default_bus_layout.tres Update scene files for current Godot 3.1 Mar 4, 2019
default_env.tres Update scene files for current Godot 3.1 Mar 4, 2019
icon.png Initial Public Commit Oct 7, 2018
icon.png.import Update .import files for current Godot 3.1 Mar 4, 2019
project.godot Add quit button in menu and Esc hotkey in game Mar 16, 2019
reactorcorecylinder_reactor_cilinder_Emissive.png Initial Public Commit Oct 7, 2018
reactorcorecylinder_reactor_cilinder_Emissive.png.import Update .import files for current Godot 3.1 Mar 4, 2019
screenshot.png Added a screenshot Oct 7, 2018
screenshot.png.import Update .import files for current Godot 3.1 Mar 4, 2019

README.md

Third Person Shooter Demo

Screenshot of TPS demo

Third person shooter demo made using Godot Engine 3.1.

Note: Until Godot 3.1-stable is released, you need a recent build from Godot's master branch to run this demo. You can build the engine from source, or use one of @Calinou's nightly builds.

Note 2: The repository is big and asset importing not well optimized yet, so expect a high CPU and RAM load when opening the project for the first time.

Git LFS

This demo uses Git LFS to store the heaviest assets.

You need to install the Git LFS extension on your system, so that Git can fetch the assets from the LFS repository. It should happen automatically when using the usual Git commands.

If you cloned this Git repository before installing Git LFS, or if for any other reason you get errors importing .dae files in Godot, try to run those commands manually:

git lfs install
git lfs fetch
git checkout master

License

See LICENSE.txt for details.

You can’t perform that action at this time.