Search found 3 matches

by BlackAura2
Sun Sep 15, 2013 6:39 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Question about Genesis Plus DC save file
Replies: 6
Views: 2161

Re: Question about Genesis Plus DC save file

OK, this should work on Linux (only tested it on a Mac so far, but it does build with both Clang and GCC, so it should be fine). Basically, build it using the makefile. You'll get a binary called convert_save. You need both the original ROM file (it pulls information it needs out of the header), and...
by BlackAura2
Sun Sep 15, 2013 1:07 am
Forum: Homebrew Software and Indie Games Discussion
Topic: Question about Genesis Plus DC save file
Replies: 6
Views: 2161

Re: Question about Genesis Plus DC save file

I have a (very) rough conversion program, which might work. I've attached a converted Phantasy Star 4 save file. I'll put the converter up somewhere as well, when I get a chance to compile a Windows version of it.
by BlackAura2
Wed Sep 11, 2013 9:35 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Question about Genesis Plus DC save file
Replies: 6
Views: 2161

Re: Question about Genesis Plus DC save file

(BlackAura here, author of GP/DC - Don't have my main account password on me at the moment, so...) The .gps file should be the save file. It's named with an 8-digit hex code (the ROM's checksum). From what I remember, the save files are compressed using Deflate, and there's a Dreamcast VMU header an...