mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Merge branch 'useniftestinstead' into 'master'
Remove write nif debug log setting See merge request OpenMW/openmw!4468
This commit is contained in:
commit
064e3c7c2e
4 changed files with 0 additions and 17 deletions
|
@ -584,7 +584,6 @@ namespace MWRender
|
||||||
NifOsg::Loader::setHiddenNodeMask(Mask_UpdateVisitor);
|
NifOsg::Loader::setHiddenNodeMask(Mask_UpdateVisitor);
|
||||||
NifOsg::Loader::setIntersectionDisabledNodeMask(Mask_Effect);
|
NifOsg::Loader::setIntersectionDisabledNodeMask(Mask_Effect);
|
||||||
Nif::Reader::setLoadUnsupportedFiles(Settings::models().mLoadUnsupportedNifFiles);
|
Nif::Reader::setLoadUnsupportedFiles(Settings::models().mLoadUnsupportedNifFiles);
|
||||||
Nif::Reader::setWriteNifDebugLog(Settings::models().mWriteNifDebugLog);
|
|
||||||
|
|
||||||
mStateUpdater->setFogEnd(mViewDistance);
|
mStateUpdater->setFogEnd(mViewDistance);
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,6 @@ namespace Settings
|
||||||
SettingValue<VFS::Path::Normalized> mWeatherblightcloud{ mIndex, "Models", "weatherblightcloud" };
|
SettingValue<VFS::Path::Normalized> mWeatherblightcloud{ mIndex, "Models", "weatherblightcloud" };
|
||||||
SettingValue<VFS::Path::Normalized> mWeathersnow{ mIndex, "Models", "weathersnow" };
|
SettingValue<VFS::Path::Normalized> mWeathersnow{ mIndex, "Models", "weathersnow" };
|
||||||
SettingValue<VFS::Path::Normalized> mWeatherblizzard{ mIndex, "Models", "weatherblizzard" };
|
SettingValue<VFS::Path::Normalized> mWeatherblizzard{ mIndex, "Models", "weatherblizzard" };
|
||||||
SettingValue<bool> mWriteNifDebugLog{ mIndex, "Models", "write nif debug log" };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ If enabled, this setting allows the NIF loader to make use of that functionality
|
||||||
|
|
||||||
**Do not enable** this if you're not so sure that you know what you're doing.
|
**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
|
|
||||||
every file that uses an unsupported NIF version.
|
|
||||||
|
|
||||||
xbaseanim
|
xbaseanim
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@ -263,12 +260,3 @@ weatherblizzard
|
||||||
Path to the file used for the blizzard clouds weather effect in Morrowind.
|
Path to the file used for the blizzard clouds weather effect in Morrowind.
|
||||||
OpenMW doesn't use this file, instead it renders a similar looking particle
|
OpenMW doesn't use this file, instead it renders a similar looking particle
|
||||||
effect. Changing this won't have any effect.
|
effect. Changing this won't have any effect.
|
||||||
|
|
||||||
write nif debug log
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
:Type: boolean
|
|
||||||
:Range: True/False
|
|
||||||
:Default: False
|
|
||||||
|
|
||||||
If enabled, log the loading process of NIF files.
|
|
||||||
|
|
|
@ -1154,9 +1154,6 @@ weathersnow = meshes/snow.nif
|
||||||
# Blizzard weather effect
|
# Blizzard weather effect
|
||||||
weatherblizzard = meshes/blizzard.nif
|
weatherblizzard = meshes/blizzard.nif
|
||||||
|
|
||||||
# Enable to write logs when loading NIF files
|
|
||||||
write nif debug log = false
|
|
||||||
|
|
||||||
[Groundcover]
|
[Groundcover]
|
||||||
|
|
||||||
# enable separate groundcover handling
|
# enable separate groundcover handling
|
||||||
|
|
Loading…
Reference in a new issue