Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spud304/factorio-auto-save-mod
A factorio mod to autosave reguluary without overwriting other ones
https://github.com/spud304/factorio-auto-save-mod
factorio factorio-mod
Last synced: about 1 month ago
JSON representation
A factorio mod to autosave reguluary without overwriting other ones
- Host: GitHub
- URL: https://github.com/spud304/factorio-auto-save-mod
- Owner: Spud304
- License: apache-2.0
- Created: 2023-10-09T03:05:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T01:40:47.000Z (about 1 year ago)
- Last Synced: 2023-10-17T11:05:09.290Z (about 1 year ago)
- Topics: factorio, factorio-mod
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# factorio-auto-save-mod
Quick little mod created to create an autosave in factorio once every ingame day
savefile format is `_autosave-{gameseed}-{save_number}`
where the gameseed is a random number generated based off off the seed of the created game
and the save number is a counter that increments each time a save is created, creating something like this```
_autosave-634-0
_autosave-634-1
_autosave-634-2
...
```