|
|
@@ -11,14 +11,13 @@
|
|
|
port="27000"
|
|
|
# https://steamidfinder.com
|
|
|
adminsteamid=""
|
|
|
-avgalaxy="avgalaxy"
|
|
|
|
|
|
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
|
fn_parms(){
|
|
|
if [ ! -z "${adminsteamid}" ]; then
|
|
|
admincmd="--admin ${adminsteamid}"
|
|
|
fi
|
|
|
-parms="--galaxy-name ${avgalaxy} --ip ${ip} --datapath ${avdatapath} ${admincmd}"
|
|
|
+parms="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath} ${admincmd}"
|
|
|
}
|
|
|
|
|
|
#### LinuxGSM Settings ####
|
|
|
@@ -146,7 +145,7 @@ glibc="2.15"
|
|
|
|
|
|
## Game Server Directories
|
|
|
avdatapath="${serverfiles}/galaxy"
|
|
|
-avgalaxypath="${avdatapath}/${avgalaxy}"
|
|
|
+avgalaxypath="${avdatapath}/${selfname}"
|
|
|
systemdir="${serverfiles}"
|
|
|
executabledir="${systemdir}"
|
|
|
executable="./server.sh"
|