|
|
@ -25,7 +25,7 @@ allowjoininprogress="true" |
|
|
|
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
|
|
|
# Edit with care | List of game types and mutators : http://wiki.unrealadmin.org/FAQ:UT3 |
|
|
|
fn_parms(){ |
|
|
|
parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?Mutator=${mutators} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog} -ini=${servercfgfullpath}" |
|
|
|
parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?Mutator=${mutators}?ConfigSubDir=${servicename} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog} |
|
|
|
} |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
@ -96,9 +96,9 @@ engine="unreal3" |
|
|
|
systemdir="${serverfiles}" |
|
|
|
executabledir="${systemdir}/Binaries" |
|
|
|
executable="./ut3" |
|
|
|
servercfg="${servicename}.ini" |
|
|
|
servercfg="UTGame.ini" |
|
|
|
servercfgdefault="UTGame.ini" |
|
|
|
servercfgdir="${systemdir}/UTGame/Config" |
|
|
|
servercfgdir="${systemdir}/UTGame/Config/${servicename}" |
|
|
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
|
|
|
|
|
|
|
## Backup Directory |
|
|
|