foxtacles / vaultmp

Multiplayer mod for the PC version of Fallout 3
http://www.vaultmp.com/
Other
128 stars 47 forks source link

Remove damage effects from game #126

Open foxtacles opened 10 years ago

Koncord commented 10 years ago

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 commented 10 years ago

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

foxtacles commented 10 years ago

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!