Hi, I love what you are doing and how complex it makes Simutrans!
Right now I am in the process of setting up a Simutrans server via Docker, it all works except saving, as the server saves into its main directory which I don't want to add to a persistent volume as it would cause more problems. I understand that in the standard version the savegames are saved inside the save directory?
Is there any command to change the savegame location in extended to use the save folder instead of the main working directory?
I already tried to set singleuser_install to 0, it still insists on using the working directory.