Releases: kwsch/PermuteMMO
v1.3.2
Fixes a few bugs in generation: gender generation is now accurate, and regular Outbreaks do not permit multiple alpha Pokémon.
Updates dependencies.
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners. Remove this file if you are using other methods for input.
Refer to the wiki for full usage instructions: https://github.com/kwsch/PermuteMMO/wiki
v1.3.1
v1.3.1 treats Cyndaquil and Hippopotas as oblivious Pokémon since the game seems to only ever spawns 1 that can be scared and 3 that attack.
In addition, the repository now contains examples in tests for permuting regular multispawners for interested parties.
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners. Remove this file if you are using other methods for input.
Refer to the wiki for full usage instructions: https://github.com/kwsch/PermuteMMO/wiki
v1.3.0
v1.3.0 improves modeling of paths where aggressive and skittish Pokémon are present on the field at the same time.
- Steps that prioritize removal of skittish entities are now designated with
B
. - Steps that only remove aggressive entities will use the original
A
designation. - Mr. Mime is now treated as an oblivious species that cannot be scared or multibattled with other skittish species, and will have
O
in its paths. - Further improvements to overall program stability and other minor adjustments have been made to enhance the user experience.
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners. Remove this file if you are using other methods for input.
Refer to the wiki for full usage instructions: https://github.com/kwsch/PermuteMMO/wiki
This release has been hotpatched to 52f8e8a.
v1.2.0
v1.2.0 implements paths where scaring skittish Pokémon can be used to advance the RNG. Scaring steps are now designated with S
.
- In addition,
SB
has been changed toCR
for "clear remaining" to avoid confusion. - Ghost RNG advancements were revised for accuracy.
- Further improvements to overall program stability and other minor adjustments have been made to enhance the user experience.
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners. Remove this file if you are using other methods for input.
Refer to the wiki for full usage instructions: https://github.com/kwsch/PermuteMMO/wiki
v1.1.1
v1.1.1 flags paths with multiple possible results. They are indicated differently based on whether they spawn as a single batch or separately.
In addition, there were further improvements to overall program stability and other minor adjustments to enhance the user experience.
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners. Remove this file if you are using other methods for input.
Refer to the wiki for full usage instructions: https://github.com/kwsch/PermuteMMO/wiki
v1.1.0
This release includes further improvements to overall program stability and other minor adjustments to enhance the user experience.
v1.1.0 only shows paths with skittish species if they are possible to traverse. All paths with single advances are marked.
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners. Remove this file if you are using other methods for input.
Refer to the wiki for full usage instructions: https://github.com/kwsch/PermuteMMO/wiki
v1.0.1
This release includes further improvements to overall program stability and other minor adjustments to enhance the user experience.
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners. Remove this file if you are using other methods for input.
Refer to the wiki for full usage instructions: https://github.com/kwsch/PermuteMMO/wiki
This has been hotpatched to 84514e5.
v1.0.0 Initial Release
A pre-built console app for Windows 10 (x64).
Requires .NET Runtime 6.0.
Includes a sample spawner.json
file for testing single spawners.
Refer to the wiki for usage: https://github.com/kwsch/PermuteMMO/wiki
This has been hotpatched to 51c8212.