Skip to content

Using teams

MoutonBinoclard edited this page Aug 12, 2025 · 2 revisions

So if you're here, it means you are organizing a duo, squad or maybe an trio event ! Don't worry you got this. So let's talk about what to need to change in the code to make it work

Activate the teams mode

In the settings, enable team_mode. Activate Auto_team to autoautomatically create teams (MAY CONTAIN BUG, ALWAYS DISSABLE TO CREATE THE FINAL LEADERBOARD). Then save

Creating the teams

When you'll run the code, if no round are detected the code will create a txt file named SPC_teams.txt and launch an interface to create the teams.
After creating the teams, just hit finished. Now the code knows who is with who

Edit the teams (If not autoteam)

You made a mistake or want to change something ? Two way :

  • Either you delete the SPC_teams.txt and run the code again
  • Or you edit the txt file by changing the IDs with the correct ones

How the points are counted ?

  • Firstly each player will have the kill synced with their team on a round (But the real team they played with, not the one you decided).
  • Then, points are calculated for each players.
  • To conclude, for each team, the code will take the higher score per round achieve by a player
  • The Masterkill is between teams, not players

Clone this wiki locally