mirror of
https://github.com/GameServerManagers/LinuxGSM-Docs.git
synced 2026-04-26 22:55:59 +03:00
[GH-ISSUE #58] Documentation causing confusion and errors on attempt #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM-Docs#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ClustersThe 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
@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"
}