About this mod
This simply sets the player weight to 0 so you can use whatever you want without being limited by it's weight
- Permissions and credits
- Donations
Only use in offline mode with EAC disabled!
How to install (newer method):
- Disable EAC with something like this: https://www.nexusmods.com/eldenring/mods/90?tab=description
- Download and install Elden Mod Loader by TechieW: https://www.nexusmods.com/eldenring/mods/117
- Download my NoWeight.dll file and put it into the mods folder under C:\...\ELDEN RING\Game\mods
- Launch the game and test it
How to install (old method):
- Make a backup of your save (just in case something goes wrong)
- Make a backup of your original regulation.bin file (in your game's folder: C:\...\ELDEN RING\Game\
- Put the edited regulation.bin in the game's folder
- Disable EAC with something like this: https://www.nexusmods.com/eldenring/mods/90?tab=description
- Launch the game and test it
How to uninstall (for newer method):
- Just delete the NoWeight.dll file in C:\...\ELDEN RING\Game\mods
How to uninstall (for old method):
- Just delete the edited regulation.bin and replace it with the original one
The edited regulation.bin is from 1.03.2 version of the game, if you need it for future/older versions just send me the clean regulation.bin of that version.
Added csv file to merge with other mods like my other to remove sorceries, incantations and weapons stats requirement: https://www.nexusmods.com/eldenring/mods/454
How to install using csv file (for old method):
0) Download Yapped-Rune-Bear from here: https://github.com/vawser/Yapped-Rune-Bear
1) Put the "EquipParamProtector.csv" and/or "EquipParamWeapon" files you downloaded in yapped/Projects/ExampleMod/CSV/ER
(yapped folder should be where your yapped.exe is located)
2) Make a backup of your already modded (or not) regulation.bin somewhere just in case something goes wrong
3) Open Yapped and open your already modded (or not) regulation.bin from file->Open
4) On the left column click on EquipParamProtector and/or EquipParamWeapon
5) At the top of the program click on Field Data->Import Data and it should ask if you want to overwrite EquipParamProtector/Weapon data
6) Click yes
7) On the top left: File->Save
Old guide for Yapped 1.09 (and maybe older versions):
yapped/Projects/ExampleMod/CSV/ER was yapped/res/GR/Data
Field Data->Import Data was Tools->Import Data
Source code:
https://github.com/ImAxel0/EldenRing-NoWeight-Mod
Credits:
Thanks TechieW for providing EldenModLoader and ModUtils.h header making it easier for me to make this.