awesometeemo Posted August 5, 2014 Share Posted August 5, 2014 It actually generates whole code for a pokemon even when I make tiny changes. And I have no idea why but my Cyber save editor can only cover less than 200 lines of code. Whenever the codes are over 200 lines, error message shows up. Link to comment Share on other sites More sharing options...
Kaphotics Posted August 5, 2014 Share Posted August 5, 2014 Use the modified version of their editor posted by SciresM; there's no need to have codes. When the messagebox appears just load your save with PKHeX, then save it back to the same directory. I guess I can add in a toggle-check to switch between the full export codesharing mode. Link to comment Share on other sites More sharing options...
jariesuicune Posted August 5, 2014 Share Posted August 5, 2014 Is there going to be an auto-updater built in? That would be really helpful, not having to check back just for a possible new release. Just getting that out, since I didn't see any other request for it. Link to comment Share on other sites More sharing options...
awesometeemo Posted August 5, 2014 Share Posted August 5, 2014 Oh my god... I wanna kill myself. Thank you so much Kaphotics. One more question. It keeps opening Document when I press 'Open Temp 3DSSE'. How can I fix that? Link to comment Share on other sites More sharing options...
Kaphotics Posted August 5, 2014 Share Posted August 5, 2014 Oh my god... I wanna kill myself. Thank you so much Kaphotics.One more question. It keeps opening Document when I press 'Open Temp 3DSSE'. How can I fix that? string path = Util.GetTempFolder(); if (Directory.Exists(path + "root\\")) System.Diagnostics.Process.Start("explorer.exe", path + "root\\"); else if (Directory.Exists(path)) System.Diagnostics.Process.Start("explorer.exe", path); else { MessageBox.Show("Can't find the temporary file.\n\nMake sure the Cyber Gadget software is paused.", "Alert"); } It should be opening the temp folder where main is stored, it shouldn't auto-load the save file. Once the folder is open you can drag the main file in. You can always use Open File instead as that is reported to work. Link to comment Share on other sites More sharing options...
apatuka Posted August 6, 2014 Share Posted August 6, 2014 Kaphotics, isn't %TEMP% different from Util.GetTempFolder(); or they are the same ? Link to comment Share on other sites More sharing options...
Kaphotics Posted August 6, 2014 Share Posted August 6, 2014 Kaphotics, isn't %TEMP% different from Util.GetTempFolder(); or they are the same ? public static string GetTempFolder() // From 3DSSE's decompiled source. { string tempPath = Path.GetTempPath(); string str2 = "SE3DS"; str2 = "3DSSE"; tempPath = Path.Combine(tempPath, str2); // Directory.CreateDirectory(tempPath); return (tempPath + "/"); } But yeah, it's the same as %TEMP%, but it tacks on the 3DSSE (and later \root) folders. Link to comment Share on other sites More sharing options...
awesometeemo Posted August 6, 2014 Share Posted August 6, 2014 I still can't figure out what's the problem but it wouldn't be that matter. Thank you for your reply. One last thing. How long would it take to add pokedex editing feature? Link to comment Share on other sites More sharing options...
Kaphotics Posted August 6, 2014 Share Posted August 6, 2014 I still can't figure out what's the problem but it wouldn't be that matter. Thank you for your reply.One last thing. How long would it take to add pokedex editing feature? Still has to be researched. Link to comment Share on other sites More sharing options...
PlatinumXvenom Posted August 6, 2014 Share Posted August 6, 2014 Hi I'm very new to this topic but I have read threw some of the pages. But I was wondering is there a way to do this without a JP 3ds and X & Y ? And have you guys been able to actually upload these Pokémon into the game? I saw a video and there was a girl with a Mega Charizard Y but she hadn't mega evolved it yet, but later she mega evolved that same Charizard Y into a Charizard X. I was wondering if you guys did that. Link to comment Share on other sites More sharing options...
PlatinumXvenom Posted August 6, 2014 Share Posted August 6, 2014 P.S I don't know how to get those pop ups out of the words Link to comment Share on other sites More sharing options...
MichiS97 Posted August 6, 2014 Share Posted August 6, 2014 Hi I'm very new to this topic but I have read threw some of the pages. But I was wondering is there a way to do this without a JP 3ds and X & Y ? And have you guys been able to actually upload these Pokémon into the game? I saw a video and there was a girl with a Mega Charizard Y but she hadn't mega evolved it yet, but later she mega evolved that same Charizard Y into a Charizard X. I was wondering if you guys did that. Not possible. Link to comment Share on other sites More sharing options...
PlatinumXvenom Posted August 6, 2014 Share Posted August 6, 2014 I'm no smart when it comes to tech stuff but, you know how with the R4I dongle you can upload your save and insert Pokémon? why cant you do that with Pokémon X & Y ? I'm sure there is a good reasoning. Link to comment Share on other sites More sharing options...
theSLAYER Posted August 6, 2014 Share Posted August 6, 2014 you know how with the R4I dongle you can upload your save and insert Pokémon? why cant you do that with Pokémon X & Y ? I'm sure there is a good reasoning. R4i reads and rips off the save off a certain chip on carts. Problem is Pokemon carts do not have this chip. Simply said, the hardware doesn't support it. You can just get powersaves, or wait for Pokecheck. (and, I won't know when pokecheck will be up; no one canPOSSIBLY know) I saw a video and there was a girl with a Mega Charizard Y but she hadn't mega evolved it yet, but later she mega evolved that same Charizard Y into a Charizard X. Link to video? Link to comment Share on other sites More sharing options...
Kaphotics Posted August 6, 2014 Share Posted August 6, 2014 Link to video? Mega evolving can only happen once per battle, and only checks the species (not the current form). -- R4i save dongle cannot decrypt the savegame, and it does not have the firmware to read the XY 3DS carts. The 3DS generation is AES Encrypted, while the DS era was very easy to circumvent. Link to comment Share on other sites More sharing options...
Wanderer1391 Posted August 6, 2014 Share Posted August 6, 2014 Hello. I was experimenting with PKHeX's ability to transport Pokemon from Gen 5 to Gen 6 and I noticed that the Met level on this Keldeo had changed from 15 to 100. Attached are two .pk6 files in a zip file: the one labeled "PKHeX" is the one I used PKHeX to transport, while the one labeled "Transporter" is one I used the Poke Transporter to send from Gen 5 to Gen 6. I also noticed that the Friendship level had changed as well. I just thought I would bring this to your attention in case it was a bug that was missed. Keldeo.zip Link to comment Share on other sites More sharing options...
Kaphotics Posted August 6, 2014 Share Posted August 6, 2014 Hello. I was experimenting with PKHeX's ability to transport Pokemon from Gen 5 to Gen 6 and I noticed that the Met level on this Keldeo had changed from 15 to 100. Attached are two .pk6 files in a zip file: the one labeled "PKHeX" is the one I used PKHeX to transport, while the one labeled "Transporter" is one I used the Poke Transporter to send from Gen 5 to Gen 6. I also noticed that the Friendship level had changed as well. I just thought I would bring this to your attention in case it was a bug that was missed. Oh. So Transporter doesn't change the Met Level to current level / set friendship to Trade (70)? Alright, that'll be fixed in the next version that I'll post later. Link to comment Share on other sites More sharing options...
Kaphotics Posted August 7, 2014 Share Posted August 7, 2014 08/07/14 - New Update: - Added: Clicking the OT label for OT and Latest Handler will replace it with the save file OT. - Fixed: Bad Eggs will now show a Red background instead of causing errors. - Fixed: Transferring previous gen files will now have the correct friendship and met level. Link to comment Share on other sites More sharing options...
PlatinumXvenom Posted August 7, 2014 Share Posted August 7, 2014 Are you planning on making This available to the US some how? Sorry if you didn't make it I just assumed. Link to comment Share on other sites More sharing options...
Kaphotics Posted August 7, 2014 Share Posted August 7, 2014 Are you planning on making This available to the US some how? Sorry if you didn't make it I just assumed. This program only edits the save file, it does not Encrypt/Sign/Decrypt. That is why the Cyber Save Editor is required. Cyber Gadget only supports JP copies, and Datel doesn't support anything except for a list of their own codes. It's up to either company if they want to extend their current levels of support. Link to comment Share on other sites More sharing options...
DrakJay Posted August 7, 2014 Share Posted August 7, 2014 A thought occurs. All I want to do is inject Pokemon. Can I buy a used X, inject what I want, put the card in and put the injected pokemon into the Bank? Can Perma Megas and Hoopa/Volcanion be put in the Bank? Link to comment Share on other sites More sharing options...
DrakJay Posted August 7, 2014 Share Posted August 7, 2014 (Sorry for Double post) Thus erasing the need for a JAP 3ds because Bank has no reigon locking. Link to comment Share on other sites More sharing options...
Kaphotics Posted August 7, 2014 Share Posted August 7, 2014 (Sorry for Double post)Thus erasing the need for a JAP 3ds because Bank has no reigon locking. Correct, however you'll only get the edited Pokemon; no items/save edits. Perma-megas and unreleased/illegal Pokemon can be stored in bank as there are no hack checks. Link to comment Share on other sites More sharing options...
PlatinumXvenom Posted August 7, 2014 Share Posted August 7, 2014 So you can't get Perma-megas into bank? Also are they tradable? So I could buy a used JP x or y and MAYBE possibly get a cyber gadget in US and making there to be no need for a JP 3ds, the other guy brought up a good point. All I want is Perma-megas and Volcanion and Hoopa. Link to comment Share on other sites More sharing options...
DrakJay Posted August 7, 2014 Share Posted August 7, 2014 So you can't get Perma-megas into bank? Also are they tradable? So I could buy a used JP x or y and MAYBE possibly get a cyber gadget in US and making there to be no need for a JP 3ds, the other guy brought up a good point. All I want is Perma-megas and Volcanion and Hoopa. You can. They are not tradable, and yes, but the JP X or Y needs to be used. Link to comment Share on other sites More sharing options...
Recommended Posts