Xonotic Forums
[SOLVED] Disable Freeze Tag All-Weapons Spawn / Hooney Duel - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: [SOLVED] Disable Freeze Tag All-Weapons Spawn / Hooney Duel (/showthread.php?tid=7710)



Disable Freeze Tag All-Weapons Spawn / Hooney Duel - Antares* - 04-12-2018

I want a game mode that is:

* round based
* vanilla starting spawn stats (100 H, 0 A)
* vanilla starting spawn equipment (only Blaster and Shotgun)

Because I got the recommendation to imitate Hooney Mode Duel on my server to help beginner and intermediate duelists on starting scenarios for duel.

So I decided the easiest way of doing this is:

* use Freeze Tag
* set max players to 2
* force item spawns to appear on the maps
* disable spawning with all weapons

The first 3 seem easy to do, but the last one I couldn't find a cvar for.
I don't mind too much about the teamplay interfaces because this is going to be a hidden vcall for server regulars.


RE: Disable Freeze Tag All-Weapons Spawn / Hooney Duel - Mirio - 04-12-2018

g_balance_WEAPONNAME_weaponstart
g_balance_WEAPONNAME_weaponstartoverride


RE: Disable Freeze Tag All-Weapons Spawn / Hooney Duel - Mario - 04-12-2018

Actually, freeze tag uses most weapons arena, you can forcibly disable that by setting g_weaponarena to "off"


RE: Disable Freeze Tag All-Weapons Spawn / Hooney Duel - Antares* - 04-12-2018

Ok thank you's. I got it going.