Skip to content

Stable version 1.0

Choose a tag to compare

@aldelaro5 aldelaro5 released this 07 Feb 00:31
· 16 commits to master since this release

This is the first stable version release of this program and as such, it comes with a HUGE changelog; update from previous versions is HIGHLY recommended. Its primary feature is the addition of the stats reporter module as well as plenty of other minor additions and it now offers support for Mac OS Mojave. It should be noted that settings (ini) files from previous version are compatible with this release.

Here is the full changelog:

New features

  • Added the stats reporter module. This is an implementation of the stats reporter program made by @Dabomstew with some minor UI improvements as well as minor additions. Its goal is to show the possible stats of the secondaries Pokémon obtained throughout the run as well as show a pretty report of the Pokémons's stats. It can be used once a prediction has been selected in the predictor (the prediction in use during the run should be selected). The main additions are live updates when changing the stats, live updates of the number of results as well as better support for the gender selection.
  • Added support for Mac OS, simply unzip the archive and execute the .app file. Tested with Mac OS Mojave.
  • Added auto scrolling when a prediction is selected and the filter unwanted checkbox is being unchecked. This allows to more easily look around a certain prediction.
  • Added the report of the last battle confirmation screen information when an auto reroll succeed. This allows to make sure that the rerolls have been done the right amount of time.
  • Added a store/restore seed feature. This allows to save the current seed and to load it later which can be useful to see if better predictions can appear with more rerolls.
  • Added a way to set the seed manually using an absolute hexadecimal value. This is mainly for testing and debugging purposes.
  • Added support for the PAL version of Pokémon XD: Gale of Darkness. This adds a setting to comply with the particularities of the PAL version as far as the predictor goes (the RNG isn't called during the naming screen).

Changes and optimizations

  • The buttons now has menmonics.
  • Renamed the "frame delay" setting to "frame offset" and allow the number to be negative.
  • Optimized the auto reroll function. It now can do 1000 rerolls in about 2-3 seconds.
  • Removed the apply button in the settings window.
  • The predictor will now refresh when new settings have been confirmed.
  • Update the README (thanks @IamRifki for fixing some grammars). It also features build instructions for Mac OS.
  • Update the reroll reports dialog to reflect the current behavior of the program.
  • Update the instructions of the seed finder wizard; both the instruction page and the end page on success to better reflect the current behavior of the program.
  • Changed the maximum amount of the max auto reroll setting to 10000.

Bug fixes

  • Fixed a rare bug in the Pokémon XD: Gale of Darkness seed finder where it would not generate the EVs properly causing a fail under specific circumstances.

Developmental

  • Added Mac OS to the Travis CI configuration file.

To start the seed finder, extract the file corresponding to your game in the program's directory after you downloaded it. Here are the sha256 checksums in case you want to confirm their integrity:

753efaca0a0a1fc02a81a6d010a8a76c384bd097bf53e28bb7efae8440a67727  colo.precalc
d915b199ff9c24e6bedd0c783a40ce8fc57c778176ceacd50324c073c48ef9b4  xd.precalc

Releases of these files from previous versions are compatible.