I have published a team VS map and have the ‘Eliminations to End’ in the Island Settings set to 30 now.
This is totally fine unless the game ends up with very few players. Is there a way to set the value of ‘Eliminations to End’ so it is lower if there is a specific range of players and higher for a different ranges? I think 3 different ranges would be great.
Hello! Dynamically changing the Eliminations to End value is not currently supported.
You could potentially use Verse to track when players are eliminated using the Elimination Manager device and then end the game/round using the End Game Device depending on the number of players. GetPlayspace().GetPlayers().Length will give you the current number of players.