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.
 
 

17 lines
667 B

# Game Settings File
# Import Engine
fn_import_game_settings _source
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -tickrate ${tickrate} +map ${map} -maxplayers ${maxplayers}"
}
fn_set_game_setting dependencies "libstdc++.so.6" "4f9c911de2276f988afaf47659a8367f"
fn_set_game_setting settings "appid" "222840"
fn_set_game_setting settings "map" "l4d_hospital01_apartment"
fn_set_game_setting settings "game" "left4dead"
fn_set_game_setting settings "gamename" "Left 4 Dead"
fn_set_game_setting settings "maxplayers" "8"