rtcwmp-com / rtcwPro

RtcwPro - Competition Mod for Return to Castle Wolfenstein
http://rtcwpro.com
GNU General Public License v3.0
26 stars 6 forks source link

Prevent spinning scripts #283

Closed krazykaze81 closed 3 years ago

krazykaze81 commented 3 years ago

"com_maxfps 60; wait 2; cl_yawspeed 11250; +left; wait 2; -left;cl_yawspeed 140; com_maxfps 125" -- script example I think we could clamp cl_yawspeed in the configs to upper and lower bounds

natelo commented 3 years ago

I think this is unneeded as cvar restrictions can clamp cvars so there's really nothing to do here.

krazykaze81 commented 3 years ago

We do have cl_yawspeed clamped to 180 max so that may be all we need. Closing for now.