How to start matches in more high rounds in zombies
-
Hi, i want to know if there's a way to start a zombie match from an specific round, because sometimes i have to quit to do other things and i would like to restart the game at the round i left it. I know the Remix mods from 5and5 have a strat tester that lets you select which round you want to start from, but it omits special rounds like the hellhounds. Is there a command, a mod, or any way to do that by myself? Thanks in advance for any help.
-
You can set
level.round_number
through gsc to whatever.My suggestion would be to set the variable with
getdvarintdefault
found in_utility.gsc
.
So all in all something along the lines oflevel.round_number += getdvarintdefault("sv_skipRounds",0)
. -
It doesn't work for me, could you tell me a single command and where to place the round please?
-
You could also use chat commands to manually pick your round any time you want as an alternative. I have a chat commands script on my Github that can do that. Just note that you'll need to type in chat, it's not automatic when the game starts
-
Resxt Hi, i installed your scripts and it works totally fine, thank you for your help!!
-
CaralloCheirento Is there a way to only delete the code that omits the special rounds? I'm practicing high rounds on Die Rise rn and I want the max rounds to be enabled. Tried looking for the exact code in the file but can't seem to find it?
-
Is there a way to only delete the code that omits the special rounds? I'm practicing high rounds on Die Rise rn and I want the max rounds to be enabled. Tried looking for the exact code in the GSC file but can't seem to find it?
-
Resxt Hi, for 5and5's strat tester is there a way to only delete the code that omits the special rounds? I'm practicing high rounds on Die Rise rn and I want the max rounds to be enabled. Tried looking for the exact code in the GSC file but can't seem to find it?
-
Xerxes Is there a way to only delete the code that omits the special rounds? I'm practicing high rounds on Die Rise rn and I want the max rounds to be enabled. Tried looking for the exact code in the file but can't seem to find it?