Dynamically adjust 'Eliminations to End' value?

I have published a team VS map and have the ‘Eliminations to End’ in the Island Settings set to 30 now.

Screenshot 2023-05-30 234919

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.

Thank you!

1 Like

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.

2 Likes

Hi @Jelden ! (welcome to the forums!)

Thanks for the updated info and suggestion. I’ll look into that. I’m just starting with Verse but I will keep that as an option in the future.