Hello, I have a pillar map that I would like to increase the round limit past 100. Currently, after 100 rounds the game ends and everyone has to match-make again. I would like to avoid this and let people fight for much longer.
I know this is possible as I have seen it done on other maps. Specifically, I have seen the round limit be 1000 instead of 100.
Does anyone know how I can set this? The island settings cap me at 100.
You can create your own logic with Verse and devices to reset the round without actually ending it using round device, then you can have as many rounds as you want.
I don’t know of any tutorials and it will be different depending on what happens in your game, but you can have a RoundEnd Trigger that gets triggered when you want the round to end. Then you do what you want to happen when the round ends, such as respawn players, clear inventory, add score, etc. You can use devices or Verse, probably a mix of the two.
I’m not sure if it will work for that or not, but I have done it with other settings and it worked. You can try to type the number you want into the search bar then copy it and paste it into the rounds and see if it works. I know it works for extending the maximum radius on the explosion device and a few other settings. It’s worth trying