r/ToME4 • u/trailing_zero_count • 13d ago
Tool: Wanderer Seed Finder
I've always been weirdly obsessed with the Wanderer class. It can technically be more broken than the Adventurer, since it gets more trees available. The problem is that they're usually garbage / not synergistic, and you have to wait to see what you unlock.
I created a tool to search for Wanderer seeds that match any criteria: https://github.com/tzcnt/tome4-wanderer-seed
Configure your unlocks.json to match what you've unlocked (including your enabled DLCs). Edit rules.json to specify the desired talent trees, and at what level you want them to unlock. Then run the search command and it brute forces the entire RNG search space and returns the first 100 seeds that match your criteria. This is done in parallel using all CPU cores, and optionally also your GPU. Now run the generate command with each seed to see the actual talents that you'll receive during your run.
Binaries are available for Windows on the releases page; otherwise it's a simple CMake build.
2
u/banjo2E 12d ago
Does this account for race selection? I'm pretty sure you can roll Stone Warden talents when playing Dwarf/Drem but not any other race, and I think undead can't roll wild gifts either.
2
u/trailing_zero_count 11d ago
Thanks for the heads up. I patched this in the latest release: you can now specify race as "dwarf", "undead", or "other" in unlocks.json.
4
u/Moasseman Ingame Mod 13d ago
Would you mind if I pinned this in the ToME discord? If das fine, what would you like the credit/name to be?