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

[REQ] Make sv_spectatormaxspeed go above 500


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
GoldNux
Senior Member
Join Date: Mar 2018
Old 03-09-2018 , 04:28   [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #1

SOLVED

I'm working on a little program that lets me do smooth camera paths when spectating live games, it will hopefully look something like the transition in professional cs:go tournaments when I'm done.

But the free look speed set by sv_spectatormaxspeed only goes to 500, is there a way to make it go higher?

Thank you very much!

Last edited by GoldNux; 03-12-2018 at 11:46.
GoldNux is offline
JocAnis
Veteran Member
Join Date: Jun 2010
Old 03-11-2018 , 16:50   Re: [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #2

first time hearing thta command..probably you tried

amx_cvar sv_spectatormaxspeed 1000
JocAnis is offline
GoldNux
Senior Member
Join Date: Mar 2018
Old 03-11-2018 , 20:23   Re: [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #3

Quote:
Originally Posted by JocAnis View Post
first time hearing thta command..probably you tried

amx_cvar sv_spectatormaxspeed 1000
I can make it go slower but not faster using this.

Thank you!
__________________
Try my version of de_dust2, I think it's great and you should check it out!
https://gamebanana.com/mods/83731
GoldNux is offline
JocAnis
Veteran Member
Join Date: Jun 2010
Old 03-11-2018 , 21:48   Re: [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #4

my bad...here is the thing what should be changed (server side + client)

sv_maxspeed 2000
sv_spectatormaxspeed 2000

cl_forwardspeed 2000
(optional down)
cl_backspeed 2000
cl_sidespeed 2000

'we' can make a plugin to automatize these cvars if you want

Last edited by JocAnis; 03-11-2018 at 21:49.
JocAnis is offline
GoldNux
Senior Member
Join Date: Mar 2018
Old 03-11-2018 , 22:00   Re: [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #5

Quote:
Originally Posted by JocAnis View Post
my bad...here is the thing what should be changed (server side + client)

sv_maxspeed 2000
sv_spectatormaxspeed 2000

cl_forwardspeed 2000
(optional down)
cl_backspeed 2000
cl_sidespeed 2000

'we' can make a plugin to automatize these cvars if you want
Oh, awesome find!
I can maybe make a alias bind in my config for this.
I have also set up stuff like "spec_mode 4" binds so I can switch nicely when spectating/commenting a match or tournament.

Thank you brother!
__________________
Try my version of de_dust2, I think it's great and you should check it out!
https://gamebanana.com/mods/83731
GoldNux is offline
JocAnis
Veteran Member
Join Date: Jun 2010
Old 03-11-2018 , 22:05   Re: [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #6

ye, but be aware...sv_maxspeed will be opened...so if anyplayer catch that, he can use cl_forwardspeed 2000...it would be interesting atleast
JocAnis is offline
GoldNux
Senior Member
Join Date: Mar 2018
Old 03-11-2018 , 22:08   Re: [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #7

Quote:
Originally Posted by JocAnis View Post
ye, but be aware...sv_maxspeed will be opened...so if anyplayer catch that, he can use cl_forwardspeed 2000...it would be interesting atleast
Haha I know right ;)

I have found before that if you bind cl_forwardspeed 149, you can "run" without making noise.
But it is cheating so I don't use it hehe, but for fun I made this alias:

alias +speedwalk "cl_backspeed 149; cl_sidespeed 149; cl_forwardspeed 149; m_yaw 0"
alias -speedwalk "cl_backspeed 400; cl_sidespeed 400; cl_forwardspeed 400; m_yaw 0.022"
bind "MOUSE3" "+speedwalk"
__________________
Try my version of de_dust2, I think it's great and you should check it out!
https://gamebanana.com/mods/83731
GoldNux is offline
JocAnis
Veteran Member
Join Date: Jun 2010
Old 03-11-2018 , 22:14   Re: [REQ] Make sv_spectatormaxspeed go above 500
Reply With Quote #8

tested again now, even when you add sv_maxspeed 1000...player's speed (while alive) is not changed (also used cl_forwardspeed to 1000)...and only in spec mode its faster...dont know why it doesnt work for alive but thats good for you lol

haha that 149 is smooth idea

Last edited by JocAnis; 03-11-2018 at 22:15.
JocAnis 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 03:16.


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