QW-Group/ktx

Add XonXonX game modes

Closed this issue · 4 comments

2on2on2 and 3on3on3 as a start.

Not sure if this requires changes in mvdsv (server) as well or not.

PR #166 will take care of this.

No need to change mvdsv. Only a few lines was modified for this.
For now, there are 3 new modes:

  • 2on2on2
  • 3on3on3
  • 4on4on4

To make this work, server settings needs to be modified!
set k_allowed_free_modes 2047

Score display doesn't work properly: it is not showing all 3 teams...
reopen

PR #178 takes care of the missing score calculation.