mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 15:36:40 +00:00
Try to reword unsupported NIF loading docs
This commit is contained in:
parent
a38c629425
commit
96769ab4a5
1 changed files with 16 additions and 12 deletions
|
@ -8,20 +8,24 @@ load unsupported nif files
|
||||||
:Range: True/False
|
:Range: True/False
|
||||||
:Default: False
|
:Default: False
|
||||||
|
|
||||||
At the moment OpenMW's NIF loader is only tailored to load models
|
Allow the engine to load arbitrary NIF files as long as they appear to be valid.
|
||||||
that can also load in Morrowind.
|
|
||||||
|
|
||||||
However, you can enable its limited and experimental support for updates in
|
OpenMW has limited and **experimental** support for NIF files
|
||||||
the definitions of record types from later NIF revisions by toggling on
|
that Morrowind itself cannot load, which normally goes unused.
|
||||||
this setting.
|
|
||||||
|
|
||||||
You must keep in mind that loading unsupported NIF files may fail,
|
If enabled, this setting allows the NIF loader to make use of that functionality.
|
||||||
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
|
.. warning::
|
||||||
that the file may use. In more severe cases OpenMW's
|
You must keep in mind that since the mentioned support is experimental,
|
||||||
incomplete understanding of a record type can lead to memory corruption,
|
loading unsupported NIF files may fail, and the degree of this failure may vary.
|
||||||
crashes or even freezes. Don't enable this if you're not sure that
|
|
||||||
you know what you're doing.
|
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.
|
||||||
|
|
||||||
To help debug possible issues OpenMW will log its progress in loading
|
To help debug possible issues OpenMW will log its progress in loading
|
||||||
every file that uses an unsupported NIF version.
|
every file that uses an unsupported NIF version.
|
||||||
|
|
Loading…
Reference in a new issue