Using slowmotion without sv_cheat 1
Hello guys,
I hope that I'm in the right section, well my question is if it's possible to use host_timescale without sv_cheat 1 ? so that we can make the slow motion work in coop mission maps online =] thanks! |
Re: Using slowmotion without sv_cheat 1
No its not posible it will not work or break the gameplay.
|
Re: Using slowmotion without sv_cheat 1
You could perhaps take a look at Freak Fortress 2 Plugin and see how they deal with host_timescale there or slow motion :D
|
Re: Using slowmotion without sv_cheat 1
...sort of. Quick pseudo-code:
Code:
You may need to set each client's cheat value when you do that-I'm not too sure. If so... Code:
EDIT: This uses new-style syntax so you'll need a 1.7 compiler to compile this. |
Re: Using slowmotion without sv_cheat 1
You can remove the cheats value out of it for the duration of the slow motion, query player host_timescale and kick them if they try to change it while in slowmotion
|
Re: Using slowmotion without sv_cheat 1
Not sure what game your using.
However timescale only effects sounds in csgo. It doesn't slow down gameplay. You can set it using sm_cvar in console to confirm. Also be careful as you can crash your server and clients if set to high or low. |
Re: Using slowmotion without sv_cheat 1
it does slowdown the gameplay, everything.
|
Re: Using slowmotion without sv_cheat 1
Quote:
|
Re: Using slowmotion without sv_cheat 1
This could work
PHP Code:
|
Re: Using slowmotion without sv_cheat 1
Thanks all for the responds, it seems that the only way is to set sv_cheat 1 during the slow motion and set it back to 0 when the slow motion ends (using a timer like you guys said).
The game mode it's not really a mod tbh it's just some funny maps (coop missions) I found them in workshop but it seems that they won't work in dedicated servers after asking the maps creator. |
| All times are GMT -4. The time now is 08:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.