0 of 0

File information

Last updated

Original upload

Created by

jg1

Uploaded by

jg1

Virus scan

Safe to use

Mod articles

  • How to add new force fields

    Force fields can be attached to any object reference or magic hit effect, by adding an extra data block to the root node of its NIF model.
    This must be a NiStringsExtraData (not NiStringExtraData) named HDT-SMP Force Field. The first string is required and specifies the type of force field. It must be one of:
    SPHERICAL
    CYLINDRICAL
    PLANAR_BOX
    PLANAR_CYL
    PLANAR_SPH
    VORTEX

    After the type string may follow any number of parameter strings in the format key=value. The first character in key indicates the expected format of value.
    f: single number (point as decimal delimiter)
    v: 3 numbers separated by spaces
    q: 4 numbers separated by spaces

    Parameters are optional. If a parameter is omitted, the corresponding pr...