vaultmp icon indicating copy to clipboard operation
vaultmp copied to clipboard

Remove damage effects from game

Open foxtacles opened this issue 11 years ago • 3 comments

foxtacles avatar Jan 02 '14 02:01 foxtacles

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

Koncord avatar Aug 25 '14 14:08 Koncord

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

Koncord avatar Aug 25 '14 14:08 Koncord

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!

foxtacles avatar Aug 29 '14 21:08 foxtacles