Pleut / abiotic-factor-linux-docker

Docker container for an Abiotic Factor dedicated server using Wine
44 stars 10 forks source link

Argument for Wrold Save #1

Closed ToHold closed 4 months ago

ToHold commented 4 months ago

Is there a way to specify a save in local machine ? And to save it outside the docker ?

Pleut commented 4 months ago

In Docker, you can use volumes to include/link folders from outside a container in order to use them in the container. In the docker-compose.yml file in the repo, the default setting is that everything that would be stored in the Abiotic Factor Server under “AbioticFactor/Saved” is stored in the “data” folder. You should find the individual saves under “data/SaveGames/Server/Worlds” (relative to the folder where the docker-compose.yml is located).