Guide:Skyrim INI/Papyrus

From Step Mods | Change The Game
< Guide:Skyrim INI
Revision as of 12:03, December 7, 2015 by DoubleYou (talk | contribs) (→‎bEnableProfiling)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Papyrus][edit | edit source]

bEnableLogging[edit | edit source]

bEnableLogging toggles Papyrus logs being written to disk. It is recommended to be disabled.

Default is 0. Recommended is 0.

bEnableLogging=(0,1)

bEnableProfiling[edit | edit source]

bEnableProfiling toggles script profiling, which enables profiling commands and allows profiling information to be logged, at the cost of some script performance. It is recommended to be disabled.

Default is 0. Recommended is 0.

bEnableProfiling=(0,1)

bEnableTrace[edit | edit source]

bEnableTrace toggles script tracing. Trace commands will not display in-game if this is disabled. It is recommended to be disabled.

Default is 0. Recommended is 0.

bEnableTrace=(0,1)

bLoadDebugInformation[edit | edit source]

bLoadDebugInformation toggles additional debug information. If enabled, line number information will be available in error traces at the expense of higher memory usage. It is recommended to be disabled.

Default is 0. Recommended is 0.

bLoadDebugInformation=(0,1)

fArchiveInitBufferMB[edit | edit source]

Default is 8.

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

fExtraTaskletBudgetMS[edit | edit source]

Default is 1.2000000477.

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

fPostLoadUpdateTimeMS[edit | edit source]

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

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

fUpdateBudgetMS[edit | edit source]

Default is 1.2000000477.

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

iMaxAllocatedMemoryBytes[edit | edit source]

Default is 76800.

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

iMaxMemoryPageSize[edit | edit source]

Default is 512.

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

iMinMemoryPageSize[edit | edit source]

Default is 128.

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

uTraceStatusOfQuest[edit | edit source]

uTraceStatusOfQuest sets a quest to track for script changes by form ID (converted to decimal). If Papyrus logging is enabled, every time a Papyrus script tries to change something with the quest that this setting specifies, like starting, stopping, setting a stage, or showing an objective, it will log the Papyrus stack trace. It was added with the official 1.6 patch.

Default is 0.

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