Jump to content

Kaphotics

Helpful Member
  • Posts

    7215
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. Could be a bad antivirus preventing any popups from the program.
  2. It has been asked and answered much longer ago. Scripting has not been figured out. Cannot edit something if it is not known how it works.
  3. No. Powersaves does not provide anything besides use of its own cheats. If you want more control over your system, you have to use custom firmware and NOT powersaves.
  4. Duplicate (already reported), see below: https://projectpokemon.org/home/forums/topic/49836-gale-of-darkness-save-exported-from-pkhex-fails-to-import-into-dolphin/
  5. The shiny charm works whenever it's in the player's bag. Keep in mind that you're basically cheating to get elevated rates, so you might as well just cheat in a shiny rate hack instead. Or, just make it shiny in a save editor.
  6. You're doing something wrong making the CIA. This is unrelated to pk3DS as your edits were performed. Be sure to compress the exefs if whatever tool you're using to build doesn't do so.
  7. You can edit the event flags and navigate there from any normal save file.
  8. Never added anything for Gen6 or Gen7 Would need an array of WC OT Names, and an array of valid replacement OT names for that generation. Example usage of these two arrays (probably don't need to make a hashset -- memory waste, this will rarely be reached) if (wc.OT_Name != pkm.OT_Name) // check for charset mismatch exclusions { if (!MorphOTFrom.Contains(wc.OT_Name)) return false; // wc OT name won't get replaced if traded if (!MorphOTTo.Contains(pkm.OT_Name)) return false; // wc doesn't have any valid replacement OT name }
  9. From what I remember, pk3DS assigns new mega pkm by checking if the held item is a mega stone. By randomizing held items (and some get a mega stone), and randomizing again, you'd end up with a mega. Just don't randomize again (if held items are randomized) to avoid this.
  10. Restore backups and use the latest version of the program.
  11. Why people ignore the Mystery Gift Database that is built in to PKHeX is beyond me...
  12. Should probably be fixed in the latest commit: https://github.com/kwsch/PKHeX/commit/41bc3f6182d3e0fc8e5d837e2bd994fb1e61f29c
  13. Kaphotics

    Corrupted save

    You likely did not dump it correctly then. You can post it sure, and anyone else can provide help.
  14. Kaphotics

    Corrupted save

    By following the other comments in the thread and making sure you have the latest version of PKHeX.
  15. Try NitroExplorer2b; the 'eliminating unused data' is just trimming the unused data at the END of the ROM. You should still be able to extract narcs. If all else fails, you can always edit the savefile and give moves you think you should have.
  16. Nope; PKHeX does read a valid value, but editing was not tested. Could be set by a flag or something, or this could be a file caching issue with yuzu; nobody has cared to obtain multi lang files and determine what really sets the game language.
  17. Assuming you followed a youtube tutorial, I'd try following another or reading the comments. The4thGenGamer's tutorial has a few inaccuracies with a step...
  18. Bad ROM dumps. If you're getting index exceptions, your exefs is bad.
  19. Follow another guide, or read the comments on the video. That youtube video is notorious for ppl having trouble dumping things correctly.
  20. Remove the "Calc" from the property name; you're needing to do HeightAbsolute etc
×
×
  • Create New...