You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually got the fix now. add this to arkserver.cfg
make sure the ClusterDirOverride exists.
fn_parms(){
parms="${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods -crossplay -UseVivox -PublicIPForEpic=88.86.121.244 -NoTransferFromFiltering -clusterid=XXXXX -ClusterDirOverride=~/backup"
}
https://github.com/GameServerManagers/LinuxGSM-Docs/blob/master/game-servers/ark-survival-evolved.md
Regarding the part with
Adding Servers to Clusters
The user having issues added a none key/value to arkserver.cfg. And it was causing syntax error reading the .cfg. Not sure if the documentation needs to be updated. The current work around is to override fn_parm instead of just adding that text in the bottom
https://discord.com/channels/127498813903601664/135126471319617536/759762872959107113
The text was updated successfully, but these errors were encountered: