[ZM][RELEASE][PLUTO SCRIPT] Backspeed + game and round timer patch
-
works exactly as intended with no need of a download
-
Would this work for coop games? Shall all of us have the patch installed?
-
Asmotoanico scripts are server side so only the server can load them, so here the server is the host
-
Resxt Oh, nice. Thanks for the answer
-
Script works perfectly! Just wondering what the "custom Round Think" lines do? (lines 17-87) and if they're essential or just QoL fixes (Not very knowledgeable on these kinds of things so apologies if this is a silly question)
-
I was also able to move the timer location to be in the top left corner for people with 1080p monitors. Ive never used a 1440p monitor so you might have to tweak a little more for those
For the game timer fix the X-Y on lines 105 & 106 to:
hud.x = hud.x - 1;
hud.y = hud.y + -5;For the Round timer fix the X-Y on lines 130 & 131 to:
hud.x = hud.x - 1;
hud.y = hud.y + 9;I would also change the fontscale from 1.2 to 1.6 on lines 107 & 132 just so the timers can be a tad bigger.
I also changed "settimerup" from 1 to 0 on line 113 just so the timers can start together (Just personal preference)
The timer should now look like the photo I shared.
-
Hulkster So basically the custom round think is just so I could add in the notifiers for the round timer, I basically copy pasted the regular method, and added 2 notifiers lmao
-
AlexInVr Ohh I see. Thanks for clarifying! And thank you for the script as well!
-
Hulkster you're welcome man, enjoy !
-
and for five is there a name for the folder?