Original Post — Direct link

I've successfully setup a dedicated server for myself and 5 friends. It's a PvP scenario with 6 teams, individual research, but allied teams by setting all teams to team # 1. One of my friends joined and his team isn't set to 1. Is there a console command to change the team number? All google results help with team NAME changing but can't find a reference to the team #. Thanks in advance! Love the game, the devs, and you folks. Party on.

External link →
about 3 years ago - /u/Klonan - Direct link

This should set all teams to team 1:

/c for k, team in pairs (global.pvp.config.teams) do team.team = 1 end for k, team in pairs (global.pvp.config.teams) do set_diplomacy(team) end