PlecakDlaCweli
You want 9999 slots in your inventory? Here it is! This mod does nothing else but patches your max carry weight.
Last updated | 2 days ago |
Total downloads | 45 |
Total rating | 1 |
Categories | Client-side |
Dependency string | TeamCweli-PlecakDlaCweli-1.1.0 |
Dependants | 0 other packages depend on this package |
README
PlecakDlaCweli
A Valheim mod that removes carry weight restrictions by setting the maximum carry weight to 9999.
Description
PlecakDlaCweli ("Backpack" mod) is a simple modification for Valheim that effectively removes the carry weight limitation by setting it to an extremely high value (9999). This allows players to carry as many items as they want without being encumbered.
Requirements
- BepInEx
- Jotunn
- Valheim
Installation
- Install BepInEx if you haven't already
- Install Jotunn if you haven't already
- Download the latest release of PlecakDlaCweli
- Place the
PlecakDlaCweli.dll
file in yourBepInEx/plugins
folder - Launch the game
Features
- Sets player's maximum carry weight to 9999
- No configuration needed - works immediately after installation
- Compatible with Jotunn framework
Technical Details
- Plugin GUID:
pl.zienti.cwelinskiPlecak
- Plugin Name: PlecakDlaCweli
- Version: 0.0.1
- Dependencies: Jotunn
How It Works
The mod uses Harmony to patch the GetMaxCarryWeight
method of the Player
class, setting a fixed return value of 9999, effectively removing the carry weight restriction from the game.
Notes
- This mod affects gameplay balance significantly by removing carry weight restrictions
- All players must have the mod installed for consistent gameplay experience in multiplayer sessions
- The mod is currently in early development (version 0.0.1)
Contributing
Feel free to submit issues and enhancement requests through the project's issue tracker.
License
none
Credits
Created by https://github.com/zientix
Changelog
0.0.1
- Initial release
- Implemented infinite carry weight functionality