Skip to content
forked from kwsch/EtumrepMMO

Reversing Pokémon Legends: Arceus captured entities into their origin (group) RNG seed!

License

Notifications You must be signed in to change notification settings

MazGG/EtumrepMMO

 
 

Repository files navigation

EtumrepMMO

Reverses initial MMO data to find the origin (group) seed.

Requires .NET 6.0. The executable can be built with any compiler that supports C# 10.

Usage:

  • Compile the ConsoleApp project, or obtain it from someone else.
  • Put your 4 initial captures in a mons folder 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.

About

Reversing Pokémon Legends: Arceus captured entities into their origin (group) RNG seed!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%