Guide:Skyrim INI/Papyrus: Difference between revisions

From Step Mods | Change The Game
(Created page with "== [Papyrus] == ==== bEnableLogging ==== Default is 0. <pre>bEnableLogging=(0,1)</pre> ==== bEnableProfiling ==== Default is 0. <pre>bEnableProfiling=(0,1)</pre> ==== bEnabl...")
 
Line 45: Line 45:


==== uTraceStatusOfQuest ====
==== uTraceStatusOfQuest ====
uTraceStatusOfQuest was added with the official 1.6 patch, and probably was added for something to do with Dawnguard, since that patch introduced Dawnguard support.
Default is 0.
Default is 0.
<pre>uTraceStatusOfQuest=(0,1,2,...)</pre>
<pre>uTraceStatusOfQuest=(0,1,2,...)</pre>

Revision as of 18:32, September 6, 2015

[Papyrus]

bEnableLogging

Default is 0.

bEnableLogging=(0,1)

bEnableProfiling

Default is 0.

bEnableProfiling=(0,1)

bEnableTrace

Default is 0.

bEnableTrace=(0,1)

bLoadDebugInformation

Default is 0.

bLoadDebugInformation=(0,1)

fArchiveInitBufferMB

Default is 8.

fArchiveInitBufferMB=(...,-0.0001,0,0.0001,...)

fExtraTaskletBudgetMS

Default is 1.2000000477.

fExtraTaskletBudgetMS=(...,-0.0001,0,0.0001,...)

fPostLoadUpdateTimeMS

Default is 2000 (although default set by the game from the Skyrim_default.ini is 500).

fPostLoadUpdateTimeMS=(...,-0.0001,0,0.0001,...)

fUpdateBudgetMS

Default is 1.2000000477.

fUpdateBudgetMS=(...,-0.0001,0,0.0001,...)

iMaxAllocatedMemoryBytes

Default is 76800.

iMaxAllocatedMemoryBytes=(...,-1,0,1,...)

iMaxMemoryPageSize

Default is 512.

iMaxMemoryPageSize=(...,-1,0,1,...)

iMinMemoryPageSize

Default is 128.

iMinMemoryPageSize=(...,-1,0,1,...)

uTraceStatusOfQuest

uTraceStatusOfQuest was added with the official 1.6 patch, and probably was added for something to do with Dawnguard, since that patch introduced Dawnguard support.

Default is 0.

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