[GH-ISSUE #58] Documentation causing confusion and errors on attempt #6

Open
opened 2026-02-27 04:55:47 +03:00 by kerem · 1 comment
Owner

Originally created by @thegreatstorm on GitHub (Jan 25, 2021).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM-Docs/issues/58

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

Originally created by @thegreatstorm on GitHub (Jan 25, 2021). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM-Docs/issues/58 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
Author
Owner

@thegreatstorm commented on GitHub (Jan 25, 2021):

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"
}

<!-- gh-comment-id:766998249 --> @thegreatstorm commented on GitHub (Jan 25, 2021): 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" }
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM-Docs#6
No description provided.