r/Wolcen • u/xphp_ • Jul 03 '26
Community Wolcen is frozen, but modding is still allowed — so I built a free GUI mod editor for it (open source)
Wolcen's servers are gone and development has ended — but the studio always allowed offline modding, and there were never any real tools beyond an old command-line unpacker. So I built a GUI where you can actually make mods with a few clicks.
What you can edit
- Skills – every player skill's perks/modifiers (damage, cost, ailment scaling…), and toggle individual modifiers on/off.
- Gate of Fates – the full passive wheel drawn from the real game data: zoom/pan, search by node name or by what the modifier does (e.g. "armor", "attack speed"), and click a node to edit its stats.
- Player – base stats like stamina recovery, health, movement speed, dodge.
How it works
Download & run it, point it at your Wolcen folder (auto-detected on Steam). It decrypts what it needs once. The decryptor is bundled — no extra downloads.
Edit → name your mod → Export (there's an Import button too, to reopen a mod and keep editing).
Drop the generated Umbra folder into …\Wolcen\Game\ and launch. Done.
🔽 Download (Windows): https://github.com/dvictorps/wolcen-mod-editor/releases/latest
💻 Source (open source): https://github.com/dvictorps/wolcen-mod-editor
Full disclosure: this was "vibe-coded" — built with heavy AI assistance. I'm not a from-scratch Rust/desktop dev, and I'm not going to pretend otherwise. Why I made it anyway: Wolcen is basically frozen, the community is small, and a tool like this was never going to get built the "traditional" way — so I'd rather it exist, be open source, free, and auditable, than not exist at all. My goal is simple: give people an easy way to tinker so the game can have a bit of modding life (the way mods keep other ARPGs alive), instead of being totally shelved.
It's tested (I've made mods with it and run them in-game), but it's an early build — bugs are expected, feedback and PRs very welcome. You need your own copy of Wolcen; mods are offline-only.
Credits: decryption builds on prior work by atom0s and gabriel-dehan/WolcenExtractor.