Im running factorio via dedicated server, the autosave is working, but the game is not saving to the specified save game when the last players quits or when the dedicated server is shutdown.
This means everytime i reboot my server i need to restore my game from an autosave and do loose some data potentially in this.
this is how i launch the server:
./factorio --start-server "bobs_mod_1.zip" &
Dedicated server doesnt save game
Re: Dedicated server doesnt save game
That is correct behaviour.supagu wrote:the game is not saving to the specified save game when the last players quits
How do you shut down the server? Can you post the log that includes the server's shutdown?supagu wrote:or when the dedicated server is shutdown.
Re: Dedicated server doesnt save game
https://drive.google.com/file/d/0B_nQZv ... sp=sharing
It looks like its not shutting down correctly, if I close factorio correctly the log ends with "goodbye" which my log doesnt contain when i reboot.
I have an sh script:
which we simply run by clicking on it when the linux machine boots.
I am rebooting my computer by using the reboot option in the desktop that i am using (xfce)
It looks like its not shutting down correctly, if I close factorio correctly the log ends with "goodbye" which my log doesnt contain when i reboot.
I have an sh script:
Code: Select all
cd ~/.factorio/bin/x64
ls
./factorio --start-server "bobs_mod_1.zip" &
I am rebooting my computer by using the reboot option in the desktop that i am using (xfce)