I’d like to create a small interface that all players can see on screen, that tracks the remaining players that are alive per team. There are 4 teams, with four players max. I’ve seen other maps pull this off… but i don’t know where to start.
I haven’t really paid attention to know for sure, but using a HUD Controller Device has an option for Show Team Info, so I don’t know if that effects the Player and Team numbers under the Minimap in HUD
Another option is to use Player Counter Devices to get the amount of players per team and track those with a Tracker for each team, set to track events and to display on the HUD. Using the functions and events of these you can increment target value to represent players in team overall and decrement tracker value for players eliminated
There are a couple of ways to do it according to your situation, but setting tracker to do nothing when complete and using 2 player counters per team, with one set not to include spectators could be an option.
I think what i want can be done through verse. Something that appears on the UI for all players, like this. Please forgive me for not being as clear initially.
The number would go down as players are eliminated, and if there is no player on one team, that teams’ box wouldn’t appear. I even made custom assets for it, so i’m not sure if the in-game devices would allow me to use them…