Jump to content

Kaphotics

Helpful Member
  • Posts

    7843
  • Joined

  • Last visited

  • Days Won

    451

Everything posted by Kaphotics

  1. Hitting "Save" is required for the program to know it needs to write the final data. If you don't want to save your changes, you press X instead.
  2. Physical/digital doesn't matter; you just need an exploitable console (RCM exploit isn't patched). If you got the console before last May you'll be fine, otherwise, you're probably out of luck.
  3. Dump: It copies it to your clipboard and plays a sound indicating it did something. It works like the other dump buttons. Trainer Pokemon: you have to set them back after editing each one IV/EV buttons: Maybe i'll add it if I get around to doing more quality of life updates/fixes
  4. Read the error message; you have to install something else.
  5. added dump button, spits it out to your computer's clipboard (paste it in excel or notepad) https://github.com/kwsch/pkNX/commit/1561049a860991617a5b7cf190ed7a9cb0e28f2b
  6. 3. Can modify "Base EXP" individually, or can downscale them all on the "Enhancements" tab. (Modify all EXP Gain) 4. You can compile the program with Visual Studio Community 2017
  7. 1. Nobody knows where they are stored in the game data. 2. These species can't spawn in the overworld; nobody knows why. 3. Change exp yield in personal data, or edit the EXP threshold tables (grow_0*.bin) manually. 4. Files aren't compressed; they're copied to a separate folder which is set up to be used with layeredfs on atmosphere/etc.
  8. Can you not read the replies?
  9. Nope, not being done by anyone. Such a randomizer wouldn't need to deal with 3D modeling; you just need to transform the colors of the texture, and leave the model alone. That's how the texture mods are done, just by hand and not 'randomly'
  10. 3DS and beyond use textures. You'd have to make a color randomizer/hue shifter that modifies the texture within the appropriate model's files.
  11. The OT has to have a TSV of 3044 in order for that spread to have an antishiny reroll (skips a shiny PID).
  12. Kaphotics

    bug in last update

    Should be all fixed now, ty for reporting
  13. The savefile block footer isn't matching typical blocks; will have to investigate later. A checksum comparison was removed from the most recent version as it was suspected that the block footer check should be enough to identify, which in its current state isn't true. Probably have to review how the footer is stored/modified and see how to revise the check. edit: fixed in latest commit, thanks for reporting https://github.com/kwsch/PKHeX/commit/bdcabfa573ff15d365abbb6118858821573fae75
  14. Kaphotics

    bug in last update

    Togepi 7A07: EReader card is not available for non-japanese games, like the legality check result says. Togepi C106: OT Name is blank Same for other ereader mons. Shaymin: Can't get it on D/P ("Although Oak's Letter is present in the game data for Pokémon Diamond and Pearl, the item was never distributed for those games by Nintendo." Only problems are with the g2 ingame trade which fail at the OT Name check (will fix later).
  15. Redownload the program.
  16. No, because nobody has documented where this value is stored.
  17. Scripts are still not figured out completely.
  18. Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/552e7a1a3916a8d171e5726be73b09a179729225
  19. No, the initial mode is hardcoded to the latest game that is released. If you want to edit a another version's saved data, then load another version's saved data.
  20. .stk files are used with pokestock; the program had different types of file extensions which may be similar to current standardized file extensions.
  21. Editing multiple trainers = randomizer functionality. You can turn off pkm changes in the settings and have the other mods still applied. exefs: might cause crashes as the code binaries are different between the two games. Code != assets
  22. Compatible between games: probably, although you should be careful on exefs sharing. Doubles: the drop down is for the battle mode (what type of battle it will be), the checkbox is an "AI Bitflag" which determines how the opposing trainer behaves. In doubles, it won't attack itself.
  23. Load a valid save file. It literally tells you at the top that the current mode is GP (let's go pikachu). LGPE cannot trade receive pokemon from other games, thus your choices in values are limited for your convenience.
  24. Catch Combo isn't stored in the save file.
  25. Resolved on github, wait for the next release or recompile: https://github.com/kwsch/PKHeX/issues/2218 Has already been added since the last release: https://github.com/kwsch/PKHeX/commit/1d76d799fdbf727febf90405d31b5c64804027c0 .Stats=$suggest .Stat_CP=$suggest
×
×
  • Create New...