You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use a savegame that has a custom tram-set through NewGRF.
This failed, because the server couldn't find it and as a result it started generating a new random map.
After fooling around a bit I got this working.
Copying the .tar to /home/openttd/config/[whateversavegame]/content_downloaded/newgrf Nothing happens.
Copying the .tar to /home/openttd/openttd-13/content_download/ Nothing happens.
What DID work:
This walkthrough assumes you have the directory with the savefiles mounted to your local FS (e.g. - /path/to/local/drive/openttd-server:/home/openttd/server)
Get the tarfile from your local copy
Unpackage it using any unpackagingtool you might find usefull
Move it into the savefile directory (this is a workaround as you can't mount /home/openttd/openttd-13/content_download/ yet see Docker compose - persistent storage #5 )
Attach a terminal to your docker image (either through portainer or any other way to get a terminal)
move the entire directory into /home/openttd/openttd-13/newgrf/
Reboot the container
Create a new server and choose the savefile and configfiles that contain the NewGRF content
Enjoy.
The text was updated successfully, but these errors were encountered:
Hi,
I tried to use a savegame that has a custom tram-set through NewGRF.
This failed, because the server couldn't find it and as a result it started generating a new random map.
After fooling around a bit I got this working.
What didn't work:
What DID work:
The text was updated successfully, but these errors were encountered: