Closed salinas707 closed 9 months ago
You are correct! I'll get the change in and test tomorrow :)
@salinas707 this has been fixed in the latest push of the container. I had to separate the default values from the env lookup. So the order of operations is default + preset + user set which will = full set of env vars.
Tested and confirmed
nice work, your changes worked for me. Thank you
The PRESET env does not appear to be working for me. I believe the problem is here: https://github.com/mbround18/palworld-docker/blob/main/scripts/config.py#L176
It looks like the --preset
arg does not default to the PRESET env var, and I don't see anywhere else where it would be getting passed in.
It seems like the presets (casual, normal, hard) are not applying correctly. New to python so I may be wrong, but I think there may be a typo on the config.py script here:
On this line: