# 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 dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } # Steam appid="90" game="dod" defaultmap="dod_Anzio" gamename="Day of Defeat"