dvictorps/wolcen-mod-editor — explained in plain English
Analysis updated 2026-05-18
Visually edit a Wolcen character's skills and toggle individual modifiers without touching raw XML.
Search and edit nodes in the Gate of Fates passive tree by name or by what the node does.
Export a ready to install mod folder to share with other Wolcen players.
Build the editor from source in Rust and React to contribute new features.
| dvictorps/wolcen-mod-editor | 132ikl/game | 1lystore/pay-dcp | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Rust | Rust | Rust |
| Last pushed | — | 2020-12-30 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Building from source needs Rust MSVC toolchain, Visual Studio build tools, Node.js, and WebView2 on Windows.
Wolcen Mod Editor is a desktop application for creating mods for the video game Wolcen: Lords of Mayhem. It gives players a visual way to change the game's skills and its Gate of Fates passive skill tree, then export those changes as a ready to install mod, so nobody has to hand edit the game's raw XML files. Wolcen's development has ended and its servers are offline, but the studio allowed modding for offline play without ever releasing proper tools. Before this project, the community only had an outdated tool that could unpack game data one way and nothing else. This editor lets modders decode the game's encrypted data, edit it, and pack it back into an install ready mod, so a modding scene can grow around the now frozen game. The app currently supports editing every player skill and its variants, including toggling individual effects on or off. It also renders the full Gate of Fates passive wheel from real game data, with zoom, pan, search by node name or by what a modifier does, and click to edit stats on each node. When you are done, it exports a folder you drop into your Wolcen install plus an overlay file and an install guide. To use it as a player, you download the latest build from the project's Releases page on Windows, point the app at your Wolcen install folder, let it decrypt the needed data on first run, make your edits, name your mod, and export it. You need your own legally owned copy of the game, and mods only work offline. Developers who want to run the project from source need Rust with the MSVC toolchain, Visual Studio 2022 build tools, Node.js 18 or newer, and the WebView2 runtime, since the app is built with Tauri and a React interface. The project's roadmap includes making first run fully self contained, adding item and loot editing, more polish for the Gate of Fates wheel, and a mod load order manager. Game data itself is owned by Wolcen Studio and is not included in this repository or its releases, and the project is not affiliated with that studio.
A Windows desktop app for visually editing skills and the passive skill tree in the game Wolcen, then exporting a ready to install mod.
Mainly Rust. The stack also includes Rust, Tauri, React.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.