StixsworldHDZone Ops // Field Terminal
DOSE 0.00 µSv
MOD 02/9Progression

Ungodly RPG Overhaul

A full, save-persistent RPG character system bolted onto the wasteland — XP, attributes, skills, perks, abilities, crits, combos and prestige.

DLL  StixsworldHD.NoMansHome.RPG.dll VERSION  v2.6.0 SIZE  118 KB CONFIG  yes

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.

FETWhat it does

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).
INSInstall

Add this mod

BepInEx must already be installed and run once (see Foundation). Then it's a single DLL into plugins\.

  1. Download & extract

    Grab StixsworldHD_NoMansHome_UngodlyRPG_v2_6_0.rar and extract it. Inside is the plugin file StixsworldHD.NoMansHome.RPG.dll (and a README — reference only).

  2. Open BepInEx\plugins\

    Inside your No Man's Home folder, go to BepInExplugins.

  3. Drop in StixsworldHD.NoMansHome.RPG.dll

    Copy that one DLL into plugins\, flat alongside any other mods. That's the whole install.

    BepInEx\plugins\ — after copy
     BepInEx\plugins\
       StixsworldHD.NoMansHome.RPG.dll   # 118 KB · Ungodly RPG Overhaul
  4. Launch once

    Start the game. The plugin loads and writes its config file stixsworldhd.nomanshome.rpg.cfg into BepInEx\config\. Quit, then edit that file to tune the mod — full guidance on the Tuning page.

CFGTuning

Config & save files

Generated automatically on first launch. Edit with any plain-text editor while the game is closed (unless live-reload is supported).

config file location
 BepInEx\config\stixsworldhd.nomanshome.rpg.cfg
per-save progress
 BepInEx/config/StixRPG/<your save name>.stixrpg
Master switch

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.

KEYControls

Default hotkeys

These are the out-of-the-box keys; most can be remapped in the config file.

Ungodly RPG Overhaul · default keys
KeyAction
POpen / close the character sheet
U / J / K / L / Y / NSecond Wind / Berserk / Iron Skin / Adrenaline / Battle Focus / Time Warp
F6Re-baseline to current difficulty after changing it mid-run
CHKVerify

Confirm it loaded

Proof the plugin is live after your next launch.

Load check
  • The config stixsworldhd.nomanshome.rpg.cfg appears in BepInEx/config/, and a per-save StixRPG/ folder is created beside it.
  • In-game, press P to open the character sheet (some early builds referenced F1).
NTEGood to know

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.
REMRemoval

Uninstall this mod

Mods are independent — removing one never affects the others or BepInEx itself.

  1. Delete the DLL

    Remove StixsworldHD.NoMansHome.RPG.dll from BepInEx\plugins\. On the next launch the mod is simply gone.

  2. Optional cleanup

    You may also delete stixsworldhd.nomanshome.rpg.cfg from BepInEx\config\. Your per-save progress under StixRPG\ is left in place in case you reinstall — delete it too only if you want a clean wipe.