PDA

View Full Version : Maxspeed...


knekter
03-20-2004, 00:28
this is a simple question, when using set_user_maxspeed, if you set his speed to like 1.5 will that make him faster, guessing that 1.0 is normal.

Freecode
03-20-2004, 00:32
no.
the normal (with knife) speed is 320.0
1.0 is extrmely SLOOOOOOOOOOOOOOW

tnsk8er27
03-20-2004, 00:44
if you make it so someone can run really fast wouldnt that lag the server?

Freecode
03-20-2004, 00:55
if you make it so someone can run really fast wouldnt that lag the server?
not at all

tnsk8er27
03-20-2004, 01:18
so if i wanted i could make a plugin that could slow some one down or spped some one up......err i mean NEVERMIND


lol hahaha

[RED-Designs]
03-20-2004, 07:45
so if i wanted i could make a plugin that could slow some one down or spped some one up......err i mean NEVERMIND


lol hahaha

I already have done this, but the plugin became buggy when converted the AMXX. I will need to rewrite it then post it :D

IceMouse[WrG]
03-20-2004, 09:46
Gravity is a multiplyer of the current gravity, but that is the only one... Things like maxspeed are not multiplyers... And yes, 320.0 is with a knife, and thats the max in most places I belive(If you want to know how to do more look at Ludwig Van's Roll the Dice plugin over at AMX Mod)

knekter
03-20-2004, 13:07
1 question, I set sv_maxspeed 1000 and gave myself set_user_maxspeed(id,700.0) and I was no faster then normal? why?

Freecode
03-20-2004, 13:14
you need to set speed on ResetHUD and on CurWeapon because thats when it changes.

BAILOPAN
03-20-2004, 13:17
try like 8000
and also you can try sv_maxspeed 8000

tnsk8er27
03-20-2004, 13:21
damn you red i was gonna make one hahaha

Freecode
03-20-2004, 13:31
try like 8000
and also you can try sv_maxspeed 8000
top speed is 1000.0

tnsk8er27
03-20-2004, 13:34
aww thats no fun

[RED-Designs]
03-20-2004, 14:03
1 question, I set sv_maxspeed 1000 and gave myself set_user_maxspeed(id,700.0) and I was no faster then normal? why?

Some clients act differently when it comes to sv_maxspeed tweaking. You may have to for the time being make "cl_forwardspeed", "cl_sidespeed", and "cl_backspeed" the same number as the one you set the sv_maxspeed at

try like 8000
and also you can try sv_maxspeed 8000
top speed is 1000.0

I have gone beyond 1000.0, It does increase after 1000.0 but stops showing any real noticable change after about 5000.0

I have had 2000 on one user and 1000 on another and they go different speeds. Both have the tweaked cl_...speed cvars at the same value. Unless this is an oddity or a bug it does happen :D

Freecode
03-20-2004, 14:24
not sure what any of the players been smoking but im pretty sure ( 99.9%) 1000.0 is the limit

[RED-Designs]
03-20-2004, 14:28
not sure what any of the players been smoking but im pretty sure ( 99.9%) 1000.0 is the limit

Thats wierd. Is the cvar itself limited or how the function works in AMX/X?

If the cvar then I know I can set sv_maxspeed to 100000000 and it will be such.

IceMouse[WrG]
03-20-2004, 15:33
Limit

Freecode
03-20-2004, 15:35
top is 1000 period.

fakkjoo
03-20-2004, 15:40
1000 cant be top speed.. isnt it the same like in quake were a friend yesterday was up in 1600 :D

[RED-Designs]
03-20-2004, 15:45
1000 cant be top speed.. isnt it the same like in quake were a friend yesterday was up in 1600 :D

Just tested, the cvar itself ISNT limited. I just made it twenty nines and it held the number.

Freecode
03-20-2004, 15:58
it will hold anything but the max speed is 1000

[RED-Designs]
03-20-2004, 16:00
it will hold anything but the max speed is 1000

Ok, I'm sure you are right. I'm not trying to argue with you, though I have seen speeds about 1000.

MagicShot
03-21-2004, 02:38
it will hold anything but the max speed is 1000

Isn't that the limit with the HL Engine?

IceMouse[WrG]
03-21-2004, 13:13
Yes

MagicShot
03-21-2004, 15:54
]Yes

Thanx IceMouse.. :lol: Thats what I was thinking..