How do I change the mode in duel? From say 1vs1 to a 4 player mode
Its a dedicated server started via a batch file if it matters..
Is there a console command?
Duel
The options of duel are stored in the ChaosUT2.ini file. You can either go in an edit this file to change the options (melee/UT2k4/Chaos/Mapers choice for the weapons and normal/2-3/4way/lms for the modes) or fire up UT2k4/Chaos change the options there, start a game then quit as soon as it starts.Xtreme2k2 wrote:How do I change the mode in duel? From say 1vs1 to a 4 player mode
Its a dedicated server started via a batch file if it matters..
Is there a console command?
These are stored as ints in your [Chaosgames.ChaosDuel] section:
var() config int WeaponOption; // 0=melee, 1=ut2004, 2=chaos, 3=map
var() config byte DuelMode; // 0=1on1 1=1on1 2/3 2=4on 3=LMS
There is also a way to start the server using its own ini file were you can add your own section on duel and change it there as well.
Jb