Jump to content

How to simplify Damage Resistance system.


Recommended Posts

Something like 0-100%. That it was more convenient for me to count it. What parameter, other than armor's DR, do I need to change in CK?

What about these?

fPhysicalDamageFactor = 0.15
fPhysicalArmorDmgReductionExp = 0.365

 

I want it like in F3, except 85% limit.

Edited by orangedeal
Link to comment
Share on other sites

http://fallout.wikia.com/wiki/Damage_Resistance

 

To make things clear, this is used for Projectiles. There are a lot of things that influence the formula, like perks and such... but in general its this:

 

((Damage/DamageResistance)^0.365)*0,5

 

 

Edit: Corrected Forumula and added some more words

Link to comment
Share on other sites

Zzyxzz

There are a lot of things that influence the formula, like perks and such...

I deleted all the modifiers. Perks and resistance in specs of all NPC. Now only armor can add resistance.

 

Zzyxzz

((Damage/DamageResistance)^0.365)*0,5

Well... Still much harder to calculate. In F3, it was 100 times easier. Is there an opportunity to return as it was?

 

Now:

Bullet with 90 HP damage. NPC has 100 HP. Armor 1000 DR.

 

90/1000^0.365*0.5 = 0,2075

 

I'm not sure if this is correct.

 

In F3:

90 HP Damage. NPC 100 HP. Armor 85 DR - 13,5 HP damage. Easy. If I can put more than 85 percent, it will be even better.

Link to comment
Share on other sites

No, you can't change it. You can tweak it, but thats all. Formulas are hardcoded, only their variables can be tweaked. Same goes for health calcs
Link to comment
Share on other sites

  • 4 months later...

No, you can't change it. You can tweak it, but thats all. Formulas are hardcoded, only their variables can be tweaked. Same goes for health calcs

 

What variables exactly can be tweaked?

 

In the formula only 0.365 (fPhysicalArmorDmgReductionExp) can be tweaked and its basically useless to tweak it without another setting.

According to the wiki (http://fallout.wikia.com/wiki/Damage_Resistance), fPhysicalDamageFactor is part of that equation but i tried modifying it with absolutly no effect. So the wiki equation is either wrong or this setting doesnt do anything .

 

Your equation with the 0.5 number is the first one i found and i have no clue which game setting it is referring to.

 

Anyone know?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...