Releases: drgoku282/PKMN-NTR
Releases · drgoku282/PKMN-NTR
2.2.1 - Bug Fix
Fixed:
- GUI: Fixed incorrect control disable.
2.2.0 - New functions for Wonder Trade and Breeding bot
Added:
- Gen 6/7 Wonder Trade bot: New options were added, now you can select .pkx files on your computer as pokémon source, a backup of the boxes is made before the bot runs and added a couple of actions that are performed after the trading session is complete. See wiki for details.
- Gen 7 Breeding bot: New Accept/Reject mode intended to be used with eggRNG method, input number of eggs to accept and reject and run the bot.
Changed:
- Core: Internal changes to friendship editing, users will not notice a change.
- GUI: Some changes to the interface, some controls are grouped and fully disabled when not connected or a bot is working.
Fixed:
- Core: Update checking no longer returns an error when there are no beta versions available.
(Skipped 2.1.0 due bad version numbering)
2.0.0 - Pokémon Sun and Moon support
Added:
- Core: Pokémon Sun and Moon support (1.1 update is mandatory)
- Can read and write the player's name, Items, TID, SID, Money, Battle Points, current and total Festival Coins, Language and Played Time.
- Read, dump and modify pokémon in boxes.
- Read pokémon in party, daycare, opponent wild pokémon or from your trade partner.
- Clone pokémon
- Write pokémon from a ".pk7" or ".ek7" file
- Delete pokémon
- Wonder Trade bot
- Breeding bot
- Soft-reset bot (supports Events, Tapus, Solgaleo/Lunala, Wild pokémon and Ultra Beasts)
- Core: Update checking.
- Core: Added a button to reload all data in the "Edit Save" tab.
- Core: Hyper Training and pokémon Language editing.
- Core: Egg seed dumping for Gen 7 games.
- PokeDigger: New tool for dump any valid-looking pokémon data drom memory.
- GUI: Added buttons to clean fields in Filter constructor and Soft-reset/Breeding tabs.
- Remote Control: Can now send Control Stick commands.
- Filters: Added additional info on the log.
Changed:
- Core: Huge code cleanup, many elements were moved to their own class.
- Core: Dropped support for files without specific generation number: ".pkx" and ".ekx" (with an x at the end). Gen 6 mode will only support ".pk6" and ".ek6" files. In the same way Gen 7 will only support ".pk7" and ".ek7" files.
- Core: "Level editing" it works the same and PKHeX, Experience and Level fields are linked to each other and changes according to the pokémon.
- Core: Shiny editing is now controlled by a checkbox.
- Core: Gender editing is now controlled by a combobox.
- Core: Better error handling in bots and file reading/writing.
- Core: Better nickname handling.
- Core: Updated Fody dependence.
- Bots: Improved log messages.
- GUI: Now it shows the box sprite of the pokémon that you're editing in the tabs. Will also display the shiny icon next to the sprite.
- GUI: Hidden Power field is updated every time the IV values are changed.
- GUI: OT tab is now called Misc.
- GUI: Controls will be disabled when connection with the 3DS is lost.
Fixed:
- Core: Ability editing fixed, it now only displays legal abilities for the pokémon you're editing. It automatically detect alternate forms if they have different ability sets.
- Core: Party warning message fixed.
- GUI: Changing between radio boxes for pokémon sources no longer causes GUI errors.
1.20.0
Note: This version doesn't have Sun/Moon support, check latest beta.
Added:
- Filters: Can now select the logic of the IV checks, the options are: greater or equal, greater, equal, less, less or equal, even or odd.
Changed:
- Filters: Now the filter constructor have their own tab, to use them with the Breeding and Wonder Trade bot, you need to save a filter set externally and load it later in the appropriate tab. Previous saved filters are not longer compatible with this release.
IMPORTANT INFORMATION: Unless a critical bug appears, this will be the last stable version until Gen 7 support is implemented.
1.19.3
1.19.2
Added:
- Filters: Can now analyze number of perfect IVs.
Changed:
- GUI: Minor changes to user interface, stop button moved to top. Last RAM read and version number is located in the NTR tab.
Fixed:
- Removed version update checking, it pointed to another fork.
1.19.1
1.19.0
Added:
- Breeding bot: Working in all three Day Cares in simple and filter modes. Read wiki before usage..
- Controls: Button for manual soft-reset. A disconnection is forced afterwards.
- Filters: Added support for multiple filters in the Breeding and Soft-reset bot. Read wiki for more details.
Changed:
- GUI: Redesigned, save file editing and bot space have been merged and separated by tabs, NTR log also has its own tab.
- Core: Now the ability to write party can be turned on by setting bool variable "enablepartywrite" to "true" at line 31 and compiling again the program.
Fixed:
- Wonder Trade bot: Handling of "No trade partner found..." message.
1.18.6
1.18.5
Added:
- Soft-reset bot: Gender and ability checks.
Fixed:
- Wonder Trade bot: It handles now the "No trade partner found..." message correctly. Fixed an error that makes the bot don't change boxes after trading the last pokémon of said box. Suppressed message box on empty slot.