RepoBiggerHauler
Increases the Hauler value limit in R.E.P.O. and allows the limit to be configured through REPOConfig.RepoBiggerHauler
Increases the Hauler cart value storage limit in R.E.P.O. and lets you configure the limit through REPOConfig.
Features
- Changes the Hauler value limit from the game's default
$20,000to a configurable value. - Default value:
$50,000. - The value can be changed through the BepInEx configuration and displayed in REPOConfig.
- No game files are modified.
- The patch is applied at runtime using Harmony.
Configuration
After launching the game once, the configuration file will be created at:
BepInEx/config/com.repo.biggerhauler.cfg
The main option is:
Value Limit = 50000
You can change it to any value from 0 to 1,000,000.
How it works
The mod patches ItemValuableBox.valueLimit when the object starts and assigns the value configured in com.repo.biggerhauler.cfg.
