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.
10 lines
554 B
10 lines
554 B
# Game Settings File
|
|
# _default
|
|
# Base defaults for all games
|
|
|
|
fn_set_game_params settings "email" "[email protected]" "Email address for notification
|
|
fn_set_game_params settings "emailnotification" "off" "Email notification (on|off)
|
|
fn_set_game_params settings "ip" "0.0.0.0" "IP Address to bind for server
|
|
fn_set_game_params settings "lgsm_version" "${version}" "Version of LGSM that created this config"
|
|
fn_set_game_params settings "logdays" "7" "Number of days to retain logs"
|
|
fn_set_game_params settings "updateonstart" "off" "Update game on start"
|
|
|