Hello JK !
I saw a project named PCHeX and the developer is not very active and not very written in the same way I want so I said "it's my time !". I'm rewriting all the code of PKHeX in C++ (at least all the lib part, for reading / writing save, PKM class, etc...) with the same methods, attributes, but in C++
But the problem is that I would like to import and export save in the program, but it isn't possible unlike to use the Bank for ORAS and XY (and I suppose in the next update of the Bank, Sun/Moon will be the same). I don't know if you release the specific code to access ROSA and XY saves, but you give us the 3DSX link a few days ago. Could you send me the source by PM ? I would appreciate it ! I'm not in the part of reading and writing save of ORAS and XY, so don't worry I have time
If some are interested of the project, I will post it on Github in the next few days
The goal is the same of PKHeX with some enhancement :
- Reading directly the save of a Pokemon Game
- Editing the Boxes, adding Pokemon
- Add what you want
- Writing directly the save, with an automatic backup
- Legitimity check
- Multiple UI Language
- A good look-and-feel UI with drag and drop, pretty select box (like when you select a nature, you will see AttSpe+10%, DefSpe-10% along with it)
- Seeing all the changes between saves (like "Add Pikachu on Box 3, Shiny of XXX, ...) and being able to select one and import it
- Presets of Strategic Pokemon (Smogon sets)
- Maybe a QRCode reader to import PKM of the PKHeX version on PC
I'm focusing on Sun/Moon save at the moment, I will add XY and ORAS when the first version with the UI will be finished.
Thanks JK for the help !
EDIT: Just saw PKSM which is the same goal as mine ! Maybe not the lib, but I will try to help him instead :o