The state of modding right now
The game launched on September 3, 2026, and the modding scene is at the stage you would expect that soon after release. Pak-based mods that swap out data assets work and are already published; deeper script mods that change game logic are still being worked on.
Because the game is built on Unreal Engine 5, the community's early effort has gone into extracting the game's logic so that combat and system mods become possible at all. Until script extenders arrive, the practical options are data-asset replacements, configuration file edits and external tools.
Rebel Wolves' official position on mod support has not been stated in the material we have. Treat the availability of official modding tools as to be confirmed.
Mods that actually exist today
Nexus Mods hosts the game, and the released catalogue so far covers gameplay-tuning tweaks. Documented mods include Increased Loot, Increased Gathering, and separate adjustments to stamina, parry, cooldowns, Shadowstep and Activation Charges.
Increased Loot is the best-documented example and shows what this class of mod can do. It multiplies eligible item spawn chances up to a 100% cap, multiplies minimum and maximum quantities for non-quest items, and covers consumables, ingredients, currency, valuables, junk, equipment, silver and teeth across 78 production loot tables. It is confirmed working on enemy drops, chests, barrels, mounds and random lootable storage.
It is also careful about what it leaves alone: quest items, keys, skill books, recipes, readables and services are untouched, as are debug and combat-test loot tables. It does not change item stats, prices, rarity definitions or inventory capacity, and it does not affect harvesting yields — that is what Increased Gathering is for.
Installing pak mods
These mods do not need a loader. Extract the archive into your game folder and merge the included Dawnwalker folder when prompted; files land in Dawnwalker\Content\Paks\~mods inside the game directory.
Install only one variant of a multiplier mod at a time. Running two Increased Loot multipliers together, or any two mods that edit the same loot-table assets, will conflict.
Uninstalling is equally manual: delete the files belonging to the installed variant. The loot, stamina, parry, cooldown, Shadowstep, Activation Charge and gathering mods are documented as compatible with each other, since they touch different assets.
The most requested mods
- Time-limit removers — freezing the 30-day narrative clock is the single most requested change. Dedicated script mods for this are still in development, so people are using memory-editing tools instead.
- FOV and camera tweaks — pulling the camera back during directional combat to see multiple enemies at once, on top of the in-game exploration and combat camera sliders.
- Stamina overhauls — reducing drain when using heavy weapons like greatswords.
- Uncapped activation charges — spamming abilities without building charges through parrying.
- Day/night controllers — manually triggering Coen's human or vampire form instead of waiting for the cycle.
- Movement speed boosts — a response to there being no mount in a roughly 10km² map.
Performance and visual tweaks
Unreal Engine 5 brings the usual issues: shader compilation stutter and heavy VRAM use, particularly in Vale Sangora's dense architecture. Reviewers playing on PC reported micro-stuttering that improved over time.
The most common non-mod fix is editing Engine.ini to disable post-processing the game bakes in heavily by default — motion blur, chromatic aberration and depth of field are the usual targets. This requires no mod files at all.
Upscaler DLL swaps are the other popular route. Replacing the shipped DLSS or FSR files with newer community-optimised versions is reported by one guide to yield a 15-20% frame rate improvement, though that figure comes from a single source and is not independently verified.
Before you mod the clock
It is worth understanding what the time system actually does before removing it. Free exploration already costs nothing — walking, looting, scouting, clearing camps and talking to NPCs never advance the clock. Only committing to a quest step, key dialogue or a perk unlock does, and the cost is always shown in advance.
The most common mistake is treating the game as a checklist RPG and burning segments on low-priority side content early. A structured approach — scout for free by day, commit at night once you have Shadowstep, Clawride and Planeshift for rooftop routes that bypass fights — recovers a surprising amount of time without any tooling.
There is also no failure state. Missing the deadline does not end the game; the story branches somewhere darker and you keep playing. Several guides argue the replay value is the point, and that removing the clock removes the design.
Console players
Everything on this page applies to PC only. No mod support has been announced for PS5 or Xbox Series X|S.
The closest console equivalent is the built-in difficulty customisation, which is unusually granular: four presets from Story to Duelist, plus separate sliders for enemy health, damage, attack frequency and aggression, and Coen's stamina. Easier settings also slow enemy animations to give you longer to read attacks.
Omni-attack and omni-block, toggleable damage indicators and the separate exploration and combat camera distances cover several of the things PC players are modding.
Still to be confirmed
- Whether Rebel Wolves plans official mod tools or Workshop support — not announced.
- Whether mods affect trophy and achievement unlocks — to be confirmed.
- The reported 15-20% frame rate gain from upscaler DLL swaps comes from one guide and is unverified.
- Timelines for script extenders and the dedicated time-limit mods that depend on them — to be confirmed.