gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
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.
20 lines
607 B
20 lines
607 B
# Game Settings File
|
|
# _goldsource
|
|
# Gold Source Engine
|
|
|
|
# Import default settings
|
|
fn_import_game_settings _halflife_shared
|
|
|
|
# The parms that start with - go first
|
|
fn_set_game_params parms_minus "ip" "--UNSET--"
|
|
fn_set_game_params parms_plus "ip" "\${ip}"
|
|
|
|
fn_set_game_params parms_minus "clientport" "--UNSET--"
|
|
fn_set_game_params parms_plus "clientport" "\${clientport}"
|
|
|
|
# And the settings for defaults
|
|
fn_set_game_params settings "appid" "90"
|
|
fn_set_game_params settings "defaultmap" "dm_lockdown"
|
|
fn_set_game_params settings "engine" "goldsource"
|
|
fn_set_game_params settings "executable" "./hlds_run"
|
|
|
|
|