Ungodly RPG Overhaul
A full, save-persistent RPG character system bolted onto the wasteland — XP, attributes, skills, perks, abilities, crits, combos and prestige.
Earn XP from kills, headshots, jobs, looting, earnings and survival; spend points across 6 attributes, 10 skills and 20 perks; trigger active abilities on cooldown; land critical hits; chain kill-combos; lifesteal on kills; and Ascend (prestige) for permanent power once you hit the cap.
Everything is driven through a single, fully-documented config file, every value is clamped to safe ranges, and the whole thing flips back to 100% vanilla with one switch. No placeholders, no half-features — every lever is wired to a confirmed game field and ships working.
Feature rundown
Everything listed here is fully implemented and wired to a confirmed game field — no stubs, no placeholders.
- 6 attributes, 10 skills, 20 perks. A full character sheet with respec, two-column perk tree and a Career screen that reads the game's own kill/headshot stats.
- Active abilities with mastery ranks. Second Wind, Berserk, Iron Skin, Adrenaline Rush, Battle Focus and Time Warp (bullet-time) — unlock then rank up (0→5) to shorten cooldowns, lengthen duration and strengthen effects.
- Critical hits & kill-combos. Real per-shot crit rolls with headshot bonuses, plus rapid-kill streaks that multiply XP with Double Kill → Godlike → Legendary callouts.
- Lifesteal & prestige. Heal on every kill (more on crits), then Ascend at the cap for stacking damage/XP/stat bonuses and bonus points.
- Tabbed modal sheet. Character / Perks / Abilities / Career — opening it frees the cursor and freezes your look so clicks never spin the camera; closing restores everything.
- New-game clean slate. v2.6.0 wipes RPG progress when you start a New Game so a fresh playthrough always begins at Level 1 (toggle
ResetProgressOnNewGame).
Add this mod
BepInEx must already be installed and run once (see Foundation). Then it's a single DLL into plugins\.
-
Download & extract
Grab
StixsworldHD_NoMansHome_UngodlyRPG_v2_6_0.rarand extract it. Inside is the plugin fileStixsworldHD.NoMansHome.RPG.dll(and a README — reference only). -
Open
BepInEx\plugins\Inside your No Man's Home folder, go to
BepInEx→plugins. -
Drop in
StixsworldHD.NoMansHome.RPG.dllCopy that one DLL into
plugins\, flat alongside any other mods. That's the whole install.▸ BepInEx\plugins\ StixsworldHD.NoMansHome.RPG.dll # 118 KB · Ungodly RPG Overhaul
-
Launch once
Start the game. The plugin loads and writes its config file
stixsworldhd.nomanshome.rpg.cfgintoBepInEx\config\. Quit, then edit that file to tune the mod — full guidance on the Tuning page.
Config & save files
Generated automatically on first launch. Edit with any plain-text editor while the game is closed (unless live-reload is supported).
▸ BepInEx\config\stixsworldhd.nomanshome.rpg.cfg
▸ BepInEx/config/StixRPG/<your save name>.stixrpg
Like every mod in this pack, the master toggle at the top of the config returns this plugin to 100% vanilla behaviour instantly. Tune freely — you can always flip it back.
Default hotkeys
These are the out-of-the-box keys; most can be remapped in the config file.
| Key | Action |
|---|---|
| P | Open / close the character sheet |
| U / J / K / L / Y / N | Second Wind / Berserk / Iron Skin / Adrenaline / Battle Focus / Time Warp |
| F6 | Re-baseline to current difficulty after changing it mid-run |
Confirm it loaded
Proof the plugin is live after your next launch.
- The config
stixsworldhd.nomanshome.rpg.cfgappears inBepInEx/config/, and a per-saveStixRPG/folder is created beside it. - In-game, press P to open the character sheet (some early builds referenced F1).
Notes & technical detail
- 16 sections, 199 settings, each with a plain-English note and min/max. Reads the game's difficulty and player values once as a clean baseline, then writes baseline × your modifier and re-clamps — it never feeds its own output back in.
- Per-character progress lives in
BepInEx/config/StixRPG/<save>.stixrpg. Uninstalling leaves those files untouched.
Uninstall this mod
Mods are independent — removing one never affects the others or BepInEx itself.
-
Delete the DLL
Remove
StixsworldHD.NoMansHome.RPG.dllfromBepInEx\plugins\. On the next launch the mod is simply gone. -
Optional cleanup
You may also delete
stixsworldhd.nomanshome.rpg.cfgfromBepInEx\config\. Your per-save progress underStixRPG\is left in place in case you reinstall — delete it too only if you want a clean wipe.