JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Tap sprint to roll, crouch exclusively crouches #299

Open Silverfang22 opened 5 years ago

Silverfang22 commented 5 years ago

This prevents you from making accidental rolls when you're trying to be sneaky or trying to just duck down in cover while moving.

Tapping sprint causes you to roll in whatever direction you're running Holding sprint, well sprints as currently implemented.

DarthFutuza commented 5 years ago

Sounds good unless you want to have it be something like c == roll, and ctrl == crouch

Silverfang22 commented 5 years ago

I would be okay with that being an optional bind:

Roll + Sprint = Default shift Crouch = Default ctrl Sprint = Not bound by default Roll = Not bound by default