Fefo-ConfigurableMaxCarryWeight icon

ConfigurableMaxCarryWeight

Fork of zientix/valheim-maxcarryweight with configurable maximum carry weight via config.

Last updated 9 hours ago
Total downloads 21
Total rating 1 
Categories Client-side
Dependency string Fefo-ConfigurableMaxCarryWeight-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Configurable Max Carry Weight

Fork of zientix/valheim-maxcarryweight that adds a configuration file to control the player's maximum carry weight instead of hardcoding it to 9999.

This mod is intended for use with BepInEx and r2modman/Thunderstore.

Features

  • Configurable maximum carry weight via BepInEx config file.
  • Default value set to 9999, but can be changed to any positive float.
  • Simple implementation that patches Player.UpdateStats to apply the configured value.

Installation (r2modman / Thunderstore)

  1. Install and open r2modman for Valheim.
  2. Search for Configurable Max Carry Weight on Thunderstore inside r2modman.
  3. Install the mod (and let r2modman handle all dependencies like denikson-BepInExPack_Valheim).
  4. Select your profile with the mod enabled and press Start modded.

Configuration

After first launch with the mod enabled, BepInEx will create:

<ValheimFolder>\BepInEx\config\br.fefo.configurablemaxcarryweight.cfg

Config options:

  • Section: General
  • Key: MaxCarryWeight
  • Type: Single (float)
  • Default: 9999

Example:

[General]
## Maximum carry weight for the player.
# Setting type: Single
# Default value: 9999
MaxCarryWeight = 500

Set MaxCarryWeight to any positive value you want.

Credits