Cuyler36 / ACSE

A Save Editor for the Animal Crossing main series games written in C#
MIT License
198 stars 34 forks source link

Save File Load Error with Dolphin Emulator (Australian version compatibility ?) #16

Closed AncientMew closed 6 years ago

AncientMew commented 6 years ago

Latest version of ACSE downloaded. Using Dolphin Emulator to play Animal Crossing for the GameCube. Exporting the save file to GCI as the tutorial states to do. ACSE gives an error stating: "The file [FileName.gci] could not be identified as a valid Animal Crossing save file. Please ensure you have a valid save file."

Both other export types (.sav and .gcs) have been tried and the same error occurs. Not sure what to do.

EDIT: After looking at the Closed Issues, I saw that there was previously issues with PAL files (GAFP) I am using the Australian version which is GAFU, I'm assuming that GAFU is not yet supported and is most likely the issue here. savefileerror

Cuyler36 commented 6 years ago

Can you send me a copy of a save file from the Australian version? I need to check it for compatibility. If it has the same structure (like the PAL version) I can add it in immediately.

Edit: I was able to find a copy of the Australian Animal Crossing, and verified that the save file is (I believe) exactly the same as the US/PAL version. I've pushed a commit that lets it be loaded now. Support will be in the next release (coming in 3-7 days)! If you want to test it sooner, you'll have to download the source files and build your own copy.

I'm leaving this open until the next release to make sure it's working properly.

Cuyler36 commented 6 years ago

Closing now because 0.3.0 fixes this.