Source SDK

Source SDK

Wangon Feb 17, 2018 @ 4:27am
How to change jump height? (CS:GO)
For 1 player.
< >
Showing 1-5 of 5 comments
Peter Brev Feb 19, 2018 @ 4:39am 
Need more info.

How would you like to have this triggered? At what point should this get triggered? Are you trying to target somebody with a specific name?
Wangon Feb 19, 2018 @ 5:07am 
I don't know how to explain. When trigger is triggered then player which triggered the trigger will have 2x higher jump but everywhere not like in trigger_gravity.
Wangon Feb 19, 2018 @ 5:07am 
Like entity which modify speed
Peter Brev Feb 19, 2018 @ 6:03am 
The only way you will be able to have a player's jump height modified is by using a trigger_gravity. You don't have to be in the volume for the gravity to affect you. It's once you touch it that the new gravity gets applied until a new trigger_gravity is touched.

Using a point_servercommand to change sv_gravity cvar will affect everyone.
GumPum Feb 19, 2018 @ 9:10am 
point_servercommand should not work anymore on CS:GO server.

You could create a trigger_once with an output:

OnStartTouch
!activator
AddOutput
gravity 0.5

Create a filter_activator_name too. Give it the name "filter_activator" and the Filter Name "activator" both without "".
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Feb 17, 2018 @ 4:27am
Posts: 5