|
|
@ -7,21 +7,21 @@ |
|
|
|
# [instance].cfg - applies settings to a specific instance. |
|
|
|
|
|
|
|
#### Game Server Settings #### |
|
|
|
gamename="Necesse" |
|
|
|
worldname="My World" |
|
|
|
port="14159" |
|
|
|
slots="10" # [1 - 250] Server default slots |
|
|
|
password="" # Leave blank for no password |
|
|
|
slots="10" # [1 - 250] Server default slots |
|
|
|
password="" # Leave blank for no password |
|
|
|
pauseWhenEmpty="false", |
|
|
|
giveClientsPower="true" # If true, clients will have much more power over what hits them, their position etc |
|
|
|
logging="true" #Will create log files for each server start |
|
|
|
giveClientsPower="true" # If true, clients will have much more power over what hits them, their position etc |
|
|
|
logging="true" # Will create log files for each server start |
|
|
|
language="en" |
|
|
|
zipSaves="true" # Create new saves uncompressed |
|
|
|
MOTD="" # Message of the day |
|
|
|
zipSaves="false" # Create new saves uncompressed |
|
|
|
MOTD="" # Message of the day |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-${configdir} -world ${gamename}" |
|
|
|
startparameters="-localdir -world ${worldname}" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
@ -166,10 +166,10 @@ gamename="Necesse" |
|
|
|
## Game Server Directories |
|
|
|
systemdir="${serverfiles}" |
|
|
|
executabledir="${serverfiles}" |
|
|
|
executable="./DedicatedServerCmd.elf" |
|
|
|
servercfgdir="${systemdir}" |
|
|
|
executable="./StartServer-nogui.sh" |
|
|
|
servercfgdir="${serverfiles}/cfg" |
|
|
|
servercfg="${selfname}.cfg" |
|
|
|
servercfgdefault="config_sample/server.cfg" |
|
|
|
servercfgdefault="server.cfg" |
|
|
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
|
|
|
|
|
|
|
## Backup Directory |
|
|
|