Jump to content

Kaphotics

Helpful Member
  • Posts

    7210
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. It just has to be initialized once, deleting the save / resetting re-initializes it anyways.
  2. All that is required to read the save is that the gamesave is initialized (language screen). You can then insert a foreign savegame that already has the Pokedex so that you may use it with Bank.
  3. Probably won't happen, as this was the last update for the foreseeable future (sans any bugs). Everything that is useful to edit can be edited... so there is no need for updates. The OP link will always have the date revision and I'm too lazy/uneducated to implement an auto-update feature. The code is still open source so anyone can add it ;)
  4. Having the limited-legal ability selection simplifies editing, and I'd rather not allow illegal abilities.
  5. If you do not want to buy a Japanese 3DS, then the Japanese X/Y that you purchase must have at least been played to the select language screen. If you choose this route, then you can only transfer stuff through Bank to your other carts; this means no items or save edits... only Pokemon. Please stop posting. Your question has been answered repeatedly.
  6. 08/10/14 - New Update: - Added: Pokedex editing - Added: Setting a Pokemon into a slot will add the Pokedex entry if it hasn't been, additionally for that language. - Added: Pokedex obtained flag. (Bank compatibility) edit: minor update - added the language entry
  7. You cannot edit or swap digital save files as they are bound to the individual 3DS and have anti-restoration measures. These anti-restoration measures aren't bypassable unless you edit your NAND, which won't happen.
  8. You need to initialize the cartridge first, in order for the Cyber Save Editor to decrypt your savedata. You need the Pokedex ingame in order for the savedata to be compatible with Bank. You can always restore another save file from someone else instead. PKHeX's Pokedex editor doesn't enable the Pokedex, it only adds languages/entries.
  9. The buttons edit/view certain save-related data. If you have a save file you can see the data. There is no need for trash bytes, as they no longer exist (and are removed from transferred Pokemon).
  10. Read posts from a couple pages back. You are not asking unique questions. Keep all Cyber Gadget Save Editor questions to its thread, not PKHeX. You can only use just a JP Cart only if: 1) you have the cyber save editor device 2) have bank 3) the JP cart has the Pokedex in order to use bank. You will only be able to insert Pokemon to be transferred to your other games via bank; ie no items. I'll be posting a new version of PKHeX tomorrow which will have Pokedex editing enabled, in addition to adding a dex entry when you add a new Pokemon in to your boxes/party.
  11. You need their device to read the cart and use their servers. The software only instructs the dongle.
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. Still has to be researched.
  18. Has been fixed for a while. Redownload
  19. 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.
  20. 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.
  21. 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.
  22. For what purpose? The newest version didn't remove any features.
  23. 08/05/14 - New Update: - Added: Item Sprites now appear instead of the held item icon. - Added: Many Event Flags (Zygarde Rebattle, Maison Statue/Trophy, Super Unlocks). - Added: Trainer Stat editing ("Nice! Received, Eggs Hatched etc). - - Only a few have been identified, but all can be viewed/changed. If you can identify what a certain stat offset keeps track of, let me know! - Fixed: Color blending of sprites - Fixed: Importing Pokemon with a rare combination of PID/ID. - Changed: Egg contents should be a little more visible. - Changed: EC can be 0 again; Code Generator logic improved to account for this.
  24. If you're staying up to date with the program, the last version released doesn't have an option to set/view the 0x16/0x17 extra bytes. This is because we found out what they do in-game, and it has nothing to do with hidden ability. It's training bag-hits/bag-type; if you want to change them, it's in the Ribbons/Medals editor. PKHeX handles all flags and stuff, so nothing like PokeGen's extra byte 0x42 is required. Decrypting & AESMAC is related to the 3DS's AES Engine, which can't be cracked unless the keys are dumped via a dump of the bootrom. Cyber had maintenance yesterday.
  25. Yes. Cyber Gadget Save Editor 2 is basically an improved version of their original software, and their old hardware is forwards compatible.
×
×
  • Create New...