Guide:SkyrimPrefs INI/Decals

From Step Mods | Change The Game
< Guide:SkyrimPrefs INI
Revision as of 20:59, June 27, 2015 by DoubleYou (talk | contribs) (Created page with "== [Decals] == ==== bDecals ==== {{fc|#ff7878|bDecals does not appear in game-generated INI--only ones created by the Skyrim Launcher via the preset files, where Low is 0 and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Decals]

bDecals

bDecals does not appear in game-generated INI--only ones created by the Skyrim Launcher via the preset files, where Low is 0 and Medium, High, and Ultra are 2. It has been empirically verified that changing this setting in SkyrimPrefs.ini has no effect in game, but instead must be changed inside Skyrim.ini, otherwise the default value shall be used (which is 1).

bDecals=(0,1)

bSkinnedDecals

bSkinnedDecals does not appear in game-generated INI--only ones created by the Skyrim Launcher via the preset files, where Low is 0 and Medium, High, and Ultra are 2. It has been empirically verified that changing this setting in SkyrimPrefs.ini has no effect in game, but instead must be changed inside Skyrim.ini, otherwise the default value shall be used (which is 1).

bSkinnedDecals=(0,1)

uMaxDecals

uMaxDecals sets the maximum number of decals.

Dependent upon:

  • bDecals=1 in Skyrim.ini

Default is 100. Low is 0. Medium is 100. High is 250. Ultra is 1000.

uMaxDecals=(0,1,2,...)

uMaxSkinDecals

uMaxSkinDecals does not appear in game-generated INI--only ones created by the Skyrim Launcher via the preset files, where Low is 0, Medium is 35, High is 50, and Ultra is 100. It has been empirically verified that changing this setting in SkyrimPrefs.ini has no effect in game, but instead must be changed inside Skyrim.ini, otherwise the default value shall be used (which is 35).

uMaxSkinDecals=(0,1,2,...)

uMaxSkinDecalsPerActor

uMaxSkinDecalsPerActor does not appear in game-generated INI--only ones created by the Skyrim Launcher via the preset files, where Low is 0, Medium is 20, High is 40, and Ultra is 60. It has been empirically verified that changing this setting in SkyrimPrefs.ini has no effect in game, but instead must be changed inside Skyrim.ini, otherwise the default value shall be used (which is 20).

uMaxSkinDecalsPerActor=(0,1,2,...)