Feature/basic version
A python script consisting of just functions that backups and restore the continue.sav.
This commit is contained in:
parent
e200ab8d9d
commit
f3d8655a95
2 changed files with 173 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
# FTL Save File Manager
|
||||
|
||||
Recreating the program I wrote in school in VS Basic but in Python.
|
||||
|
||||
It is a program enabling saving and loading in FTL (Faster Then Light) game.
|
||||
|
||||
It is considered as a project to learn and be more confident with Python as well as Git.
|
||||
|
||||
|
||||
## How it works
|
||||
It has a very simple menu after starting, with option such as backup, restore backup, delete backup files and quite the program.
|
||||
Import to notice how to backup and restore.
|
||||
Backup can be done after a jump, restore does only work when the game is in main menu.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue