Duel

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
Post Reply
Xtreme2k2
Posts: 1
Joined: Mon Jun 21, 2004 4:26 am

Duel

Post by Xtreme2k2 »

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?
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

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?
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.

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
Post Reply