Jump to content

Kaphotics

Helpful Member
  • Posts

    7036
  • Joined

  • Last visited

  • Days Won

    337

Everything posted by Kaphotics

  1. The logic that is currently implemented in the moveset validator does not check for what the user did wrong, it only checks for what is allowed with the current values. Adding in extra logic to guide the person who made a mistake takes more developer time (& CPU time too). The main goal of the legality checker is to check if things are legal, not to indicate every corrective action (as one size does usually not fit all). You can select all text in the textbox and copy it to an external notepad editor, or you can check the shortcuts.txt via the source code on GitHub. This is a Windows Forms application; these kind of apps are for Windows systems but can be run with Wine/etc on Linux and Mac. Certain experiences are not tailored to be multi-platform where right clicking does not exist. Using a virtual machine may help. Not sure how worth it is to make hotkeys/shortcuts configurable, since that would require changing a lot of things around
  2. When learning a TR move, there is a flag set in the Technical Records list. Not having the flag = TR was never used, thus illegal. Working as intended. -- Slot viewing in the encounter database is the same as viewing slots from boxes. You can either right click for the context-menu, or you can use the same modifier keys as the box slots (control will view).
  3. You can't legally change HA->1/2 because there's no in-game method to do that. Encounters that are only Hidden Ability can only have Hidden Ability. Use the encounter database to find something that meets your requirements (hence "use a different encounter).
  4. GAME UPDATED YESTERDAY? PKHEX UPDATED 2 WEEKS AGO? WONDER WHY IT DOESN'T LOAD WHEN WILL IT UPDATE? GUESS WE HAVE TO WAIT.
  5. Fixed on latest. As for the Yellow starter being recognized as Crystal, it's because the Catch Rate corresponds to Light Ball. It could be either a Crystal Pikachu, or the Starter Pikachu, it's just whatever encounter it compares against first. Gen1/2 and other formats that do not retain enough "met data" can be matched against multiple different encounters.
  6. There's nothing wrong with it. Dev build shows it as a Red/Blue Wild Pikachu / JP-Blue Game Corner Pikachu, with a valid catch rate of 190. The Yellow Starter Pikachu has a different catch rate, being 163, which this one is not.
  7. Kaphotics

    pokedex

    No Path of Solitude challenge complete for this species.
  8. PKHeX fixes some common mistakes, and can apply memories when the handling trainer is changed. Check legality directly in boxes by holding control when right clicking. Working as intended.
  9. Depends how you are trying to set it. The functionality is poorly documented outside of the code, but it should be reading from your clipboard an integer string. Type a seed, copy it, then try again.
  10. https://projectpokemon.org/home/forums/topic/48524-cp-height-weight-calculations/
  11. There isn't a single Obsidian Fieldlands (first map) encounter of a Machoke being level 56 without it being an Alpha. Only in the Coronet Highlands (third map) can it be level 56 without being alpha.
  12. No such thing exists. Just play the game, or modify an existing "complete" save file.
  13. Plugins are not in the scope of this forum. Please report the issue to the owner of the plugin, but do check if they have a troubleshooting/etc section to help assist you in identifying what you did wrong.
  14. Ensure you set the Auto checkbox to recalculate the height and weight value for you. Bad hacks will be flagged as hacked.
  15. Play it on your switch using the layeredfs setup that evandixon described back in November.
  16. HOME does not allow transfers from BDSP or PLA yet. Working as intended.
  17. Remove installed patches that may override the data you are replacing, otherwise the patch will redirect all content reads to the patch's data. Dump the exefs to use the exefs editors.
  18. Savedata hash is invalid; overriding the check to force it to try and read indicates the rest of the data is invalid as well. Likely is just junk data. Not an issue with PKHeX.
  19. Well, is bobo a slang/slur in any language? PKHeX uses the 3DS' word filter, and is flagging things that would cause issues online.
  20. Seek a sysbot to trade you the files. Also, not having a hacked switch and saying you played LGPE on an emulator...
  21. Probably illegal as per the other values like Height & Weight.
  22. For Gen1/2 games, Japanese games cannot trade with International games (English, German, etc). The data formats are not compatible, hence the error message.
  23. As mentioned in the guide: > A full up to date list is available by reading the source code (BatchEditor.cs, ProcessPKM method). You can search for what each property is and how it is used in context of other properties. Searching the code for the property also works.
×
×
  • Create New...