Source SDK

Source SDK

Peptidase Sep 19, 2016 @ 8:42am
[Question] Sprinting without HEV suit
How could i make a Character able to sprint without the HEV suit? If that is too difficult how can i disable the Hud so it removes the impression that the character isnt using a suit?
< >
Showing 1-3 of 3 comments
76561198041347291 Sep 19, 2016 @ 10:00am 
Use a player_speedmod. In the flag tab, there are different options, one of the being 'Supress HUD'.

However, for it to actually work, you will have to have a logic_relay trigger the player_speedmod.
Name your player_speedmod "hudremover" (without the quotes).

Put this in your logic_relay.

OnTrigger
hudremover
ModifySpeed
0.99

Finally, trigger the logic_relay with a trigger_once brush.
Last edited by 76561198041347291; Sep 19, 2016 @ 10:00am
Wazanator Sep 19, 2016 @ 12:57pm 
Pretty sure there's just an if statment check in the code to see if they've picked up the HEV suit.
pathtostair Mar 31, 2020 @ 10:05pm 
didn't work
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Sep 19, 2016 @ 8:42am
Posts: 3