Search found 6 matches
- Sun Aug 30, 2015 7:44 pm
- Forum: Multiplayer
- Topic: Dedi Mutliplayer not saving map locally
- Replies: 9
- Views: 17154
Re: Dedi Mutliplayer not saving map locally
Even though the client is not using the original save file(SAVE1) it seems to be loading up the latest autosave when I exit and log back in.
I don't understand this. When you log into a server, it will send you the current map and your client will load it. You do not load any of the saves in ...
- Sun Aug 30, 2015 5:54 pm
- Forum: Multiplayer
- Topic: Dedi Mutliplayer not saving map locally
- Replies: 9
- Views: 17154
Re: Dedi Mutliplayer not saving map locally
You have to run server_save manually each time you want it.
But like I said, the server should have autosaves just like everyone else. You can set the autosave interval by passing the --autosave-interval parameter, e.g. ./factorio --start-server map --autosave-interval 5 to autosave every five ...
But like I said, the server should have autosaves just like everyone else. You can set the autosave interval by passing the --autosave-interval parameter, e.g. ./factorio --start-server map --autosave-interval 5 to autosave every five ...
- Sun Aug 30, 2015 2:53 am
- Forum: Multiplayer
- Topic: Dedi Mutliplayer not saving map locally
- Replies: 9
- Views: 17154
Re: Dedi Mutliplayer not saving map locally
You have to run server_save manually each time you want it.
But like I said, the server should have autosaves just like everyone else. You can set the autosave interval by passing the --autosave-interval parameter, e.g. ./factorio --start-server map --autosave-interval 5 to autosave every five ...
But like I said, the server should have autosaves just like everyone else. You can set the autosave interval by passing the --autosave-interval parameter, e.g. ./factorio --start-server map --autosave-interval 5 to autosave every five ...
- Sun Aug 30, 2015 1:31 am
- Forum: Multiplayer
- Topic: Dedi Mutliplayer not saving map locally
- Replies: 9
- Views: 17154
Re: Dedi Mutliplayer not saving map locally
Can you post the log from the server? Also, can you check that the saves directory is actually writeable by the server?
When you say log are you talking about a text log made by the game server or a screenshot of the command prompt? It looks like the save directory is definitely writable. I ...
When you say log are you talking about a text log made by the game server or a screenshot of the command prompt? It looks like the save directory is definitely writable. I ...
- Sun Aug 30, 2015 12:32 am
- Forum: Multiplayer
- Topic: Dedi Mutliplayer not saving map locally
- Replies: 9
- Views: 17154
Re: Dedi Mutliplayer not saving map locally
Can you post the log from the server? Also, can you check that the saves directory is actually writeable by the server?
When you say log are you talking about a text log made by the game server or a screenshot of the command prompt? It looks like the save directory is definitely writable. I ...
When you say log are you talking about a text log made by the game server or a screenshot of the command prompt? It looks like the save directory is definitely writable. I ...
- Sun Aug 30, 2015 12:00 am
- Forum: Multiplayer
- Topic: Dedi Mutliplayer not saving map locally
- Replies: 9
- Views: 17154
Dedi Mutliplayer not saving map locally
I am hosting a multiplayer headless server on a dedicated server host, and for some odd reason it is not saving the game on that box. Instead it is saving the game on my local machine. In order to keep the map updated I am having to upload the file to the dedicated server every time I finish playing ...