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.1
fixed bug where zero damage "attacks" such as dodges dealt infinite damage.
Version 0.3
updated for Elden Ring 1.12.3
now requires libER 0.1.4.2
added chip damage option.
removed regulation file example.
Version 0.2
Modified Internals
Added flat defense rework
Added split damage fix
Added "Heaven or Hell" mode
Version 0.1
Initial release
Configurable changes to the game's damage formula, including "true" flat defenses, fixed split damage, and damage absorption into healing.
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 = [ "damageMod.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.
Uninstalling Remove any added files.
Configuration in the same place as damageMod.dll, you can find a file with the name damageMod.ini. individual settings below: healing absorption: Damage negations ratings above 100 restore health based on damage received. flatter defenses: Defenses now function in a simple (DAMAGE - DEFENSE) formula. chip damage: for flatter defenses, the minimum damage that defense can reduce an instance of damage to. split damage fix: Attacks with multiple damage types have flat defenses applied proportionally to their fraction of damage in the attack.
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.