NonamesTeam77-DurabilityAndLanternControlMod icon

DurabilityAndLanternControlMod

Allows customizing durability loss for weapons, armor and lanterns. Also lets you adjust lantern light intensity, range and color.

Last updated 2 weeks ago
Total downloads 204
Total rating 1 
Categories Mechanics
Dependency string NonamesTeam77-DurabilityAndLanternControlMod-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Outward-5.4.19 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.19
Mefino-Outward_Config_Manager-17.2.0 icon
Mefino-Outward_Config_Manager

BepInEx's in-game configuration manager, customized for Outward.

Preferred version: 17.2.0

README

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


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.0 to 5.0.
Values above 1.0 make 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)

  1. Install r2modman
  2. Select Outward as the game
  3. Search for Durability And Lantern Control Mod in the Online tab
  4. Click Install — BepInEx and Config Manager are installed automatically
  5. Click Launch (modded) to start the game

Installation (manual)

Step 1 — Switch to the Mono branch (Steam)

  1. Right-click Outward in your Steam library
  2. Go to Properties > Betas
  3. Select default-mono - Public default branch (mono)
  4. Wait for Steam to download the update

Step 2 — Install BepInEx

  1. Download BepInExPack_Outward
  2. Extract the zip and copy the contents into your Outward folder:
    • Steam\steamapps\common\Outward\Outward_Defed\
  3. Launch the game once and close it — BepInEx will generate its folder structure

Step 3 — Install Config Manager

  1. Download Outward Config Manager
  2. 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

  1. Copy DurabilityAndLanternControlMod.dll into:
    • 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