Disabling Game Lights - powerof3/LightPlacer GitHub Wiki
Version 2.0 includes the ability to disable light object references (that were placed using CK/xEdit).
Create an .ini file (name doesn't matter) inside Data/LightPlacer
folder.
- To disable ALL game lights, set
bDisableAllGameLights
to true inData/SKSE/Plugins/po3_LightPlacer.ini
. Selectively whitelist lights from being disabled by adding the mods or references under[LightWhiteList]
.
[LightWhiteList]
0x801~Mod3.esl
0x456~Mod2.esp
MyLightingMod.esp
- To selectively disable lights from a certain esp/reference, add the mods or references you want to disable under
[LightBlackList]
.bDisableAllGameLights
must be false.
[LightBlackList]
Skyrim.esm
0x1235~Mod.esm
0x678~Mod2.esp
Dawnguard.esm