Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
techiew, source of the modUtils.h file used in the mod, and general templating of a dll mod. Dasaav, creator of libER.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.3
updated for Elden Ring 1.12.3
now requires libER 0.1.4.2
added config options to nexus version
no longer requires regulation.bin
removed 999 stat cap.
Version 0.2
Added a level capping mechanic (unused in main mod)
Added a rune level cost capping mechanic (set to 100,000)
removed modification to ng cycle rune gain due to above change.
Version 0.1
Initial release
Removes the stat caps from the game. enabling attributes above 99, changes the games attribute scaling so those stats actually do something, and caps the cost of leveling up at 100,000 runes per level so you can reach higher attribute levels without grinding for five centuries. This is mostly a proof of concept and resource to be used by other mods. Static Bar Sizes is recommended.
Elden Ring Version 1.12.3 ROW (Not compatible with Japanese version)
Installing Unzip the file, and drop the contents in the mod engine 2 directory. Open the file "config_eldenring.toml" in the mod engine 2 folder and follow the instructions starting with the line "List of files that will be loaded into the game as DLL mods.". for example, If you have no other dll mods installed, replace "external_dlls = []" with "external_dlls = [ "uncapper.dll" ]"
libER installation Contained in the zip folder is libER. it is a requirement for the mod and also must be installed. You can simply place the contents of the liber folder on the game folder( the same place as eldenring.exe) to install it.
Configuration In the INI file, you can set the following options: rune level cost cap: the maximum amount of runes that a level may cost. adjust calcCorrectGraphs: set to 0 to disable the automatic scaling. use this if you have a regulation.bin file that explicitly requires the uncapper, otherwise ignore it.
Notes remember to back up your saves!
Uninstalling Remove any added files.
Credits Thanks to TechieW, without These Mods as examples I would have absolutely no idea what to do to make something like this. Dasaav, creator of libER.