Jump to content

zax

Watcher
  • Posts

    3
  • Joined

  • Last visited

Everything posted by zax

  1. Thought it's some deprecated setting reverting to defaults at runtime but you know what it was? Searched my scripts folder for "SetINI" string and this is what I found: zbloodnpcquestupdatescript.psc (Enhanced Blood Textures mod) function OnPlayerLoadGame() self.updateEBTmod() utility.SetINIBool("bDecals:Decals", true) utility.SetINIBool("bSkinnedDecals:Decals", true) utility.SetINIInt("iMaxDecalsPerFrame:Display", 800) utility.SetINIInt("iMaxSkinDecalsPerFrame:Display", 250) endFunctionSorry for bothering you but I didn't expect mod authors to change my INI settings just like that.
  2. SSE. It just keeps resetting and doesn't seem to do anything.
  3. Might be worth looking at "bDecals" setting in "Detail" tab again. It doesn't seem to have any effect and it reverts to "enabled" eventually(?). Plus BethINI changes "bDecals" in SkyrimPrefs.ini while according to: https://wiki.step-project.com/Guide:SkyrimPrefs_INI/Decals it should edit the same setting in Skyrim.ini
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.