gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS Misc > G6 (and .sav) Save Converter

#95310 - outphase - Fri Jul 28, 2006 6:00 pm

I wrote up this small app to convert assorted save types to G6 compatible saves. (Also compatible with M3 or anything that can read .sav). If you input a .sav, it'll create a properly saved file. If you are trying to create for the M3, use the .sav file generated and use the game manager. Let me know if anyone has any problems. btw, this was my first program in years. (requires .net framework)

Compatible input saves:
M3 saves .dat
Action Replay Max .duc, .dss
Standard .sav
Gameshark GBA saves.sps

Output saves (all same format):
.0 .1 .2 and .sav

http://www.lalilulelo.net/G6SaveConverterv032.rar

edit: v0.32 added in *.dss (not *.dst) and included M3 autodetect

#95346 - shark2003 - Fri Jul 28, 2006 10:53 pm

outphase wrote:
I wrote up this small app to convert assorted save types to G6 compatible saves. (Also compatible with M3 or anything that can read .sav). If you input a .sav, it'll create a properly saved file. If you are trying to create for the M3, use the .sav file generated and use the game manager. Let me know if anyone has any problems. btw, this was my first program in years. (requires .net framework)

Compatible input saves:
M3 saves .dat
Action Replay Max .duc, .dss
Standard .sav
Gameshark GBA saves.sps

Output saves (all same format):
.0 .1 .2 and .sav

http://www.lalilulelo.net/G6SaveConverterv032.rar

edit: v0.32 added in *.dss (not *.dst) and included M3 autodetect



This doesnt work,I get an "application failed to initialize Properly (0xc0000135) error. I am running Windows XP with SP

#95347 - shark2003 - Fri Jul 28, 2006 10:55 pm

shark2003 wrote:
outphase wrote:
I wrote up this small app to convert assorted save types to G6 compatible saves. (Also compatible with M3 or anything that can read .sav). If you input a .sav, it'll create a properly saved file. If you are trying to create for the M3, use the .sav file generated and use the game manager. Let me know if anyone has any problems. btw, this was my first program in years. (requires .net framework)

Compatible input saves:
M3 saves .dat
Action Replay Max .duc, .dss
Standard .sav
Gameshark GBA saves.sps

Output saves (all same format):
.0 .1 .2 and .sav

http://www.lalilulelo.net/G6SaveConverterv032.rar

edit: v0.32 added in *.dss (not *.dst) and included M3 autodetect



This doesnt work,I get an "application failed to initialize Properly (0xc0000135) error. I am running Windows XP with SP



Duh,bet I need to dowload .Net Framework

#95354 - outphase - Fri Jul 28, 2006 11:55 pm

yeah that's the error that means "install .net framework"

took me forever to figure this out