Expand Save Support
Opened this issue · 2 comments
Sebanisu commented
For tracking progess on load/saving support.
- Load saves from steam folder
- gray out the continue selection if there are no saves.
- choose the steam user id. Right now it chooses the first one.
- emulator
- non steam version
- original pc release
- decide what to do when there is no pre-existing save folder.
- jump to most recent save after checking a slot.
Also right now can only Load games.
- add saving support.
- what format do we save in?
NewGame
- Load init.out. - it's a partial save file with default state of things.
Sebanisu commented
Original save format is supported. It is just in a different folder and uses different filenames.
Sebanisu commented
Will need to port in the checksum generator from Hyne. And lzss compression support. Since we can only uncompress right now.