AlexInVr Ohh I see. Thanks for clarifying! And thank you for the script as well!
Hulkster
Posts
-
[ZM][RELEASE][PLUTO SCRIPT] Backspeed + game and round timer patch -
[ZM][RELEASE][PLUTO SCRIPT] Backspeed + game and round timer patchI 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.
-
[ZM][RELEASE][PLUTO SCRIPT] Backspeed + game and round timer patchScript 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)
-
[Zombies]Aim assist WaW(lock on)Unitivebeatle41 I Actually did. I placed the aim_assist.gsc file in %localappdata%\Plutonium\storage\t4\raw\scripts\sp and it started working. I guess I was just placing the file in the regular scripts folder in the t4 directory and not inside the the scripts folder located in the raw folder. So just make sure you select the scripts folder inside the RAW folder. Hope this helps!
-
[Zombies]Aim assist WaW(lock on)I was able to get the bo1 script created by dontknowletspl working perfectly
Although, I can't seem to get this W@W Script to work whether i put it in the sp folder or zom folder
Maybe I'm doing something wrong not sure though. Any help is appreciated!