All Projects → 0xspig → 3dCharacterController

0xspig / 3dCharacterController

Licence: GPL-3.0 license
Godot 3D Character Controller with BHops, air strafing, and old style kinematic movement

Programming Languages

GDScript
375 projects
GLSL
2045 projects

Old Style FPS Controller

Godot 3D Character Controller with BHops, air strafing, and old style "broken" kinematic movement.

This is a character controller that mimics the older "broken" version of move_and_slide. It has a constant move speed on slopes rather than the "correct" decelerating on ascent and accelerating descent and will stop on slopes below the max climb angle. Also supports bunny hopping and air strafing. Uses mouse for look. Inputs are mapped to "forward", "back, "left, "right", "crouch", and "jump". Max climb angle, move speed, acceleration, and friction all set with exports.

Crosshair is available standalone at https://github.com/0xspig/CrosshairShader

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].