How to disable bleed damage or bleed out?
-
Bleeding damage mechanic basically causes damage over time, reducing the PED’s health due to being shot and eventually when they get below 100 HP(no writhe script), they die or bleed out. So does anyone have a clue on how to disable this mechanic?
Thanks.
-
@MegaDeveloper
Not sure, but there's a 'WEAPON_BLEEDING' in the main 'weapons.meta'...\Grand Theft Auto V\mods\update\update.rpf\common\data\ai\weapons.meta
<Item type="CWeaponInfo"> <Name>WEAPON_BLEEDING</Name>
Removing it completely might make it inaccessible for the game to utilize that mechanic.
That, or maybe one of these settings in 'pedhealth.meta' might influence the effect.
...\Grand Theft Auto V\mods\common.rpf\data\pedhealth.meta
<InjuredHealthThreshold value="100.000000" /> <DyingHealthThreshold value="100.000000" /> <HurtHealthThreshold value="150.000000" />
-
@a63nt-5m1th Interesting, I’ll try this myself and play around with the values.