What's new

Discussion Got a mod with fast moving speed etc, need help making it slow mo,

  • Thread starter OMG ITS JOEY XD
  • Start date
  • Views 712
OMG ITS JOEY XD

xJTAGx JoeyxD

Getting There
Messages
1,810
Reaction score
120
Points
230
Sin$
0
Hello well i wanted a code post with Slow mo but i was given one with super speed can anyone give me a hand turning it slow mo, i thought i can not just change one dvar as i also need like the slow mo certain lobbies have like when you fall slower etc. Let me know thanks.
 
StackOverflow

o0xIBrUnKhOrST

Getting There
Messages
2,257
Reaction score
252
Points
250
Sin$
7
find the dvar, at make the value significantly lower. Simple.
 
The Blob

The Blob

xXxThe11thxXx ?
Messages
662
Reaction score
68
Points
95
Sin$
7
yeah like when u set the speed fast should be like 1.5 or something and normal is 1.0 and if u want slow mo then just set it to like 0.5
 
Andrew74

Andrew74

Enthusiast
Messages
824
Reaction score
219
Points
165
Sin$
7
Code:
self setClientDvar("timescale", 0.5)

<3

//3 below are lobby speeds
self setClientDvar("timescale", 1) //Default speed
self setClientDvar("timescale", 0.5) //slow mo
self setClientDvar("timescale", 5) //Super speed
//3 Below are player speeds
self setClientDvar("g_speed", 180) //default or setting 190 is default im not sure
self setClientDvar("g_speed", 999) //super fast
self setClientDvar("g_speed", 60) //slow
 
Nooga

Nooga

Enthusiast
Messages
293
Reaction score
35
Points
85
Sin$
0
Code:
self setClientDvar("timescale", "1") //Default setting
self setClientDvar("timescale", "10") //Highest you can connect to
self setClientDvar("timescale", "0.1") //Super Slo-Mo
 
Top Bottom
Login
Register