Garry's Mod

Garry's Mod

Animated Sprinting
Showing 1-10 of 10 entries
Update: 12 Jan, 2024 @ 2:42am

- Made AnimatedSprinting_limitmousemovement default to 1 (disabled)

Update: 10 Jan, 2024 @ 3:40pm

- Code cleanup and optimization
- Added turn limiting

Update: 7 Jan, 2024 @ 11:56am

- Fixed not being able to disable the addon with the cvar

Update: 6 Jan, 2024 @ 2:56am

- Better checking for when to restrict movement speed if "Forward-Only" sprinting is enabled. Now only limits when player's IsSprinting is true and when their current max move speed is more than their walk speed.

Also now checks if Forward-Only is even enabled at all.

This fixes the issue with going too fast when prone with the Prone Mod.

Update: 5 Jan, 2024 @ 7:53am

- Fixed issue where the anim would not stop when unsprinting in Singleplayer

Update: 5 Jan, 2024 @ 6:59am

Major code rework - should fix most mechanical issues
Added config saving - settings are now stored in a JSON file in the data folder

Update: 5 Jan, 2024 @ 2:46am

- Fixed T-Posing in MP (hopefully)
- Fixed angle restriction being active in noclip

Update: 17 Mar, 2023 @ 7:22am

Added console commands
Changed maxside velocity calculation so it is a percentage of the player's max sprint speed. This should make it so the functionality works consistently across different sprint speeds.

Update: 11 Mar, 2023 @ 2:12am

Fixed addon not working in SP due to stupid "predicted hook" crap

Fixed error when sprinting without weapons

Added "passive" holdtype to the rifle anim list

Update: 10 Mar, 2023 @ 8:48am