Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation causing confusion and errors on attempt #58

Open
thegreatstorm opened this issue Jan 25, 2021 · 1 comment
Open

Documentation causing confusion and errors on attempt #58

thegreatstorm opened this issue Jan 25, 2021 · 1 comment

Comments

@thegreatstorm
Copy link

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

@thegreatstorm
Copy link
Author

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant