
You are viewing a potentially older version of this package. View Latest Version
DurabilityAndLanternControlMod
Allows customizing durability loss for weapons, armor and lanterns. Also lets you adjust lantern light intensity, range and color.Durability And Lantern Control Mod
A BepInEx mod for Outward Definitive Edition that lets you customize durability loss for weapons, armor and lanterns — or make them completely infinite. Also allows you to adjust lantern light intensity, range and color.
Requirements
- BepInEx for Outward
- Outward Config Manager (required to configure the mod in-game)
Features
All settings are available in-game via the Config Manager (press F5).
Activation
| Setting | Description | Default |
|---|---|---|
| Activate Mod | Enables or disables the entire mod | true |
Durability Multipliers
| Setting | Description | Default |
|---|---|---|
| Weapon Durability Multiplier | Multiplies durability loss for all weapons. 0 = infinite, 1 = normal, 2 = double loss |
0 |
| Armor Durability Multiplier | Multiplies durability loss for all armor pieces. 0 = infinite, 1 = normal, 2 = double loss |
0 |
| Lantern Durability Multiplier | Multiplies durability loss for lanterns. 0 = infinite, 1 = normal, 2 = double loss |
0 |
| Other Items Durability Multiplier | Multiplies durability loss for any other item not listed above. 0 = infinite, 1 = normal, 2 = double loss |
1 |
All multiplier sliders range from
0.0to5.0.
Values above1.0make the game harder — items degrade faster than normal.
Lantern Light
| Setting | Description | Default |
|---|---|---|
| Enable Lantern Light Modifier | Enables or disables light modifications | false |
| Light Intensity Multiplier | Multiplies the lantern's light intensity. 0 = no light, 1 = normal, 2 = double |
1 |
| Light Range Multiplier | Multiplies the lantern's light range. 0 = no range, 1 = normal, 2 = double |
1 |
| Light Color R (Red) | Red channel of the lantern light color (0.0 to 1.0) | 1 |
| Light Color G (Green) | Green channel of the lantern light color (0.0 to 1.0) | 0.6 |
| Light Color B (Blue) | Blue channel of the lantern light color (0.0 to 1.0) | 0.2 |
Light changes apply the next time the lantern is lit.
Installation (r2modman)
- Install r2modman
- Select Outward as the game
- Search for Durability And Lantern Control Mod in the Online tab
- Click Install — BepInEx and Config Manager are installed automatically
- Click Launch (modded) to start the game
Installation (manual)
Step 1 — Switch to the Mono branch (Steam)
- Right-click Outward in your Steam library
- Go to Properties > Betas
- Select
default-mono - Public default branch (mono) - Wait for Steam to download the update
Step 2 — Install BepInEx
- Download BepInExPack_Outward
- Extract the zip and copy the contents into your Outward folder:
- Steam\steamapps\common\Outward\Outward_Defed\
- Launch the game once and close it — BepInEx will generate its folder structure
Step 3 — Install Config Manager
- Download Outward Config Manager
- Extract the zip and place the files in:
- Outward_Defed\BepInEx\plugins\ConfigurationManager.dll
- Outward_Defed\BepInEx\patchers\ConfigurationManager.Patcher.dll
Step 4 — Install this mod
- Copy
DurabilityAndLanternControlMod.dllinto:- Outward_Defed\BepInEx\plugins\DurabilityAndLanternControlMod.dll
Step 5 — Launch the game
- Launch via Steam (with the mono branch active) or via r2modman > Launch (modded)
- Press F5 in-game to open the Config Manager and adjust the settings
Uninstallation
Simply delete InfiniteDurabilityMod.dll from: Outward_Defed\BepInEx\plugins\
Or uncheck the mod activation option using the ConfigurationManager Mod.
Compatibility
- Outward Definitive Edition (Mono branch)
- Compatible with other BepInEx mods
- Does not affect save files — safe to add or remove at any time
Changelog
1.0.0
- Initial release
- Per-type durability multipliers (weapons, armor, lanterns, others)
- Lantern light intensity, range and color customization
- Full Config Manager integration