jsknnr / enshrouded-server

Run Enshrouded dedicated server in a container
MIT License
176 stars 20 forks source link

how to import locally saved world #59

Open effektarium opened 5 months ago

effektarium commented 5 months ago

Hi there! :) Actually no issue but i cant find the directory of my container. I installed the server on my synology nas via docker and i really have no idea what im doing, but the server is running. but i cant find the docker dir Can anybody help me here? :)

seb-giroux commented 4 months ago

I'd love to have this answer as well. I see my game inside the container, but I just don't know how to copy files from my Windows PC to this path in the container.

image

seb-giroux commented 4 months ago

Allright so I succesfully did it in two steps:

  1. Add a volume between a folder (You can create one for Enshrouded specifically) and /home/steam/enshrouded/savegame. For instance, I've created a new enshrouded-save folder under docker: image

  2. Use the File Station app to copy your save game to this new folder: image

effektarium commented 4 months ago

Allright so I succesfully did it in two steps:

Oh, great, thx a lot!