Jump to content

Recommended Posts

Posted

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.

Posted

10485848 bytes is 0xA00058 bytes, ~10 times the size.

Save files have to be decrypted before loading; methods exist to decrypt Powersaves by using their code-service.

There are no methods for decrypting Sky3DS saves, thus they are not compatible with PKHeX.

  • 2 weeks later...
Posted

Will there ever be powersaves support ever? Because the cyber gadget method is very costly to me and I assume a lot of other people who wish to use pkhex :)

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...