Jump to content

Kaphotics

Helpful Member
  • Posts

    7025
  • Joined

  • Last visited

  • Days Won

    336

Everything posted by Kaphotics

  1. Too bad that breaks the repacking to the original state. Assuming you're using GARCTool, that tool is out of date and can't properly handle repacking to bitvector packs (usually language files, think of them as subfolders). Use pk3DS for all your (un)packing needs.
  2. Seems like you have junk files inside whatever GARC you are trying to repack. Did you modify/rename files inside? Pretty sure whatever tool expects decimal numbered files (0001.xxx), not alpha/etc (testdata123.bin).
  3. Setting it to 0 will not unban the save file. There's probably a flag that says if you've received a Game Sync ID or not (or something else). Main use for it is to clear it, so that if you share your save with someone it can't be used maliciously to damage your online profile.
  4. Sure, if you PM them I may be able to find that information. Historically, roaming data is too complex to be a simple 0/1 flag; so it's possibly stored in the event constants or elsewhere.
  5. Depends what language, but generally you load it from a file into your program as a byte array. c#: (path = file path of file you want to load) byte[] hexdata = File.Open(path); Once you have the file loaded, you can do whatever operations to decrypt/unshuffle/unpack data.
  6. The textbox should populate if there are flag differences. If no flags were changed, you'd see nothing.
  7. Fixed in latest commit; new version is in OP.
  8. Fixed in latest commit. Thanks for reporting! A new version has been uploaded to the stickied thread.
  9. Fixed in latest commit. Thanks for reporting (new version uploaded)
  10. The latest updates include a redesigned Wonder Card interface, a database browser, Converting Event Files (4th/5th/6th Gen), and a multitude of interaction improvements. 1/10/16 - New Update - Fixed: Memory Feelings now save properly. Thanks chenzw95! - Fixed: Map Z-Coordinate now saves properly. Thanks rocket0634! - Fixed: Box Data Report levels now display properly. Thanks Blassie098! - Fixed: Showdown EV Stat labels are now ordered correctly. Thanks Wanderer1391! - Fixed: Setting of Eggs no longer destroys data and should modify correctly. Thanks StarFisherX! - Fixed: Executable name less than two characters will no longer prevent startup of the program. - Fixed: Glitchy QR code importing returning no data is now handled correctly. - Changed: Multiple 'macros' are now accessible via the Main Menu ribbon. - - SAV Exporting button moved to File->; old modifierkeys are now separate clickable options. - - Database and Folder opening moved to Tools-> - - Box Dump/Load split into two options (no longer a prompt) - Added: Full (and more intuitive) translation of the main window's MenuStrip via the translation files. - Changed: Sprite generation (layering) is now faster. - Shortcuts have been updated. 12/30/15 - New Update - Added: Secure Value VIEWING in the SAV Tab (informational purposes). - Added: Setting a Pokemon with DexNav count = 0 will increment by 1. Thanks Eskuero! - Changed: Encrypting pk6 files is now marginally faster. - Fixed: Transferring will remove HMs that are unable to transfer. Thanks Ahito95! - Fixed: Transferring will now carry over Gender/AltForm 5->6. Thanks Ahito95! - Fixed: Wonder Card filename suggestions will no longer contain illegal characters. 12/29/15 - New Update - Added: PGF/PGT/PCD (Past Gen) Event Files can now be directly converted into pk6 files. Drop/Open the file and the information will be loaded to tabs. - Fixed: Transferring 4th Gen Korean Pokémon will no longer skip converting OT/Nicknames. - Changed: Rewrote pk2pk into individual classes (reduced program filesize & increased readability). - Fixed: Changing the language of the program will no longer uninitialize the form permanently. Thanks Eskuero! - Fixed: Set to SAV -> Modify PK6 interaction (auto memories) now handles untraded Pokémon properly (no need to turn it off). Thanks hehephorap & Eskuero! - Fixed: Set to SAV -> Modify PK6 interaction (auto memories) can now be properly turned off. - Fixed: Pokédex setting of language flags will write to the correct area. Thanks DeadSkullzJr! 12/22/15 - Bugfix - Fixed: Inventory Editor errors. Thanks TheRicardoToddy! - Fixed: Trainer Editor errors. Thanks eonrocket! - Fixed: FlagDiff errors. Thanks lomejor18! 12/20/15 - New Update - Added: Wonder Cards can now be converted into pk6 files. Drop/Open the wc6 and the Wonder Card will be loaded to tabs. - Added: Wonder Card I/O will now preview all contents as if it was a box of Pokémon to show all Wonder Cards at once. - Added: Database Viewer to search for Pokémon within your save file or database folder. Access via the Tools tab. - Added: Showdown Text Export. Alt-Click Species to export current or double click box / battle box for a full team! - Added: Battle Box Locked indication. - Added: Game Sync ID editing / resetting. - Added: Exporting unedited save file to another location for backup purposes. - Removed: 1MB save (Powersave) exporting; all files are now treated as 'main' files for simplicity. - Added: Multiple usability improvements: - - When setting to your save file, Memories and Handler will be updated (if required). Can be disabled via Options. - - When setting to your save file, Pokédex entries will be updated (if required). Can be disabled via Options. - - 508 EVs will now show up as Yellow in the total EVs box. - - PKHeX will now alert the user if the Tabs Pokémon has no moves. - - Blank spaces between moves will now be removed. - - Click Events to the Stat Labels and MaskedTextBoxes. More info in the shortcuts window. Thanks sora10pls! - - Drag & Drop now works more efficiently. Dropping from external sources to a box slot now loads to that slot (instead of tabs). - - Trainer Map Coordinates now display their actual values. - - Memory Editing now locks the user out from editing in memories for situations that should not have any. - Changed: Redesigned the Wonder Card form UI. Behaves similar to a box of Pokémon. - Changed: Refactored pk6/sav handling objects to tuck away offsets into a single location. - Fixed: Removing party members will now behave properly. - Fixed: Setting to party with empty slots above will now behave properly. - Fixed: Various refactoring bugs. Thanks Odaxis, RustInPeace, MilesPikachu, Wanderer1391, suloku, and SciresM!
  11. [TABLE] [TR] [TD]0013[/TD] [TD]19E00[/TD] [TD]00000504[/TD] [TD]75EB2[/TD] [TD]Constant & Event Flags 19E78 - Ash Counter 0x1A0FC-0x1A27B - Event Bitflags (0x180 * 8) [/TD] [/TR] [/TABLE] 0x19E00-0x5400 = start end = start + 0x504 copy to [start] to replace [start-end] bytes. The wiki's offsets are shifted by 0x5400 (to reference the 1MB container saves, "main" starts at 0x5400).
  12. Just copy the entire block of data. Transplant the Constant & Event Flags block from one save to another with a hex editor, then resave with PKHeX.
  13. Latest commit now supports this if you hold ALT when exporting a save file. Thanks for the suggestion
  14. There's too many. Just copy someone's save file or even the Event Flags region.
  15. Implemented editing in latest commit. Behaves just like the Egg RNG seed editor, except it is disabled if there is no current GameSync ID (all zeroes).
  16. http://projectpokemon.org/forums/showthread.php?21828-Moving-Stationary-Pokemon-B-W&p=145246&viewfull=1#post145246 Regular movement permissions for the in-game NPCs for comparison
  17. Implemented property in the latest commit; should be accessible in a future commit. Thanks daxtsu!
  18. Hey I think it would be neat if people looked at the list of shortcuts before requesting features. (To see if it already exists) What do you guys think? Complete list of shortcuts and update history is available within program via Options->About.
  19. You can save it with whatever filename you want; PKHeX just suggests a name.
  20. Forms that aren't accessible in the Personal editor don't exist; nothing is hidden in that editor.
  21. Kaphotics

    pokédex editor

    This issue with Pokédex flags has been fixed for a few months (although after the latest release). Feel free to compile the latest version from the source code until a new stable version is posted There's a bunch of new experimental features in the current development cycle that have not been sufficiently tested.
  22. Better to use custom firmware (cfw) to edit the save file directly, install games/apps like the updated browser that is vulnerable.
×
×
  • Create New...