|
@@ -29,7 +29,7 @@ loadsave=""
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
|
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server
|
|
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server
|
|
|
fn_parms(){
|
|
fn_parms(){
|
|
|
-parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\" -logfile \"${gamelog}\" "
|
|
|
|
|
|
|
+parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\""
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#### LinuxGSM Settings ####
|
|
#### LinuxGSM Settings ####
|
|
@@ -168,7 +168,7 @@ glibc="2.15"
|
|
|
## Game Server Directories
|
|
## Game Server Directories
|
|
|
systemdir="${serverfiles}"
|
|
systemdir="${serverfiles}"
|
|
|
executabledir="${serverfiles}"
|
|
executabledir="${serverfiles}"
|
|
|
-executable=$([ "$(uname -m)" == "x86_64" ] && echo -e "./Hurtworld.x86_64" || echo -e "./Hurtworld.x86")
|
|
|
|
|
|
|
+executable="./Hurtworld.x86_64"
|
|
|
|
|
|
|
|
## Backup Directory
|
|
## Backup Directory
|
|
|
backupdir="${lgsmdir}/backup"
|
|
backupdir="${lgsmdir}/backup"
|