Jump to content

Kaphotics

Helpful Member
  • Posts

    7272
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. Already fixed, wait for next release.
  2. Probably a problem with how you are reinjecting the exported save file, thus not a problem with PKHeX.
  3. The current commits of pk3DS requre a 64 bit operating system as the unpack repack operates via RAM not a saved file. Large GARCs currently cause memory usage spikes which can exceed 2GB of RAM. High memory usage can also be caused by opening and closing editors (garbage collection not reducing memory usage quick enough).
  4. Read the first line of the error message: System.UnauthorizedAccessException: Access to the path 'F:\JKSV\Saves\Pokémon_Sun\Sun Main\main' is denied. Save it elsewhere (to your desktop), then move it manually. Future releases will have a more descriptive error message... catch (UnauthorizedAccessException x) { WinFormsUtil.Error(x.Message, "If destination is a removable disk (SD card), please ensure the write protection switch is not set."); }
  5. Try SDSME https://github.com/Skareeg/SDSME/tree/master/Release Builds
  6. Try before asking.
  7. Could be one of two things: very illegal pokemon or the origin format (past gen) doesn't support legality checking. Not a bug, but you should really sort out the encounter legality first before trying to get a move suggestion.
  8. Your save file's block0 will probably be in a different location. You can get the offset by setting a breakpoint on the getIsG3SAV method and observe where it is fetching GameCode from.
  9. Kaphotics

    Error

    I was able to reproduce the error by incorrectly typing a move name then triggering a move suggestion: System.ArgumentNullException was unhandled by user code HResult=-2147467261 Message=Value cannot be null. Parameter name: key Fixed in latest commit, thanks for reporting
  10. No. Why ask before trying?
  11. Kaphotics

    Error

    Should upload the pkm file that is currently loaded when clicking the move groupbox.
  12. It's True/False for Boolean values.
  13. You can always use ILMerge-GUI if command line isn't fun!
  14. When new binaries are posted they'll be just the .exe; ILMerge is your friend
  15. Hidden ability not available yet, is flagged in the latest commits.
  16. ...? These can be changed within the trainer info editor.
  17. You can always download the latest compiled version from @evandixon's CI server by using this link and downloading the zip from the "Artifacts" tab. Music (or graphics besides Gen6 Title Screen): Not with pk3DS.
  18. 1. Dump text -> find string you want to replace -> change it with the text editor 2. Use the latest commits not some random one from YouTube.
  19. Not a bug. The game unlocks the stance when you win your 50th battle; it does not allow you to select it just because you have max streak >= 50. Set it to 49, win 50th.
  20. Click on the "Met Location" label; if it has enough validity it'll suggest the changes for you and apply them (met level 10, current level 28).
  21. because you can totally capture a level 5 machoke at Ten Carat Hill (Farthest Hollow). Machop->Machoke @ 28.
  22. We don't have the full commentated source code directly from GameFreak with insider knowledge on every tidbit of info. Do you expect us to know everything about every generation save file? The option is there for people to use for research/modification without updating the program. If someone finds out that setting constant 51 to 5 causes X to happen, you can do the same by repeating the modification on your own save file with PKHeX. If you can't find a list of what does what and it's not in the source code, then it likely is not researched.
  23. Kaphotics

    Help? Bug?

    Because that's not how egg moves are generated by the game. There's a specific order that has to be followed for the base moves, then egg moves are added on top.
×
×
  • Create New...