vaultmp
vaultmp copied to clipboard
Remove damage effects from game
I found the address of which is responsible for the weapon damage. Original: Address Hex dump Command 0071E18A 0F84 24060000 JE 0071E7B4
Path: Address Hex dump Command 0071E18A E9 25060000 JMP 0071E7B4 0071E18F 90 NOP
Or if need block all damage: Original: Address Hex dump Command 0071C97A 0F84 1C150000 JZ 0071DE9C
Path: Address Hex dump Command 0071C97A E9 1D150000 JMP 0071DE9C 0071C97F 90 NOP
Weapon damage and fall damage is already disabled via the vaultmp.esp - though your finds can prove yourself. Currently what still needs to be removed is damage caused by effects cast (like burning). This damage can also be removed via the ESP but it's kinda tedious and I didn't manage for some reason i can't remember. Will look into it again next days, thx!