pm12 Posted January 4, 2015 Posted January 4, 2015 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.
Kaphotics Posted January 4, 2015 Posted January 4, 2015 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.
Torkoal Posted January 14, 2015 Posted January 14, 2015 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
Kaisonic Posted January 14, 2015 Posted January 14, 2015 Datel does not allow edited save resigning, so there will never be PowerSaves support. Someone would have to figure out how to resign saves themselves without the PowerSaves software.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now