1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 13:23:55 +00:00
openmw/docs/source/reference/modding/settings/models.rst

32 lines
1 KiB
ReStructuredText
Raw Normal View History

2020-11-06 23:05:16 +00:00
Models Settings
###############
load unsupported nif files
--------------------------
:Type: boolean
:Range: True/False
:Default: False
Allow the engine to load arbitrary NIF files as long as they appear to be valid.
2020-11-06 23:05:16 +00:00
OpenMW has limited and **experimental** support for NIF files
that Morrowind itself cannot load, which normally goes unused.
2020-11-06 23:05:16 +00:00
If enabled, this setting allows the NIF loader to make use of that functionality.
.. warning::
You must keep in mind that since the mentioned support is experimental,
loading unsupported NIF files may fail, and the degree of this failure may vary.
In milder cases, OpenMW will reject the file anyway because
it lacks a definition for a certain record type that the file may use.
In more severe cases OpenMW's incomplete understanding of a record type
can lead to memory corruption, freezes or even crashes.
**Do not enable** this if you're not so sure that you know what you're doing.
2020-11-06 23:05:16 +00:00
To help debug possible issues OpenMW will log its progress in loading
every file that uses an unsupported NIF version.