Browse Source
# Conflicts: # lgsm/functions/command_install.sh # lgsm/functions/install_config.sh # lgsm/functions/install_server_files.shpull/1046/head
104 changed files with 1563 additions and 938 deletions
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -50,6 +51,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="294420" |
appid="294420" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta latest_experimental" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="sdtd-server" |
servicename="sdtd-server" |
||||
gamename="7 Days To Die" |
gamename="7 Days To Die" |
||||
@ -62,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./7DaysToDieServer.x86" |
executable="./7DaysToDieServer.x86" |
||||
servercfg="${servicename}.xml" |
servercfg="${servicename}.xml" |
||||
|
servercfgdefault="serverconfig.xml" |
||||
servercfgdir="${filesdir}" |
servercfgdir="${filesdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/serverconfig.xml" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="376030" |
appid="376030" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="ark-server" |
servicename="ark-server" |
||||
gamename="ARK: Survivial Evolved" |
gamename="ARK: Survivial Evolved" |
||||
@ -67,6 +73,7 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/ShooterGame" |
systemdir="${filesdir}/ShooterGame" |
||||
executabledir="${systemdir}/Binaries/Linux" |
executabledir="${systemdir}/Binaries/Linux" |
||||
@ -74,7 +81,7 @@ executable="./ShooterGameServer" |
|||||
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
||||
servercfg="GameUserSettings.ini" |
servercfg="GameUserSettings.ini" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
servercfgdefault="${servercfgdir}/GameUserSettings.ini" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -20,6 +20,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -41,10 +42,10 @@ parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${serv |
|||||
|
|
||||
# ARMA 3 Modules |
# ARMA 3 Modules |
||||
# add mods with relative paths: |
# add mods with relative paths: |
||||
# mods/\@CBA_A3\; |
# mods/@cba_a3 |
||||
# or several mods as: |
# to load the "Community Base Addons v3" module found in the |
||||
# mods/\@CBA_A3\;mods/\@task_force_radio |
# directory serverfiles/mods/@cba_a3. Load several mods as: |
||||
# and chmod modules directories to 775 |
# mods="mods/@ace\;mods/@acex\;mods/@cba_a3" |
||||
mods="" |
mods="" |
||||
|
|
||||
# Server-side Mods |
# Server-side Mods |
||||
@ -64,10 +65,12 @@ githubrepo="LinuxGSM" |
|||||
githubbranch="master" |
githubbranch="master" |
||||
|
|
||||
# Steam |
# Steam |
||||
# Stable |
|
||||
appid="233780" |
appid="233780" |
||||
# Development |
|
||||
# appid="233780 -beta development" |
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta development" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="arma3-server" |
servicename="arma3-server" |
||||
@ -81,17 +84,18 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./arma3server" |
executable="./arma3server" |
||||
servercfg="${servicename}.server.cfg" |
servercfg="${servicename}.server.cfg" |
||||
networkcfg="${servicename}.network.cfg" |
networkcfg="${servicename}.network.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
|
networkcfgdefault="network.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
networkcfgfullpath="${servercfgdir}/${networkcfg}" |
networkcfgfullpath="${servercfgdir}/${networkcfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.server.cfg" |
|
||||
networkcfgdefault="${servercfgdir}/lgsm-default.network.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -26,10 +27,9 @@ pushbulletalert="off" |
|||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
|
|
||||
# Start Variables |
# Start Variables |
||||
ip="0.0.0.0" |
|
||||
|
|
||||
fn_parms(){ |
fn_parms(){ |
||||
parms=" +hostServer 1 +dedicated 1" |
parms="+hostServer 1 +dedicated 1" |
||||
} |
} |
||||
|
|
||||
#### Advanced Variables #### |
#### Advanced Variables #### |
||||
@ -37,8 +37,8 @@ parms=" +hostServer 1 +dedicated 1" |
|||||
# Github Branch Select |
# Github Branch Select |
||||
# Allows for the use of different function files |
# Allows for the use of different function files |
||||
# from a different repo and/or branch. |
# from a different repo and/or branch. |
||||
githubuser="dgibbs64" |
githubuser="GameServerManagers" |
||||
githubrepo="linuxgsm" |
githubrepo="LinuxGSM" |
||||
githubbranch="master" |
githubbranch="master" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
@ -53,11 +53,13 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
executable="./start.sh" |
executable="./start.sh" |
||||
servercfg="serversettings.con" |
servercfg="serversettings.con" |
||||
|
servercfgdefault="serversettings.con" |
||||
servercfgdir="${systemdir}/mods/bf1942/settings" |
servercfgdir="${systemdir}/mods/bf1942/settings" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -60,6 +61,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="346680" |
appid="346680" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta public-beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="bmdm-server" |
servicename="bmdm-server" |
||||
gamename="Black Mesa: Deathmatch" |
gamename="Black Mesa: Deathmatch" |
||||
@ -72,14 +78,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/bms" |
systemdir="${filesdir}/bms" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="228780" |
appid="228780" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta nightly -betapassword winteriscoming" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="bs-server" |
servicename="bs-server" |
||||
gamename="Blade Symphony" |
gamename="Blade Symphony" |
||||
@ -67,14 +73,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/berimbau" |
systemdir="${filesdir}/berimbau" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run.sh" |
executable="./srcds_run.sh" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="030616" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="030616" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -60,6 +61,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="475370" |
appid="475370" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta_branch" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="bb2-server" |
servicename="bb2-server" |
||||
gamename="BrainBread 2" |
gamename="BrainBread 2" |
||||
@ -72,14 +78,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/brainbread2" |
systemdir="${filesdir}/brainbread2" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="383410" |
appid="383410" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="cc-server" |
servicename="cc-server" |
||||
gamename="Codename CURE" |
gamename="Codename CURE" |
||||
@ -67,14 +73,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/cure" |
systemdir="${filesdir}/cure" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="060816" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/cstrike" |
systemdir="${filesdir}/cstrike" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/czero" |
systemdir="${filesdir}/czero" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -95,14 +96,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/csgo" |
systemdir="${filesdir}/csgo" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -60,6 +61,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="232330" |
appid="232330" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta prerelease" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="css-server" |
servicename="css-server" |
||||
gamename="Counter-Strike: Source" |
gamename="Counter-Strike: Source" |
||||
@ -72,14 +78,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/cstrike" |
systemdir="${filesdir}/cstrike" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/dod" |
systemdir="${filesdir}/dod" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="232290" |
appid="232290" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta prerelease" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="dods-server" |
servicename="dods-server" |
||||
gamename="Day of Defeat: Source" |
gamename="Day of Defeat: Source" |
||||
@ -67,14 +73,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/dod" |
systemdir="${filesdir}/dod" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -57,6 +58,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="462310" |
appid="462310" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="doi-server" |
servicename="doi-server" |
||||
gamename="Day of Infamy" |
gamename="Day of Infamy" |
||||
@ -69,14 +75,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/doi" |
systemdir="${filesdir}/doi" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/dmc" |
systemdir="${filesdir}/dmc" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="130516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="130516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -53,6 +54,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="343050" |
appid="343050" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta anewreignbeta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="dst-server" |
servicename="dst-server" |
||||
gamename="Don't Starve Together" |
gamename="Don't Starve Together" |
||||
@ -65,11 +71,13 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}/bin" |
executabledir="${filesdir}/bin" |
||||
executable="./dontstarve_dedicated_server_nullrenderer" |
executable="./dontstarve_dedicated_server_nullrenderer" |
||||
servercfg="settings.ini" |
servercfg="settings.ini" |
||||
|
servercfgdefault="settings.ini" |
||||
servercfgdir="${HOME}/.klei/DoNotStarveTogether" |
servercfgdir="${HOME}/.klei/DoNotStarveTogether" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="317800" |
appid="317800" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="dab-server" |
servicename="dab-server" |
||||
gamename="Double Action: Boogaloo" |
gamename="Double Action: Boogaloo" |
||||
@ -67,14 +73,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/dab" |
systemdir="${filesdir}/dab" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./dabds.sh" |
executable="./dabds.sh" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -60,6 +61,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="460040" |
appid="460040" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="em-server" |
servicename="em-server" |
||||
gamename="Empires Mod" |
gamename="Empires Mod" |
||||
@ -72,14 +78,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/empires" |
systemdir="${filesdir}/empires" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/server.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="295230" |
appid="295230" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="fof-server" |
servicename="fof-server" |
||||
gamename="Fistful of Frags" |
gamename="Fistful of Frags" |
||||
@ -67,14 +73,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/fof" |
systemdir="${filesdir}/fof" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -76,6 +77,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="4020" |
appid="4020" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta dev" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="gmod-server" |
servicename="gmod-server" |
||||
gamename="Garry's Mod" |
gamename="Garry's Mod" |
||||
@ -88,15 +94,16 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/garrysmod" |
systemdir="${filesdir}/garrysmod" |
||||
addonsdir="${systemdir}/addons" |
addonsdir="${systemdir}/addons" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="300816" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/gesource" |
systemdir="${filesdir}/gesource" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/hl2mp" |
systemdir="${filesdir}/hl2mp" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -66,14 +67,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/valve" |
systemdir="${filesdir}/valve" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/hl1mp" |
systemdir="${filesdir}/hl1mp" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -20,6 +20,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -69,6 +70,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="405100" |
appid="405100" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta devtest" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="hurtworld-server" |
servicename="hurtworld-server" |
||||
gamename="Hurtworld" |
gamename="Hurtworld" |
||||
@ -81,6 +87,7 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="161001" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -42,7 +43,7 @@ workshop="0" |
|||||
|
|
||||
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server |
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop}" |
parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop} -norestart" |
||||
} |
} |
||||
|
|
||||
#### Advanced Variables #### |
#### Advanced Variables #### |
||||
@ -57,6 +58,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="237410" |
appid="237410" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="ins-server" |
servicename="ins-server" |
||||
gamename="Insurgency" |
gamename="Insurgency" |
||||
@ -69,14 +75,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/insurgency" |
systemdir="${filesdir}/insurgency" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -30,7 +31,6 @@ steamuser="anonymous" |
|||||
steampass="" |
steampass="" |
||||
|
|
||||
# Start Variables |
# Start Variables |
||||
ip="0.0.0.0" |
|
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
fn_parms(){ |
fn_parms(){ |
||||
@ -49,6 +49,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="261140" |
appid="261140" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta publicbeta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="jc2-server" |
servicename="jc2-server" |
||||
gamename="Just Cause 2" |
gamename="Just Cause 2" |
||||
@ -61,14 +66,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./Jcmp-Server" |
executable="./Jcmp-Server" |
||||
servercfg="config.lua" |
servercfg="config.lua" |
||||
|
servercfgdefault="config.lua" |
||||
servercfgdir="${filesdir}" |
servercfgdir="${filesdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/default_config.lua" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -54,6 +55,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="215360" |
appid="215360" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="kf-server" |
servicename="kf-server" |
||||
gamename="Killing Floor" |
gamename="Killing Floor" |
||||
@ -66,14 +72,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/System" |
systemdir="${filesdir}/System" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
executable="./ucc-bin" |
executable="./ucc-bin" |
||||
servercfg="${servicename}.ini" |
servercfg="${servicename}.ini" |
||||
|
servercfgdefault="Default.ini" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/Default.ini" |
|
||||
compressedmapsdir="${rootdir}/Maps-Compressed" |
compressedmapsdir="${rootdir}/Maps-Compressed" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
|
@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -20,6 +20,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="222840" |
appid="222840" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="l4d-server" |
servicename="l4d-server" |
||||
gamename="Left 4 Dead" |
gamename="Left 4 Dead" |
||||
@ -67,14 +73,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/left4dead" |
systemdir="${filesdir}/left4dead" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -54,6 +55,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="222860" |
appid="222860" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="l4d2-server" |
servicename="l4d2-server" |
||||
gamename="Left 4 Dead 2" |
gamename="Left 4 Dead 2" |
||||
@ -66,14 +72,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/left4dead2" |
systemdir="${filesdir}/left4dead2" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210816" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -58,6 +59,7 @@ systemdir="${filesdir}" |
|||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="java -Xmx${javaram}M -jar minecraft_server.jar" |
executable="java -Xmx${javaram}M -jar minecraft_server.jar" |
||||
servercfg="server.properties" |
servercfg="server.properties" |
||||
|
servercfgdefault="server.properties" |
||||
servercfgdir="${filesdir}" |
servercfgdir="${filesdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
||||
|
@ -20,6 +20,7 @@ version="290716" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -42,7 +43,6 @@ githubuser="GameServerManagers" |
|||||
githubrepo="LinuxGSM" |
githubrepo="LinuxGSM" |
||||
githubbranch="master" |
githubbranch="master" |
||||
|
|
||||
|
|
||||
# Server Details |
# Server Details |
||||
gamename="Mumble" |
gamename="Mumble" |
||||
servicename="mumble-server" |
servicename="mumble-server" |
||||
@ -54,11 +54,13 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./murmur.x86" |
executable="./murmur.x86" |
||||
servercfg="murmur.ini" |
servercfg="murmur.ini" |
||||
|
servercfgdefault="murmur.ini" |
||||
servercfgdir="${filesdir}" |
servercfgdir="${filesdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="220416" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="220416" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -62,6 +63,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="313900" |
appid="313900" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="ns2c-server" |
servicename="ns2c-server" |
||||
gamename="NS2: Combat" |
gamename="NS2: Combat" |
||||
@ -74,6 +80,7 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}/ia32" |
executabledir="${filesdir}/ia32" |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="220416" |
version="210916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="220416" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -47,7 +48,7 @@ password="" |
|||||
|
|
||||
# http://wiki.unknownworlds.com/ns2/Dedicated_Server |
# http://wiki.unknownworlds.com/ns2/Dedicated_Server |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" |
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -logdir \"${gamelogdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" |
||||
} |
} |
||||
|
|
||||
#### Advanced Variables #### |
#### Advanced Variables #### |
||||
@ -79,6 +80,7 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="130716" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="130716" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -60,6 +61,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="317670" |
appid="317670" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="nmrih-server" |
servicename="nmrih-server" |
||||
gamename="No More Room in Hell" |
gamename="No More Room in Hell" |
||||
@ -72,14 +78,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/nmrih" |
systemdir="${filesdir}/nmrih" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/gearbox" |
systemdir="${filesdir}/gearbox" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
defaultcfg="${servercfgdir}/server.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -55,6 +56,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="17575" |
appid="17575" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="pvkii-server" |
servicename="pvkii-server" |
||||
gamename="Pirates, Vikings, and Knights II" |
gamename="Pirates, Vikings, and Knights II" |
||||
@ -67,14 +73,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/pvkii" |
systemdir="${filesdir}/pvkii" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="290716" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -20,6 +20,7 @@ version="290716" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -50,8 +51,10 @@ githubbranch="master" |
|||||
|
|
||||
# Steam |
# Steam |
||||
appid="380870" |
appid="380870" |
||||
# Allows for opting into the various Steam branches that PZ has to offer |
|
||||
# Example: -beta iwillbackupmysave -betapassword iaccepttheconsequences |
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta iwillbackupmysave -betapassword iaccepttheconsequences" |
||||
branch="" |
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
@ -66,14 +69,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./start-server.sh" |
executable="./start-server.sh" |
||||
servercfg="servertest.ini" |
servercfg="server.ini" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${HOME}/Zomboid/Server" |
servercfgdir="${HOME}/Zomboid/Server" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="060516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="060516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -43,7 +44,7 @@ updateonstart="off" |
|||||
# Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 |
# Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 |
||||
# Console Commands : http://www.regurge.at/ql/ |
# Console Commands : http://www.regurge.at/ql/ |
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir}/${port} +set zmq_rcon_enable 1 +set zmq_rcon_port ${rconport} +set zmq_rcon_password ${rconpassword} +set zmq_stats_enable 1 +set zmq_stats_password ${statspassword} +set zmq_stats_port ${statsport} +set sv_mapPoolFile ${mappool} +exec ${servercfg}" |
parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir}/${port} +set zmq_rcon_enable 1 +set zmq_rcon_port ${rconport} +set zmq_rcon_password ${rconpassword} +set zmq_stats_enable 1 +set zmq_stats_password ${statspassword} +set zmq_stats_port ${statsport} +set sv_mapPoolFile ${mappool} +exec ${servercfg}" |
||||
} |
} |
||||
|
|
||||
#### Advanced Variables #### |
#### Advanced Variables #### |
||||
@ -58,10 +59,15 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="349090" |
appid="349090" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="ql-server" |
servicename="ql-server" |
||||
gamename="Quake Live" |
gamename="Quake Live" |
||||
engine="idtech3" |
engine="idtech3_ql" |
||||
|
|
||||
# Directories |
# Directories |
||||
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))" |
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))" |
||||
@ -70,14 +76,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable=$([ "${arch}" == 'x64' ] && echo "./run_server_x64.sh" || echo "./run_server_x86.sh") |
executable=$([ "${arch}" == 'x64' ] && echo "./run_server_x64.sh" || echo "./run_server_x86.sh") |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${filesdir}/baseq3" |
servercfgdir="${filesdir}/baseq3" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -62,14 +63,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/system" |
systemdir="${filesdir}/system" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
executable="./ucc-bin" |
executable="./ucc-bin" |
||||
servercfg="${servicename}.ini" |
servercfg="${servicename}.ini" |
||||
|
servercfgdefault="default.ini" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/default.ini" |
|
||||
compressedmapsdir="${rootdir}/Maps-Compressed" |
compressedmapsdir="${rootdir}/Maps-Compressed" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/ricochet" |
systemdir="${filesdir}/ricochet" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -20,6 +20,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -72,6 +73,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="258550" |
appid="258550" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta prerelease" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="rust-server" |
servicename="rust-server" |
||||
gamename="Rust" |
gamename="Rust" |
||||
@ -84,15 +90,16 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./RustDedicated" |
executable="./RustDedicated" |
||||
serveridentitydir="${systemdir}/server/${servicename}" |
serveridentitydir="${systemdir}/server/${servicename}" |
||||
servercfg="server.cfg" |
servercfg="server.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${serveridentitydir}/cfg" |
servercfgdir="${serveridentitydir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -50,6 +51,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="41080" |
appid="41080" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta publicbeta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="ss3-server" |
servicename="ss3-server" |
||||
gamename="Serious Sam 3: BFE" |
gamename="Serious Sam 3: BFE" |
||||
@ -62,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/Bin" |
systemdir="${filesdir}/Bin" |
||||
executable="./runSam3_DedicatedServer.sh" |
executable="./runSam3_DedicatedServer.sh" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
servercfg="${servicename}.ini" |
servercfg="${servicename}.ini" |
||||
|
servercfgdefault="server.ini" |
||||
servercfgdir="${filesdir}/Content/SeriousSam3/Config" |
servercfgdir="${filesdir}/Content/SeriousSam3/Config" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="230716" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="230716" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -49,6 +50,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="211820" |
appid="211820" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="sb-server" |
servicename="sb-server" |
||||
gamename="Starbound" |
gamename="Starbound" |
||||
@ -61,14 +67,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}/linux" |
executabledir="${filesdir}/linux" |
||||
executable="./starbound_server" |
executable="./starbound_server" |
||||
servercfg="starbound_server.config" |
servercfg="starbound_server.config" |
||||
|
servercfgdefault="starbound_server.config" |
||||
servercfgdir="${filesdir}/storage" |
servercfgdir="${filesdir}/storage" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.config" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -54,6 +55,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="276060" |
appid="276060" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta release_candidate_public" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="svencoop-server" |
servicename="svencoop-server" |
||||
gamename="Sven Co-op" |
gamename="Sven Co-op" |
||||
@ -66,14 +72,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/svencoop" |
systemdir="${filesdir}/svencoop" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./svends_run" |
executable="./svends_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then |
|||||
set -x |
set -x |
||||
fi |
fi |
||||
|
|
||||
version="210516" |
version="160916" |
||||
|
|
||||
#### Variables #### |
#### Variables #### |
||||
|
|
||||
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -60,6 +61,11 @@ githubbranch="master" |
|||||
# Steam |
# Steam |
||||
appid="232250" |
appid="232250" |
||||
|
|
||||
|
# Steam App Branch Select |
||||
|
# Allows to opt into the various Steam app branches. Default branch is "". |
||||
|
# Example: "-beta beta" |
||||
|
branch="" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="tf2-server" |
servicename="tf2-server" |
||||
gamename="Team Fortress 2" |
gamename="Team Fortress 2" |
||||
@ -72,14 +78,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/tf" |
systemdir="${filesdir}/tf" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./srcds_run" |
executable="./srcds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/cfg" |
servercfgdir="${systemdir}/cfg" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -67,14 +68,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/tfc" |
systemdir="${filesdir}/tfc" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./hlds_run" |
executable="./hlds_run" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="290716" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -40,14 +41,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./ts3server_startscript.sh" |
executable="./ts3server_startscript.sh" |
||||
servercfg="${servicename}.ini" |
servercfg="${servicename}.ini" |
||||
|
servercfgdefault="ts3server.ini" |
||||
servercfgdir="${filesdir}" |
servercfgdir="${filesdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.ini" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -20,6 +20,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -62,14 +63,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./teeworlds_srv" |
executable="./teeworlds_srv" |
||||
servercfg="${servicename}.cfg" # Teeworlds can also auto load any config if an autoexec.cfg file is present in the server dir |
servercfg="${servicename}.cfg" # Teeworlds can also auto load any config if an autoexec.cfg file is present in the server dir |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${filesdir}" |
servercfgdir="${filesdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -20,6 +20,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -62,14 +63,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${filesdir}" |
executabledir="${filesdir}" |
||||
executable="./TerrariaServer" |
executable="./TerrariaServer" |
||||
servercfg="${servicename}.txt" |
servercfg="${servicename}.txt" |
||||
|
servercfgdefault="serverconfig.txt" |
||||
servercfgdir="${filesdir}" |
servercfgdir="${filesdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.txt" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -59,6 +60,7 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/LinuxServer" |
systemdir="${filesdir}/LinuxServer" |
||||
executabledir="${systemdir}/Engine/Binaries/Linux" |
executabledir="${systemdir}/Engine/Binaries/Linux" |
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -45,14 +46,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/System" |
systemdir="${filesdir}/System" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
executable="./ucc-bin" |
executable="./ucc-bin" |
||||
servercfg="${servicename}.ini" |
servercfg="${servicename}.ini" |
||||
|
servercfgdefault="UT2004.ini" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/UT2004.ini" |
|
||||
compressedmapsdir="${rootdir}/Maps-Compressed" |
compressedmapsdir="${rootdir}/Maps-Compressed" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -45,6 +46,15 @@ fn_parms(){ |
|||||
parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?MaxPlayers=${maxplayers}?Mutator=${mutators} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog}" |
parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?MaxPlayers=${maxplayers}?Mutator=${mutators} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog}" |
||||
} |
} |
||||
|
|
||||
|
#### Advanced Variables #### |
||||
|
|
||||
|
# Github Branch Select |
||||
|
# Allows for the use of different function files |
||||
|
# from a different repo and/or branch. |
||||
|
githubuser="GameServerManagers" |
||||
|
githubrepo="LinuxGSM" |
||||
|
githubbranch="master" |
||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="ut3-server" |
servicename="ut3-server" |
||||
gamename="Unreal Tournament 3" |
gamename="Unreal Tournament 3" |
||||
@ -57,11 +67,13 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${systemdir}/Binaries" |
executabledir="${systemdir}/Binaries" |
||||
executable="./ut3" |
executable="./ut3" |
||||
servercfg="UTGame.ini" |
servercfg="${servicename}.ini" |
||||
|
servercfgdefault="UTGame.ini" |
||||
servercfgdir="${systemdir}/UTGame/Config" |
servercfgdir="${systemdir}/UTGame/Config" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
@ -82,13 +94,6 @@ gamelogdate="${gamelogdir}/${servicename}-game-$(date '+%d-%m-%Y-%H-%M-%S').log" |
|||||
scriptlogdate="${scriptlogdir}/${servicename}-script-$(date '+%d-%m-%Y-%H-%M-%S').log" |
scriptlogdate="${scriptlogdir}/${servicename}-script-$(date '+%d-%m-%Y-%H-%M-%S').log" |
||||
consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M-%S').log" |
consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M-%S').log" |
||||
|
|
||||
# Github Branch Select |
|
||||
# Allows for the use of different function files |
|
||||
# from a different repo and/or branch. |
|
||||
githubuser="GameServerManagers" |
|
||||
githubrepo="LinuxGSM" |
|
||||
githubbranch="master" |
|
||||
|
|
||||
##### Script ##### |
##### Script ##### |
||||
# Do not edit |
# Do not edit |
||||
|
|
||||
@ -152,4 +157,3 @@ core_functions.sh |
|||||
|
|
||||
getopt=$1 |
getopt=$1 |
||||
core_getopt.sh |
core_getopt.sh |
||||
|
|
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -54,14 +55,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/System" |
systemdir="${filesdir}/System" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
executable="./ucc-bin" |
executable="./ucc-bin" |
||||
servercfg="${servicename}.ini" |
servercfg="${servicename}.ini" |
||||
|
servercfgdefault="Default.ini" |
||||
servercfgdir="${systemdir}" |
servercfgdir="${systemdir}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/Default.ini" |
|
||||
compressedmapsdir="${rootdir}/Maps-Compressed" |
compressedmapsdir="${rootdir}/Maps-Compressed" |
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
|
@ -19,6 +19,7 @@ version="210516" |
|||||
# Email |
# Email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
#emailfrom="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
@ -28,7 +29,7 @@ pushbullettoken="accesstoken" |
|||||
# Start Variables |
# Start Variables |
||||
|
|
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="+set net_strict 1 +set fs_homepath ${filesdir} +exec ${servercfgfullpath}" |
parms="+set net_strict 1 +set fs_homepath ${filesdir} +exec ${servercfg}" |
||||
} |
} |
||||
|
|
||||
#### Advanced Variables #### |
#### Advanced Variables #### |
||||
@ -42,7 +43,7 @@ githubbranch="master" |
|||||
|
|
||||
# Server Details |
# Server Details |
||||
servicename="et-server" |
servicename="et-server" |
||||
gamename="Enemy Territory" |
gamename="Wolfenstein: Enemy Territory" |
||||
engine="idtech3" |
engine="idtech3" |
||||
|
|
||||
# Directories |
# Directories |
||||
@ -52,14 +53,15 @@ lockselfname=".${servicename}.lock" |
|||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
libdir="${lgsmdir}/lib" |
libdir="${lgsmdir}/lib" |
||||
|
tmpdir="${lgsmdir}/tmp" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}" |
systemdir="${filesdir}" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
executable="./etded" |
executable="./etded" |
||||
servercfg="${servicename}.cfg" |
servercfg="${servicename}.cfg" |
||||
|
servercfgdefault="server.cfg" |
||||
servercfgdir="${systemdir}/etmain" |
servercfgdir="${systemdir}/etmain" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
servercfgdefault="${servercfgdir}/lgsm-default.cfg" |
|
||||
backupdir="${rootdir}/backups" |
backupdir="${rootdir}/backups" |
||||
|
|
||||
# Logging |
# Logging |
||||
|
@ -0,0 +1,53 @@ |
|||||
|
#!/bin/bash |
||||
|
# command_dev_detect_ldd.sh function |
||||
|
# Author: Daniel Gibbs |
||||
|
# Website: https://gameservermanagers.com |
||||
|
# Description: Automatically detects required deps using ldd. |
||||
|
# Can check a file or directory recursively. |
||||
|
|
||||
|
echo "=================================" |
||||
|
echo "Shared Object dependencies Checker" |
||||
|
echo "=================================" |
||||
|
|
||||
|
if [ -z "${filesdir}" ]; then |
||||
|
dir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))" |
||||
|
fi |
||||
|
|
||||
|
if [ -d "${filesdir}" ]; then |
||||
|
echo "Checking directory: " |
||||
|
echo "${filesdir}" |
||||
|
elif [ -f "${filesdir}" ]; then |
||||
|
echo "Checking file: " |
||||
|
echo "${filesdir}" |
||||
|
fi |
||||
|
echo "" |
||||
|
|
||||
|
files=$(find ${filesdir} | wc -l) |
||||
|
find ${filesdir} -type f -print0 | |
||||
|
while IFS= read -r -d $'\0' line; do |
||||
|
#ldd -v $line 2>/dev/null|grep "=>" >>"${tmpdir}/detect_ldd.tmp" |
||||
|
if [ -n "$(ldd $line 2>/dev/null |grep -v "not a dynamic executable")" ]; then |
||||
|
echo "$line" >> "${tmpdir}/detect_ldd.tmp" |
||||
|
ldd $line 2>/dev/null |grep -v "not a dynamic executable" >> "${tmpdir}/detect_ldd.tmp" |
||||
|
|
||||
|
if [ -n "$(ldd $line 2>/dev/null |grep -v "not a dynamic executable"|grep "not found")" ]; then |
||||
|
echo "$line" >> "${tmpdir}/detect_ldd_not_found.tmp" |
||||
|
ldd $line 2>/dev/null |grep -v "not a dynamic executable"|grep "not found" >> "${tmpdir}/detect_ldd_not_found.tmp" |
||||
|
fi |
||||
|
fi |
||||
|
echo -n "$i / $files" $'\r' |
||||
|
((i++)) |
||||
|
done |
||||
|
echo "" |
||||
|
echo "" |
||||
|
echo "All" |
||||
|
echo "=================================" |
||||
|
cat "${tmpdir}/detect_ldd.tmp" |
||||
|
|
||||
|
echo "" |
||||
|
echo "Not Found" |
||||
|
echo "=================================" |
||||
|
cat "${tmpdir}/detect_ldd_not_found.tmp" |
||||
|
|
||||
|
rm "${tmpdir}/detect_ldd.tmp" |
||||
|
rm "${tmpdir}/detect_ldd_not_found.tmp" |
@ -0,0 +1,146 @@ |
|||||
|
#!/bin/bash |
||||
|
# LGSM command_postdetails.sh function |
||||
|
# Author: CedarLUG |
||||
|
# Contributor: CedarLUG |
||||
|
# Website: https://gameservermanagers.com |
||||
|
# Description: Strips sensitive information out of Details output |
||||
|
|
||||
|
local commandname="postdetails" |
||||
|
local commandaction="Postdetails" |
||||
|
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" |
||||
|
|
||||
|
# postdetails variable affects the output of command_details.sh. Setting |
||||
|
# it here silences the output from sourcing command_details.sh. |
||||
|
postdetails=yes |
||||
|
|
||||
|
# Set posttarget to the appropriately-defined post destination. |
||||
|
|
||||
|
# The options for posttarget are: |
||||
|
# The default destination - hastebin |
||||
|
# posttarget="http://hastebin.com" |
||||
|
# |
||||
|
# Secondary destination - pastebin |
||||
|
# posttarget="http://pastebin.com |
||||
|
# |
||||
|
# Third option - leave on the filesystem |
||||
|
# posttarget= |
||||
|
# |
||||
|
# All of these options can be specified/overridden from the top-level |
||||
|
# invocation, as in: |
||||
|
# rustserver@gamerig:~$ posttarget="http://pastebin.com" ./rustserver pd |
||||
|
# to post to pastebin, or |
||||
|
# rustserver@gamerig:~$ posttarget= ./rustserver pd |
||||
|
# to leave the output on the filesystem. |
||||
|
posttarget=${posttarget="http://hastebin.com"} |
||||
|
|
||||
|
# For pastebin, you can set the expiration period. |
||||
|
# use 1 week as the default, other options are '24h' for a day, etc. |
||||
|
# This, too, may be overridden from the command line at the top-level |
||||
|
postexpire="${postexpire="1W"}" |
||||
|
|
||||
|
# This file sources the command_details.sh file to leverage all |
||||
|
# of the already-defined functions. To keep the command_details.sh |
||||
|
# from actually producing output, the main executable statements have |
||||
|
# been wrapped in the equivalent of an ifdef clause, that looks |
||||
|
# for the variable "postdetails" to be defined. -CedarLUG |
||||
|
|
||||
|
# source all of the functions defined in the details command |
||||
|
command_details.sh |
||||
|
|
||||
|
# redefine as command_details.sh changes them |
||||
|
local commandname="postdetails" |
||||
|
local commandaction="Postdetails" |
||||
|
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" |
||||
|
|
||||
|
fn_bad_tmpfile() { |
||||
|
echo "There was a problem creating a temporary file ${tmpfile}." |
||||
|
core_exit.sh |
||||
|
} |
||||
|
|
||||
|
# Rather than a one-pass sed parser, default to using a temporary directory |
||||
|
tmpfile="${tmpdir}/postdetails-$(date +"%Y-%d-%m_%H-%M-%S").tmp" |
||||
|
|
||||
|
touch "${tmpfile}" || fn_bad_tmpfile |
||||
|
|
||||
|
# fn_display_details is found in the command_details.sh file (which |
||||
|
# was sourced above). The output is parsed for passwords and other |
||||
|
# confidential information. -CedarLUG |
||||
|
|
||||
|
# The numerous sed lines could certainly be condensed quite a bit, |
||||
|
# but they are separated out to provide examples for how to add |
||||
|
# additional criteria in a straight-forward manner. |
||||
|
# (This was originally a sed one-liner.) -CedarLUG |
||||
|
|
||||
|
fn_display_details | sed -e 's/password="[^"]*/password="--stripped--/' | |
||||
|
sed -e 's/password "[^"]*/password "--stripped--/' | |
||||
|
sed -e 's/password: .*/password: --stripped--/' | |
||||
|
sed -e 's/gslt="[^"]*/gslt="--stripped--/' | |
||||
|
sed -e 's/gslt "[^"]*/gslt "--stripped--/' | |
||||
|
sed -e 's/pushbullettoken="[^"]*/pushbullettoken="--stripped--/' | |
||||
|
sed -e 's/pushbullettoken "[^"]*/pushbullettoken "--stripped--/' | |
||||
|
sed -e 's/authkey="[^"]*/authkey="--stripped--/' | |
||||
|
sed -e 's/authkey "[^"]*/authkey "--stripped--/' | |
||||
|
sed -e 's/authkey [A-Za-z0-9]\+/authkey --stripped--/' | |
||||
|
sed -e 's/rcts_strAdminPassword="[^"]*/rcts_strAdminPassword="--stripped--/' | |
||||
|
sed -e 's/rcts_strAdminPassword "[^"]*/rcts_strAdminPassword "--stripped--/' | |
||||
|
sed -e 's/sv_setsteamaccount [A-Za-z0-9]\+/sv_setsteamaccount --stripped--/' | |
||||
|
sed -e 's/sv_password="[^"]*/sv_password="--stripped--/' | |
||||
|
sed -e 's/sv_password "[^"]*/sv_password "--stripped--/' | |
||||
|
sed -e 's/zmq_stats_password="[^"]*/zmq_stats_password="--stripped--/' | |
||||
|
sed -e 's/zmq_stats_password "[^"]*/zmq_stats_password "--stripped--/' | |
||||
|
sed -e 's/zmq_rcon_password="[^"]*/zmq_rcon_password="--stripped--/' | |
||||
|
sed -e 's/zmq_rcon_password "[^"]*/zmq_rcon_password "--stripped--/' | |
||||
|
sed -e 's/pass="[^"]*/pass="--stripped--/' | |
||||
|
sed -e 's/pass "[^"]*/pass "--stripped--/' | |
||||
|
sed -e 's/rconServerPassword="[^"]*/rconServerPassword="--stripped--/' | |
||||
|
sed -e 's/rconServerPassword "[^"]*/rconServerPassword "--stripped--/' > "${tmpfile}" |
||||
|
|
||||
|
# strip off all console escape codes (colorization) |
||||
|
sed -i -r "s/[\x1B,\x0B]\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g" "${tmpfile}" |
||||
|
|
||||
|
# If the gameserver uses anonymous steam credentials, leave them displayed |
||||
|
# in the output. Otherwise, strip these out as well. |
||||
|
if ! grep -q "^steampass[= ]\"\"" "${tmpfile}" ; then |
||||
|
sed -i -e 's/steampass[= ]"[^"]*/steampass "--stripped--/' "${tmpfile}" |
||||
|
fi |
||||
|
if ! grep -q "^steamuser[= ]\"anonymous\"" "${tmpfile}" ; then |
||||
|
sed -i -e 's/steamuser[= ]"[^"]*/steamuser "--stripped--/' "${tmpfile}" |
||||
|
fi |
||||
|
|
||||
|
|
||||
|
if [ "${posttarget}" == "http://pastebin.com" ] ; then |
||||
|
fn_print_dots "Posting details to pastbin.com for ${postexpire}" |
||||
|
sleep 1 |
||||
|
# grab the return from 'value' from an initial visit to pastebin. |
||||
|
csrftoken=$(curl -s "${posttarget}" | |
||||
|
sed -n 's/^.*input type="hidden" name="csrf_token_post" value="\(.*\)".*$/\1/p') |
||||
|
# |
||||
|
# Use the csrftoken to then post the content. |
||||
|
# |
||||
|
link=$(curl -s "${posttarget}/post.php" -D - -F "submit_hidden=submit_hidden" \ |
||||
|
-F "post_key=${csrftoken}" -F "paste_expire_date=${postexpire}" \ |
||||
|
-F "paste_name=${gamename} Debug Info" \ |
||||
|
-F "paste_format=8" -F "paste_private=0" \ |
||||
|
-F "paste_type=bash" -F "paste_code=<${tmpfile}" | |
||||
|
awk '/^location: / { print $2 }' | sed "s/\n//g") |
||||
|
|
||||
|
# Output the resulting link. |
||||
|
fn_print_ok_nl "Posting details to pastbin.com for ${postexpire}" |
||||
|
echo " * url: ${posttarget}${link}" |
||||
|
elif [ "${posttarget}" == "http://hastebin.com" ] ; then |
||||
|
fn_print_dots "Posting details to hastebin.com for ${postexpire}" |
||||
|
sleep 1 |
||||
|
# hastebin is a bit simpler. If successful, the returned result |
||||
|
# should look like: {"something":"key"}, putting the reference that |
||||
|
# we need in "key". TODO - error handling. -CedarLUG |
||||
|
link=$(curl -s -d "$(<${tmpfile})" "${posttarget}/documents" | cut -d\" -f4) |
||||
|
fn_print_ok_nl "Posting details to hastebin.com for ${postexpire}" |
||||
|
echo " * url: ${posttarget}/${link}" |
||||
|
else |
||||
|
fn_print_warn_nl Review the output in "${tmpfile}" |
||||
|
core_exit.sh |
||||
|
fi |
||||
|
|
||||
|
# cleanup |
||||
|
rm "${tmpfile}" || /bin/true |
||||
|
core_exit.sh |
@ -1,30 +0,0 @@ |
|||||
#!/bin/bash |
|
||||
# LGSM fix_ut99.sh function |
|
||||
# Author: Daniel Gibbs |
|
||||
# Website: https://gameservermanagers.com |
|
||||
# Description: Resolves various issues with Unreal Tournament 99. |
|
||||
|
|
||||
local commandname="FIX" |
|
||||
local commandaction="Fix" |
|
||||
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" |
|
||||
|
|
||||
echo "${servercfgfullpath}" |
|
||||
echo "enabling UdpServerUplink." |
|
||||
{ |
|
||||
echo "[IpServer.UdpServerUplink]" |
|
||||
echo "DoUplink=True" |
|
||||
echo "UpdateMinutes=1" |
|
||||
echo "MasterServerAddress=unreal.epicgames.com" |
|
||||
echo "MasterServerPort=27900" |
|
||||
echo "Region=0" |
|
||||
}| tee -a "${servercfgfullpath}" > /dev/null 2>&1 |
|
||||
sleep 1 |
|
||||
echo "removing dead gamespy.com master server." |
|
||||
sed -i '/master0.gamespy.com/d' "${servercfgfullpath}" |
|
||||
sleep 1 |
|
||||
echo "removing dead mplayer.com master server." |
|
||||
sed -i '/master.mplayer.com/d' "${servercfgfullpath}" |
|
||||
sleep 1 |
|
||||
echo "inserting qtracker.com master server." |
|
||||
sed -i '65i\ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.qtracker.com MasterServerPort=27900' "${servercfgfullpath}" |
|
||||
echo "" |
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue