Adding Caves related issues to FAQ #60
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've had some issues while running the container using docker-compose.
First the Caves won't go up at all. Logs mentioned
SOCKET_PORT_ALREADY_IN_USE, what is quite strange for a container. So I've noticed both myserver.inifiles, Caves and Master, did not have all the setting present on the repo's default config folder.After copying those files from the repo to my server, that message was gone.
But now my server was going up with 2 florests, instead of a florest and a cave. So I've created a server on the game itself, copied
leveldataoverride.luato my dedicated server, and that is it. Server working like a charm.I am not sure about why those original
server.iniwere different from repo's ones. Docker files and scripts sounded ok to me. I could not find a place where the content of those files were being replaced withsed,awk, or something like that. Also I do not know why caves had noleveldataoverride.luaand are still working for some people.So as I could not really solve the issue, I think it would be nice to have those issues covered somehow until the problems are really solved. Even after it gets solved, I believe it would be nice to have it on FAQ just in case.
With all of that said. Thank you very much for this docker image. Klei's documentation is terrible indeed, I totally agree with you. You deserve a place in haven for saving people so much time and preventing headaches + gastritis.