Can you explain it for me?

gomez9xmario

Active Member
147
04/02/18
79
Thread Author
let me ask for increased damage x10 which means base damage multiplied by 10 stars.
Can you explain it for me?
 
Yes
but I mean when mod x10 damage means base damage is 6 then can change lib code to 60 right?
I kinda forgot since i no longer coding

But it have formula like if your condition right the mod Will trigger command to multiply the base
 
I only mod high damage level for damage = 12M in HEX code
When mod x damage, base damage is 156, then x10 is 1560 and changes it in the HEX code, right?
not really

you have to properly set it yo x10 by using the appropriate code... there are a few ways, code caving it, hooking ...
 
inside the lib each function has a fixed length and if you shrink or expand it you will make the game crash, you have to find a way to expand the function to have enuf space to apply x10 or /10 when needed
 
Back
Top Bottom