lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
389 B

# Game Settings File
# Import Engine
fn_import_game_settings _unreal2
fn_parms(){
parms="server ${map}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} log=${gamelog}"
}
fn_set_game_setting settings "gamename" "Unreal Tournament 2004"
fn_set_game_setting settings "map" "DM-Rankin"
# Why isn't this Default?
fn_set_game_setting settings "servercfgdefault" "${servercfgdir}/UT2004.ini"