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

Generate a default Game.ini file in case it's missing #12

Open
mschnitzer opened this issue Nov 7, 2023 · 2 comments
Open

Generate a default Game.ini file in case it's missing #12

mschnitzer opened this issue Nov 7, 2023 · 2 comments
Labels
feature New feature or request

Comments

@mschnitzer
Copy link
Owner

The official server files do not include a Game.ini config file by default, this seem to cause some confusion for people using the container image. Once the server files are validated by the start script, it should check for an existing Game.ini file and if it's not present, create an empty one, as a pointer for admins.

@mschnitzer mschnitzer added the feature New feature or request label Nov 7, 2023
@Dagrin0707
Copy link

Is this only created after a player joins the server? I have started the server several times and been able to join to the character creation screen, however the game.ini is still not there in: /var/lib/docker/volumes/asa-server_server-files-1/_data/ShooterGame/Saved/Config/WindowsServer

@mschnitzer
Copy link
Owner Author

The Game.ini won't be created automatically, feel free to create it:

cd /var/lib/docker/volumes/ark-asa-server-deployment_server-files-1/_data/ShooterGame/Saved/Config
touch Game.ini
chown 25000:25000 Game.ini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants