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

Backup non-seamless Game / GUS ini files #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LaoArchAngel
Copy link

Issue

Backup fails to copy the Game.ini and GameUserSettings.ini files (and this back them up) for seamless servers because we're looking in a folder that does not exist.

Solution

When hosting a non-seamless server, the ini files are saved in a more central location: the same place where they are saved for ARK servers. However, to ensure that we do not conflict with seamless servers, only make the switch if the original folder does not exist.

Thoughts

I do not run a seamless server so it's a little hard to tell how compatible this is.

LaoArchAngel and others added 2 commits August 15, 2019 18:54
When running a Blackwood map (and possible other non-seamless servers), `savedcfgdir` results in a value like this:
`/atlas/server/ShooterGame/Saved/SavedArks/Config/LinuxServer`

This path does not exist.  The correct path should be: `/atlas/server/ShooterGame/Saved/Config/LinuxServer`, or IOW, `${saverootdir}/Config/LinuxServer`.
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

Successfully merging this pull request may close these issues.

1 participant