Godot Third Person Shooter with high quality assets and lighting
#godot #project #sample #demo #third-person

Aaron Franke 0aae391a5d Update README for the new 3.3 branch 3 tahun lalu
.github 65c79f0a29 Update gitignore, CI script, and repo metadata 4 tahun lalu
door bdd5b7d054 Set use_legacy_names to false 4 tahun lalu
effects_shared bdd5b7d054 Set use_legacy_names to false 4 tahun lalu
enemies bdd5b7d054 Set use_legacy_names to false 4 tahun lalu
level bdd5b7d054 Set use_legacy_names to false 4 tahun lalu
main ab16a938f9 Add a bloom quality setting 5 tahun lalu
menu 4bf519164c Update to Godot 3.3 4 tahun lalu
player 97814e810b Merge pull request #110 from Calinou/improve-crosshair 3 tahun lalu
screenshots c8b75a1263 Optimize PNG images using oxipng 5 tahun lalu
.gitattributes 65c79f0a29 Update gitignore, CI script, and repo metadata 4 tahun lalu
.gitignore 65c79f0a29 Update gitignore, CI script, and repo metadata 4 tahun lalu
LICENSE.md d52fe4bb89 Update README for the new 3.2 branch 4 tahun lalu
README.md 0aae391a5d Update README for the new 3.3 branch 3 tahun lalu
default_bus_layout.tres 5bd97e7712 Remake the level using GLTF and compound colliders 5 tahun lalu
default_env.tres caac12635f Update default_env.tres to the Godot 3.1/3.2 default environment 5 tahun lalu
file_format.sh 65c79f0a29 Update gitignore, CI script, and repo metadata 4 tahun lalu
icon.png c8b75a1263 Optimize PNG images using oxipng 5 tahun lalu
icon.png.import f801291f22 Update .import files for current Godot 3.1 6 tahun lalu
project.godot 235d9a912f Cache shaders on the menu 4 tahun lalu

README.md

Third Person Shooter Demo

Third person shooter demo made using Godot Engine.

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/678

Screenshot of TPS demo

Godot versions

  • The master branch is compatible with the latest stable Godot version (currently 3.4.x).
  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

    • 3.3 branch for Godot 3.3.x.
    • 3.2 branch for Godot 3.2.2 or 3.2.3.
    • 3.2.1 branch for Godot 3.2.0 or 3.2.1.
    • 3.1 branch for Godot 3.1.x.

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

Git LFS

Git LFS is no longer required for the current master branch. You only need Git LFS if you are checking out the 3.1 or 3.2.1 branches. Those branches have instructions for Git LFS in their README files.

Running

You need Godot Engine to run this demo project. Download the latest stable version from the website, or build it from source.

You can either download from the Godot Asset Library, clone this repository, or download a ZIP archive.

Useful links

License

See LICENSE.md for details.