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.
 
 

15 lines
423 B

# Game Settings File
# Import Engine
fn_import_game_settings _goldsource
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2
fn_parms(){
parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}"
}
# Steam
appid="90"
appidmos="tfc"
gamename="Team Fortress Classic"
defaultmap="dustbowl"
maxplayers="16"
game="tfc"