From 253f5db2ccac98f86729c8e4628c150584102ae4 Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Wed, 19 Oct 2016 13:22:56 +0300 Subject: [PATCH] Configs --- Factorio/cfg/lgsm-default.cfg | 23 ----------------------- lgsm/functions/install_config.sh | 6 +----- lgsm/functions/install_factorio_save.sh | 1 + 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 Factorio/cfg/lgsm-default.cfg diff --git a/Factorio/cfg/lgsm-default.cfg b/Factorio/cfg/lgsm-default.cfg deleted file mode 100644 index a433fe726..000000000 --- a/Factorio/cfg/lgsm-default.cfg +++ /dev/null @@ -1,23 +0,0 @@ - - "name": "", - "description": "Description of the game that will appear in the listing", - "tags": ["game", "tags"], - "max_players": "0", - - "_comment_visibility": ["public: Game will be published on the official Factorio matching server", - "lan: Game will be broadcast on LAN", - "hidden: Game will not be published anywhere"], - "visibility": "public", - - "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public", - "username": "", - "password": "", - - "_comment_token": "Authentication token. May be used instead of 'password' above.", - "token": "", - - "game_password": "", - - "_comment_verify_user_identity": "When set to true, the server will only allow clients that have a valid Factorio.com account", - "verify_user_identity": true -} diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 0489a915d..97d12c972 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -170,11 +170,7 @@ elif [ "${gamename}" == "Double Action: Boogaloo" ]; then fn_default_config_remote fn_set_config_vars elif [ "${gamename}" == "Factorio" ]; then - gamedirname="Factorio" - array_configs+=( server-settings.json ) - fn_fetch_default_config - fn_default_config_remote - fn_set_config_vars + : elif [ "${gamename}" == "Fistful of Frags" ]; then gamedirname="FistfulofFrags" array_configs+=( server.cfg ) diff --git a/lgsm/functions/install_factorio_save.sh b/lgsm/functions/install_factorio_save.sh index 36ef169cb..8a9850818 100644 --- a/lgsm/functions/install_factorio_save.sh +++ b/lgsm/functions/install_factorio_save.sh @@ -12,3 +12,4 @@ echo "Creating initial Factorio savefile" echo "=================================" sleep 1 ${filesdir}/bin/x64/factorio --create ${filesdir}/save1 +cp ${filesdir}/data/server-settings.example.json ${filesdir}/data/server-settings.json