Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://www.nexusmods.com/valheim/mods/9
Just go into the config file and edit the item weight modifier.
I just updated it and tested it. It works fine. You go into the config file and modify the multiplier for item weight to a floating value such as 0.1. For this example, your item weight will be 10x less than normal.
The .cfg extension is a text file. I open it in Notepad and there are no display issues.
Ah, okay. Separate issues.
1) Make sure that you have the latest BepInExPack. https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/
(I use the Manual Download option.)
Then read the instructions. They're very simple. Scroll down to "Installation (manual)". There is a screenshot of the folder structure at step 3 if that helps.
2) After you install BepInEx correctly, go into the BepInEx directory and you will find several subdirectories. You'll place any mod DLL files in "plugins". Launch the game, then exit out. That will be enough for the mod to load and automatically create the .cfg file for your mod (if there is one). You can find them in C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\config
Edit: If you need a video to follow along with, try something like this: https://youtu.be/gOGYQRHpp2c?t=100
This is what mine looks like at the moment...
## Settings file was created by plugin Bigger Item Stack v0.1.2.1
## Plugin GUID: org.bepinex.plugins.bigger_item_Stack
[Multiplier]
## The maximum item stack multplier (Can be float value like 1.5)
# Setting type: Double
# Default value: 2
ItemMaxStackMultiplier = 10
## The item weight multiplier (Can be float value like 0.5)
# Setting type: Single
# Default value: 1
ItemWeightMultiplier = 0.1
## The max player weight multiplier (Can be float value like 1.5)
# Setting type: Single
# Default value: 1
PlayerWeightMultiplier = 1
I'm doing two things with this mod. I'm making the item stacks x10 size. Do not do this if you're playing multiplayer unless all other players do the same.
Then there's this:
ItemWeightMultiplier = 0.1
The line above shows that the default value is 1. My current setting makes the item weight to 10% of what it normally would be. Do what you want with it, save the file, and then start the game again to try it out.
BiggerItemStack.dll