Go to file
carni e1af866014 first commit 2024-05-13 17:37:53 +02:00
addons/Basic FPS Player first commit 2024-05-13 17:37:53 +02:00
.gitattributes first commit 2024-05-13 17:37:53 +02:00
.gitignore first commit 2024-05-13 17:37:53 +02:00
LICENSE first commit 2024-05-13 17:37:53 +02:00
README.md first commit 2024-05-13 17:37:53 +02:00
hq2_ambience.obj first commit 2024-05-13 17:37:53 +02:00
hq2_ambience.obj.import first commit 2024-05-13 17:37:53 +02:00
icon.svg first commit 2024-05-13 17:37:53 +02:00
icon.svg.import first commit 2024-05-13 17:37:53 +02:00
map_.tscn first commit 2024-05-13 17:37:53 +02:00
map_CSGMesh3D.tscn first commit 2024-05-13 17:37:53 +02:00
map_MeshInstance3D.tscn first commit 2024-05-13 17:37:53 +02:00
project.godot first commit 2024-05-13 17:37:53 +02:00

README.md

Basic-FPS-Player-GODOT-4.0

(GDScript) Godot 4.0 very basic FPS player controller with mouse and keyboard input for a kick start in your fps project. Current version V1.2

  • Basic walk + jump
  • Head bob
  • Mouse acceleration + smoothing
  • Easy action rebinding

Installation

See: Youtube Installation Video

Usage

All relevant settings are exported to godot to tweak within the editor.

The character will only listen to mouse input when the mouse is captured; (Input.mouse_mode = Input.MOUSE_MODE_CAPTURED).

Enjoy! :)