Search found 2 matches

by EdisonCarter
Wed Nov 02, 2005 3:27 am
Forum: PSP Development
Topic: sceUtilitySavedataInitStart
Replies: 4
Views: 1814

Hey, I was just working on the same stuff. The problem is in this section of code: printf("A"); int lenght = strlen(name); printf("B%d", lenght); int parsepos = strlen(g_gameName); int result = 0; printf("C%d", parsepos); printf("C- %d - %d =", lenght-parsepos...
by EdisonCarter
Mon Oct 31, 2005 8:13 am
Forum: PSP Development
Topic: New savefile format on firmware 2.0
Replies: 1
Views: 2367

New savefile format on firmware 2.0

It looks like there's a new savefile encoding that games built for fw 2.0 can use. I tried to open a savefile created by GTA:LCS with Shine's SavedataTool http://forums.ps2dev.org/viewtopic.php?t=2218 (nice utility Shine! also like your snake game) but it couldn't decode the DATA.BIN file. SavedataT...