0 of 0

File information

Last updated

Original upload

Created by

shavkacagarikia

Uploaded by

shavkacagarikia

Virus scan

Safe to use

Mod articles

  • Framework integration into custom mods

    The following documentation will explain what features the damage threshold framework offers, and how modders or users can use those features in their mods.

    A very basic knowledge and understanding of the Creation Kit is desirable.

    To start using it you will need to load the needed .esp file along with DamageThresholdFramework.esm.



    Adding DT on armors directly:

     Open the armor form you want to add damage threshold to.

     Right click on the damage resistance types, click new, choose _dtDamageThreshold, and then click ok. Then choose the desired value, click ok, and now it should appear on list of damage resistances.

     That’s it! That armor will have the amount of damage threshold you just added.

  • Custom Formula

    A note from author:
    This functionality is designed for more advanced mod users, that means Im giving you ability to tweak a bit of "dangerous" things, it cannot damage your game or save games in any way but may cause unexpected ctds on game load if you do something wrong so if you arent sure what you are doing, dont touch formula ini file and just enjoy the mod.


    So, DamageThresholdFrameworkFormulas.ini consists of 4 parameters and 3 operations you can tweak. a dt value of a single armor will be created based on what values you specify there.

    for example, by default ini will look like this:
    Param1 =
    operation1 =
    Param2 =
    operation2 =
    Param3 =
    operation3 =
    Param4 =

    this can be translated as ArmorD...