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
307 B

# Game Settings File
# Import Engine
fn_import_game_settings _goldsource
fn_parms(){
parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}"
}
appid="90"
defaultmap="rc_arena"
maxplayers="16"
gamename="Ricochet"
game="ricochet"