EtumrepMMO
Reversing Pokémon Legends: Arceus captured entities into their origin (group) RNG seed!
Install / Use
/learn @kwsch/EtumrepMMOREADME
EtumrepMMO
Reverses initial MMO data to find the origin (group) seed.
Requires .NET 10.0. The executable can be built with any compiler that supports C# 14.
Usage:
- Compile the ConsoleApp project, or obtain it from someone else.
- Put your 4 initial captures in a
monsfolder next to the executable. - Run the executable, observe console output for matching seed.
Big thanks to Pokémon Automation (@Mysticial) for their C++ implementation of Entity->Seed parallel brute-force, which this repo uses (BSD license).
For more information, please refer to the wiki of PermuteMMO as well as the wiki for this repo.
