Jump to content

Sky3ds save backup on PKHex


pm12

Recommended Posts

Hey guys,

I have a sky3ds flashcard and can backup my save games to my desktop.

When I try to open them with PKHex it gives me the error:

Input file is too big (File name).

After looking in the source code on github I found this line:

string ext = Path.GetExtension(path);

FileInfo fi = new FileInfo(path);

if (fi.Length > 0x10009C)

Util.Error("Input file is too large.", path);[/color]

Now the number 0x10009c is equivalent to 1048732 bytes.

The save file (.sav) itself is 10485848 bytes which is good. Problem is that the size on drive is 10489856 bytes which is too big.

Is it possible to open this file in PKHex, since the limit is clearly set at just the right size to be able to open these .sav files.

Please help me out.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...