From a84482a8fe8166765bfa4ac4b5e52c72964c9d2a Mon Sep 17 00:00:00 2001 From: xtoor <47255103+xtoor@users.noreply.github.com> Date: Mon, 4 Feb 2019 00:59:43 -0500 Subject: [PATCH 1/5] Add files via upload --- atlasserver/_default.cfg.txt | 261 +++++++++++++++++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 atlasserver/_default.cfg.txt diff --git a/atlasserver/_default.cfg.txt b/atlasserver/_default.cfg.txt new file mode 100644 index 0000000..943b4fa --- /dev/null +++ b/atlasserver/_default.cfg.txt @@ -0,0 +1,261 @@ +################################## + +######## Default Settings ######## + +################################## + +# DO NOT EDIT WILL BE OVERWRITTEN! + +# Copy settings from here and use them in either + +# common.cfg - applies settings to every instance + +# [instance].cfg - applies settings to a specific instance + + + +#### Server Settings #### + + + +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters + +ip="0.0.0.0" + +port="5755" + +queryport="57555" + +rconport="27030" + +# Default Map: Ocean + +defaultmap="Ocean" + +maxplayers="50" + + + +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters + +fn_parms(){ + +parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" + +} + + + +#### LinuxGSM Settings #### + + + +## Notification Alerts + +# (on|off) + + + +# More info | https://docs.linuxgsm.com/alerts#more-info + +postalert="off" + +postdays="7" + +posttarget="https://hastebin.com" + + + +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord + +discordalert="off" + +discordwebhook="webhook" + + + +# Email Alerts | https://docs.linuxgsm.com/alerts/email + +emailalert="off" + +email="email@example.com" + +emailfrom="" + + + +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt + +iftttalert="off" + +ifttttoken="accesstoken" + +iftttevent="linuxgsm_alert" + + + +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun + +mailgunalert="off" + +mailguntoken="accesstoken" + +mailgundomain="example.com" + +mailgunemailfrom="alert@example.com" + +mailgunemail="email@myemail.com" + + + +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet + +pushbulletalert="off" + +pushbullettoken="accesstoken" + +channeltag="" + + + +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover + +pushoveralert="off" + +pushovertoken="accesstoken" + + + +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram + +# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". + +# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need + +# any custom string in curl - simple ignore this parameter. + +telegramalert="off" + +telegramtoken="accesstoken" + +telegramchatid="" + +curlcustomstring="" + + + +## Updating | https://docs.linuxgsm.com/commands/update + +updateonstart="off" + + + +## Backup | https://docs.linuxgsm.com/commands/backup + +maxbackups="4" + +maxbackupdays="30" + +stoponbackup="on" + + + +## Logging | https://docs.linuxgsm.com/features/logging + +consolelogging="on" + +logdays="7" + + + +#### LinuxGSM Advanced Settings #### + + + +# ANSI Colors + +ansi="on" + + + +## SteamCMD Settings + +# Server appid + +appid="1006030" + +# Steam App Branch Select + +# Allows to opt into the various Steam app branches. Default branch is "". + +# Example: "-beta latest_experimental" + +branch="" + + + +## LinuxGSM Server Details + +# Do not edit + +gamename="ATLAS Dedicated Server" + +engine="unreal4" + + + +#### Directories #### + +# Edit with care + + + +## Server Specific Directories + +systemdir="${serverfiles}/ShooterGame" + +executabledir="${systemdir}/Binaries/Linux" + +executable="./ShooterGameServer" + +servercfgdir="${systemdir}/Saved/Config/LinuxServer" + +servercfg="GameUserSettings.ini" + +servercfgdefault="GameUserSettings.ini" + +servercfgfullpath="${servercfgdir}/${servercfg}" + + + +## Backup Directory + +backupdir="${lgsmdir}/backup" + + + +## Logging Directories + +logdir="${rootdir}/log" + +gamelogdir="${systemdir}/Saved/Logs" + +lgsmlogdir="${logdir}/script" + +consolelogdir="${logdir}/console" + +lgsmlog="${lgsmlogdir}/${servicename}-script.log" + +consolelog="${consolelogdir}/${servicename}-console.log" + +alertlog="${lgsmlogdir}/${servicename}-alert.log" + +postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" + + + +## Logs Naming + +lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" + +consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" \ No newline at end of file From 067a9d6378dcae147b408f2d991a70e006cef233 Mon Sep 17 00:00:00 2001 From: xtoor <47255103+xtoor@users.noreply.github.com> Date: Mon, 4 Feb 2019 01:02:23 -0500 Subject: [PATCH 2/5] Add files via upload New Game Files Atlas --- ATLASDedicatedServer/_default.cfg.txt | 261 ++++++++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 ATLASDedicatedServer/_default.cfg.txt diff --git a/ATLASDedicatedServer/_default.cfg.txt b/ATLASDedicatedServer/_default.cfg.txt new file mode 100644 index 0000000..943b4fa --- /dev/null +++ b/ATLASDedicatedServer/_default.cfg.txt @@ -0,0 +1,261 @@ +################################## + +######## Default Settings ######## + +################################## + +# DO NOT EDIT WILL BE OVERWRITTEN! + +# Copy settings from here and use them in either + +# common.cfg - applies settings to every instance + +# [instance].cfg - applies settings to a specific instance + + + +#### Server Settings #### + + + +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters + +ip="0.0.0.0" + +port="5755" + +queryport="57555" + +rconport="27030" + +# Default Map: Ocean + +defaultmap="Ocean" + +maxplayers="50" + + + +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters + +fn_parms(){ + +parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" + +} + + + +#### LinuxGSM Settings #### + + + +## Notification Alerts + +# (on|off) + + + +# More info | https://docs.linuxgsm.com/alerts#more-info + +postalert="off" + +postdays="7" + +posttarget="https://hastebin.com" + + + +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord + +discordalert="off" + +discordwebhook="webhook" + + + +# Email Alerts | https://docs.linuxgsm.com/alerts/email + +emailalert="off" + +email="email@example.com" + +emailfrom="" + + + +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt + +iftttalert="off" + +ifttttoken="accesstoken" + +iftttevent="linuxgsm_alert" + + + +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun + +mailgunalert="off" + +mailguntoken="accesstoken" + +mailgundomain="example.com" + +mailgunemailfrom="alert@example.com" + +mailgunemail="email@myemail.com" + + + +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet + +pushbulletalert="off" + +pushbullettoken="accesstoken" + +channeltag="" + + + +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover + +pushoveralert="off" + +pushovertoken="accesstoken" + + + +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram + +# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". + +# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need + +# any custom string in curl - simple ignore this parameter. + +telegramalert="off" + +telegramtoken="accesstoken" + +telegramchatid="" + +curlcustomstring="" + + + +## Updating | https://docs.linuxgsm.com/commands/update + +updateonstart="off" + + + +## Backup | https://docs.linuxgsm.com/commands/backup + +maxbackups="4" + +maxbackupdays="30" + +stoponbackup="on" + + + +## Logging | https://docs.linuxgsm.com/features/logging + +consolelogging="on" + +logdays="7" + + + +#### LinuxGSM Advanced Settings #### + + + +# ANSI Colors + +ansi="on" + + + +## SteamCMD Settings + +# Server appid + +appid="1006030" + +# Steam App Branch Select + +# Allows to opt into the various Steam app branches. Default branch is "". + +# Example: "-beta latest_experimental" + +branch="" + + + +## LinuxGSM Server Details + +# Do not edit + +gamename="ATLAS Dedicated Server" + +engine="unreal4" + + + +#### Directories #### + +# Edit with care + + + +## Server Specific Directories + +systemdir="${serverfiles}/ShooterGame" + +executabledir="${systemdir}/Binaries/Linux" + +executable="./ShooterGameServer" + +servercfgdir="${systemdir}/Saved/Config/LinuxServer" + +servercfg="GameUserSettings.ini" + +servercfgdefault="GameUserSettings.ini" + +servercfgfullpath="${servercfgdir}/${servercfg}" + + + +## Backup Directory + +backupdir="${lgsmdir}/backup" + + + +## Logging Directories + +logdir="${rootdir}/log" + +gamelogdir="${systemdir}/Saved/Logs" + +lgsmlogdir="${logdir}/script" + +consolelogdir="${logdir}/console" + +lgsmlog="${lgsmlogdir}/${servicename}-script.log" + +consolelog="${consolelogdir}/${servicename}-console.log" + +alertlog="${lgsmlogdir}/${servicename}-alert.log" + +postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" + + + +## Logs Naming + +lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" + +consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" \ No newline at end of file From 743f32ee95dfa046bfc3d15ee3d94441d55e9303 Mon Sep 17 00:00:00 2001 From: xtoor Date: Mon, 4 Feb 2019 01:32:53 -0500 Subject: [PATCH 3/5] Duplicate --- ATLASDedicatedServer/_default.cfg.txt | 520 +++++++++++++------------- atlasserver/_default.cfg.txt | 261 ------------- 2 files changed, 260 insertions(+), 521 deletions(-) delete mode 100644 atlasserver/_default.cfg.txt diff --git a/ATLASDedicatedServer/_default.cfg.txt b/ATLASDedicatedServer/_default.cfg.txt index 943b4fa..a79811e 100644 --- a/ATLASDedicatedServer/_default.cfg.txt +++ b/ATLASDedicatedServer/_default.cfg.txt @@ -1,261 +1,261 @@ -################################## - -######## Default Settings ######## - -################################## - -# DO NOT EDIT WILL BE OVERWRITTEN! - -# Copy settings from here and use them in either - -# common.cfg - applies settings to every instance - -# [instance].cfg - applies settings to a specific instance - - - -#### Server Settings #### - - - -## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters - -ip="0.0.0.0" - -port="5755" - -queryport="57555" - -rconport="27030" - -# Default Map: Ocean - -defaultmap="Ocean" - -maxplayers="50" - - - -## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters - -fn_parms(){ - -parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" - -} - - - -#### LinuxGSM Settings #### - - - -## Notification Alerts - -# (on|off) - - - -# More info | https://docs.linuxgsm.com/alerts#more-info - -postalert="off" - -postdays="7" - -posttarget="https://hastebin.com" - - - -# Discord Alerts | https://docs.linuxgsm.com/alerts/discord - -discordalert="off" - -discordwebhook="webhook" - - - -# Email Alerts | https://docs.linuxgsm.com/alerts/email - -emailalert="off" - -email="email@example.com" - -emailfrom="" - - - -# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt - -iftttalert="off" - -ifttttoken="accesstoken" - -iftttevent="linuxgsm_alert" - - - -# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun - -mailgunalert="off" - -mailguntoken="accesstoken" - -mailgundomain="example.com" - -mailgunemailfrom="alert@example.com" - -mailgunemail="email@myemail.com" - - - -# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet - -pushbulletalert="off" - -pushbullettoken="accesstoken" - -channeltag="" - - - -# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover - -pushoveralert="off" - -pushovertoken="accesstoken" - - - -# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram - -# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". - -# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need - -# any custom string in curl - simple ignore this parameter. - -telegramalert="off" - -telegramtoken="accesstoken" - -telegramchatid="" - -curlcustomstring="" - - - -## Updating | https://docs.linuxgsm.com/commands/update - -updateonstart="off" - - - -## Backup | https://docs.linuxgsm.com/commands/backup - -maxbackups="4" - -maxbackupdays="30" - -stoponbackup="on" - - - -## Logging | https://docs.linuxgsm.com/features/logging - -consolelogging="on" - -logdays="7" - - - -#### LinuxGSM Advanced Settings #### - - - -# ANSI Colors - -ansi="on" - - - -## SteamCMD Settings - -# Server appid - -appid="1006030" - -# Steam App Branch Select - -# Allows to opt into the various Steam app branches. Default branch is "". - -# Example: "-beta latest_experimental" - -branch="" - - - -## LinuxGSM Server Details - -# Do not edit - -gamename="ATLAS Dedicated Server" - -engine="unreal4" - - - -#### Directories #### - -# Edit with care - - - -## Server Specific Directories - -systemdir="${serverfiles}/ShooterGame" - -executabledir="${systemdir}/Binaries/Linux" - -executable="./ShooterGameServer" - -servercfgdir="${systemdir}/Saved/Config/LinuxServer" - -servercfg="GameUserSettings.ini" - -servercfgdefault="GameUserSettings.ini" - -servercfgfullpath="${servercfgdir}/${servercfg}" - - - -## Backup Directory - -backupdir="${lgsmdir}/backup" - - - -## Logging Directories - -logdir="${rootdir}/log" - -gamelogdir="${systemdir}/Saved/Logs" - -lgsmlogdir="${logdir}/script" - -consolelogdir="${logdir}/console" - -lgsmlog="${lgsmlogdir}/${servicename}-script.log" - -consolelog="${consolelogdir}/${servicename}-console.log" - -alertlog="${lgsmlogdir}/${servicename}-alert.log" - -postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" - - - -## Logs Naming - -lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" - +################################## + +######## Default Settings ######## + +################################## + +# DO NOT EDIT WILL BE OVERWRITTEN! + +# Copy settings from here and use them in either + +# common.cfg - applies settings to every instance + +# [instance].cfg - applies settings to a specific instance + + + +#### Server Settings #### + + + +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters + +ip="0.0.0.0" + +port="5755" + +queryport="57555" + +rconport="27030" + +# Default Map: Ocean + +defaultmap="Ocean" + +maxplayers="50" + + + +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters + +fn_parms(){ + +parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" + +} + + + +#### LinuxGSM Settings #### + + + +## Notification Alerts + +# (on|off) + + + +# More info | https://docs.linuxgsm.com/alerts#more-info + +postalert="off" + +postdays="7" + +posttarget="https://hastebin.com" + + + +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord + +discordalert="off" + +discordwebhook="webhook" + + + +# Email Alerts | https://docs.linuxgsm.com/alerts/email + +emailalert="off" + +email="email@example.com" + +emailfrom="" + + + +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt + +iftttalert="off" + +ifttttoken="accesstoken" + +iftttevent="linuxgsm_alert" + + + +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun + +mailgunalert="off" + +mailguntoken="accesstoken" + +mailgundomain="example.com" + +mailgunemailfrom="alert@example.com" + +mailgunemail="email@myemail.com" + + + +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet + +pushbulletalert="off" + +pushbullettoken="accesstoken" + +channeltag="" + + + +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover + +pushoveralert="off" + +pushovertoken="accesstoken" + + + +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram + +# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". + +# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need + +# any custom string in curl - simple ignore this parameter. + +telegramalert="off" + +telegramtoken="accesstoken" + +telegramchatid="" + +curlcustomstring="" + + + +## Updating | https://docs.linuxgsm.com/commands/update + +updateonstart="off" + + + +## Backup | https://docs.linuxgsm.com/commands/backup + +maxbackups="4" + +maxbackupdays="30" + +stoponbackup="on" + + + +## Logging | https://docs.linuxgsm.com/features/logging + +consolelogging="on" + +logdays="7" + + + +#### LinuxGSM Advanced Settings #### + + + +# ANSI Colors + +ansi="on" + + + +## SteamCMD Settings + +# Server appid + +appid="1006030" + +# Steam App Branch Select + +# Allows to opt into the various Steam app branches. Default branch is "". + +# Example: "-beta latest_experimental" + +branch="" + + + +## LinuxGSM Server Details + +# Do not edit + +gamename="ATLAS Dedicated Server" + +engine="unreal4" + + + +#### Directories #### + +# Edit with care + + + +## Server Specific Directories + +systemdir="${serverfiles}/ShooterGame" + +executabledir="${systemdir}/Binaries/Linux" + +executable="./ShooterGameServer" + +servercfgdir="${systemdir}/Saved/Config/LinuxServer" + +servercfg="GameUserSettings.ini" + +servercfgdefault="GameUserSettings.ini" + +servercfgfullpath="${servercfgdir}/${servercfg}" + + + +## Backup Directory + +backupdir="${lgsmdir}/backup" + + + +## Logging Directories + +logdir="${rootdir}/log" + +gamelogdir="${systemdir}/Saved/Logs" + +lgsmlogdir="${logdir}/script" + +consolelogdir="${logdir}/console" + +lgsmlog="${lgsmlogdir}/${servicename}-script.log" + +consolelog="${consolelogdir}/${servicename}-console.log" + +alertlog="${lgsmlogdir}/${servicename}-alert.log" + +postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" + + + +## Logs Naming + +lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" + consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" \ No newline at end of file diff --git a/atlasserver/_default.cfg.txt b/atlasserver/_default.cfg.txt deleted file mode 100644 index 943b4fa..0000000 --- a/atlasserver/_default.cfg.txt +++ /dev/null @@ -1,261 +0,0 @@ -################################## - -######## Default Settings ######## - -################################## - -# DO NOT EDIT WILL BE OVERWRITTEN! - -# Copy settings from here and use them in either - -# common.cfg - applies settings to every instance - -# [instance].cfg - applies settings to a specific instance - - - -#### Server Settings #### - - - -## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters - -ip="0.0.0.0" - -port="5755" - -queryport="57555" - -rconport="27030" - -# Default Map: Ocean - -defaultmap="Ocean" - -maxplayers="50" - - - -## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters - -fn_parms(){ - -parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" - -} - - - -#### LinuxGSM Settings #### - - - -## Notification Alerts - -# (on|off) - - - -# More info | https://docs.linuxgsm.com/alerts#more-info - -postalert="off" - -postdays="7" - -posttarget="https://hastebin.com" - - - -# Discord Alerts | https://docs.linuxgsm.com/alerts/discord - -discordalert="off" - -discordwebhook="webhook" - - - -# Email Alerts | https://docs.linuxgsm.com/alerts/email - -emailalert="off" - -email="email@example.com" - -emailfrom="" - - - -# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt - -iftttalert="off" - -ifttttoken="accesstoken" - -iftttevent="linuxgsm_alert" - - - -# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun - -mailgunalert="off" - -mailguntoken="accesstoken" - -mailgundomain="example.com" - -mailgunemailfrom="alert@example.com" - -mailgunemail="email@myemail.com" - - - -# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet - -pushbulletalert="off" - -pushbullettoken="accesstoken" - -channeltag="" - - - -# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover - -pushoveralert="off" - -pushovertoken="accesstoken" - - - -# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram - -# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". - -# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need - -# any custom string in curl - simple ignore this parameter. - -telegramalert="off" - -telegramtoken="accesstoken" - -telegramchatid="" - -curlcustomstring="" - - - -## Updating | https://docs.linuxgsm.com/commands/update - -updateonstart="off" - - - -## Backup | https://docs.linuxgsm.com/commands/backup - -maxbackups="4" - -maxbackupdays="30" - -stoponbackup="on" - - - -## Logging | https://docs.linuxgsm.com/features/logging - -consolelogging="on" - -logdays="7" - - - -#### LinuxGSM Advanced Settings #### - - - -# ANSI Colors - -ansi="on" - - - -## SteamCMD Settings - -# Server appid - -appid="1006030" - -# Steam App Branch Select - -# Allows to opt into the various Steam app branches. Default branch is "". - -# Example: "-beta latest_experimental" - -branch="" - - - -## LinuxGSM Server Details - -# Do not edit - -gamename="ATLAS Dedicated Server" - -engine="unreal4" - - - -#### Directories #### - -# Edit with care - - - -## Server Specific Directories - -systemdir="${serverfiles}/ShooterGame" - -executabledir="${systemdir}/Binaries/Linux" - -executable="./ShooterGameServer" - -servercfgdir="${systemdir}/Saved/Config/LinuxServer" - -servercfg="GameUserSettings.ini" - -servercfgdefault="GameUserSettings.ini" - -servercfgfullpath="${servercfgdir}/${servercfg}" - - - -## Backup Directory - -backupdir="${lgsmdir}/backup" - - - -## Logging Directories - -logdir="${rootdir}/log" - -gamelogdir="${systemdir}/Saved/Logs" - -lgsmlogdir="${logdir}/script" - -consolelogdir="${logdir}/console" - -lgsmlog="${lgsmlogdir}/${servicename}-script.log" - -consolelog="${consolelogdir}/${servicename}-console.log" - -alertlog="${lgsmlogdir}/${servicename}-alert.log" - -postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" - - - -## Logs Naming - -lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" - -consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" \ No newline at end of file From 5b898ca5ffda86b9e5a3b635b512f705ea4a3458 Mon Sep 17 00:00:00 2001 From: xtoor <47255103+xtoor@users.noreply.github.com> Date: Mon, 4 Feb 2019 21:27:53 -0500 Subject: [PATCH 4/5] Create GameUserSettings.ini --- ATLASDedicatedServer/GameUserSettings.ini | 204 ++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 ATLASDedicatedServer/GameUserSettings.ini diff --git a/ATLASDedicatedServer/GameUserSettings.ini b/ATLASDedicatedServer/GameUserSettings.ini new file mode 100644 index 0000000..ebb2308 --- /dev/null +++ b/ATLASDedicatedServer/GameUserSettings.ini @@ -0,0 +1,204 @@ +[/Script/ShooterGame.ShooterGameUserSettings] +MasterAudioVolume=1.000000 +MusicAudioVolume=1.000000 +SFXAudioVolume=1.000000 +VoiceAudioVolume=1.000000 +UIScaling=1.000000 +UIQuickbarScaling=0.650000 +AttackAimMagnetism=1.000000 +CameraShakeScale=0.650000 +bFirstPersonRiding=False +bThirdPersonPlayer=False +bThirdPersonSailing=True +bCombatModeForceThirdPerson=False +bShowStatusNotificationMessages=True +TrueSkyQuality=1.000000 +FOVMultiplier=1.000000 +GroundClutterDensity=1.000000 +bFilmGrain=False +bMotionBlur=False +bUseSSAO=True +bShowChatBox=True +bCameraViewBob=True +bInvertLookY=False +bFloatingNames=True +bShowHealthBar=True +bChatBubbles=True +bHideServerInfo=False +bJoinNotifications=False +bCraftablesShowAllItems=False +bLocalInventoryItemsShowAllItems=False +bLocalInventoryCraftingShowAllItems=True +bRemoteInventoryItemsShowAllItems=False +bRemoteInventoryCraftingShowAllItems=False +bRemoteInventoryShowEngrams=True +LookLeftRightSensitivity=1.000000 +LookUpDownSensitivity=1.000000 +GraphicsQuality=2 +ActiveLingeringWorldTiles=7 +ClientNetQuality=3 +GammaCorrection=0.500000 +LastServerSearchType=0 +LastServerSort=2 +LastPVESearchType=-1 +LastDLCTypeSearchType=-1 +LastServerSortAsc=True +LastAutoFavorite=True +LastServerSearchHideFull=False +LastServerSearchProtected=False +LastServerSearchNonAtlas=False +HideItemTextOverlay=True +bQuickToggleItemNames=True +bDistanceFieldShadowing=True +LODScalar=1.000000 +bToggleToTalk=False +HighQualityMaterials=True +HighQualitySurfaces=True +bTemperatureF=False +bDisableTorporEffect=False +bChatShowSteamName=False +bChatShowTribeName=True +bReverseTribeLogOrder=False +EmoteKeyBind1=0 +EmoteKeyBind2=0 +bNoBloodEffects=False +bLowQualityVFX=False +bSpectatorManualFloatingNames=False +bSuppressAdminIcon=False +bUseSimpleDistanceMovement=False +bDisableMeleeCameraSwingAnims=False +bHighQualityAnisotropicFiltering=True +bUseLowQualityLevelStreaming=False +bPreventInventoryOpeningSounds=False +bPreventItemCraftingSounds=False +bPreventHitMarkers=False +bPreventCrosshair=False +bPreventColorizedItemNames=False +bHighQualityLODs=False +bExtraLevelStreamingDistance=False +bEnableColorGrading=True +DOFSettingInterpTime=0.000000 +bDisableBloom=False +bDisableLightShafts=False +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +LastJoinedSessionPerCategory=(SessionName=,AtlasId=) +bDisableMenuTransitions=False +bEnableInventoryItemTooltips=True +bRemoteInventoryShowCraftables=True +bLocalInventoryShowCraftables=True +bLocalInventoryShowAbstractItems=True +bRemoteFilterUncraftables=False +bLocalFilterUncraftables=False +bNoTooltipDelay=False +LocalItemSortType=0 +LocalCraftingSortType=0 +RemoteItemSortType=0 +RemoteCraftingSortType=0 +SkillTreePanelLeftIndex=0 +SkillTreePanelRightIndex=-1 +bPreventDinoNameTags=True +VersionMetaTag=1 +ShowExplorerNoteSubtitles=False +DisableMenuMusic=False +DisableDefaultCharacterItems=False +bHideFloatingPlayerNames=False +bHideGamepadItemSelectionModifier=False +bToggleExtendedHUDInfo=False +PlayActionWheelClickSound=True +MaxAscensionLevel=0 +bHostSessionHasBeenOpened=False +bForceTPVCameraOffset=False +bDisableTPVCameraInterpolation=False +bFPVClimbingGear=False +bFPVGlidingGear=False +bHideTutorialHints=False +Gamma1=2.200000 +Gamma2=3.000000 +AmbientSoundVolume=1.000000 +bUnclampFPS=True +bEnablePlanarReflections=False +bZoomedInWeaponMap=True +bZoomedInSpawnMap=False +bAllowAnimationStaggering=True +bLowQualityAnimations=False +bHideMapText=False +bShowMapGrid=False +bHideMapDiscoveryZones=False +bHideMapSpawnPoints=False +bHideMapShips=False +bLockOnAttackAutoLock=True +bLockOnAutoFindNewTarget=True +OceanSprayQuality=0.000000 +CurrentActiveQuestIndex=0 +bShowMapInListServers=True +bShowSextantMap=True +bShowFloatingDamageText=True +bStreamStealthModeActive=False +RBSyncSetting=3 +bFinishedStartupTutorial=False +bUseVSync=False +MacroCtrl0= +MacroCtrl1= +MacroCtrl2= +MacroCtrl3= +MacroCtrl4= +MacroCtrl5= +MacroCtrl6= +MacroCtrl7= +MacroCtrl8= +MacroCtrl9= +ResolutionSizeX=1280 +ResolutionSizeY=720 +LastUserConfirmedResolutionSizeX=1280 +LastUserConfirmedResolutionSizeY=720 +WindowPosX=-1 +WindowPosY=-1 +bUseDesktopResolutionForFullscreen=False +FullscreenMode=2 +LastConfirmedFullscreenMode=2 +Version=5 + +[ServerSettings] +ShowMapPlayerLocation=True +AllowThirdPersonPlayer=True +PvPStructureDecay=True +ServerCrosshair=True +EnableHealthbars=True +ServerAdminPassword=Mi0 +RCONPort=27020 +TheMaxStructuresInRange=10500.000000 +OxygenSwimSpeedStatMultiplier=1.000000 +StructurePreventResourceRadiusMultiplier=1.000000 +TribeNameChangeCooldown=15.000000 +AllowHideDamageSourceFromLogs=True +RaidDinoCharacterFoodDrainMultiplier=1.000000 +PvEDinoDecayPeriodMultiplier=1.000000 +KickIdlePlayersPeriod=3600.000000 +PerPlatformMaxStructuresMultiplier=1.000000 +AutoSavePeriodMinutes=10.000000 +ListenServerTetherDistanceMultiplier=1.000000 +MaxTamedDinos=5000.000000 +RCONServerGameLogBuffer=600.000000 +ShowFloatingDamageText=True +AllowHitMarkers=True +TribeJoinInterval=10.000000 + +[/Game/PrimalEarth/CoreBlueprints/TestGameMode.TestGameMode_C] +OverrideNamedEngramEntries=(EngramClassName="EngramEntry_TekATV_C",EngramIndex=-1289761600,EngramHidden=True,EngramPointsCost=10,EngramLevelRequirement=0,RemoveEngramPreReq=True) + +[SessionSettings] +SessionName=Caribbean Isles + +[/Script/Engine.GameSession] +MaxPlayers=50 +ReservedPlayerSlots=10 + +[MessageOfTheDay] +Message=Welcome to the dangerous caribbean sea! From f4aede3ad14a827d4e7436935a4297276921d042 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 9 Feb 2019 18:00:15 +0000 Subject: [PATCH 5/5] Delete _default.cfg.txt --- ATLASDedicatedServer/_default.cfg.txt | 261 -------------------------- 1 file changed, 261 deletions(-) delete mode 100644 ATLASDedicatedServer/_default.cfg.txt diff --git a/ATLASDedicatedServer/_default.cfg.txt b/ATLASDedicatedServer/_default.cfg.txt deleted file mode 100644 index a79811e..0000000 --- a/ATLASDedicatedServer/_default.cfg.txt +++ /dev/null @@ -1,261 +0,0 @@ -################################## - -######## Default Settings ######## - -################################## - -# DO NOT EDIT WILL BE OVERWRITTEN! - -# Copy settings from here and use them in either - -# common.cfg - applies settings to every instance - -# [instance].cfg - applies settings to a specific instance - - - -#### Server Settings #### - - - -## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters - -ip="0.0.0.0" - -port="5755" - -queryport="57555" - -rconport="27030" - -# Default Map: Ocean - -defaultmap="Ocean" - -maxplayers="50" - - - -## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters - -fn_parms(){ - -parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" - -} - - - -#### LinuxGSM Settings #### - - - -## Notification Alerts - -# (on|off) - - - -# More info | https://docs.linuxgsm.com/alerts#more-info - -postalert="off" - -postdays="7" - -posttarget="https://hastebin.com" - - - -# Discord Alerts | https://docs.linuxgsm.com/alerts/discord - -discordalert="off" - -discordwebhook="webhook" - - - -# Email Alerts | https://docs.linuxgsm.com/alerts/email - -emailalert="off" - -email="email@example.com" - -emailfrom="" - - - -# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt - -iftttalert="off" - -ifttttoken="accesstoken" - -iftttevent="linuxgsm_alert" - - - -# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun - -mailgunalert="off" - -mailguntoken="accesstoken" - -mailgundomain="example.com" - -mailgunemailfrom="alert@example.com" - -mailgunemail="email@myemail.com" - - - -# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet - -pushbulletalert="off" - -pushbullettoken="accesstoken" - -channeltag="" - - - -# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover - -pushoveralert="off" - -pushovertoken="accesstoken" - - - -# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram - -# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". - -# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need - -# any custom string in curl - simple ignore this parameter. - -telegramalert="off" - -telegramtoken="accesstoken" - -telegramchatid="" - -curlcustomstring="" - - - -## Updating | https://docs.linuxgsm.com/commands/update - -updateonstart="off" - - - -## Backup | https://docs.linuxgsm.com/commands/backup - -maxbackups="4" - -maxbackupdays="30" - -stoponbackup="on" - - - -## Logging | https://docs.linuxgsm.com/features/logging - -consolelogging="on" - -logdays="7" - - - -#### LinuxGSM Advanced Settings #### - - - -# ANSI Colors - -ansi="on" - - - -## SteamCMD Settings - -# Server appid - -appid="1006030" - -# Steam App Branch Select - -# Allows to opt into the various Steam app branches. Default branch is "". - -# Example: "-beta latest_experimental" - -branch="" - - - -## LinuxGSM Server Details - -# Do not edit - -gamename="ATLAS Dedicated Server" - -engine="unreal4" - - - -#### Directories #### - -# Edit with care - - - -## Server Specific Directories - -systemdir="${serverfiles}/ShooterGame" - -executabledir="${systemdir}/Binaries/Linux" - -executable="./ShooterGameServer" - -servercfgdir="${systemdir}/Saved/Config/LinuxServer" - -servercfg="GameUserSettings.ini" - -servercfgdefault="GameUserSettings.ini" - -servercfgfullpath="${servercfgdir}/${servercfg}" - - - -## Backup Directory - -backupdir="${lgsmdir}/backup" - - - -## Logging Directories - -logdir="${rootdir}/log" - -gamelogdir="${systemdir}/Saved/Logs" - -lgsmlogdir="${logdir}/script" - -consolelogdir="${logdir}/console" - -lgsmlog="${lgsmlogdir}/${servicename}-script.log" - -consolelog="${consolelogdir}/${servicename}-console.log" - -alertlog="${lgsmlogdir}/${servicename}-alert.log" - -postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" - - - -## Logs Naming - -lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" - -consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" \ No newline at end of file