1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-28 14:26:15 +02:00

Store teleport tube DB in mod storage (#40)

* Store teleport tube DB in mod storage

* Prevent overwriting of tube DB backup file

* Remove backup code

* Slightly improve storage reading code

* Log DB migration to mod storage

* Add migration note in README

* Improve pipeworks.logger
This commit is contained in:
Jude Melton-Houghton
2022-08-13 16:22:53 -04:00
committed by GitHub
parent 75894355d4
commit 1823690dad
3 changed files with 65 additions and 31 deletions

4
README
View File

@ -20,3 +20,7 @@ This mod is a work in progress.
Please note that owing to the nature of this mod, I have opted to use 64px
textures. Anything less just looks terrible.
The teleport tube database used to kept in a file named 'teleport_tubes'.
The database is now kept in mod storage. The migration from 'teleport_tubes' is
automatic. The old file is then kept around but is not used at all.