mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
92 stars 17 forks source link

Missing Game.ini file #10

Closed TheRealShadow closed 1 year ago

TheRealShadow commented 1 year ago

Everything seems to work great so far (using it now for 4 days). Only issue I'm encountering so far is that the game.ini isn't available. Due to this I can not change the breed settings.

This should be in the same folder as the GameUserSettings.ini

mschnitzer commented 1 year ago

The Game.ini is not there by default you need to create it.

One example with some maturation and breeding settings:

[/script/shootergame.shootergamemode]
EggHatchSpeedMultiplier=5.0
BabyMatureSpeedMultiplier=5.0
BabyImprintAmountMultiplier=20.0
BabyCuddleGracePeriodMultiplier=100.0
BabyCuddleLoseImprintQualitySpeedMultiplier=0.0
BabyCuddleIntervalMultiplier=0.1
TheRealShadow commented 1 year ago

Is that by game design or the docker design? I'll attempt this fix tonight. Might be useful for the administration documentation

mschnitzer commented 1 year ago

This is how the server files are being delivered by Wildcard. The container image is not changing them in any way, so this is independent of the container image's design. There's a already a section in the README that explains the absence of the Game.ini file.

What I could do, is to create the Game.ini file by the start script if it is not there and then populate it with some default settings.

TheRealShadow commented 1 year ago

I think that might be useful for more people (like me). If it's not too much work.

mschnitzer commented 1 year ago

I think that's reasonable and I created #12 for that. Let's close this issue as it seem to have been solved and I'm going to implement this request as a feature in one of the upcoming updates.