Raised This Month: $51 Target: $400
 12% 

TF2: Player maxspeed limited to 400 ?!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Tauphi
SourceMod Donor
Join Date: Sep 2004
Location: Germany
Old 02-24-2008 , 11:46   TF2: Player maxspeed limited to 400 ?!
Reply With Quote #1

Hi,

i want to change to movement speed of a player in TF2. but it seems, that i cannot set a value higher than 400 ...

i use the following command to set the speed:
Code:
SetEntDataFloat( client , FindSendPropOffs("CTFPlayer","m_flMaxspeed") , 100.0 , true  );
with 100 it works fine ... but every value higher than 400 seems to be locked to 400 ...

does someone know how i can change a player max speed to 500 for example? are there global cvars which handle that, too ?

i used tf_maxspeed 600 and sv_maxspeed 600, too ... but without any success ...

thx for help
andi
__________________
Tauphi is offline
Send a message via ICQ to Tauphi Send a message via Skype™ to Tauphi
Muridias
Member
Join Date: Feb 2008
Old 02-24-2008 , 15:32   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #2

Hey I notice you was working on spawning the sentry gun. Where do you find the m_flMaxspeed? Do you have a list of all the m_ ?
m_flMaxspeed
Muridias is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 02-24-2008 , 16:41   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #3

http://etf.joe.to/netprops-tf2.txt

If you type "sm_dump_netprops <file>" into your server console, it will dump what I linked up above to <file>.
bl4nk is offline
Muridias
Member
Join Date: Feb 2008
Old 02-25-2008 , 00:37   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #4

Wow thanks bro. I really need this. Sorry I couldn't help you out.
Muridias is offline
Tauphi
SourceMod Donor
Join Date: Sep 2004
Location: Germany
Old 09-07-2008 , 06:53   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #5

after years ... back to topic, again

does still nobody know a way to increase the max movement speed higher than 400 ?
__________________
Tauphi is offline
Send a message via ICQ to Tauphi Send a message via Skype™ to Tauphi
p3tsin
Senior Member
Join Date: Sep 2005
Location: Finland
Old 09-07-2008 , 10:25   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #6

Not sure, but I'd say its limited by the client cvar cl_forwardspeed. No idea what could be done to it as servers cant touch clients settings, plus its a cheat cvar...
__________________
plop
p3tsin is offline
Lord Max
Senior Member
Join Date: Aug 2008
Location: 127.0.0.1
Old 09-07-2008 , 10:59   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #7

Quote:
Originally Posted by Tauphi View Post
after years ... back to topic, again

does still nobody know a way to increase the max movement speed higher than 400 ?
Just decompile the player class CTX files and increase the speed. I find twice the normal speed is enough on my servers.

Enjoy,

Lord Max
Lord Max is offline
Tauphi
SourceMod Donor
Join Date: Sep 2004
Location: Germany
Old 09-07-2008 , 12:12   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #8

i already decompiled the CTX files ...

for example this file:
\tf\scripts\playerclasses\scout.txt

but when i change his maxspeed to 800 it has no effect ...
the server side cvars tf_maxspeed and sv_maxspeed with both 800 have no effect, too ...

and i changed the cl_forwardspeed to 800, too ... no effect

is there another place where maxspeed settings are stored ?
__________________
Tauphi is offline
Send a message via ICQ to Tauphi Send a message via Skype™ to Tauphi
necrosect
Senior Member
Join Date: Jun 2008
Old 09-08-2008 , 12:13   Re: TF2: Player maxspeed limited to 400 ?!
Reply With Quote #9

I have the same thing - have modified all the playerclass ctx files to 400, but any increase above this has no effect, tried doing "sm_cvar tf_maxspeed <x>" but doesn't make a difference either
necrosect is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode