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

Missing Game.ini file #10

Closed
TheRealShadow opened this issue Nov 6, 2023 · 5 comments
Closed

Missing Game.ini file #10

TheRealShadow opened this issue Nov 6, 2023 · 5 comments
Labels
question Further information is requested

Comments

@TheRealShadow
Copy link

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
Copy link
Owner

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
Copy link
Author

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

@mschnitzer
Copy link
Owner

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.

@mschnitzer mschnitzer added the question Further information is requested label Nov 7, 2023
@TheRealShadow
Copy link
Author

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

@mschnitzer
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants