-
Notifications
You must be signed in to change notification settings - Fork 143
Description
Background
On the Saves page, the user is prevented from creating a save while the server is running. Factorio now allows the console command /c server-save
This will save the game as the currently loaded filename in the same manner as Save and Stop Server on the Controls page. However, a non documented feature of this command is that it also allows a named save to be created ie /c server save 123
with .zip extension being appended automattically.
Suggestion
Instead of displaying the message that saves are not possible, branch the code from using system IO file creation while game is not running, to issuing an RCON command to save the savegame name entered in the field while the game is running.
Expected result:
The same result can be achieved from the console page, or by issuing the command ingame of course, but this suggestion would appear more intuitive, and remove the suggestion that no save while running is not possible.