Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Remove damage effects from game #126

Open
foxtacles opened this issue Jan 2, 2014 · 3 comments
Open

Remove damage effects from game #126

foxtacles opened this issue Jan 2, 2014 · 3 comments

Comments

@foxtacles
Copy link
Owner

No description provided.

@Koncord Koncord mentioned this issue Aug 23, 2014
@Koncord
Copy link
Contributor

Koncord commented Aug 25, 2014

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
Copy link
Contributor

Koncord commented Aug 25, 2014

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 pushed a commit to Koncord/vaultmp that referenced this issue Aug 28, 2014
@foxtacles
Copy link
Owner Author

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants