


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.
Player.UpdateStats to apply the configured value.denikson-BepInExPack_Valheim).After first launch with the mod enabled, BepInEx will create:
<ValheimFolder>\BepInEx\config\br.fefo.configurablemaxcarryweight.cfg
Config options:
GeneralMaxCarryWeightSingle (float)9999Example:
[General]
## Maximum carry weight for the player.
# Setting type: Single
# Default value: 9999
MaxCarryWeight = 500
Set MaxCarryWeight to any positive value you want.
fefo)