Facepunch / garrysmod-requests

Feature requests for Garry's Mod
83 stars 24 forks source link

hl2 jumpboost #436

Open deinemudda32 opened 9 years ago

deinemudda32 commented 9 years ago

Add a convar for disabling hl2 jumpboost in sandbox. :L I hate it.

Cynosphere commented 9 years ago

What do you mean "hl2 jumpboost"?

Jvs34 commented 9 years ago

He means this: https://github.com/garrynewman/garrysmod/blob/c552b5b91ffdedac6fc9e35c64e08b0e1cdca7a2/garrysmod/gamemodes/sandbox/gamemode/player_class/player_sandbox.lua#L151-L202

_Kilburn ported it to Lua so it could work in multiplayer.

If you really hate it then make a player class inherited from player_sandbox and blank out StartMove and FinishMove, and don't forget to set the player's class to the new one on player spawn.