committed by
GitHub
44 changed files with 1697 additions and 197 deletions
@ -0,0 +1,107 @@ |
|||||
|
{ |
||||
|
"files": [ |
||||
|
"README.md" |
||||
|
], |
||||
|
"imageSize": 100, |
||||
|
"commit": false, |
||||
|
"contributors": [ |
||||
|
{ |
||||
|
"login": "dgibbs64", |
||||
|
"name": "Daniel Gibbs", |
||||
|
"avatar_url": "https://avatars2.githubusercontent.com/u/4478206?v=4", |
||||
|
"profile": "https://danielgibbs.co.uk", |
||||
|
"contributions": [ |
||||
|
"bug", |
||||
|
"code", |
||||
|
"ideas", |
||||
|
"question", |
||||
|
"review", |
||||
|
"content", |
||||
|
"doc", |
||||
|
"infra" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"login": "Frisasky", |
||||
|
"name": "Frisasky", |
||||
|
"avatar_url": "https://avatars2.githubusercontent.com/u/26865851?v=4", |
||||
|
"profile": "https://github.com/Frisasky", |
||||
|
"contributions": [ |
||||
|
"question" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"login": "kennyLtv", |
||||
|
"name": "Kenny Lindelof", |
||||
|
"avatar_url": "https://avatars2.githubusercontent.com/u/6133325?v=4", |
||||
|
"profile": "https://kennyl.design", |
||||
|
"contributions": [ |
||||
|
"question" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"login": "Scarsz", |
||||
|
"name": "Austin Shapiro", |
||||
|
"avatar_url": "https://avatars1.githubusercontent.com/u/7691988?v=4", |
||||
|
"profile": "https://scarsz.me", |
||||
|
"contributions": [ |
||||
|
"bug", |
||||
|
"code" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"login": "marvinlehmann", |
||||
|
"name": "Marvin Lehmann", |
||||
|
"avatar_url": "https://avatars2.githubusercontent.com/u/4151266?v=4", |
||||
|
"profile": "https://github.com/marvinlehmann", |
||||
|
"contributions": [ |
||||
|
"bug", |
||||
|
"code" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"login": "Bourne-ID", |
||||
|
"name": "Bourne-ID", |
||||
|
"avatar_url": "https://avatars1.githubusercontent.com/u/7073616?v=4", |
||||
|
"profile": "https://github.com/Bourne-ID", |
||||
|
"contributions": [ |
||||
|
"review", |
||||
|
"content", |
||||
|
"doc", |
||||
|
"infra" |
||||
|
"review" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"login": "cedarlug", |
||||
|
"name": "CedarLUG", |
||||
|
"avatar_url": "https://avatars2.githubusercontent.com/u/19336442?v=4", |
||||
|
"profile": "http://cedarlug.org", |
||||
|
"contributions": [ |
||||
|
"bug", |
||||
|
"code", |
||||
|
"ideas", |
||||
|
"question", |
||||
|
"review" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"login": "UltimateByte", |
||||
|
"name": "UltimateByte", |
||||
|
"avatar_url": "https://avatars3.githubusercontent.com/u/8805941?v=4", |
||||
|
"profile": "https://www.terageek.org | https://www.haisoft.fr", |
||||
|
"contributions": [ |
||||
|
"bug", |
||||
|
"code", |
||||
|
"doc", |
||||
|
"ideas", |
||||
|
"review", |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contributorsPerLine": 7, |
||||
|
"projectName": "LinuxGSM", |
||||
|
"projectOwner": "GameServerManagers", |
||||
|
"repoType": "github", |
||||
|
"repoHost": "https://github.com" |
||||
|
} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,135 @@ |
|||||
|
################################## |
||||
|
######## 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="27015" |
||||
|
clientport="27005" |
||||
|
sourcetvport="27020" |
||||
|
defaultmap="dys_broadcast" |
||||
|
maxplayers="16" |
||||
|
|
||||
|
## Optional: Game Server Login Token |
||||
|
# GSLT can be used for running a public server. |
||||
|
# More info: https://linuxgsm.com/gslt |
||||
|
gslt="" |
||||
|
|
||||
|
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
|
fn_parms(){ |
||||
|
parms="-game "${serverfiles}/dystopia" -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
|
} |
||||
|
|
||||
|
#### 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 protected]" |
||||
|
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="[email protected]" |
||||
|
mailgunemail="[email protected]" |
||||
|
|
||||
|
# 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="17585" |
||||
|
# 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="Dystopia" |
||||
|
engine="source" |
||||
|
|
||||
|
#### Directories #### |
||||
|
# Edit with care |
||||
|
|
||||
|
## Server Specific Directories |
||||
|
systemdir="${serverfiles}/dystopia" |
||||
|
executabledir="${serverfiles}/bin" |
||||
|
executable="./srcds_run.sh" |
||||
|
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
|
servercfgdir="${systemdir}/cfg" |
||||
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
|
## Backup Directory |
||||
|
backupdir="${rootdir}/backups" |
||||
|
|
||||
|
## Logging Directories |
||||
|
logdir="${rootdir}/log" |
||||
|
gamelogdir="${systemdir}/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" |
@ -0,0 +1,130 @@ |
|||||
|
################################## |
||||
|
######## 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="27015" |
||||
|
clientport="27005" |
||||
|
sourcetvport="27020" |
||||
|
defaultmap="hydro" |
||||
|
maxplayers="32" |
||||
|
|
||||
|
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
|
fn_parms(){ |
||||
|
parms="-game nucleardawn -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" |
||||
|
} |
||||
|
|
||||
|
#### 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 protected]" |
||||
|
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="[email protected]" |
||||
|
mailgunemail="[email protected]" |
||||
|
|
||||
|
# 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="111710" |
||||
|
# 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="Nuclear Dawn" |
||||
|
engine="source" |
||||
|
|
||||
|
#### Directories #### |
||||
|
# Edit with care |
||||
|
|
||||
|
## Server Specific Directories |
||||
|
systemdir="${serverfiles}/nucleardawn" |
||||
|
executabledir="${serverfiles}" |
||||
|
executable="./srcds_run" |
||||
|
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
|
servercfgdir="${systemdir}/cfg" |
||||
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
|
## Backup Directory |
||||
|
backupdir="${rootdir}/backups" |
||||
|
|
||||
|
## Logging Directories |
||||
|
logdir="${rootdir}/log" |
||||
|
gamelogdir="${systemdir}/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" |
|
@ -0,0 +1,45 @@ |
|||||
|
#!/bin/bash |
||||
|
# LinuxGSM install_eula.sh function |
||||
|
# Author: Daniel Gibbs |
||||
|
# Website: https://linuxgsm.com |
||||
|
# Description: Gets user to accept the EULA. |
||||
|
|
||||
|
if [ "${shortname}" == "ts3" ]; then |
||||
|
eulaurl="https://www.teamspeak.com/en/privacy-and-terms" |
||||
|
elif [ "${shortname}" == "mc" ]; then |
||||
|
eulaurl="https://account.mojang.com/documents/minecraft_eula" |
||||
|
elif [ "${shortname}" == "ut" ]; then |
||||
|
eulaurl="https://www.epicgames.com/unrealtournament/unreal-tournament-pre-alpha-test-development-build-eula" |
||||
|
fi |
||||
|
|
||||
|
echo "" |
||||
|
echo "Accept ${gamename} EULA" |
||||
|
echo "=================================" |
||||
|
sleep 0.5 |
||||
|
echo "You are required to accept the EULA:" |
||||
|
echo "${eulaurl}" |
||||
|
echo "" |
||||
|
if [ -z "${autoinstall}" ]; then |
||||
|
echo "By continuing you are indicating your agreement to the EULA." |
||||
|
echo "" |
||||
|
if ! fn_prompt_yn "Continue?" Y; then |
||||
|
core_exit.sh |
||||
|
fi |
||||
|
elif [ "${function_selfname}" == "command_start.sh" ]; then |
||||
|
fn_print_info "By continuing you are indicating your agreement to the EULA." |
||||
|
echo "" |
||||
|
sleep 5 |
||||
|
else |
||||
|
echo "By using auto-install you are indicating your agreement to the EULA." |
||||
|
echo "" |
||||
|
sleep 5 |
||||
|
fi |
||||
|
|
||||
|
if [ "${shortname}" == "ts3" ]; then |
||||
|
touch "${executabledir}/.ts3server_license_accepted" |
||||
|
elif [ "${shortname}" == "mc" ]; then |
||||
|
touch "${serverfiles}/eula.txt" |
||||
|
echo "eula=true" > "${serverfiles}/eula.txt" |
||||
|
elif [ "${shortname}" == "ut" ]; then |
||||
|
: |
||||
|
fi |
@ -1,28 +0,0 @@ |
|||||
#!/bin/bash |
|
||||
# LinuxGSM install_minecraft_eula.sh function |
|
||||
# Author: Daniel Gibbs |
|
||||
# Website: https://linuxgsm.com |
|
||||
# Description: Gets user to accept the EULA. |
|
||||
|
|
||||
echo "" |
|
||||
echo "Accept ${gamename} EULA" |
|
||||
echo "=================================" |
|
||||
sleep 0.5 |
|
||||
echo "You are required to accept the EULA:" |
|
||||
echo "https://account.mojang.com/documents/minecraft_eula" |
|
||||
|
|
||||
echo "eula=false" > "${serverfiles}/eula.txt" |
|
||||
|
|
||||
if [ -z "${autoinstall}" ]; then |
|
||||
echo "By continuing you are indicating your agreement to the EULA." |
|
||||
echo "" |
|
||||
if ! fn_prompt_yn "Continue?" Y; then |
|
||||
core_exit.sh |
|
||||
fi |
|
||||
else |
|
||||
echo "By using auto-install you are indicating your agreement to the EULA." |
|
||||
echo "" |
|
||||
sleep 5 |
|
||||
fi |
|
||||
|
|
||||
sed -i "s/eula=false/eula=true/g" "${serverfiles}/eula.txt" |
|
@ -1,28 +0,0 @@ |
|||||
#!/bin/bash |
|
||||
# LinuxGSM install_unreal_tournament_eula.sh function |
|
||||
# Author: Daniel Gibbs |
|
||||
# Website: https://linuxgsm.com |
|
||||
# Description: Gets user to accept the EULA. |
|
||||
|
|
||||
echo "" |
|
||||
echo "Accept ${gamename} EULA" |
|
||||
echo "=================================" |
|
||||
sleep 0.5 |
|
||||
echo "You are required to accept the EULA:" |
|
||||
echo "https://www.epicgames.com/unrealtournament/unreal-tournament-pre-alpha-test-development-build-eula/" |
|
||||
|
|
||||
echo "eula=false" > "${serverfiles}/eula.txt" |
|
||||
|
|
||||
if [ -z "${autoinstall}" ]; then |
|
||||
echo "By continuing you are indicating your agreement to the EULA." |
|
||||
echo "" |
|
||||
if ! fn_prompt_yn "Continue?" Y; then |
|
||||
core_exit.sh |
|
||||
fi |
|
||||
else |
|
||||
echo "By using auto-install you are indicating your agreement to the EULA." |
|
||||
echo "" |
|
||||
sleep 5 |
|
||||
fi |
|
||||
|
|
||||
sed -i "s/eula=false/eula=true/g" "${serverfiles}/eula.txt" |
|
File diff suppressed because it is too large
Loading…
Reference in new issue