Gabe
Gabe
Tested and it works.
What would be the best way to update the server options that are not covered by the env vars in the game? For example `bEnableFriendlyFire` or `GuildPlayerMaximum`? When I edit...
I can add all the variables in as a Env Var and make a PR!
I think this is related to #10 Editing `DefaultPalWorldSettings.ini` does not persist a startup.
> > Editing `DefaultPalWorldSettings.ini` does not persist a startup. > > You're not supposed to edit an example ^^ But since his target file is completely empty, I think the...
I ran into this issue, running `chown -R 1000:1000` (or whatever PUID/PGID you're using) and/or `chmod -R 755` the directory fixed it for me.
References #10
What do you think is the best way to add info to the README? We can either: - Enumerate all the options (Even though we don't know what it does)...
I added a draft of the table for all of the current variables and an update to README to point to it for "advanced users". Another option is to make...