Guide:Skyrim INI: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[Category:INI Guides]][[Category:Advanced Topics]]
[[Category:INI Guides]][[Category:Advanced Topics]]
''A comprehensive and advanced guide for editing the "Skyrim.ini" file for n00bs and gurus alike -- by the S.T.E.P. Team''
''A comprehensive and advanced guide for editing the "SkyrimPrefs.ini" file for n00bs and gurus alike -- by the S.T.E.P. Team''


[http://forum.step-project.com/topic/7989- '''GUIDE FORUM THREAD''']<br />
[http://forum.step-project.com/topic/7990- '''GUIDE FORUM THREAD''']<br />
[http://forum.step-project.com/forum/26-ini-tweaking/ '''INI TWEAKING REFERENCE FORUM''']<br />
[http://forum.step-project.com/forum/26-ini-tweaking/ '''INI TWEAKING REFERENCE FORUM''']<br />
[http://forum.step-project.com/forum/17-general/ '''SUPPORT FORUM''']<br />
[http://forum.step-project.com/forum/17-general/ '''SUPPORT FORUM''']<br />
[http://wiki.step-project.com/Guide:SkyrimPrefs_INI '''SkyrimPrefs INI Guide''']
[http://wiki.step-project.com/Guide:Skyrim_INI '''Skyrim INI Guide''']
----
----
{{Construction|size=80|text=This guide is a work in progress and is thus incomplete. While all INI parameters are listed (we believe), some of the parameter descriptions may be incomplete or even incorrect!}}
{{Construction|size=80|text=This guide is a work in progress and is thus incomplete. While all INI parameters are listed (we believe), some of the parameter descriptions may be incomplete or even incorrect!}}
=== Guide Scope ===
=== Guide Scope ===
This guide is intended to be the comprehensive reference to all parameters found within ''Skyrim.ini'' file for The Elder Scrolls V: Skyrim game. All of the user-configurable parameters contained within Skyrim.ini are listed and defined (or hopefully will be). Parameters are presented by INI section headings in the order that they appear by default within Skyrim.ini. Jump to a relevant INI section using the links below and navigate back to this "hub" using the link that appears at the top of each section page.
This guide is intended to be the comprehensive reference to all parameters found within ''SkyrimPrefs.ini'' file for The Elder Scrolls V: Skyrim game. All of the user-configurable parameters contained within SkyrimPrefs.ini are listed and defined (or hopefully will be). Parameters are presented by INI section headings in the order that they appear by default within SkyrimPrefs.ini. Jump to a relevant INI section using the links below and navigate back to this "hub" using the link that appears at the top of each section page.


=== The Basics ===
=== The Basics ===
Skyrim.ini has 1443 settings separated into 62 sections. 1 additional parameter is mentioned here that is commonly placed in this file that does not work. Each setting has a lowercase prefix and a name. The name identifies what the setting modifies. The prefix determines what kind of value the setting can accept. Below is a list of the different prefixes and their meanings.
SkyrimPrefs.ini has 117 + 13 settings separated into 18 working sections. 3 additional sections ([[#&#91;NavMesh&#93;|[NavMesh]]], [[#&#91;BlurShaderHDR&#93;|[BlurShaderHDR]]], and [[#&#91;BlurShader&#93;|[BlurShader]]]) and 27 additional parameters are mentioned here that are commonly placed in this file that are not believed to do anything. Each setting has a lowercase prefix and a name. The name identifies what the setting modifies. The prefix determines what kind of value the setting can accept. Below is a list of the different prefixes and their meanings.
*''b''-prefix accepts a Boolean value of 1 (true) or 0 (false).
*''b''-prefix accepts a Boolean value of 1 (true) or 0 (false).
*''f''-prefix accepts a floating point numeral value (any rational number, positive or negative, with or without a decimal, such as 5, 0, or -38.0003).
*''f''-prefix accepts a floating point numeral value (any rational number, positive or negative, with or without a decimal, such as 5, 0, or -38.0003).
Line 27: Line 27:
#Type <code>saveini</code> and press enter. This saves the INI change to the INI files.
#Type <code>saveini</code> and press enter. This saves the INI change to the INI files.
#Type <code>refreshini</code>. This refreshes the INI settings, hopefully applying the change made.
#Type <code>refreshini</code>. This refreshes the INI settings, hopefully applying the change made.
=== The Backend ===
In order to create default INIs with all possible strings in the current version of Skyrim runtime 1.9.32.0.8, one must do the following:
#Backup Skyrim.ini and SkyrimPrefs.ini in the Documents\My Games\Skyrim folder. Do not delete them yet.
#Run the Skyrim Launcher outside Mod Organizer with no mod plugins at all.
#Change to Windowed mode and a lower resolution than your screen for simplicity's sake.
#Press Play.
#Alt-tab back to be able to access Windows Explorer
#Go to Documents\My Games\Skyrim folder and delete Skyrim.ini and SkyrimPrefs.ini
#Alt-tab back into the Skyrim menu that has loaded.
#Press the tilde (~) key to access the console.
#Type <code>setini "uGridsToLoad:Display" 5</code> and press enter
#Type <code>saveini</code> and press enter.
#Type <code>qqq</code> and press enter to quite Skyrim.
#Now two files have been created in the Documents\My Games\Skyrim folder: SkyrimCustom.ini and SkyrimPrefs.ini. These two files contain all the default settings of every valid parameter.
#Restore the backup of Skyrim.ini and SkyrimPrefs.ini you created in step 1.


===Credits===
===Credits===
*Tannin for [[Mod Organizer|Mod Organizer's]] Configurator plugin, from which the majority of these values were initially retrieved.
*Tannin for [[Mod Organizer|Mod Organizer's]] Configurator plugin, from which the majority of these values were retrieved.


===INI Parameters by Section===
===INI Parameters by Section===
<!--
{| class="wikitable" style="width:65%; border:none; background-color:transparent; padding:25px;"
IMPORTANT NOTEPAD++ FIND AND REPLACE TEXT
== +([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]+[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ])+ ==
:{{fs|1.1em|[[#&#91;\1&#93;|[\1]]]}}
DO NOT REMOVE
-->
 
{| class="wikitable" style="width:75%; border:none; background-color:transparent; padding:25px;"
| style="width:20%; padding:10px 0 0 0;" |
| style="width:20%; padding:10px 0 0 0;" |
:{{fs|1.1em|[[#&#91;HAVOK&#93;|[HAVOK]]]}}
:{{fs|1.1em|[[#&#91;Imagespace&#93;|[Imagespace]]]}}
:{{fs|1.1em|[[#&#91;General&#93;|[General]]]}}
:{{fs|1.1em|[[#&#91;RagdollAnim&#93;|[RagdollAnim]]]}}
:{{fs|1.1em|[[#&#91;FootIK&#93;|[FootIK]]]}}
:{{fs|1.1em|[[#&#91;RagdollFeedback&#93;|[RagdollFeedback]]]}}
:{{fs|1.1em|[[#&#91;GrabIK&#93;|[GrabIK]]]}}
:{{fs|1.1em|[[#&#91;LookIK&#93;|[LookIK]]]}}
:{{fs|1.1em|[[#&#91;MapMenu&#93;|[MapMenu]]]}}
:{{fs|1.1em|[[#&#91;Display&#93;|[Display]]]}}
:{{fs|1.1em|[[#&#91;Display&#93;|[Display]]]}}
:{{fs|1.1em|[[#&#91;Imagespace&#93;|[Imagespace]]]}}
:{{fs|1.1em|[[#&#91;Grass&#93;|[Grass]]]}}
:{{fs|1.1em|[[#&#91;Water&#93;|[Water]]]}}
:{{fs|1.1em|[[#&#91;Water&#93;|[Water]]]}}
| style="width:20%; padding:10px 0 0 0;" |
:{{fs|1.1em|[[#&#91;MAIN&#93;|[MAIN]]]}}
:{{fs|1.1em|[[#&#91;LightingShader&#93;|[LightingShader]]]}}
:{{fs|1.1em|[[#&#91;Interface&#93;|[Interface]]]}}
:{{fs|1.1em|[[#&#91;Interface&#93;|[Interface]]]}}
:{{fs|1.1em|[[#&#91;MAIN&#93;|[MAIN]]]}}
:{{fs|1.1em|[[#&#91;GamePlay&#93;|[GamePlay]]]}}
:{{fs|1.1em|[[#&#91;GethitShader&#93;|[GethitShader]]]}}
:{{fs|1.1em|[[#&#91;LOD&#93;|[LOD]]]}}
:{{fs|1.1em|[[#&#91;Animation&#93;|[Animation]]]}}
:{{fs|1.1em|[[#&#91;MESSAGES&#93;|[MESSAGES]]]}}
:{{fs|1.1em|[[#&#91;Pathfinding&#93;|[Pathfinding]]]}}
:{{fs|1.1em|[[#&#91;BSPathing&#93;|[BSPathing]]]}}
:{{fs|1.1em|[[#&#91;Verlet&#93;|[Verlet]]]}}
:{{fs|1.1em|[[#&#91;BackgroundLoad&#93;|[BackgroundLoad]]]}}
| style="width:20%; padding:10px 0 0 0;" |
| style="width:20%; padding:10px 0 0 0;" |
:{{fs|1.1em|[[#&#91;Controls&#93;|[Controls]]]}}
:{{fs|1.1em|[[#&#91;Controls&#93;|[Controls]]]}}
:{{fs|1.1em|[[#&#91;Menu&#93;|[Menu]]]}}
:{{fs|1.1em|[[#&#91;Particles&#93;|[Particles]]]}}
:{{fs|1.1em|[[#&#91;Fonts&#93;|[Fonts]]]}}
:{{fs|1.1em|[[#&#91;Kinect&#93;|[Kinect]]]}}
:{{fs|1.1em|[[#&#91;Papyrus&#93;|[Papyrus]]]}}
:{{fs|1.1em|[[#&#91;&#58;Controls&#93;|[&#58;Controls]]]}}
:{{fs|1.1em|[[#&#91;Audio&#93;|[Audio]]]}}
:{{fs|1.1em|[[#&#91;Camera&#93;|[Camera]]]}}
:{{fs|1.1em|[[#&#91;Combat&#93;|[Combat]]]}}
:{{fs|1.1em|[[#&#91;VATS&#93;|[VATS]]]}}
:{{fs|1.1em|[[#&#91;Decals&#93;|[Decals]]]}}
| style="width:20%; padding:10px 0 0 0;" |
:{{fs|1.1em|[[#&#91;Gameplay&#93;|[Gameplay]]]}}
:{{fs|1.1em|[[#&#91;Debug&#93;|[Debug]]]}}
:{{fs|1.1em|[[#&#91;Dialogue&#93;|[Dialogue]]]}}
:{{fs|1.1em|[[#&#91;Pathing&#93;|[Pathing]]]}}
:{{fs|1.1em|[[#&#91;Actor&#93;|[Actor]]]}}
:{{fs|1.1em|[[#&#91;HeadTracking&#93;|[HeadTracking]]]}}
:{{fs|1.1em|[[#&#91;Archive&#93;|[Archive]]]}}
:{{fs|1.1em|[[#&#91;CopyProtectionStrings&#93;|[CopyProtectionStrings]]]}}
:{{fs|1.1em|[[#&#91;SpeedTree&#93;|[SpeedTree]]]}}
:{{fs|1.1em|[[#&#91;CameraPath&#93;|[CameraPath]]]}}
:{{fs|1.1em|[[#&#91;SaveGame&#93;|[SaveGame]]]}}
:{{fs|1.1em|[[#&#91;SaveGame&#93;|[SaveGame]]]}}
| style="width:20%; padding:10px 0 0 0;" |
:{{fs|1.1em|[[#&#91;AudioMenu&#93;|[AudioMenu]]]}}
:{{fs|1.1em|[[#&#91;Clouds&#93;|[Clouds]]]}}
:{{fs|1.1em|[[#&#91;Clouds&#93;|[Clouds]]]}}
:{{fs|1.1em|[[#&#91;General&#93;|[General]]]}}
:{{fs|1.1em|[[#&#91;TerrainManager&#93;|[TerrainManager]]]}}
:{{fs|1.1em|[[#&#91;TerrainManager&#93;|[TerrainManager]]]}}
:{{fs|1.1em|[[#&#91;Terrain&#93;|[Terrain]]]}}
| style="width:20%; padding:10px 0 0 0;" |
:{{fs|1.1em|[[#&#91;NavMeshGeneration&#93;|[NavMeshGeneration]]]}}
:{{fs|1.1em|[[#&#91;NavMesh&#93;|[NavMesh]]]}}
:{{fs|1.1em|[[#&#91;Trees&#93;|[Trees]]]}}
:{{fs|1.1em|[[#&#91;Trees&#93;|[Trees]]]}}
:{{fs|1.1em|[[#&#91;FaceGen&#93;|[FaceGen]]]}}
:{{fs|1.1em|[[#&#91;Decals&#93;|[Decals]]]}}
:{{fs|1.1em|[[#&#91;Weather&#93;|[Weather]]]}}
:{{fs|1.1em|[[#&#91;LOD&#93;|[LOD]]]}}
:{{fs|1.1em|[[#&#91;Cart&#93;|[Cart]]]}}
:{{fs|1.1em|[[#&#91;Launcher&#93;|[Launcher]]]}}
:{{fs|1.1em|[[#&#91;Voice&#93;|[Voice]]]}}
:{{fs|1.1em|[[#&#91;BlurShaderHDR&#93;|[BlurShaderHDR]]]}}
:{{fs|1.1em|[[#&#91;TestAllCells&#93;|[TestAllCells]]]}}
:{{fs|1.1em|[[#&#91;BlurShader&#93;|[BlurShader]]]}}
:{{fs|1.1em|[[#&#91;Landscape&#93;|[Landscape]]]}}
| style="width:20%; padding:10px 10px 0 0;" |
:{{fs|1.1em|[[#&#91;Grass&#93;|[Grass]]]}}
:{{fs|1.1em|[[#&#91;Light&#93;|[Light]]]}}
:{{fs|1.1em|[[#&#91;bLightAttenuation&#93;|[bLightAttenuation]]]}}
:{{fs|1.1em|[[#&#91;ScreenSplatter&#93;|[ScreenSplatter]]]}}
:{{fs|1.1em|[[#&#91;BudgetCaps&#93;|[BudgetCaps]]]}}
:{{fs|1.1em|[[#&#91;GeneralWarnings&#93;|[GeneralWarnings]]]}}
:{{fs|1.1em|[[#&#91;LANGUAGE&#93;|[LANGUAGE]]]}}
|}
|}


== [HAVOK] ==
== [Imagespace] ==


==== bAddBipedWhenKeyframed ====
==== bDoDepthOfField ====
Default is 0.
Enables depth of field. Default is 1.
<pre>bAddBipedWhenKeyframed=</pre>
<pre>bDoDepthOfField=(0,1)</pre>
 
==== bAllowCharacterBumper ====
Default is 1.
<pre>bAllowCharacterBumper=</pre>
 
==== bAllowDeactivationWhileWarmStarting ====
Default is 0.
<pre>bAllowDeactivationWhileWarmStarting=</pre>
 
==== bDebugMultithreaded ====
Default is 0.
<pre>bDebugMultithreaded=</pre>
 
==== bDisablePlayerCollision ====
Default is 0.
<pre>bDisablePlayerCollision=</pre>
 
==== bFindContactPointsOnAdd ====
Default is 0.
<pre>bFindContactPointsOnAdd=</pre>
 
==== bForceJumpingFromGraph ====
Default is 0.
<pre>bForceJumpingFromGraph=</pre>
 
==== bHavokDebug ====
Default is 0.
<pre>bHavokDebug=</pre>
 
==== bPreventHavokAddAll ====
Default is 0.
<pre>bPreventHavokAddAll=</pre>
 
==== bPreventHavokAddClutter ====
Default is 0.
<pre>bPreventHavokAddClutter=</pre>
 
==== bRegisterAllVDBViewers ====
Default is 0.
<pre>bRegisterAllVDBViewers=</pre>
 
==== bUseCharRBExtrapolation ====
Default is 1.
<pre>bUseCharRBExtrapolation=</pre>
 
==== bUseCharacterRB ====
Default is 1.
<pre>bUseCharacterRB=</pre>
 
==== bUseConstraintProjector ====
Default is 1.
<pre>bUseConstraintProjector=</pre>
 
==== bUseUnsupportedCast ====
Default is 1.
<pre>bUseUnsupportedCast=</pre>
 
==== bUseWorldLock ====
Default is 1.
<pre>bUseWorldLock=</pre>
 
==== bWONameSync ====
Default is 1.
<pre>bWONameSync=</pre>
 
==== fCameraCasterFadeSittingRadius ====
Default is 45.
<pre>fCameraCasterFadeSittingRadius=</pre>
 
==== fCharControllerWarpDistSqr ====
Default is 6000000.
<pre>fCharControllerWarpDistSqr=</pre>
 
==== fDefaultWaterfallCurrentVelocity ====
Default is 6.
<pre>fDefaultWaterfallCurrentVelocity=</pre>
 
==== fGoodPosCastCheckDepth ====
Default is 0.1.
<pre>fGoodPosCastCheckDepth=</pre>
 
==== fGoodPosCheckDepth ====
Default is 0.1.
<pre>fGoodPosCheckDepth=</pre>
 
==== fInAirFallingCharGravityMult ====
Default is 1.35.
<pre>fInAirFallingCharGravityMult=</pre>
 
==== fJumpAnimDelay ====
Default is 0.75.
<pre>fJumpAnimDelay=</pre>
 
==== fMaxPickTime ====
Default is 0.003.
<pre>fMaxPickTime=</pre>
 
==== fMaxPickTimeDebug ====
Default is 0.06.
<pre>fMaxPickTimeDebug=</pre>
 
==== fMaxPickTimeDebugVATS ====
Default is 0.6.
<pre>fMaxPickTimeDebugVATS=</pre>
 
==== fMaxPickTimeVATS ====
Default is 0.03.
<pre>fMaxPickTimeVATS=</pre>
 
==== fMaxTime ====
Default is 0.0167.
<pre>fMaxTime=</pre>
 
==== fMaxTimeComplex ====
Default is 0.0333.
<pre>fMaxTimeComplex=</pre>
 
==== fMoveLimitMass ====
Default is 95.
<pre>fMoveLimitMass=</pre>
 
==== fOD ====
Default is 0.9.
<pre>fOD=</pre>
 
==== fQuadrupedPitchMult ====
Default is 10.
<pre>fQuadrupedPitchMult=</pre>
 
==== fRF ====
Default is 1000.
<pre>fRF=</pre>
 
==== fSD ====
Default is 0.98.
<pre>fSD=</pre>
 
==== fSE ====
Default is 0.3.
<pre>fSE=</pre>
 
==== fTimePerSubStep ====
Default is 0.008.
<pre>fTimePerSubStep=</pre>
 
==== fTrapHitEventDelayMS ====
Default is 500.
<pre>fTrapHitEventDelayMS=</pre>
 
==== fTriggerEventDelayMS ====
Default is 500.
<pre>fTriggerEventDelayMS=</pre>
 
==== fUnsupportCastLength ====
Default is 1.
<pre>fUnsupportCastLength=</pre>
 
==== fUnsupportedGravMult ====
Default is 4.
<pre>fUnsupportedGravMult=</pre>
 
==== fWarmStartMaxTime ====
Default is 4.
<pre>fWarmStartMaxTime=</pre>
 
==== iEntityBatchRemoveRate ====
Default is 100.
<pre>iEntityBatchRemoveRate=</pre>
 
==== iMinNumSubSteps ====
Default is 8.
<pre>iMinNumSubSteps=</pre>
 
==== iNumThreads ====
Default is 1.
<pre>iNumThreads=</pre>
 
==== iSimType ====
Default is 1.
<pre>iSimType=</pre>
 
==== uMaxNumPhysicsStepsPerUpdate ====
Default is 3.
<pre>uMaxNumPhysicsStepsPerUpdate=</pre>
 
==== uMaxNumPhysicsStepsPerUpdateComplex ====
Default is 1.
<pre>uMaxNumPhysicsStepsPerUpdateComplex=</pre>
 
 
== [General] ==
==== bAlwaysActive ====
Default is 0.
<pre>bAlwaysActive=</pre>
 
==== bAnimateDoorPhysics ====
Default is 0.
<pre>bAnimateDoorPhysics=</pre>
 
==== bBackgroundLoadVMData ====
Default is 0.
<pre>bBackgroundLoadVMData=</pre>
 
==== bBorderRegionsEnabled ====
Default is 1.
<pre>bBorderRegionsEnabled=</pre>
 
==== bCRTMemoryChecks ====
Default is 0.
<pre>bCRTMemoryChecks=</pre>
 
==== bCalculateArmorMeshAndTextureFileCounts ====
Default is 1.
<pre>bCalculateArmorMeshAndTextureFileCounts=</pre>
 
==== bChangeTimeMultSlowly ====
Default is 1.
<pre>bChangeTimeMultSlowly=</pre>
 
==== bCheckCellOffsetsOnInit ====
Default is 0.
<pre>bCheckCellOffsetsOnInit=</pre>
 
==== bCheckPurgedTextureList ====
Default is 0.
<pre>bCheckPurgedTextureList=</pre>
 
==== bCreate Maps Enable ====
Default is 0.
<pre>bCreate Maps Enable=</pre>
 
==== bDebugSpectatorThreats ====
Default is 0.
<pre>bDebugSpectatorThreats=</pre>
 
==== bDefaultCOCPlacement ====
Default is 0.
<pre>bDefaultCOCPlacement=</pre>
 
==== bDirectionalMaterial ====
Default is 1.
<pre>bDirectionalMaterial=</pre>
 
==== bDisableAllGore ====
Default is 0.
<pre>bDisableAllGore=</pre>
 
==== bDisableDuplicateReferenceCheck ====
Default is 1.
<pre>bDisableDuplicateReferenceCheck=</pre>
 
==== bDisableGearedUp ====
Default is 1.
<pre>bDisableGearedUp=</pre>
 
==== bDisplayBoundingVolumes ====
Default is 0.
<pre>bDisplayBoundingVolumes=</pre>
 
==== bEnableBoundingVolumeOcclusion ====
Default is 1.
<pre>bEnableBoundingVolumeOcclusion=</pre>
 
==== bEnableFileCaching ====
Default is 0.
<pre>bEnableFileCaching=</pre>
 
==== bExternalLODDataFiles ====
Default is 1.
<pre>bExternalLODDataFiles=</pre>
 
==== bFaceMipMaps ====
Default is 1.
<pre>bFaceMipMaps=</pre>
 
==== bFacegenDisableMorphs ====
Default is 0.
<pre>bFacegenDisableMorphs=</pre>
 
==== bFixAIPackagesOnLoad ====
Default is 0.
<pre>bFixAIPackagesOnLoad=</pre>
 
==== bFlyingMountFastTravelCruiseEnabled ====
Default is 0.
<pre>bFlyingMountFastTravelCruiseEnabled=</pre>
 
==== bHealthRegenFromRacePlayerOnly ====
Default is 1.
<pre>bHealthRegenFromRacePlayerOnly=</pre>
 
==== bKeepDLStringBlocksLoaded ====
Default is 0.
<pre>bKeepDLStringBlocksLoaded=</pre>
 
==== bKeepILStringBlocksLoaded ====
Default is 1.
<pre>bKeepILStringBlocksLoaded=</pre>
 
==== bKeepPluginWhenMerging ====
Default is 0.
<pre>bKeepPluginWhenMerging=</pre>
 
==== bMultiThreadMovement ====
Default is 1.
<pre>bMultiThreadMovement=</pre>
 
==== bParallelAnimUpdate ====
Default is 0.
<pre>bParallelAnimUpdate=</pre>
 
==== bPreCullActors ====
Default is 1.
<pre>bPreCullActors=</pre>
 
==== bPreemptivelyUnloadCells ====
Default is 0.
<pre>bPreemptivelyUnloadCells=</pre>
 
==== bPreloadIntroSequence ====
Default is 1.
<pre>bPreloadIntroSequence=</pre>
 
==== bQueueWarnings ====
Default is 0.
<pre>bQueueWarnings=</pre>
 
==== bReconstructIDTags ====
Default is 0.
<pre>bReconstructIDTags=</pre>
 
==== bRunMiddleLowLevelProcess ====
Default is 1.
<pre>bRunMiddleLowLevelProcess=</pre>
 
==== bRunVTuneTest ====
Default is 0.
<pre>bRunVTuneTest=</pre>
 
==== bShowCheckMemoryOutput ====
Default is 0.
<pre>bShowCheckMemoryOutput=</pre>
 
==== bShowGunTarget ====
Default is 0.
<pre>bShowGunTarget=</pre>
 
==== bShowLoadingAreaMessage ====
Default is 0.
<pre>bShowLoadingAreaMessage=</pre>
 
==== bTaskletActorSceneGraphUpdates ====
Default is 1.
<pre>bTaskletActorSceneGraphUpdates=</pre>
 
==== bTaskletCellTransformsUpdate ====
Default is 1.
<pre>bTaskletCellTransformsUpdate=</pre>
 
==== bTintMipMaps ====
Default is 0.
<pre>bTintMipMaps=</pre>
 
==== bTrackAllDeaths ====
Default is 0.
<pre>bTrackAllDeaths=</pre>
 
==== bUseBodyMorphs ====
Default is 1.
<pre>bUseBodyMorphs=</pre>
 
==== bUseEyeEnvMapping ====
Default is 1.
<pre>bUseEyeEnvMapping=</pre>
 
==== bUseFaceGenPreprocessedHeads ====
Default is 1.
<pre>bUseFaceGenPreprocessedHeads=</pre>
 
==== bUseHardDriveCache ====
Default is 0.
<pre>bUseHardDriveCache=</pre>
 
==== bUseMovementBlockedPackage ====
Default is 0.
<pre>bUseMovementBlockedPackage=</pre>
 
==== bUseMultibounds ====
Default is 1.
<pre>bUseMultibounds=</pre>
 
==== bUseMyGamesDirectory ====
Default is 1.
<pre>bUseMyGamesDirectory=</pre>
 
==== bUseOptimizedTextureLoading ====
Default is 1.
<pre>bUseOptimizedTextureLoading=</pre>
 
==== bUseThreadedMorpher ====
Default is 0.
<pre>bUseThreadedMorpher=</pre>
 
==== bUseThreadedParticleSystem ====
Default is 0.
<pre>bUseThreadedParticleSystem=</pre>
 
==== bUseThreadedTempEffects ====
Default is 1.
<pre>bUseThreadedTempEffects=</pre>
 
==== bWarnOnMaterialCollisions ====
Default is 0.
<pre>bWarnOnMaterialCollisions=</pre>
 
==== bWarnOnMissingFileEntry ====
Default is 0.
<pre>bWarnOnMissingFileEntry=</pre>
 
==== fAutoDoorFadeSecs ====
Default is 0.5.
<pre>fAutoDoorFadeSecs=</pre>
 
==== fBSTaskTime ====
Default is 2.
<pre>fBSTaskTime=</pre>
 
==== fBetaDeferredKillTimer ====
Default is 15.
<pre>fBetaDeferredKillTimer=</pre>
 
==== fCloakEffectUpdateInterval ====
Default is 0.5.
<pre>fCloakEffectUpdateInterval=</pre>
 
==== fDragonLandingForPlayerNavMeshSize ====
Default is 250.
<pre>fDragonLandingForPlayerNavMeshSize=</pre>
 
==== fDragonLandingForPlayerSearchDist ====
Default is 3000.
<pre>fDragonLandingForPlayerSearchDist=</pre>
 
==== fEncumberedReminderTimer ====
Default is 30.
<pre>fEncumberedReminderTimer=</pre>
 
==== fFastTravelFadeSecs ====
Default is 0.5.
<pre>fFastTravelFadeSecs=</pre>
 
==== fFlickeringLightDistance ====
Default is 1024.
<pre>fFlickeringLightDistance=</pre>
 
==== fFlyingMountDismountOffset ====
Default is 30.
<pre>fFlyingMountDismountOffset=</pre>
 
==== fFlyingMountFastTravelArrivalHeight ====
Default is 1000.
<pre>fFlyingMountFastTravelArrivalHeight=</pre>
 
==== fFlyingMountFastTravelDragonSpeed ====
Default is 7000.
<pre>fFlyingMountFastTravelDragonSpeed=</pre>
 
==== fFlyingMountLandingRequestTimer ====
Default is 3.
<pre>fFlyingMountLandingRequestTimer=</pre>
 
==== fFlyingMountSlowestSpeedMult ====
Default is 0.25.
<pre>fFlyingMountSlowestSpeedMult=</pre>
 
==== fFlyingMountTutorialMessageDelay ====
Default is 15.
<pre>fFlyingMountTutorialMessageDelay=</pre>
 
==== fLoadGameFadeSecs ====
Default is 1.
<pre>fLoadGameFadeSecs=</pre>
 
==== fMasterFilePreLoadMB ====
Default is 40.
<pre>fMasterFilePreLoadMB=</pre>
 
==== fNormalDoorFadeSecs ====
Default is 0.4.
<pre>fNormalDoorFadeSecs=</pre>
 
==== fNormalDoorFadeWait ====
Default is 0.01.
<pre>fNormalDoorFadeWait=</pre>
 
==== fPlayerFlyingMountBaseTargetSpeed ====
Default is 700.
<pre>fPlayerFlyingMountBaseTargetSpeed=</pre>
 
==== fPlayerFlyingMountFastBaseTargetSpeed ====
Default is 1400.
<pre>fPlayerFlyingMountFastBaseTargetSpeed=</pre>
 
==== fPlayerFlyingMountNothingLoadingMult ====
Default is 10.
<pre>fPlayerFlyingMountNothingLoadingMult=</pre>
 
==== fPlayerFlyingMountTravelMaxHeight ====
Default is 400.
<pre>fPlayerFlyingMountTravelMaxHeight=</pre>
 
==== fPlayerFlyingMountTravelMinHeight ====
Default is 200.
<pre>fPlayerFlyingMountTravelMinHeight=</pre>
 
==== fProcessListsUpdateHighFrameRate ====
Default is 30.
<pre>fProcessListsUpdateHighFrameRate=</pre>
 
==== fProcessListsUpdateLowFrameRate ====
Default is 10.
<pre>fProcessListsUpdateLowFrameRate=</pre>
 
==== fProcessListsUpdateTimeMax ====
Default is 5.
<pre>fProcessListsUpdateTimeMax=</pre>
 
==== fProcessListsUpdateTimeMin ====
Default is 0.5.
<pre>fProcessListsUpdateTimeMin=</pre>
 
==== fStoryTellerQuestFindTime ====
Default is 2.
<pre>fStoryTellerQuestFindTime=</pre>
 
==== iAIThread1HWThread ====
Default is 3.
<pre>iAIThread1HWThread=</pre>
 
==== iAIThread2HWThread ====
Default is 5.
<pre>iAIThread2HWThread=</pre>
 
==== iEnumRefsAllowedPerFrame ====
Default is 1.
<pre>iEnumRefsAllowedPerFrame=</pre>
 
==== iFPSClamp ====
Default is 0.
<pre>iFPSClamp=</pre>
 
==== iFlyingMountSlowestQueuedRefCount ====
Default is 250.
<pre>iFlyingMountSlowestQueuedRefCount=</pre>
 
==== iHWThread1 ====
Default is 4.
<pre>iHWThread1=</pre>
 
==== iHWThread2 ====
Default is 4.
<pre>iHWThread2=</pre>
 
==== iHWThread3 ====
Default is 4.
<pre>iHWThread3=</pre>
 
==== iHWThread4 ====
Default is 5.
<pre>iHWThread4=</pre>
 
==== iHWThread5 ====
Default is 5.
<pre>iHWThread5=</pre>
 
==== iHWThread6 ====
Default is 5.
<pre>iHWThread6=</pre>
 
==== iIntroSequencePriority ====
Default is 3.
<pre>iIntroSequencePriority=</pre>
 
==== iLargeIntRefCount ====
Default is 1000.
<pre>iLargeIntRefCount=</pre>
 
==== iLowProcessingMilliseconds ====
Default is 2.
<pre>iLowProcessingMilliseconds=</pre>
 
==== iNumBitsForFullySeen ====
Default is 248.
<pre>iNumBitsForFullySeen=</pre>
 
==== iNumHWThreads ====
Default is 4.
<pre>iNumHWThreads=</pre>
 
==== iPreloadSizeLimit ====
This value used to be changed in combination with uGridsToLoad. The 1.9.32.0.8 official patch automatically adjusts this value, so this setting is no longer used. Default is 26214400.
<pre>iPreloadSizeLimit=</pre>
 
==== iRenderingThread1HWThread ====
Default is 0.
<pre>iRenderingThread1HWThread=</pre>
 
==== iRenderingThread2HWThread ====
Default is 1.
<pre>iRenderingThread2HWThread=</pre>
 
==== iUpdateDetectionsAllowedPerFrame ====
Default is 100.
<pre>iUpdateDetectionsAllowedPerFrame=</pre>
 
==== sCharGenQuest ====
Default is 0003372b.
<pre>sCharGenQuest=</pre>
 
==== sEssentialFileCacheList ====
Default is blank.
<pre>sEssentialFileCacheList=</pre>
 
==== sIntroMovie ====
Default is blank.
<pre>sIntroMovie=</pre>
 
==== sIntroSequence ====
Default is BGS_LOGO.BIK.
<pre>sIntroSequence=</pre>
 
==== sLanguage ====
This settings determines the language of the subtitle files to be used. The voice files used are determined upon the language chosen when the game was installed. It is typically in all caps. Default is ENGLISH.
<pre>sLanguage=(ENGLISH,FRENCH,GERMAN,ITALIAN,SPANISH,JAPANESE,CZECH,POLISH,RUSSIAN)</pre>
 
==== sLocalMasterPath ====
Default is Data\.
<pre>sLocalMasterPath=</pre>
 
==== sLocalSavePath ====
Default is Saves\.
<pre>sLocalSavePath=</pre>
 
==== sMainMenuMovieIntro ====
Default is blank.
<pre>sMainMenuMovieIntro=</pre>
 
==== sMainMenuMusic ====
Default is \Data\Music\Special\MUS_MainTheme.xwm.
<pre>sMainMenuMusic=</pre>
 
==== sStartingCell ====
Default is blank.
<pre>sStartingCell=</pre>
 
==== sStartingCellX ====
Default is blank.
<pre>sStartingCellX=</pre>
 
==== sStartingCellY ====
Default is blank.
<pre>sStartingCellY=</pre>
 
==== sStartingWorld ====
Default is blank.
<pre>sStartingWorld=</pre>
 
==== sTestFile10=
==== sTestFile1 ====
Default is Skyrim.ESM.
<pre>sTestFile1=</pre>
 
==== sTestFile2 ====
Default is blank.
<pre>sTestFile2=</pre>
 
==== sTestFile3 ====
Default is blank.
<pre>sTestFile3=</pre>
 
==== sTestFile4 ====
Default is blank.
<pre>sTestFile4=</pre>
 
==== sTestFile5 ====
Default is blank.
<pre>sTestFile5=</pre>
 
==== sTestFile6 ====
Default is blank.
<pre>sTestFile6=</pre>
 
==== sTestFile7 ====
Default is blank.
<pre>sTestFile7=</pre>
 
==== sTestFile8 ====
Default is blank.
<pre>sTestFile8=</pre>
 
==== sTestFile9 ====
Default is blank.
<pre>sTestFile9=</pre>
 
==== sUnessentialFileCacheList ====
Default is blank.
<pre>sUnessentialFileCacheList=</pre>
 
==== uExterior Cell Buffer ====
This value ''used to'' be changed in combination with uGridsToLoad. The 1.9.32.0.8 official patch automatically adjusts this value, so this setting is no longer used. Default is 36.
<pre>uExterior Cell Buffer=36</pre>
 
==== uGridsToLoad ====
This setting determines how much of the world is rendered around the player. This value may only be an odd number. It is recommended to be left at its default value. Default is 5.
<pre>uGridsToLoad=(1,3,5,7,9,...)</pre>
 
==== uInterior Cell Buffer ====
Default is 3.
<pre>uGridsToLoad=</pre>
 
==== uMainMenuMusicAttnmB ====
Default is 1200.
<pre>uMainMenuMusicAttnmB=</pre>
 
==== uMainMenuMusicFadeTimeMS ====
Default is 1500.
<pre>uMainMenuMusicFadeTimeMS=</pre>
 
 
== [RagdollAnim] ==
==== bFootIK ====
Default is 0.
<pre>bFootIK=</pre>
 
==== bGrabIK ====
Default is 0.
<pre>bGrabIK=</pre>
 
==== bLookIK ====
Default is 1.
<pre>bLookIK=</pre>
 
==== bPoseMatching ====
Default is 0.
<pre>bPoseMatching=</pre>
 
==== bRagdollAnim ====
Default is 1.
<pre>bRagdollAnim=</pre>
 
==== bRagdollFeedback ====
Default is 1.
<pre>bRagdollFeedback=</pre>
 
==== fAccelerationGain ====
Default is 1.
<pre>fAccelerationGain=</pre>
 
==== fCameraDist ====
Default is 1000.
<pre>fCameraDist=</pre>
 
==== fDesiredVel ====
Default is 1.5.
<pre>fDesiredVel=</pre>
 
==== fDetectionUpdateTimeSec ====
Default is 5.
<pre>fDetectionUpdateTimeSec=</pre>
 
==== fFeedbackImpulseMult ====
Default is 500.
<pre>fFeedbackImpulseMult=</pre>
 
==== fFeedbackOnOffGain ====
Default is 0.3.
<pre>fFeedbackOnOffGain=</pre>
 
==== fFeedbackOnOffGainTimeMS ====
Default is 1000.
<pre>fFeedbackOnOffGainTimeMS=</pre>
 
==== fFeedbackTimeMS ====
Default is 10000.
<pre>fFeedbackTimeMS=</pre>
 
==== fHierarchyGain ====
Default is 0.17.
<pre>fHierarchyGain=</pre>
 
==== fImpulseLimit ====
Default is 15.
<pre>fImpulseLimit=</pre>
 
==== fPositionGain ====
Default is 0.05.
<pre>fPositionGain=</pre>
 
==== fPositionMaxAngularVelocity ====
Default is 18.
<pre>fPositionMaxAngularVelocity=</pre>
 
==== fPositionMaxLinearVelocity ====
Default is 14.
<pre>fPositionMaxLinearVelocity=</pre>
 
==== fSnapGain ====
Default is 0.1.
<pre>fSnapGain=</pre>
 
==== fSnapMaxAngularDistance ====
Default is 1.
<pre>fSnapMaxAngularDistance=</pre>
 
==== fSnapMaxAngularVelocity ====
Default is 0.3.
<pre>fSnapMaxAngularVelocity=</pre>
 
==== fSnapMaxLinearDistance ====
Default is 0.3.
<pre>fSnapMaxLinearDistance=</pre>
 
==== fSnapMaxLinearVelocity ====
Default is 3.
<pre>fSnapMaxLinearVelocity=</pre>
 
==== fVelocityDamping ====
Default is 0.
<pre>fVelocityDamping=</pre>
 
==== fVelocityGain ====
Default is 0.6.
<pre>fVelocityGain=</pre>
 
 
== [FootIK] ==
==== bFootPlacementOn ====
Default is 1.
<pre>bFootPlacementOn=</pre>
 
==== bRigidBodyController ====
Default is 1.
<pre>bRigidBodyController=</pre>
 
==== fAnkleOffset ====
Default is 0.2.
<pre>fAnkleOffset=</pre>
 
==== fControllerTetherLen ====
Default is 6.
<pre>fControllerTetherLen=</pre>
 
==== fFootPlantedGain ====
Default is 1.
<pre>fFootPlantedGain=</pre>
 
==== fFootRaisedGain ====
Default is 0.9.
<pre>fFootRaisedGain=</pre>
 
==== fGroundAscendingGain ====
Default is 0.4.
<pre>fGroundAscendingGain=</pre>
 
==== fGroundDescendingGain ====
Default is 0.4.
<pre>fGroundDescendingGain=</pre>
 
==== fMaxFootCastMilliSec ====
Default is 0.6.
<pre>fMaxFootCastMilliSec=</pre>
 
==== fMaxStepVertError ====
Default is 3.5.
<pre>fMaxStepVertError=</pre>
 
==== fOnOffGain ====
Default is 0.5.
<pre>fOnOffGain=</pre>
 
==== fOriginalGroundHeightMS ====
Default is -0.11.
<pre>fOriginalGroundHeightMS=</pre>
 
==== fPelvisOffsetDamping ====
Default is 0.2.
<pre>fPelvisOffsetDamping=</pre>
 
==== fPelvisUpDownBias ====
Default is 0.75.
<pre>fPelvisUpDownBias=</pre>
 
==== fRagdollFeedback ====
Default is 0.7.
<pre>fRagdollFeedback=</pre>
 
==== fVertErrorGain ====
Default is 0.5.
<pre>fVertErrorGain=</pre>
 
==== iNumFramesFootEaseOut ====
Default is 30.
<pre>iNumFramesFootEaseOut=</pre>
 
 
== [RagdollFeedback] ==
==== uiFeedbackTimeout ====
Default is 1500.
<pre>uiFeedbackTimeout=</pre>
 
 
== [GrabIK] ==
==== fDriveGain ====
Default is 0.25.
<pre>fDriveGain=</pre>
 
 
== [LookIK] ==
==== bAdditiveHeadAnim ====
Default is 1.
<pre>bAdditiveHeadAnim=</pre>
 
==== fAngleMax ====
Default is 2.
<pre>fAngleMax=</pre>
 
==== fAngleMaxEase ====
Default is 90.
<pre>fAngleMaxEase=</pre>
 
==== fEaseAngleShutOff ====
Default is 0.5.
<pre>fEaseAngleShutOff=</pre>
 
==== fEyeIKDistanceMax ====
Default is 2.5.
<pre>fEyeIKDistanceMax=</pre>
 
==== fMaxTrackingDist ====
Default is 5000.
<pre>fMaxTrackingDist=</pre>
 
==== fMinTrackingDist ====
Default is 12.
<pre>fMinTrackingDist=</pre>
 
 
== [MapMenu] ==
==== bWorldMapNoSkyDepthBlur ====
Default is 0.
<pre>bWorldMapNoSkyDepthBlur=</pre>
 
==== fGamepadCursorSensitivity ====
Default is 2.
<pre>fGamepadCursorSensitivity=</pre>
 
==== fMapLocalCursorPanSpeed ====
Default is 2000.
<pre>fMapLocalCursorPanSpeed=</pre>
 
==== fMapLocalGamepadPanSpeed ====
Default is 100.
<pre>fMapLocalGamepadPanSpeed=</pre>
 
==== fMapLocalGamepadZoomSpeed ====
Default is 0.03.
<pre>fMapLocalGamepadZoomSpeed=</pre>
 
==== fMapLocalHeight ====
Default is 40000.
<pre>fMapLocalHeight=</pre>
 
==== fMapLocalMarkerSelectionDist ====
Default is 0.03.
<pre>fMapLocalMarkerSelectionDist=</pre>
 
==== fMapLocalMinFrustumWidth ====
Default is 4000.
<pre>fMapLocalMinFrustumWidth=</pre>
 
==== fMapLocalMousePanSpeed ====
Default is 20.
<pre>fMapLocalMousePanSpeed=</pre>
 
==== fMapLocalMouseZoomSpeed ====
Default is 0.1.
<pre>fMapLocalMouseZoomSpeed=</pre>
 
==== fMapLookGamepadSpeed ====
Default is 1.5.
<pre>fMapLookGamepadSpeed=</pre>
 
==== fMapLookMouseSpeed ====
Default is 3.
<pre>fMapLookMouseSpeed=</pre>
 
==== fMapLoopFadeTimeSeconds ====
Default is 1.
<pre>fMapLoopFadeTimeSeconds=</pre>
 
==== fMapMenuNearClipPlane ====
Default is 128.
<pre>fMapMenuNearClipPlane=</pre>
 
==== fMapMenuOverlayNormalSnowStrength ====
Default is 0.4.
<pre>fMapMenuOverlayNormalSnowStrength=</pre>
 
==== fMapMenuOverlayNormalStrength ====
Default is 1.1.
<pre>fMapMenuOverlayNormalStrength=</pre>
 
==== fMapMenuOverlayScale ====
Default is 0.
<pre>fMapMenuOverlayScale=</pre>
 
==== fMapMenuOverlaySnowScale ====
Default is 0.
<pre>fMapMenuOverlaySnowScale=</pre>
 
==== fMapMoveKeyboardSpeed ====
Default is 0.02.
<pre>fMapMoveKeyboardSpeed=</pre>
 
==== fMapTransitionSpeed ====
Default is 0.75.
<pre>fMapTransitionSpeed=</pre>
 
==== fMapWorldCursorMoveArea ====
Default is 0.9.
<pre>fMapWorldCursorMoveArea=</pre>
 
==== fMapWorldHeightAdjustmentForce ====
Default is 4.
<pre>fMapWorldHeightAdjustmentForce=</pre>
 
==== fMapWorldMaxPanSpeed ====
Default is 75000.
<pre>fMapWorldMaxPanSpeed=</pre>
 
==== fMapWorldMaxPitch ====
Default is 75.
<pre>fMapWorldMaxPitch=</pre>
 
==== fMapWorldMinPanSpeed ====
Default is 60000.
<pre>fMapWorldMinPanSpeed=</pre>
 
==== fMapWorldMinPitch ====
Default is 15.
<pre>fMapWorldMinPitch=</pre>
 
==== fMapWorldTransitionHeight ====
Default is 10000.
<pre>fMapWorldTransitionHeight=</pre>
 
==== fMapWorldYawRange ====
Default is 80.
<pre>fMapWorldYawRange=</pre>
 
==== fMapWorldZoomSpeed ====
Default is 2.
<pre>fMapWorldZoomSpeed=</pre>
 
==== fMapZoomMouseSpeed ====
Default is 2.
<pre>fMapZoomMouseSpeed=</pre>
 
==== fMaxMarkerSelectionDist ====
Default is 0.003.
<pre>fMaxMarkerSelectionDist=</pre>
 
==== fWorldMapDepthBlurScale ====
Default is 0.3.
<pre>fWorldMapDepthBlurScale=</pre>
 
==== fWorldMapFocalDepth ====
Default is 45000.
<pre>fWorldMapFocalDepth=</pre>
 
==== fWorldMapMaximumDepthBlur ====
Default is 0.45.
<pre>fWorldMapMaximumDepthBlur=</pre>
 
==== fWorldMapNearDepthBlurScale ====
Default is 4.
<pre>fWorldMapNearDepthBlurScale=</pre>
 
==== iRightStickRepeatRate ====
Default is 250.
<pre>iRightStickRepeatRate=</pre>
 
==== sMapWorldDefaultWorldSpace ====
Default is Tamriel.
<pre>sMapWorldDefaultWorldSpace=</pre>
 
==== sWorldMapOverlayNormalSnowTexture ====
Default is Data\Textures\Terrain\WorldMapOverlaySnow_n.dds.
<pre>sWorldMapOverlayNormalSnowTexture=</pre>
 
==== sWorldMapOverlayNormalTexture ====
Default is Data\Textures\Terrain\WorldMapOverlay_n.dds.
<pre>sWorldMapOverlayNormalTexture=</pre>
 
==== uLockedObjectMapLOD ====
Default is 16.
<pre>uLockedObjectMapLOD=</pre>
 
==== uLockedTerrainLOD ====
Default is 32.
<pre>uLockedTerrainLOD=</pre>


==== iRadialBlurLevel ====
It is uncertain that this value is used by the game (it does not appear in game-generated INIs--only ones created by the Skyrim Launcher via the preset files. It is believed that this parameter is supposed to be inside Skyrim.ini instead.). Determines the amount of radial blur applied. Low and Medium presets are 0. High is 1. Ultra is 2.
<pre>iRadialBlurLevel=</pre>


== [Display] ==
== [Display] ==
==== bActorSelfShadowing ====
Default is 0.
<pre>bActorSelfShadowing=</pre>
==== bAllow20HairShader ====
Default is 1.
<pre>bAllow20HairShader=</pre>
==== bAllow30Shaders ====
Default is 0.
<pre>bAllow30Shaders=</pre>


==== bAllowPartialPrecision ====
==== bDeferredShadows ====
Default is 1.
Enables deferred rendering of shadows. Dependent upon bDrawShadows. Default is 1.
<pre>bAllowPartialPrecision=</pre>
<pre>bDeferredShadows=(0,1)</pre>


==== bAllowScreenShot ====
==== bDrawLandShadows ====
Enables screenshots in BMP format to be saved by pressing the PrintScreen key. Default is 1 (although default set by the game without the value present is 0).
Enables landscape shadows. Dependent upon bDrawShadows. Default is 0
<pre>bAllowScreenShot=</pre>
<pre>bDrawLandShadows=(0,1)</pre>


==== bAutoViewDistance ====
==== bDrawShadows ====
Default is 0.
Enables shadows. Default is 1.
<pre>bAutoViewDistance=</pre>
<pre>bDrawShadows=(0,1)</pre>


==== bCompileOnRender ====
==== bFXAAEnabled ====
Default is 1.
Enables an almost zero-cost approximation of antialiasing using the FXAA technique. Do not use with SMAA or ENB AA. Default is 0. Low, High, and Ultra presets are 0. Medium is 1.
<pre>bCompileOnRender=</pre>
<pre>bFXAAEnabled=(0,1)</pre>


==== bDecalsOnSkinnedGeometry ====
==== bFloatPointRenderTarget ====
Default is 1.
Enabling this allows lighting to be rendered using floating point (decimal) values rather than only integer values. This increases the precision of lighting. It comes with a medium performance impact, and is recommended to be set to 0 if not using ENB. If using ENB, it MUST be set to 1. Default is 0 (although default set by the game without the value present is 1).
<pre>bDecalsOnSkinnedGeometry=</pre>
<pre>bFloatPointRenderTarget=(0,1)</pre>


==== bDo30VFog ====
==== bFull Screen ====
Default is 1.
Determines if the game is rendered fullscreen. Default is 0.
<pre>bDo30VFog=</pre>
<pre>bFull Screen=(0,1)</pre>


==== bDoAmbientPass ====
==== bMainZPrepass ====
Default is 1.
Enables ZPrepass. Enabling ZPrepass tells the game not to render certain object to try to increase performance. It is recommended to remain disabled and to use ENBoost's ZPrepass instead. If set to 1, ENBoost's ZPrepass will not work. Default is 0.
<pre>bDoAmbientPass=</pre>
<pre>bMainZPrepass=(0,1)</pre>


==== bDoDiffusePass ====
==== bShadowMaskZPrepass ====
Default is 1.
Enables ZPrepass on the shadow mask. Enabling ZPrepass tells the game not to render certain object to try to increase performance. It is recommended to remain disabled and to use ENBoost's ZPrepass instead. If set to 1, ENBoost's ZPrepass will not work. Default is 0.
<pre>bDoDiffusePass=</pre>
<pre>bShadowMaskZPrepass=(0,1)</pre>


==== bDoSpecularPass ====
==== bShadowsOnGrass ====
Default is 1.
Enables grass shadows. Default is 1.
<pre>bDoSpecularPass=</pre>
<pre>bShadowsOnGrass=(0,1)</pre>


==== bDoTallGrassEffect ====
==== bTransparencyMultisampling ====
Default is 1.
Enables transparency antialiasing. Recommended to be disabled for better performance. Default is 0.
<pre>bDoTallGrassEffect=</pre>
<pre>bTransparencyMultisampling=(0,1)</pre>


==== bDoTestHDR ====
==== bTreesReceiveShadows ====
Default is 0.
Enables tree shadows. Default is 0.
<pre>bDoTestHDR=</pre>
<pre>bTreesReceiveShadows=(0,1)</pre>


==== bDoTexturePass ====
==== fDecalLOD1 ====
Default is 1.
This sets the initial distance that decals are shown on LOD? Default is 1000.
<pre>bDoTexturePass=</pre>
<pre>fDecalLOD1=</pre>


==== bDynamicWindowReflections ====
==== fDecalLOD2 ====
Default is 1.
This sets the secondary distance that decals are shown on LOD? Default is 1500.
<pre>bDynamicWindowReflections=</pre>
<pre>fDecalLOD2=</pre>


==== bEquippedTorchesCastShadows ====
==== fGamma ====
Default is 0.
This sets the gamma brightness. Default is 1.
<pre>bEquippedTorchesCastShadows=</pre>
<pre>fGamma=</pre>


==== bForce1XShaders ====
==== fInteriorShadowDistance ====
Default is 0.
This sets the distance shadows are rendered indoors. Default is 3000.
<pre>bForce1XShaders=</pre>
<pre>fInteriorShadowDistance=</pre>


==== bForceMultiPass ====
==== fLeafAnimDampenDistEnd ====
Default is 1.
This sets the ending distance leaves are animated? Default is 4600.
<pre>bForceMultiPass=</pre>
<pre>fLeafAnimDampenDistEnd=</pre>


==== bForcePow2Textures ====
==== fLeafAnimDampenDistStart ====
Default is 0.
This sets the starting distance leaf animations are lessened? Default is 3600.
<pre>bForcePow2Textures=</pre>
<pre>fLeafAnimDampenDistStart=</pre>


==== bIgnoreResolutionCheck ====
==== fLightLODStartFade ====
Default is 0.
This sets the distance when light on LOD will begin to fade. Default is 1000. Low is 200. Medium is 1000. High is 2500. Ultra is 3500.
<pre>bIgnoreResolutionCheck=</pre>
<pre>fLightLODStartFade=</pre>


==== bImageSpaceEffects ====
==== fMeshLODFadeBoundDefault ====
Default is 1.
This sets something to do with meshes in LOD? Default is 256.
<pre>bImageSpaceEffects=</pre>
<pre>fMeshLODFadeBoundDefault=</pre>


==== bLODNoiseAniso ====
==== fMeshLODFadePercentDefault ====
Default is 1.
This sets the default percentage meshes fade? Default is 1.2.
<pre>bLODNoiseAniso=</pre>
<pre>fMeshLODFadePercentDefault=</pre>


==== bLoadMarkers ====
==== fMeshLODLevel1FadeDist ====
Default is 1.
This sets the distance meshes begin to fade in LOD? Default is 4096. Low and Medium presets are 4096. High and Ultra presets are 1e+007.
<pre>bLoadMarkers=</pre>
<pre>fMeshLODLevel1FadeDist=</pre>


==== bLowHealthIModEnabled ====
==== fMeshLODLevel1FadeTreeDistance ====
Default is 1.
This sets the distance tree meshes begin to fade in LOD? Default is 2844.
<pre>bLowHealthIModEnabled=</pre>
<pre>fMeshLODLevel1FadeTreeDistance=</pre>


==== bMTRendering ====
==== fMeshLODLevel2FadeDist ====
Default is 0.
This sets the distance meshes begin to fade even more in LOD? Default is 3072. Low and Medium presets are 3072. High and Ultra presets are 1e+007.
<pre>bMTRendering=</pre>
<pre>fMeshLODLevel2FadeDist=</pre>


==== bReportBadTangentSpace ====
==== fMeshLODLevel2FadeTreeDistance ====
Default is 0.
This sets the distance tree meshes begin to fade even more in LOD? Default is 2048.
<pre>bReportBadTangentSpace=</pre>
<pre>fMeshLODLevel2FadeTreeDistance=</pre>


==== bShowMarkers ====
==== fShadowBiasScale ====
Default is 0.
Default is 1. Low is 0.5. Medium is 0.3. High is 0.25. Ultra is 0.15.
<pre>bShowMarkers=</pre>
<pre>fShadowBiasScale=</pre>


==== bShowMenuTextureUse ====
==== fShadowDistance ====
Default is 1.
This sets the distance shadows are rendered. Default is 2500. Low is 2000. Medium is 2500. High is 4000. Ultra is 8000.
<pre>bShowMenuTextureUse=</pre>
<pre>fShadowDistance=</pre>


==== bSimpleLighting ====
==== fShadowLODStartFade ====
Default is 0.
This sets the distance shadows begin to fade in LOD. Default is 200.
<pre>bSimpleLighting=</pre>
<pre>fShadowLODStartFade=</pre>


==== bStaticMenuBackground ====
==== fSpecularLODStartFade ====
Default is 1.
This sets the distance specularity begins to fade in LOD. Default is 500. Low is 200. Medium is 500. High is 1000. Ultra is 2000.
<pre>bStaticMenuBackground=</pre>
<pre>fSpecularLODStartFade=</pre>


==== bUse Shaders ====
==== fTreesMidLODSwitchDist ====
Default is 1.
This sets the distance trees switch to their LOD versions? Default is 3600. Low and Medium presets are 3600. High is 5000. Ultra is 1e+007.
<pre>bUse Shaders=</pre>
<pre>fTreesMidLODSwitchDist=</pre>
 
==== bUseFakeFullScreenMotionBlur ====
Default is 0.
<pre>bUseFakeFullScreenMotionBlur=</pre>
 
==== bUseRefractionShader ====
Default is 1.
<pre>bUseRefractionShader=</pre>
 
==== bUseSunbeams ====
Default is 0.
<pre>bUseSunbeams=</pre>
 
==== fDecalLOD0 ====
Default is 800.
<pre>fDecalLOD0=</pre>
 
==== fDecalLifetime ====
Default is 30.
<pre>fDecalLifetime=</pre>
 
==== fDefault1stPersonFOV ====
Default is 65.
<pre>fDefault1stPersonFOV=</pre>
 
==== fDefaultFOV ====
Default is 65.
<pre>fDefaultFOV=</pre>
 
==== fDefaultWorldFOV ====
Default is 65.
<pre>fDefaultWorldFOV=</pre>
 
==== fEnvMapLOD1 ====
Default is 1500.
<pre>fEnvMapLOD1=</pre>
 
==== fEnvMapLOD2 ====
Default is 1800.
<pre>fEnvMapLOD2=</pre>
 
==== fEyeEnvMapLOD1 ====
Default is 500.
<pre>fEyeEnvMapLOD1=</pre>
 
==== fEyeEnvMapLOD2 ====
Default is 800.
<pre>fEyeEnvMapLOD2=</pre>
 
==== fGammaMax ====
Default is 0.6.
<pre>fGammaMax=</pre>
 
==== fGammaMin ====
Default is 1.4.
<pre>fGammaMin=</pre>
 
==== fLODNoiseMipBias ====
Default is 0.
<pre>fLODNoiseMipBias=</pre>
 
==== fLandLOFadeSeconds ====
Default is 15.
<pre>fLandLOFadeSeconds=</pre>
 
==== fLightLODDefaultStartFade ====
Default is 1000.
<pre>fLightLODDefaultStartFade=</pre>
 
==== fLightLODMaxStartFade ====
Default is 3500 (although default set by the game without the value present is 1200).
<pre>fLightLODMaxStartFade=</pre>
 
==== fLightLODMinStartFade ====
Default is 200.
<pre>fLightLODMinStartFade=</pre>
 
==== fLightLODRange ====
Default is 500.
<pre>fLightLODRange=</pre>
 
==== fLinePrimitiveWidth ====
Default is 8.
<pre>fLinePrimitiveWidth=</pre>
 
==== fLowHealthIModInterval ====
Default is 2.
<pre>fLowHealthIModInterval=</pre>
 
==== fLowHealthIModStrengthMax ====
Default is 1.5.
<pre>fLowHealthIModStrengthMax=</pre>
 
==== fLowHealthIModStrengthMin ====
Default is 0.8.
<pre>fLowHealthIModStrengthMin=</pre>
 
==== fMeshLODFadeTime ====
Default is 1.
<pre>fMeshLODFadeTime=</pre>
 
==== fMipBias ====
Default is 0.
<pre>fMipBias=</pre>
 
==== fNear1stPersonDistance ====
Default is 5.
<pre>fNear1stPersonDistance=</pre>
 
==== fNearDistance ====
Default is 15.
<pre>fNearDistance=</pre>
 
==== fNoLODFarDistanceMax ====
Default is 10240.
<pre>fNoLODFarDistanceMax=</pre>
 
==== fNoLODFarDistanceMin ====
Default is 100.
<pre>fNoLODFarDistanceMin=</pre>
 
==== fNoLODFarDistancePct ====
Default is 1.
<pre>fNoLODFarDistancePct=</pre>
 
==== fScopeScissorAmount ====
Default is 0.3.
<pre>fScopeScissorAmount=</pre>
 
==== fShadowFadeTime ====
Default is 1.
<pre>fShadowFadeTime=</pre>
 
==== fShadowLODDefaultStartFade ====
Default is 200.
<pre>fShadowLODDefaultStartFade=</pre>
 
==== fShadowLODMaxStartFade ====
Default is 300.
<pre>fShadowLODMaxStartFade=</pre>
 
==== fShadowLODMinStartFade ====
Default is 100.
<pre>fShadowLODMinStartFade=</pre>
 
==== fShadowLODRange ====
Default is 200.
<pre>fShadowLODRange=</pre>
 
==== fSkinnedDecalLOD0 ====
Default is 300.
<pre>fShadowLODRange=</pre>
 
==== fSkinnedDecalLOD1 ====
Default is 500.
<pre>fSkinnedDecalLOD1=</pre>
 
==== fSkinnedDecalLOD2 ====
Default is 800.
<pre>fSkinnedDecalLOD2=</pre>
 
==== fSpecularLODDefaultStartFade ====
Default is 500.
<pre>fSpecularLODDefaultStartFade=</pre>
 
==== fSpecularLODMaxStartFade ====
Default is 2000 (although default set by the game without the value present is 600).
<pre>fSpecularLODMaxStartFade=</pre>
 
==== fSpecularLODMinStartFade ====
Default is 200.
<pre>fSpecularLODMinStartFade=</pre>
 
==== fSpecularLODRange ====
Default is 300.
<pre>fSpecularLODRange=</pre>
 
==== fSunShadowUpdateTime ====
Default is 1.
<pre>fSunShadowUpdateTime=</pre>
 
==== fSunUpdateThreshold ====
Default is 0.5.
<pre>fSunUpdateThreshold=</pre>


==== iAdapter ====
==== iAdapter ====
Default is 0.
Low, Medium, High, and Ultra presets are 0.
<pre>iAdapter=</pre>
<pre>iAdapter=</pre>


==== iAutoViewHiFrameRate ====
==== iActorShadowCountExt ====
Default is 40.
It is uncertain that this value is used by the game. It is never placed in the game by any normal means, not even by the Launcher, however it appears to exist within the preset files, and would need to be inserted manually. It appears it would control how many actors in exterior areas are allowed to cast shadows. Low, Medium, and High presets are 2. Ultra is 6.
<pre>iAutoViewHiFrameRate=</pre>
<pre>iActorShadowCountExt=</pre>
 
==== iAutoViewLowFrameRate ====
Default is 20.
<pre>iAutoViewLowFrameRate=</pre>
 
==== iAutoViewMinDistance ====
Default is 2000.
<pre>iAutoViewMinDistance=</pre>
 
==== iDebugTextLeftRightOffset ====
Default is 10.
<pre>iDebugTextLeftRightOffset=</pre>
 
==== iDebugTextSubPage ====
Default is 0.
<pre>iDebugTextSubPage=</pre>


==== iDebugTextTopBottomOffset ====
==== iActorShadowCountInt ====
Default is 20.
It is uncertain that this value is used by the game.  It is never placed in the game by any normal means, not even by the Launcher, however it appears to exist within the preset files, and would need to be inserted manually. It appears it would control how many actors in interior areas are allowed to cast shadows. Low is 2. Medium and High presets are 4. Ultra is 6.
<pre>iDebugTextTopBottomOffset=</pre>
<pre>iActorShadowCountInt=</pre>


==== iLocation X ====
==== iBlurDeferredShadowMask ====
Default is 5.
This sets the amount of blurring applied to shadow edges. Low values make sharp shadows. High values make soft shadows. Default is 5. Low is 0. Medium is 1. High and Ultra presets are 3.
<pre>iLocation X=</pre>
<pre>iBlurDeferredShadowMask=</pre>


==== iLocation Y ====
==== iMaxAnisotropy ====
Default is 5.
This sets the level of anisotropic filtering. It is recommended to be set to 0 and force either driver AF or ENBoost AF in its place. Default is 8. Low and Medium presets are 1. High is 8. Ultra is 16.
<pre>iLocation Y=</pre>
<pre>iMaxAnisotropy=</pre>


==== iNPatchNOrder ====
==== iMaxDecalsPerFrame ====
Default is 0.
This sets the maximum number of decals displayed per frame. Default is 10. Low is 0. Medium is 10. High is 30. Ultra is 100.
<pre>iNPatchNOrder=</pre>
<pre>iMaxDecalsPerFrame=</pre>


==== iNPatchPOrder ====
==== iMaxSkinDecalsPerFrame ====
Default is 0.
This sets the maximum number of decals displayed on skin per frame. Dependent upon and should be a value equal to or less than iMaxDecalsPerFrame. Default is 3. Low is 0. Medium is 3. High is 10. Ultra is 25.
<pre>iNPatchPOrder=</pre>
<pre>iMaxSkinDecalsPerFrame=</pre>


==== iNPatches ====
==== iMultiSample ====
Default is 0.
This sets the level of antialising. Recommended to leave off and use other methods of AA such as SMAA. Default is 0. Low is 1. Medium is 4. High is 8. Ultra is 16.
<pre>iNPatches=</pre>
<pre>iMultiSample=</pre>


==== iPresentInterval ====
==== iPresentInterval ====
Default is 1.
It is uncertain that this value is used by the game (it does not appear in game-generated INIs--only ones created by the Skyrim Launcher via the preset files. It is believed that this parameter is supposed to be inside Skyrim.ini instead.). The setting is similar to vertical sync and is believed to fix many engine and physics bugs when left on. Default is 1.
<pre>iPresentInterval=</pre>
<pre>iPresentInterval=</pre>


==== iShaderPackageMemoryCap ====
==== iScreenShotIndex ====
Default is 409600.
<pre>iShaderPackageMemoryCap=</pre>
==== iShadowMapResolutionPrimary ====
It is uncertain that this value is used by the game (it does not appear in game-generated INIs--only ones created by the Skyrim Launcher via the preset files). Default is 2048.
<pre>iShadowMapResolutionPrimary=</pre>
 
==== iTrilinearThreshold ====
Default is 3.
<pre>iTrilinearThreshold=</pre>
 
==== sDebugText ====
Default is VATS.
<pre>sDebugText=</pre>
 
==== sScreenShotBaseName ====
Default is ScreenShot.
<pre>sScreenShotBaseName=</pre>
 
==== uVideoDeviceIdentifierPart1 ====
Default is 0.
<pre>uVideoDeviceIdentifierPart1=</pre>
 
==== uVideoDeviceIdentifierPart2 ====
Default is 0.
<pre>uVideoDeviceIdentifierPart2=</pre>
 
==== uVideoDeviceIdentifierPart3 ====
Default is 0.
<pre>uVideoDeviceIdentifierPart3=</pre>
 
==== uVideoDeviceIdentifierPart4 ====
Default is 0.
Default is 0.
<pre>uVideoDeviceIdentifierPart4=</pre>
<pre>iScreenShotIndex=</pre>
 
 
== [Imagespace] ==
==== bDoRadialBlur ====
Default is 1.
<pre>bDoRadialBlur=</pre>


==== fRenderDepthMaxDepth ====
==== iShadowFilter ====
Default is 10000.
<pre>fRenderDepthMaxDepth=</pre>
 
==== iRadialBlurLevel ====
Default is 0.
<pre>iRadialBlurLevel=</pre>
 
 
== [Water] ==
==== bAutoWaterSilhouetteReflections ====
Default is 0.
<pre>bAutoWaterSilhouetteReflections=</pre>
 
==== bForceHighDetailReflections ====
Default is 0.
<pre>bForceHighDetailReflections=</pre>
 
==== bForceLowDetailReflections ====
Default is 0.
<pre>bForceLowDetailReflections=</pre>
 
==== bForceLowDetailWater ====
Default is 0.
<pre>bForceLowDetailWater=</pre>
 
==== bReflectExplosions ====
Default is 0.
<pre>bReflectExplosions=</pre>
 
==== bReflectLODLand ====
Default is 1.
<pre>bReflectLODLand=</pre>
 
==== bReflectLODObjects ====
Default is 0.
<pre>bReflectLODObjects=</pre>
 
==== bReflectLODTrees ====
Default is 0.
<pre>bReflectLODTrees=</pre>
 
==== bReflectSky ====
Default is 0.
<pre>bReflectSky=</pre>
 
==== bUseBulletWaterDisplacements ====
Default is 1.
<pre>bUseBulletWaterDisplacements=</pre>
 
==== bUseCubeMapReflections ====
Default is 1.
<pre>bUseCubeMapReflections=</pre>
 
==== bUsePerWorldSpaceWaterNoise ====
Default is 1.
<pre>bUsePerWorldSpaceWaterNoise=</pre>
 
==== bUseWater ====
Default is 1.
<pre>bUseWater=</pre>
 
==== bUseWaterHiRes ====
Default is 0.
<pre>bUseWaterHiRes=</pre>
 
==== bUseWaterLOD ====
Default is 1.
<pre>bUseWaterLOD=</pre>
 
==== bUseWaterReflectionBlur ====
Default is 0.
<pre>bUseWaterReflectionBlur=</pre>
 
==== bUseWaterShader ====
Default is 1.
<pre>bUseWaterShader=</pre>
 
==== fCubeMapRefreshRate ====
Default is 0.
<pre>fCubeMapRefreshRate=</pre>
 
==== fExteriorWaterReflectionThreshold ====
Default is 300.
<pre>fExteriorWaterReflectionThreshold=</pre>
 
==== fInteriorWaterReflectionThreshold ====
Default is 10.
<pre>fInteriorWaterReflectionThreshold=</pre>
 
==== fRefractionWaterPlaneBias ====
Default is 3.
Default is 3.
<pre>fRefractionWaterPlaneBias=</pre>
<pre>iShadowFilter=</pre>


==== fSurfaceTileSize ====
==== iShadowMapResolution ====
Default is 2048.
This sets the resolution of shadows. Default is 1024. Low is 512. Medium is 1024. High is 2048. Ultra is 4096.
<pre>fSurfaceTileSize=</pre>
<pre>iShadowMapResolution=</pre>


==== fTileTextureDivisor ====
==== iShadowMapResolutionPrimary ====
Default is 4.75.
This sets the primary resolution of shadows.
<pre>fTileTextureDivisor=</pre>
<pre>iShadowMapResolutionPrimary=</pre>
 
==== fWadingWaterQuadSize ====
Default is 2048.
<pre>fWadingWaterQuadSize=</pre>
 
==== fWadingWaterTextureRes ====
Default is 512.
<pre>fWadingWaterTextureRes=</pre>


==== fWaterGroupHeightRange ====
==== iShadowMapResolutionSecondary ====
Default is 10.
This sets the secondary resolution of shadows.
<pre>fWaterGroupHeightRange=</pre>
<pre>iShadowMapResolutionSecondary=</pre>


==== iWaterBlurAmount ====
==== iShadowMaskQuarter ====
Default is 1.
Default is 4. Low and Medium presets are 3. High and Ultra presets are 4.
<pre>iWaterBlurAmount=</pre>
<pre>iShadowMaskQuarter=</pre>


==== iWaterNoiseResolution ====
==== iShadowMode ====
Default is 256.
<pre>iWaterNoiseResolution=</pre>
 
==== sSurfaceTexture ====
Default is water.
<pre>sSurfaceTexture=</pre>
 
==== uMaxExteriorWaterReflections ====
Default is 2.
<pre>uMaxExteriorWaterReflections=</pre>
 
==== uMaxInteriorWaterReflections ====
Default is 4.
<pre>uMaxInteriorWaterReflections=</pre>
 
==== uSurfaceFPS ====
Default is 12.
<pre>uSurfaceFPS=</pre>
 
 
== [LightingShader] ==
==== fDecalLODFadeEnd ====
Default is 0.06.
<pre>fDecalLODFadeEnd=</pre>
 
==== fDecalLODFadeStart ====
Default is 0.05.
<pre>fDecalLODFadeStart=</pre>
 
==== fEnvmapLODFadeEnd ====
Default is 0.1.
<pre>fEnvmapLODFadeEnd=</pre>
 
==== fEnvmapLODFadeStart ====
Default is 0.09.
<pre>fEnvmapLODFadeStart=</pre>
 
==== fEyeEnvmapLODEnd ====
Default is 0.05.
<pre>fEyeEnvmapLODEnd=</pre>
 
==== fRefractionLODFadeEnd ====
Default is 0.03.
<pre>fRefractionLODFadeEnd=</pre>
 
==== fRefractionLODFadeStart ====
Default is 0.025.
<pre>fRefractionLODFadeStart=</pre>
 
==== fSpecularLODFadeEnd ====
Default is 0.1.
<pre>fSpecularLODFadeEnd=</pre>
 
==== fSpecularLODFadeStart ====
Default is 0.09.
<pre>fSpecularLODFadeStart=</pre>
 
 
== [Interface] ==
==== bShowCrosshair ====
Default is 1.
<pre>bShowCrosshair=</pre>
 
==== bShowHUDMessages ====
Default is 1.
<pre>bShowHUDMessages=</pre>
 
==== bShowInventory3D ====
Default is 1.
<pre>bShowInventory3D=</pre>
 
==== bShowSubtitleSpeakerName ====
Default is 1.
<pre>bShowSubtitleSpeakerName=</pre>
 
==== bShowTutorials ====
Default is 1.
<pre>bShowTutorials=</pre>
 
==== bUseAllNonDefaultLoadScreensFirst ====
Default is 0.
<pre>bUseAllNonDefaultLoadScreensFirst=</pre>
 
==== bUseFuzzyPicking ====
Default is 1.
<pre>bUseFuzzyPicking=</pre>
 
==== bUserClosesLoadingMenu ====
Default is 0.
<pre>bUserClosesLoadingMenu=</pre>
 
==== bWriteTranslationFile ====
Default is 0.
<pre>bWriteTranslationFile=</pre>
 
==== fActivatePickLength ====
Default is 180.
<pre>fActivatePickLength=</pre>
 
==== fActivatePickRadius ====
Default is 16.
<pre>fActivatePickRadius=</pre>
 
==== fBookDistance ====
Default is 110.
<pre>fBookDistance=</pre>
 
==== fBookLight2DiffuseColorB ====
Default is 0.83.
<pre>fBookLight2DiffuseColorB=</pre>
 
==== fBookLight2DiffuseColorG ====
Default is 0.95.
<pre>fBookLight2DiffuseColorG=</pre>
 
==== fBookLight2DiffuseColorR ====
Default is 0.98.
<pre>fBookLight2DiffuseColorR=</pre>
 
==== fBookLight2DimmerValue ====
Default is 1.
<pre>fBookLight2DimmerValue=</pre>
 
==== fBookLight2Radius ====
Default is 400.
<pre>fBookLight2Radius=</pre>
 
==== fBookLight2X ====
Default is 10.
<pre>fBookLight2X=</pre>
 
==== fBookLight2Y ====
Default is -75.
<pre>fBookLight2Y=</pre>
 
==== fBookLight2Z ====
Default is 10.
<pre>fBookLight2Z=</pre>
 
==== fBookLightDiffuseColorB ====
Default is 0.83.
<pre>fBookLightDiffuseColorB=</pre>
 
==== fBookLightDiffuseColorG ====
Default is 0.95.
<pre>fBookLightDiffuseColorG=</pre>
 
==== fBookLightDiffuseColorR ====
Default is 0.98.
<pre>fBookLightDiffuseColorR=</pre>
 
==== fBookLightDimmerValue ====
Default is 1.75.
<pre>fBookLightDimmerValue=</pre>
 
==== fBookLightRadius ====
Default is 400.
<pre>fBookLightRadius=</pre>
 
==== fBookLightX ====
Default is 100.
<pre>fBookLightX=</pre>
 
==== fBookLightY ====
Default is -350.
<pre>fBookLightY=</pre>
 
==== fBookLightZ ====
Default is 100.
<pre>fBookLightZ=</pre>
 
==== fBookOpenTime ====
Default is 1000.
<pre>fBookOpenTime=</pre>
 
==== fBookPosHeightPercentage ====
Default is 0.4450.
<pre>fBookPosHeightPercentage=</pre>
 
==== fBookPosWidthPercentage ====
Default is 0.5.
<pre>fBookPosWidthPercentage=</pre>
 
==== fBookXRotation ====
Default is -25.
<pre>fBookXRotation=</pre>
 
==== fCrafting3DItemPosX ====
Default is 0.
<pre>fCrafting3DItemPosX=</pre>
 
==== fCrafting3DItemPosXWide ====
Default is 0.
<pre>fCrafting3DItemPosXWide=</pre>
 
==== fCrafting3DItemPosY ====
Default is -500.
<pre>fCrafting3DItemPosY=</pre>
 
==== fCrafting3DItemPosYWide ====
Default is -500.
<pre>fCrafting3DItemPosYWide=</pre>
 
==== fCrafting3DItemPosZ ====
Default is 16.
<pre>fCrafting3DItemPosZ=</pre>
 
==== fCrafting3DItemPosZWide ====
Default is 12.
<pre>fCrafting3DItemPosZWide=</pre>
 
==== fCrafting3DItemScale ====
Default is 1.87.
<pre>fCrafting3DItemScale=</pre>
 
==== fCrafting3DItemScaleWide ====
Default is 1.5.
<pre>fCrafting3DItemScaleWide=</pre>
 
==== fDebugFontSize ====
Default is 13.
<pre>fDebugFontSize=</pre>
 
==== fFadeToBlackFadeSeconds ====
Default is 1.
<pre>fFadeToBlackFadeSeconds=</pre>
 
==== fGamepadCursorSpeed ====
Default is 11.
<pre>fGamepadCursorSpeed=</pre>
 
==== fInterfaceTintB ====
Default is 0.8824.
<pre>fInterfaceTintB=</pre>
 
==== fInterfaceTintG ====
Default is 0.9843.
<pre>fInterfaceTintG=</pre>
 
==== fInterfaceTintR ====
Default is 0.6314.
<pre>fInterfaceTintR=</pre>
 
==== fInventory3DBoundRadiusScale ====
Default is 12.5.
<pre>fInventory3DBoundRadiusScale=</pre>
 
==== fInventory3DItemPosScale ====
Default is 1.87.
<pre>fInventory3DItemPosScale=</pre>
 
==== fInventory3DItemPosScaleWide ====
Default is 1.5.
<pre>fInventory3DItemPosScaleWide=</pre>
 
==== fInventory3DItemPosX ====
Default is -29.
<pre>fInventory3DItemPosX=</pre>
 
==== fInventory3DItemPosXWide ====
Default is -22.
<pre>fInventory3DItemPosXWide=</pre>
 
==== fInventory3DItemPosY ====
Default is -500.
<pre>fInventory3DItemPosY=</pre>
 
==== fInventory3DItemPosYWide ====
Default is -500.
<pre>fInventory3DItemPosYWide=</pre>
 
==== fInventory3DItemPosZ ====
Default is 16.
<pre>fInventory3DItemPosZ=</pre>
 
==== fInventory3DItemPosZWide ====
Default is 12.
<pre>fInventory3DItemPosZWide=</pre>
 
==== fInventory3DItemRotMouseSpeed ====
Default is 50.
<pre>fInventory3DItemRotMouseSpeed=</pre>
 
==== fInventory3DItemRotSpeed ====
Default is 3.
Default is 3.
<pre>fInventory3DItemRotSpeed=</pre>
<pre>iShadowMode=</pre>


==== fInventory3DItemZoomScale ====
==== iShadowSplitCount ====
Default is 2.25.
It is uncertain that this value is used by the game.
<pre>fInventory3DItemZoomScale=</pre>
<pre>iShadowSplitCount=</pre>


==== fInventory3DItemZoomSpeed ====
==== iSize H ====
Default is 1.5.
This sets the height of the monitor resolution in pixels. Default is 480.
<pre>fInventory3DItemZoomSpeed=</pre>
<pre>iSize H=</pre>


==== fInventory3DItemZoomX ====
==== iSize W ====
Default is 0.
This sets the width of the monitor resolution in pixels. Default is 640.
<pre>fInventory3DItemZoomX=</pre>
<pre>iSize W=</pre>


==== fInventory3DItemZoomY ====
==== iTexMipMapMinimum ====
Default is -500.
Default is 0. Low, Medium, High, and Ultra presets are 4.
<pre>fInventory3DItemZoomY=</pre>
<pre>iTexMipMapMinimum=</pre>


==== fInventory3DItemZoomZ ====
==== iTexMipMapSkip ====
Default is 0.
Default is 0. Low is 1. Medium, High, and Ultra presets are 0.
<pre>fInventory3DItemZoomZ=</pre>
<pre>iTexMipMapSkip=</pre>


==== fInventoryLight2DiffuseColorB ====
==== iWaterMultiSamples ====
Default is 0.83.
This sets the level of antialising applied to the water. Recommended to leave off and use other methods of AA such as SMAA. Default is 0. Low and Medium presets are 1. High and Ultra presets are 4.
<pre>fInventoryLight2DiffuseColorB=</pre>
<pre>iWaterMultiSamples=</pre>


==== fInventoryLight2DiffuseColorG ====
==== sD3DDevice ====
Default is 0.95.
This setting appears to only be used by the Skyrim Launcher to detect the correct preset. It is not accessed by the game itself. If Skyrim is not using the correct graphics card, fix that elsewhere (i.e., the driver).
<pre>fInventoryLight2DiffuseColorG=</pre>
<pre>sD3DDevice="Name of Graphics Card"</pre>


==== fInventoryLight2DiffuseColorR ====
Default is 0.98.
<pre>fInventoryLight2DiffuseColorR=</pre>


==== fInventoryLight2DimmerValue ====
== [Grass] ==
Default is 1.75.
<pre>fInventoryLight2DimmerValue=</pre>


==== fInventoryLight2Radius ====
==== b30GrassVS ====
Default is 0.
This enables DirectX 3 filters on grass visuals??? Default is 0. Low and Medium are 0. High and Ultra presets are 1.
<pre>fInventoryLight2Radius=</pre>
<pre>b30GrassVS=(0,1)</pre>


==== fInventoryLightDiffuseColorB ====
==== fGrassMaxStartFadeDistance ====
Default is 0.83.
This sets the maximum distance grass can go before fading. Default is 7000.
<pre>fInventoryLightDiffuseColorB=</pre>
<pre>fGrassMaxStartFadeDistance=</pre>


==== fInventoryLightDiffuseColorG ====
==== fGrassMinStartFadeDistance ====
Default is 0.95.
This sets the minimum distance grass can go before fading. Default is 400.
<pre>fInventoryLightDiffuseColorG=</pre>
<pre>fGrassMinStartFadeDistance=</pre>


==== fInventoryLightDiffuseColorR ====
==== fGrassStartFadeDistance ====
Default is 0.98.
This sets the distance grass will begin to fade. Default is 3500. Low is 0. Medium is 3000. High is 5000. Ultra is 7000.
<pre>fInventoryLightDiffuseColorR=</pre>
<pre>fGrassStartFadeDistance=</pre>


==== fInventoryLightDimmerValue ====
Default is 1.75.
<pre>fInventoryLightDimmerValue=</pre>


==== fInventoryLightRadius ====
== [Water] ==
Default is 400.
<pre>fInventoryLightRadius=</pre>
 
==== fInventoryMenuLight2X ====
Default is 100.
<pre>fInventoryMenuLight2X=</pre>
 
==== fInventoryMenuLight2Y ====
Default is -350.
<pre>fInventoryMenuLight2Y=</pre>
 
==== fInventoryMenuLight2Z ====
Default is 100.
<pre>fInventoryMenuLight2Z=</pre>
 
==== fInventoryMenuLightX ====
Default is 100.
<pre>fInventoryMenuLightX=</pre>
 
==== fInventoryMenuLightY ====
Default is -350.
<pre>fInventoryMenuLightY=</pre>
 
==== fInventoryMenuLightZ ====
Default is 100.
<pre>fInventoryMenuLightZ=</pre>
 
==== fJournalLongRepeatRate ====
Default is 0.2.
<pre>fJournalLongRepeatRate=</pre>


==== fJournalShortRepeatRate ====
==== bUseWaterDepth ====
Default is 0.075.
This enables depth effect to water. Default is 1.
<pre>fJournalShortRepeatRate=</pre>
<pre>bUseWaterDepth=(0,1)</pre>


==== fLargeActivatePickLength_G ====
==== bUseWaterDisplacements ====
Default is 500.
This enables water displacement. Default is 1.
<pre>fLargeActivatePickLength_G=</pre>
<pre>bUseWaterDisplacements=(0,1)</pre>


==== fLockCenterOffset ====
==== bUseWaterReflections ====
Default is 9.
This enables water reflections. Default is 1.
<pre>fLockCenterOffset=</pre>
<pre>bUseWaterReflections=(0,1)</pre>


==== fLockMaxAngle ====
==== bUseWaterRefractions ====
Default is 90.
This enables water refractions. Default is 1.
<pre>fLockMaxAngle=</pre>
<pre>bUseWaterRefractions=(0,1)</pre>


==== fLockPositionX ====
==== iWaterReflectHeight ====
Default is 0.
This sets the height of water reflections. Default is 512.
<pre>fLockPositionX=</pre>
<pre>iWaterReflectHeight=</pre>


==== fLockPositionY ====
==== iWaterReflectWidth ====
Default is -1100.
This sets the width of water reflections. Default is 512.
<pre>fLockPositionY=</pre>
<pre>iWaterReflectWidth=</pre>
 
==== fLockPositionYWide ====
Default is -1300.
<pre>fLockPositionYWide=</pre>
 
==== fLockPositionZ ====
Default is 3.
<pre>fLockPositionZ=</pre>
 
==== fLockRotCenterOffsetX ====
Default is -14.5.
<pre>fLockRotCenterOffsetX=</pre>
 
==== fLockRotCenterOffsetZ ====
Default is 3.
<pre>fLockRotCenterOffsetZ=</pre>
 
==== fLockRotationSpeed ====
Default is 80.
<pre>fLockRotationSpeed=</pre>
 
==== fLockpickLightDiffuseColorB ====
Default is 0.83.
<pre>fLockpickLightDiffuseColorB=</pre>
 
==== fLockpickLightDiffuseColorG ====
Default is 0.95.
<pre>fLockpickLightDiffuseColorG=</pre>
 
==== fLockpickLightDiffuseColorR ====
Default is 0.98.
<pre>fLockpickLightDiffuseColorR=</pre>
 
==== fLockpickLightDimmerValue ====
Default is 1.75.
<pre>fLockpickLightDimmerValue=</pre>
 
==== fLockpickLightRadius ====
Default is 400.
<pre>fLockpickLightRadius=</pre>
 
==== fLockpickLightX ====
Default is 100.
<pre>fLockpickLightX=</pre>
 
==== fLockpickLightY ====
Default is -1000.
<pre>fLockpickLightY=</pre>
 
==== fLockpickLightZ ====
Default is 100.
<pre>fLockpickLightZ=</pre>
 
==== fMagic3DItemPosScale ====
Default is 1.87.
<pre>fMagic3DItemPosScale=</pre>
 
==== fMagic3DItemPosScaleWide ====
Default is 1.75.
<pre>fMagic3DItemPosScaleWide=</pre>
 
==== fMagic3DItemPosX ====
Default is 29.
<pre>fMagic3DItemPosX=</pre>
 
==== fMagic3DItemPosXWide ====
Default is 22.
<pre>fMagic3DItemPosXWide=</pre>
 
==== fMagic3DItemPosY ====
Default is -500.
<pre>fMagic3DItemPosY=</pre>
 
==== fMagic3DItemPosYWide ====
Default is -500.
<pre>fMagic3DItemPosYWide=</pre>
 
==== fMagic3DItemPosZ ====
Default is 8.
<pre>fMagic3DItemPosZ=</pre>
 
==== fMagic3DItemPosZWide ====
Default is 6.
<pre>fMagic3DItemPosZWide=</pre>
 
==== fMaxSubtitleDistance ====
Default is 1250.
<pre>fMaxSubtitleDistance=</pre>
 
==== fMenuKeyRepeatLong ====
Default is 0.5.
<pre>fMenuKeyRepeatLong=</pre>
 
==== fMenuKeyRepeatShort ====
Default is 0.1.
<pre>fMenuKeyRepeatShort=</pre>
 
==== fMinSecondsForLoadFadeIn ====
Default is 1.5.
<pre>fMinSecondsForLoadFadeIn=</pre>
 
==== fNoteDistance ====
Default is 90.
<pre>fNoteDistance=</pre>
 
==== fPackratRatio ====
Default is 0.
<pre>fPackratRatio=</pre>
 
==== fPickMouseRotationSpeed ====
Default is 15.
<pre>fPickMouseRotationSpeed=</pre>
 
==== fPickRotationSpeed ====
Default is 400.
<pre>fPickRotationSpeed=</pre>
 
==== fPlayerBodyEditDistance ====
Default is 175.
<pre>fPlayerBodyEditDistance=</pre>
 
==== fPlayerFaceEditDistance ====
Default is 100.
<pre>fPlayerFaceEditDistance=</pre>
 
==== fPlayerRotationAngle ====
Default is 30.
<pre>fPlayerRotationAngle=</pre>
 
==== fPlayerZoomTime ====
Default is 1000.
<pre>fPlayerZoomTime=</pre>
 
==== fRSMCameraLookAtPercent ====
Default is 0.955.
<pre>fRSMCameraLookAtPercent=</pre>
 
==== fRSMLookAtOnGain ====
Default is 0.06.
<pre>fRSMLookAtOnGain=</pre>
 
==== fSafeZoneX ====
Default is 15.
<pre>fSafeZoneX=</pre>
 
==== fSafeZoneXWide ====
Default is 15.
<pre>fSafeZoneXWide=</pre>
 
==== fSafeZoneY ====
Default is 15.
<pre>fSafeZoneY=</pre>
 
==== fSafeZoneYWide ====
Default is 15.
<pre>fSafeZoneYWide=</pre>
 
==== fSleepFaderTime ====
Default is 0.7.
<pre>fSleepFaderTime=</pre>
 
==== fTweenLongRepeatRate ====
Default is 0.2.
<pre>fTweenLongRepeatRate=</pre>
 
==== fTweenShortRepeatRate ====
Default is 0.1.
<pre>fTweenShortRepeatRate=</pre>
 
==== fUIAltLogoModel_TranslateX_G ====
Default is 0.
<pre>fUIAltLogoModel_TranslateX_G=</pre>
 
==== fUIAltLogoModel_TranslateY_G ====
Default is 0.
<pre>fUIAltLogoModel_TranslateY_G=</pre>
 
==== fUIAltLogoModel_TranslateZ_G ====
Default is 0.
<pre>fUIAltLogoModel_TranslateZ_G=</pre>
 
==== fUICameraFarDistance ====
Default is 20480.
<pre>fUICameraFarDistance=</pre>
 
==== fUICameraNearDistance ====
Default is 15.
<pre>fUICameraNearDistance=</pre>
 
==== fUILogoModel_AutoRotateSpeed ====
Default is 0.1.
<pre>fUILogoModel_AutoRotateSpeed=</pre>
 
==== fUILogoModel_FadeSecs ====
Default is 0.0001.
<pre>fUILogoModel_FadeSecs=</pre>
 
==== fUILogoModel_MouseThreshold ====
Default is 2.
<pre>fUILogoModel_MouseThreshold=</pre>
 
==== fUILogoModel_MouseToPanSpeed ====
Default is 1.
<pre>fUILogoModel_MouseToPanSpeed=</pre>
 
==== fUILogoModel_MouseToRotateSpeed ====
Default is 0.02.
<pre>fUILogoModel_MouseToRotateSpeed=</pre>
 
==== fUILogoModel_MouseToZoomSpeed ====
Default is 0.6.
<pre>fUILogoModel_MouseToZoomSpeed=</pre>
 
==== fUILogoModel_RotationPauseDuration ====
Default is 0.25.
<pre>fUILogoModel_RotationPauseDuration=</pre>
 
==== fUILogoModel_ThumbstickToPanSpeed ====
Default is 8.
<pre>fUILogoModel_ThumbstickToPanSpeed=</pre>
 
==== fUILogoModel_ThumbstickToRotateSpeed ====
Default is 0.45.
<pre>fUILogoModel_ThumbstickToRotateSpeed=</pre>
 
==== fUILogoModel_ThumbstickToZoomSpeed ====
Default is 5.
<pre>fUILogoModel_ThumbstickToZoomSpeed=</pre>
 
==== fUIMistMenu_CameraFOV_G ====
Default is 75.
<pre>fUIMistMenu_CameraFOV_G=</pre>
 
==== fUIMistMenu_CameraLookAtX_G ====
Default is -50.
<pre>fUIMistMenu_CameraLookAtX_G=</pre>
 
==== fUIMistMenu_CameraLookAtY_G ====
Default is 0.
<pre>fUIMistMenu_CameraLookAtY_G=</pre>
 
==== fUIMistMenu_CameraLookAtZ_G ====
Default is 0.
<pre>fUIMistMenu_CameraLookAtZ_G=</pre>
 
==== fUIMistMenu_CameraX_G ====
Default is -50.
<pre>fUIMistMenu_CameraX_G=</pre>
 
==== fUIMistMenu_CameraY_G ====
Default is 600.
<pre>fUIMistMenu_CameraY_G=</pre>
 
==== fUIMistMenu_CameraZ_G ====
Default is 80.
<pre>fUIMistMenu_CameraZ_G=</pre>
 
==== fUIMistMenu_DefaultLogoNIFScale ====
Default is 1.
<pre>fUIMistMenu_DefaultLogoNIFScale=</pre>
 
==== fUIMistMenu_LogoOnscreenPanThresholdX ====
Default is 0.5.
<pre>fUIMistMenu_LogoOnscreenPanThresholdX=</pre>
 
==== fUIMistMenu_LogoOnscreenPanThresholdY ====
Default is 0.33.
<pre>fUIMistMenu_LogoOnscreenPanThresholdY=</pre>
 
==== fUIMistMenu_LogoOnscreenZoomMaxFOV ====
Default is 95.
<pre>fUIMistMenu_LogoOnscreenZoomMaxFOV=</pre>
 
==== fUIMistMenu_LogoOnscreenZoomMinFOV ====
Default is 60.
<pre>fUIMistMenu_LogoOnscreenZoomMinFOV=</pre>
 
==== fUIMistMenu_LogoOnscreenZoomThresholdFar ====
Default is 0.1.
<pre>fUIMistMenu_LogoOnscreenZoomThresholdFar=</pre>
 
==== fUIMistMenu_LogoOnscreenZoomThresholdNear ====
Default is 3.5.
<pre>fUIMistMenu_LogoOnscreenZoomThresholdNear=</pre>
 
==== fUIMistModel_FadeOutTime ====
Default is 0.
<pre>fUIMistModel_FadeOutTime=</pre>
 
==== fUIMistModel_RotateZ_G ====
Default is -180.
<pre>fUIMistModel_RotateZ_G=</pre>
 
==== fUIMistModel_TranslateX_G ====
Default is 0.
<pre>fUIMistModel_TranslateX_G=</pre>
 
==== fUIMistModel_TranslateY_G ====
Default is 0.
<pre>fUIMistModel_TranslateY_G=</pre>
 
==== fUIMistModel_TranslateZ_G ====
Default is 0.
<pre>fUIMistModel_TranslateZ_G=</pre>
 
==== fUIPlayerSceneLight2DiffuseColorB ====
Default is 0.8.
<pre>fUIPlayerSceneLight2DiffuseColorB=</pre>
 
==== fUIPlayerSceneLight2DiffuseColorG ====
Default is 0.81.
<pre>fUIPlayerSceneLight2DiffuseColorG=</pre>
 
==== fUIPlayerSceneLight2DiffuseColorR ====
Default is 0.7.
<pre>fUIPlayerSceneLight2DiffuseColorR=</pre>
 
==== fUIPlayerSceneLight2DimmerValue ====
Default is 3.
<pre>fUIPlayerSceneLight2DimmerValue=</pre>
 
==== fUIPlayerSceneLight2Radius ====
Default is 1024.
<pre>fUIPlayerSceneLight2Radius=</pre>
 
==== fUIPlayerSceneLight2X ====
Default is 160.
<pre>fUIPlayerSceneLight2X=</pre>
 
==== fUIPlayerSceneLight2Y ====
Default is -96.
<pre>fUIPlayerSceneLight2Y=</pre>
 
==== fUIPlayerSceneLight2Z ====
Default is 160.
<pre>fUIPlayerSceneLight2Z=</pre>
 
==== fUIPlayerSceneLight3DiffuseColorB ====
Default is 1.
<pre>fUIPlayerSceneLight3DiffuseColorB=</pre>
 
==== fUIPlayerSceneLight3DiffuseColorG ====
Default is 1.
<pre>fUIPlayerSceneLight3DiffuseColorG=</pre>
 
==== fUIPlayerSceneLight3DiffuseColorR ====
Default is 1.
<pre>fUIPlayerSceneLight3DiffuseColorR=</pre>
 
==== fUIPlayerSceneLight3DimmerValue ====
Default is 0.1.
<pre>fUIPlayerSceneLight3DimmerValue=</pre>
 
==== fUIPlayerSceneLight3Radius ====
Default is 1024.
<pre>fUIPlayerSceneLight3Radius=</pre>
 
==== fUIPlayerSceneLight3X ====
Default is 128.
<pre>fUIPlayerSceneLight3X=</pre>
 
==== fUIPlayerSceneLight3Y ====
Default is 160.
<pre>fUIPlayerSceneLight3Y=</pre>
 
==== fUIPlayerSceneLight3Z ====
Default is -96.
<pre>fUIPlayerSceneLight3Z=</pre>
 
==== fUIPlayerSceneLightDiffuseColorB ====
Default is 0.82.
<pre>fUIPlayerSceneLightDiffuseColorB=</pre>
 
==== fUIPlayerSceneLightDiffuseColorG ====
Default is 0.96.
<pre>fUIPlayerSceneLightDiffuseColorG=</pre>
 
==== fUIPlayerSceneLightDiffuseColorR ====
Default is 0.96.
<pre>fUIPlayerSceneLightDiffuseColorR=</pre>
 
==== fUIPlayerSceneLightDimmerValue ====
Default is 1.6.
<pre>fUIPlayerSceneLightDimmerValue=</pre>
 
==== fUIPlayerSceneLightRadius ====
Default is 1500.
<pre>fUIPlayerSceneLightRadius=</pre>
 
==== fUIPlayerSceneLightX ====
Default is -160.
<pre>fUIPlayerSceneLightX=</pre>
 
==== fUIPlayerSceneLightY ====
Default is 160.
<pre>fUIPlayerSceneLightY=</pre>
 
==== fUIPlayerSceneLightZ ====
Default is 128.
<pre>fUIPlayerSceneLightZ=</pre>
 
==== fUIRaceSexLight2DiffuseColorB ====
Default is 0.83.
<pre>fUIRaceSexLight2DiffuseColorB=</pre>
 
==== fUIRaceSexLight2DiffuseColorG ====
Default is 0.95.
<pre>fUIRaceSexLight2DiffuseColorG=</pre>
 
==== fUIRaceSexLight2DiffuseColorR ====
Default is 0.98.
<pre>fUIRaceSexLight2DiffuseColorR=</pre>
 
==== fUIRaceSexLight2DimmerValue ====
Default is 1.75.
<pre>fUIRaceSexLight2DimmerValue=</pre>
 
==== fUIRaceSexLight2Radius ====
Default is 1400.
<pre>fUIRaceSexLight2Radius=</pre>
 
==== fUIRaceSexLight2X ====
Default is 0.5.
<pre>fUIRaceSexLight2X=</pre>
 
==== fUIRaceSexLight2Y ====
Default is -150.
<pre>fUIRaceSexLight2Y=</pre>
 
==== fUIRaceSexLight2Z ====
Default is 60.5.
<pre>fUIRaceSexLight2Z=</pre>
 
==== fUIRaceSexLightDiffuseColorB ====
Default is 0.83.
<pre>fUIRaceSexLightDiffuseColorB=</pre>
 
==== fUIRaceSexLightDiffuseColorG ====
Default is 0.95.
<pre>fUIRaceSexLightDiffuseColorG=</pre>
 
==== fUIRaceSexLightDiffuseColorR ====
Default is 0.98.
<pre>fUIRaceSexLightDiffuseColorR=</pre>
 
==== fUIRaceSexLightDimmerValue ====
Default is 0.65.
<pre>fUIRaceSexLightDimmerValue=</pre>
 
==== fUIRaceSexLightRadius ====
Default is 1400.
<pre>fUIRaceSexLightRadius=</pre>
 
==== fUIRaceSexLightX ====
Default is 0.5.
<pre>fUIRaceSexLightX=</pre>
 
==== fUIRaceSexLightY ====
Default is -600.
<pre>fUIRaceSexLightY=</pre>
 
==== fUIRaceSexLightZ ====
Default is 60.5.
<pre>fUIRaceSexLightZ=</pre>
 
==== fUnlockDoorDelay ====
Default is 1.5.
<pre>fUnlockDoorDelay=</pre>
 
==== iFavoriteItemQueueSize ====
Default is 100.
<pre>iFavoriteItemQueueSize=</pre>
 
==== iMaxViewCasterPicksFuzzy ====
Default is 5.
<pre>iMaxViewCasterPicksFuzzy=</pre>
 
==== iMaxViewCasterPicksGamebryo ====
Default is 10.
<pre>iMaxViewCasterPicksGamebryo=</pre>
 
==== iMaxViewCasterPicksHavok ====
Default is 10.
<pre>iMaxViewCasterPicksHavok=</pre>
 
==== iSubtitleSpeakerNameColor ====
Default is 8947848.
<pre>iSubtitleSpeakerNameColor=</pre>
 
==== rUIMistMenu_AmbientXNegRGB ====
Default is 0,0,0.
<pre>rUIMistMenu_AmbientXNegRGB=</pre>
 
==== rUIMistMenu_AmbientXPosRGB ====
Default is 0,0,0.
<pre>rUIMistMenu_AmbientXPosRGB=</pre>
 
==== rUIMistMenu_AmbientYNegRGB ====
Default is 0,0,0.
<pre>rUIMistMenu_AmbientYNegRGB=</pre>
 
==== rUIMistMenu_AmbientYPosRGB ====
Default is 0,0,0.
<pre>rUIMistMenu_AmbientYPosRGB=</pre>
 
==== rUIMistMenu_AmbientZNegRGB ====
Default is 0,0,0.
<pre>rUIMistMenu_AmbientZNegRGB=</pre>
 
==== rUIMistMenu_AmbientZPosRGB ====
Default is 0,0,0.
<pre>rUIMistMenu_AmbientZPosRGB=</pre>
 
==== sCreditsFile ====
Default is Interface/Credits.txt.
<pre>sCreditsFile=</pre>
 
==== sCreditsFileFrench ====
Default is Interface/Credits_French.txt.
<pre>sCreditsFileFrench=</pre>
 
==== sForcedLoadScreenEditorID ====
Default is blank.
<pre>sForcedLoadScreenEditorID=</pre>
 
==== sPosePlayerRaceSexMenu ====
Default is OffsetBoundStandingPlayerInstant.
<pre>sPosePlayerRaceSexMenu=</pre>
 
==== sUIMistMenu_DefaultLogoCameraPath ====
Default is blank.
<pre>sUIMistMenu_DefaultLogoCameraPath=</pre>
 
==== uMaxCustomItemNameLength ====
Default is 32.
<pre>uMaxCustomItemNameLength=</pre>
 
==== uTicksToWait ====
Default is 32.
<pre>uTicksToWait=</pre>




== [MAIN] ==
== [MAIN] ==
==== bEnableLipLookup ====
Default is 1.
<pre>bEnableLipLookup=</pre>
==== bPrimitivesOn ====
Default is 0.
<pre>bPrimitivesOn=</pre>


==== bUseWaterHDR ====
==== bCrosshairEnabled ====
Default is 1.
This enables the crosshair. Default is 1.
<pre>bUseWaterHDR=</pre>
<pre>bCrosshairEnabled=(0,1)</pre>


==== fLowPerfCombatantVoiceDistance ====
==== bGamepadEnable ====
Default is 1000.
This enables the use of a controller. Default is 0.
<pre>fLowPerfCombatantVoiceDistance=</pre>
<pre>bGamepadEnable=(0,1)</pre>


==== fMapWorldTargetTransitionTime ====
==== bSaveOnPause ====
Default is 0.5.
This enables autosaves upon pauses. Default is 1.
<pre>fMapWorldTargetTransitionTime=</pre>
<pre>bSaveOnPause=(0,1)</pre>


==== fQuestScriptDelayTime ====
==== bSaveOnRest ====
Default is 5.
This enables autosaves upon sleeping. Default is 1.
<pre>fQuestScriptDelayTime=</pre>
<pre>bSaveOnRest=(0,1)</pre>


==== iDetectionHighNumPicks ====
==== bSaveOnTravel ====
Default is 40.
This enables autosaves upon traveling to different locations. Default is 1.
<pre>iDetectionHighNumPicks=</pre>
<pre>bSaveOnTravel=(0,1)</pre>


==== iLastHDRSetting ====
==== bSaveOnWait ====
Default is -1.
This enables autosaves upon waiting. Default is 1.
<pre>iLastHDRSetting=</pre>
<pre>bSaveOnWait=(0,1)</pre>


==== iMaxQuestObjectives ====
==== fHUDOpacity ====
Default is 3000.
This sets the opacity of the HUD. Default is 1.
<pre>iMaxQuestObjectives=</pre>
<pre>fHUDOpacity=</pre>


==== sControlsDefinitionFile ====
==== fSkyCellRefFadeDistance ====
Default is Interface/Controls/PC/ControlMap.txt.
This sets the distance where clouds will fade out? Default is 150000.
<pre>sControlsDefinitionFile=</pre>
<pre>fSkyCellRefFadeDistance=</pre>


==== sControlsRemapFile ====
Default is ControlMap_Custom.txt.
<pre>sControlsRemapFile=</pre>


==== sGamepadDefinitionFile ====
== [Interface] ==
Default is Interface/Controls/PC/Gamepad.txt.
<pre>sGamepadDefinitionFile=</pre>
 
==== sKeyboardDefinitionFile ====
Default is Interface/Controls/PC/Keyboard_.
<pre>sKeyboardDefinitionFile=</pre>
 
==== sMouseDefinitionFile ====
Default is Interface/Controls/PC/Mouse.txt.
<pre>sMouseDefinitionFile=</pre>
 
==== sSaveGameScreenshotName ====
Default is BGSSaveLoadHeader_Screenshot.
<pre>sSaveGameScreenshotName=</pre>
 
 
== [GethitShader] ==
==== fBlockedTexOffset ====
Default is 0.001.
<pre>fBlockedTexOffset=</pre>
 
==== fBlurAmmount ====
Default is 0.5.
<pre>fBlurAmmount=</pre>
 
==== fHitTexOffset ====
Default is 0.005.
<pre>fHitTexOffset=</pre>
 
 
== [LOD] ==
==== bDisplayLODLand ====
Default is 1.
<pre>bDisplayLODLand=</pre>
 
==== fActorLODMax ====
Default is 15.
<pre>fActorLODMax=</pre>
 
==== fActorLODMin ====
Default is 2.
<pre>fActorLODMin=</pre>
 
==== fDistanceMultiplier ====
Default is 1.
<pre>fDistanceMultiplier=</pre>
 
==== fFadeInThreshold ====
Default is 0.7.
<pre>fFadeInThreshold=</pre>
 
==== fFadeInTime ====
Default is 1.2.
<pre>fFadeInTime=</pre>
 
==== fFadeOutThreshold ====
Default is 0.3.
<pre>fFadeOutThreshold=</pre>
 
==== fFadeOutTime ====
Default is 2.
<pre>fFadeOutTime=</pre>
 
==== fItemLODMax ====
Default is 15.
<pre>fItemLODMax=</pre>
 
==== fItemLODMin ====
Default is 1.
<pre>fItemLODMin=</pre>
 
==== fLODBoundRadiusMult ====
Default is 10.
<pre>fLODBoundRadiusMult=</pre>
 
==== fLODFadeOutActorMultCity ====
Default is 1.
<pre>fLODFadeOutActorMultCity=</pre>
 
==== fLODFadeOutActorMultComplex ====
Default is 1.
<pre>fLODFadeOutActorMultComplex=</pre>
 
==== fLODFadeOutActorMultInterior ====
Default is 1.
<pre>fLODFadeOutActorMultInterior=</pre>
 
==== fLODFadeOutItemMultCity ====
Default is 1.
<pre>fLODFadeOutItemMultCity=</pre>
 
==== fLODFadeOutItemMultComplex ====
Default is 1.
<pre>fLODFadeOutItemMultComplex=</pre>
 
==== fLODFadeOutItemMultInterior ====
Default is 1.
<pre>fLODFadeOutItemMultInterior=</pre>
 
==== fLODFadeOutObjectMultCity ====
Default is 1.
<pre>fLODFadeOutObjectMultCity=</pre>
 
==== fLODFadeOutObjectMultComplex ====
Default is 1.
<pre>fLODFadeOutObjectMultComplex=</pre>
 
==== fLODFadeOutObjectMultInterior ====
Default is 1.
<pre>fLODFadeOutObjectMultInterior=</pre>
 
==== fLODFadeOutPercent ====
Default is 0.6.
<pre>fLODFadeOutPercent=</pre>
 
==== fLODLandDropAmount ====
Default is 230.
<pre>fLODLandDropAmount=</pre>
 
==== fLODLandVerticalBias ====
Default is 0.
<pre>fLODLandVerticalBias=</pre>
 
==== fLODMultTrees ====
Default is 0.5.
<pre>fLODMultTrees=</pre>
 
==== fLodDistance ====
Default is 500.
<pre>fLodDistance=</pre>
 
==== fObjectLODMax ====
Default is 15.
<pre>fObjectLODMax=</pre>
 
==== fObjectLODMin ====
Default is 1.
<pre>fObjectLODMin=</pre>
 
==== fTalkingDistance ====
Default is 2000.
<pre>fTalkingDistance=</pre>
 
==== iFadeNodeMinNearDistance ====
Default is 500.
<pre>iFadeNodeMinNearDistance=</pre>
 
 
== [Animation] ==
==== bAlwaysDriveRagdoll ====
Default is 0.
<pre>bAlwaysDriveRagdoll=</pre>
 
==== bAlwaysSaveAllInfo ====
Default is 1.
<pre>bAlwaysSaveAllInfo=</pre>
 
==== bAnimInterpEnable ====
Default is 1.
<pre>bAnimInterpEnable=</pre>
 
==== bApplyPitchToExtractedMotion ====
Default is 1.
<pre>bApplyPitchToExtractedMotion=</pre>
 
==== bDisplayMarkWarning ====
Default is 0.
<pre>bDisplayMarkWarning=</pre>
 
==== bDriveRagdollWithGraph ====
Default is 1.
<pre>bDriveRagdollWithGraph=</pre>
 
==== bEnableHavokHit ====
Default is 0.
<pre>bEnableHavokHit=</pre>
 
==== bFeedbackToGraphFromCharacterController ====
Default is 1.
<pre>bFeedbackToGraphFromCharacterController=</pre>
 
==== bFootIK ====
Default is 1.
<pre>bFootIK=</pre>


==== bFootIKFeedback ====
==== bDialogueSubtitles ====
Default is 1.
This enables subtitles for important dialogue. Default is 0.
<pre>bFootIKFeedback=</pre>
<pre>bDialogueSubtitles=(0,1)</pre>


==== bHumanoidFootIKEnable ====
==== bGeneralSubtitles ====
Default is 1.
This enables subtitles for all dialogue. Default is 0.
<pre>bHumanoidFootIKEnable=</pre>
<pre>bGeneralSubtitles=(0,1)</pre>


==== bInitiallyLoadAllClips ====
==== bShowCompass ====
Default is 0.
This enables the compass. Default is 1.
<pre>bInitiallyLoadAllClips=</pre>
<pre>bShowCompass=(0,1)</pre>


==== bLoadCollatedAnimTextData ====
==== fMouseCursorSpeed ====
Default is 1.
This sets the lock sensitivity of the mouse. Default is 1.
<pre>bLoadCollatedAnimTextData=</pre>
<pre>fMouseCursorSpeed=</pre>


==== bMultiThreadBoneUpdate ====
Default is 1.
<pre>bMultiThreadBoneUpdate=</pre>


==== bRandomizeGraphSeed ====
== [GamePlay] ==
Default is 1.
<pre>bRandomizeGraphSeed=</pre>


==== bSendNonVisibleBehaviorGraphsToSPU ====
Default is 1.
<pre>bSendNonVisibleBehaviorGraphsToSPU=</pre>
==== bShouldProcessRequests ====
Default is 1.
<pre>bShouldProcessRequests=</pre>
==== bUseSPUGenerate ====
Default is 0.
<pre>bUseSPUGenerate=</pre>
==== bUseSpeedSampler ====
Default is 1.
<pre>bUseSpeedSampler=</pre>
==== bUseVariableCache ====
Default is 1.
<pre>bUseVariableCache=</pre>
==== fAnimInterpFarDist ====
Default is 800.
<pre>fAnimInterpFarDist=</pre>
==== fAnimInterpMaxTime ====
Default is 0.25.
<pre>fAnimInterpMaxTime=</pre>
==== fAnimInterpMinTime ====
Default is 0.08.
<pre>fAnimInterpMinTime=</pre>
==== fAnimInterpNearDist ====
Default is 400.
<pre>fAnimInterpNearDist=</pre>
==== fAnimInterpSlop ====
Default is 0.25.
<pre>fAnimInterpSlop=</pre>
==== fBoneLODDistanceScale ====
Default is 1.
<pre>fBoneLODDistanceScale=</pre>
==== fHavokHitImpulseMult ====
Default is 50.
<pre>fHavokHitImpulseMult=</pre>
==== fHavokHitTimeSec ====
Default is 3.
<pre>fHavokHitTimeSec=</pre>
==== fIdleChangeClearTime ====
Default is 1.
<pre>fIdleChangeClearTime=</pre>
==== fMaxFrameCounterDifferenceToConsiderVisible ====
Default is 0.0667.
<pre>fMaxFrameCounterDifferenceToConsiderVisible=</pre>
==== fMaxTimeToMarkSec ====
Default is 3.
<pre>fMaxTimeToMarkSec=</pre>
==== fMotionFeedbackMinAngleDelta ====
Default is 20.
<pre>fMotionFeedbackMinAngleDelta=</pre>
==== fMotionFeedbackMinSpeed ====
Default is 5.
<pre>fMotionFeedbackMinSpeed=</pre>
==== fMotionFeedbackMinSpeedDelta ====
Default is 25.
<pre>fMotionFeedbackMinSpeedDelta=</pre>
==== fMotionFeedbackMinTime ====
Default is 0.5.
<pre>fMotionFeedbackMinTime=</pre>
==== fMountDismountTimeout ====
Default is 8.
<pre>fMountDismountTimeout=</pre>
==== fPlayerCharacterAttackComboStartFraction ====
Default is 0.5.
<pre>fPlayerCharacterAttackComboStartFraction=</pre>
==== fPlayerCharacterAttackIntroLength ====
Default is 0.
<pre>fPlayerCharacterAttackIntroLength=</pre>
==== fPlayerCharacterDrawSheatheTimeout ====
Default is 3.
<pre>fPlayerCharacterDrawSheatheTimeout=</pre>
==== fPlayerCharacterPowerAttackStartTime ====
Default is 0.3667.
<pre>fPlayerCharacterPowerAttackStartTime=</pre>
==== fSpecialIdlePickTime ====
Default is 250.
<pre>fSpecialIdlePickTime=</pre>
==== fWeaponChangeClearTime ====
Default is 0.5.
<pre>fWeaponChangeClearTime=</pre>
==== iMinBonesToGenerateWhileSitting ====
Default is 5.
<pre>iMinBonesToGenerateWhileSitting=</pre>
==== iPlayerCharacterImagespaceModifierAnimCount ====
Default is 2.
<pre>iPlayerCharacterImagespaceModifierAnimCount=</pre>
==== sHkxDBNameContextPrefix ====
Default is meshes\.
<pre>sHkxDBNameContextPrefix=</pre>
==== strPlayerCharacterBehavior1stPGraph ====
Default is Actors\Character\_1stPerson\FirstPerson.hkx.
<pre>strPlayerCharacterBehavior1stPGraph=</pre>
==== uVariableCacheSize ====
Default is 40.
<pre>uVariableCacheSize=</pre>
==== uiMaxNumActorHit ====
Default is 5.
<pre>uiMaxNumActorHit=</pre>
==== uiMaxPermanentSetSize ====
Default is 5.
<pre>uiMaxPermanentSetSize=</pre>
== [MESSAGES] ==
==== bAllowFileWrite ====
Default is 1.
<pre>bAllowFileWrite=</pre>
==== bAllowYesToAll ====
Default is 1.
<pre>bAllowYesToAll=</pre>
==== bBlockMessageBoxes ====
Default is 0.
<pre>bBlockMessageBoxes=</pre>
==== bDisableAssertQueuing ====
Default is 1.
<pre>bDisableAssertQueuing=</pre>
==== bFaceGenWarnings ====
Default is 0.
<pre>bFaceGenWarnings=</pre>
==== bShowMissingAudioWarnings ====
Default is 1.
<pre>bShowMissingAudioWarnings=</pre>
==== bShowMissingLipWarnings ====
Default is 1.
<pre>bShowMissingLipWarnings=</pre>
==== bSkipInitializationFlows ====
Default is 1.
<pre>bSkipInitializationFlows=</pre>
==== bSkipProgramFlows ====
Default is 1.
<pre>bSkipProgramFlows=</pre>
==== bUseWindowsMessageBox ====
Default is 0.
<pre>bUseWindowsMessageBox=</pre>
==== iFileLogging ====
Default is 0.
<pre>iFileLogging=</pre>
== [Pathfinding] ==
==== bAvoidBoxTriggersFailure ====
Default is 0.
<pre>bAvoidBoxTriggersFailure=</pre>
==== bBackgroundNavmeshUpdate ====
Default is 1.
<pre>bBackgroundNavmeshUpdate=</pre>
==== bBackgroundPathing ====
Default is 1.
<pre>bBackgroundPathing=</pre>
==== bCreateDebugInfo ====
Default is 0.
<pre>bCreateDebugInfo=</pre>
==== bCutDoors ====
Default is 1.
<pre>bCutDoors=</pre>
==== bDisableUnloadedPaths ====
Default is 0.
<pre>bDisableUnloadedPaths=</pre>
==== bFacePathVector ====
Default is 1.
<pre>bFacePathVector=</pre>
==== bFixNavmeshInfosOnLoad ====
Default is 0.
<pre>bFixNavmeshInfosOnLoad=</pre>
==== bIgnoreThresholds ====
Default is 0.
<pre>bIgnoreThresholds=</pre>
==== bRebuildPathIfSmootherFailed ====
Default is 1.
<pre>bRebuildPathIfSmootherFailed=</pre>
==== bSlowDownForActorAvoidance ====
Default is 0.
<pre>bSlowDownForActorAvoidance=</pre>
==== bStaticAvoidanceTriggerMovementBlocked ====
Default is 0.
<pre>bStaticAvoidanceTriggerMovementBlocked=</pre>
==== bUseActorAvoidBox ====
Default is 1.
<pre>bUseActorAvoidBox=</pre>
==== bUseActorAvoidance ====
Default is 1.
<pre>bUseActorAvoidance=</pre>
==== bUseAlternateSmoothingForPrime ====
Default is 1.
<pre>bUseAlternateSmoothingForPrime=</pre>
==== bUseOldPathSmoothing ====
Default is 0.
<pre>bUseOldPathSmoothing=</pre>
==== bUsePathSmoothing ====
Default is 1.
<pre>bUsePathSmoothing=</pre>
==== bUseRayCasts ====
Default is 1.
<pre>bUseRayCasts=</pre>
==== bUseStraightLineCheckFirst ====
Default is 1.
<pre>bUseStraightLineCheckFirst=</pre>
==== bUseTangentSmoothing ====
Default is 1.
<pre>bUseTangentSmoothing=</pre>
==== bUseTaskletsToRecomputeBounds ====
Default is 0.
<pre>bUseTaskletsToRecomputeBounds=</pre>
==== bUseTweenedAnimations ====
Default is 1.
<pre>bUseTweenedAnimations=</pre>
==== bUseVelocityObstacles ====
Default is 1.
<pre>bUseVelocityObstacles=</pre>
==== bWarnIfHighLevelSearchFails ====
Default is 0.
<pre>bWarnIfHighLevelSearchFails=</pre>
==== bWarpOnConsecutiveFailures ====
Default is 1.
<pre>bWarpOnConsecutiveFailures=</pre>
==== fAICombatTurnSpeedScale ====
Default is 2.5.
<pre>fAICombatTurnSpeedScale=</pre>
==== fAITurnSpeedScale ====
Default is 1.5.
<pre>fAITurnSpeedScale=</pre>
==== fAcceptableErrorRatio ====
Default is 0.9.
<pre>fAcceptableErrorRatio=</pre>
==== fAvoidNodeCost ====
Default is 24.
<pre>fAvoidNodeCost=</pre>
==== fAvoidNodeRadiusAdd ====
Default is 11.
<pre>fAvoidNodeRadiusAdd=</pre>
==== fAvoidPreferredTriangleCrossingMultiplier ====
Default is 10.
<pre>fAvoidPreferredTriangleCrossingMultiplier=</pre>
==== fAvoidPreferredTriangleMultiplier ====
Default is 3.
<pre>fAvoidPreferredTriangleMultiplier=</pre>
==== fAvoidanceDistanceRadiusMult ====
Default is 1.
<pre>fAvoidanceDistanceRadiusMult=</pre>
==== fAvoidanceTimeDelta ====
Default is 3.
<pre>fAvoidanceTimeDelta=</pre>
==== fBackPedalAngle ====
Default is 160.
<pre>fBackPedalAngle=</pre>
==== fBadTriangleMultiplier ====
Default is 100.
<pre>fBadTriangleMultiplier=</pre>
==== fDefaultAvoidBoxAvoidNodeRadius ====
Default is 32.
<pre>fDefaultAvoidBoxAvoidNodeRadius=</pre>
==== fDefaultAvoidNodeCost ====
Default is 32.
<pre>fDefaultAvoidNodeCost=</pre>
==== fDefaultPreferredFactor ====
Default is 0.5.
<pre>fDefaultPreferredFactor=</pre>
==== fDefaultStaticAvoidNodeRadius ====
Default is 32.
<pre>fDefaultStaticAvoidNodeRadius=</pre>
==== fDefaultTangentSmoothingFactor ====
Default is 1.
<pre>fDefaultTangentSmoothingFactor=</pre>
==== fDistFromPathForFollowingRadiusMult ====
Default is 2.
<pre>fDistFromPathForFollowingRadiusMult=</pre>
==== fFindMaxSpeedMinParamIncrementPercent ====
Default is 0.1.
<pre>fFindMaxSpeedMinParamIncrementPercent=</pre>
==== fFollowerTeleportOffsetFudge ====
Default is 10.
<pre>fFollowerTeleportOffsetFudge=</pre>
==== fHeadingToPathTangentMaxAngle ====
Default is 15.
<pre>fHeadingToPathTangentMaxAngle=</pre>
==== fLedgeJumpHeightBuffer ====
Default is 16.
<pre>fLedgeJumpHeightBuffer=</pre>
==== fMaxAvoidanceRadius ====
Default is 512.
<pre>fMaxAvoidanceRadius=</pre>
==== fMaxCollisionTime ====
Default is 1.
<pre>fMaxCollisionTime=</pre>
==== fMaxDistFromPathRadiusMult ====
Default is 5.
<pre>fMaxDistFromPathRadiusMult=</pre>
==== fMaxDistanceFromNavmeshMult ====
Default is 0.25.
<pre>fMaxDistanceFromNavmeshMult=</pre>
==== fMaxDistanceMoved ====
Default is 5.
<pre>fMaxDistanceMoved=</pre>
==== fMaxEdgeLength ====
Default is 512.
<pre>fMaxEdgeLength=</pre>
==== fMaxFitnessMultiplier ====
Default is 2.
<pre>fMaxFitnessMultiplier=</pre>
==== fMaxHeightFromNavmeshToObstacleBoxBottom ====
Default is 128.
<pre>fMaxHeightFromNavmeshToObstacleBoxBottom=</pre>
==== fMaxHeightFromObstacleBoxToToNavmesh ====
Default is -16.
<pre>fMaxHeightFromObstacleBoxToToNavmesh=</pre>
==== fMaxTimeBlockedByActors ====
Default is 1.
<pre>fMaxTimeBlockedByActors=</pre>
==== fMaxTimeSizeAvoidNode ====
Default is 1.
<pre>fMaxTimeSizeAvoidNode=</pre>
==== fMinAvoidanceRadius ====
Default is 256.
<pre>fMinAvoidanceRadius=</pre>
==== fMinCollisionTime ====
Default is 0.25.
<pre>fMinCollisionTime=</pre>
==== fMinDist ====
Default is 50.
<pre>fMinDist=</pre>
==== fMinFailureDistance ====
Default is 50.
<pre>fMinFailureDistance=</pre>
==== fMinFrictionSpeed ====
Default is 2.
<pre>fMinFrictionSpeed=</pre>
==== fMinNormalizedSpeedForSlowdown ====
Default is 0.75.
<pre>fMinNormalizedSpeedForSlowdown=</pre>
==== fMinStairSpeed ====
Default is 80.
<pre>fMinStairSpeed=</pre>
==== fMinTimeToNextPoint ====
Default is 0.3.
<pre>fMinTimeToNextPoint=</pre>
==== fMinimalUsePathingCost ====
Default is 409600.
<pre>fMinimalUsePathingCost=</pre>
==== fMovementBlockedTimer ====
Default is 0.02.
<pre>fMovementBlockedTimer=</pre>
==== fNavmeshBoundsActorRadiusMultiplier ====
Default is 1.
<pre>fNavmeshBoundsActorRadiusMultiplier=</pre>
==== fNavmeshBoundsMinTimeOfImpact ====
Default is 0.0333.
<pre>fNavmeshBoundsMinTimeOfImpact=</pre>
==== fNodeDistanceThreshold ====
Default is 25.
<pre>fNodeDistanceThreshold=</pre>
==== fObstacleManagerMinHeight ====
Default is 48.
<pre>fObstacleManagerMinHeight=</pre>
==== fObstacleManagerMinWidth ====
Default is 16.
<pre>fObstacleManagerMinWidth=</pre>
==== fObstacleUpdateDeltaWhenMoving ====
Default is 1.
<pre>fObstacleUpdateDeltaWhenMoving=</pre>
==== fObstacleUpdateDeltaWhenUnknown ====
Default is 5.
<pre>fObstacleUpdateDeltaWhenUnknown=</pre>
==== fPOVSmootherAvoidNodeCost ====
Default is 7.
<pre>fPOVSmootherAvoidNodeCost=</pre>
==== fPathManagerDebugInfoWindow ====
Default is 1.
<pre>fPathManagerDebugInfoWindow=</pre>
==== fPathToAnimLengthMaxMultiplier ====
Default is 2.
<pre>fPathToAnimLengthMaxMultiplier=</pre>
==== fPathingLargeActorRadius ====
Default is 80.
<pre>fPathingLargeActorRadius=</pre>
==== fPreferredTriangleMultiplier ====
Default is 0.01.
<pre>fPreferredTriangleMultiplier=</pre>
==== fRotateTowardsPathThreshold ====
Default is 5.
<pre>fRotateTowardsPathThreshold=</pre>
==== fShortPathRadiusMult ====
Default is 2.
<pre>fShortPathRadiusMult=</pre>
==== fSlowDownMultiplier ====
Default is 0.5.
<pre>fSlowDownMultiplier=</pre>
==== fSmoothingStepHeight ====
Default is 25.
<pre>fSmoothingStepHeight=</pre>
==== fSprintAccelerationMult ====
Default is 10.
<pre>fSprintAccelerationMult=</pre>
==== fSprintAngleToPathThreshold ====
Default is 5.
<pre>fSprintAngleToPathThreshold=</pre>
==== fSprintDistToPathThresholdRadiusMult ====
Default is 0.5.
<pre>fSprintDistToPathThresholdRadiusMult=</pre>
==== fStaticPathTangentSmoothingFactor ====
Default is 0.5.
<pre>fStaticPathTangentSmoothingFactor=</pre>
==== fTeleportNodeAngleTolerance ====
Default is 5.
<pre>fTeleportNodeAngleTolerance=</pre>
==== fTotalDisplacementThresholdRadiusMult ====
Default is 0.66.
<pre>fTotalDisplacementThresholdRadiusMult=</pre>
==== fTotalTimePadding ====
Default is 0.5.
<pre>fTotalTimePadding=</pre>
==== fTotalTimeThreshold ====
Default is 1.
<pre>fTotalTimeThreshold=</pre>
==== fTweenerAnimDurationOffset ====
Default is 0.1.
<pre>fTweenerAnimDurationOffset=</pre>
==== fTweeningMaxPercentSpeedDelta ====
Default is 0.2.
<pre>fTweeningMaxPercentSpeedDelta=</pre>
==== fWarpMaxTime ====
Default is 5.
<pre>fWarpMaxTime=</pre>
==== fWarpPathOffset ====
Default is 100.
<pre>fWarpPathOffset=</pre>
==== fWarpRequestActorRadius ====
Default is 5.
<pre>fWarpRequestActorRadius=</pre>
==== fWaterTriangleCostMultiplier ====
Default is 4.
<pre>fWaterTriangleCostMultiplier=</pre>
==== fWaterTriangleCrossingCostMultiplier ====
Default is 5.
<pre>fWaterTriangleCrossingCostMultiplier=</pre>
==== iDefaultRetryCount ====
Default is 3.
<pre>iDefaultRetryCount=</pre>
==== iFindMaxSpeedMinIterationCount ====
Default is 10.
<pre>iFindMaxSpeedMinIterationCount=</pre>
==== iMaxActorsToAvoid ====
Default is 10.
<pre>iMaxActorsToAvoid=</pre>
==== iMaxAvoidBoxCheckPerFrame ====
Default is 2.
<pre>iMaxAvoidBoxCheckPerFrame=</pre>
==== iMaxHavokRequestsPerFrame ====
Default is 2.
<pre>iMaxHavokRequestsPerFrame=</pre>
==== iMaxObstacleBuildPerFrame ====
Default is 1.
<pre>iMaxObstacleBuildPerFrame=</pre>
==== iMaxPathRequestsPerFrameTracked ====
Default is 32.
<pre>iMaxPathRequestsPerFrameTracked=</pre>
==== iMaxQueuedPathingRequests ====
Default is 50.
<pre>iMaxQueuedPathingRequests=</pre>
==== iPathRequestsAllowedPerFrame ====
Default is 2.
<pre>iPathRequestsAllowedPerFrame=</pre>
==== iWarpMaxPathFailureCount ====
Default is 3.
<pre>iWarpMaxPathFailureCount=</pre>
==== uiSmallNavmeshInfoPathSC ====
Default is 3.
<pre>uiSmallNavmeshInfoPathSC=</pre>
== [BSPathing] ==
==== fFindClosestEdgesRadius ====
Default is 512.
<pre>fFindClosestEdgesRadius=</pre>
== [Verlet] ==
==== bUseConstantStepDelta ====
Default is 1.
<pre>bUseConstantStepDelta=</pre>
==== bUseRotationBasedTransformUpdate ====
Default is 1.
<pre>bUseRotationBasedTransformUpdate=</pre>
==== fGravity ====
Default is -1500.
<pre>fGravity=</pre>
==== fVerticalCapsuleOffset ====
Default is 50.
<pre>fVerticalCapsuleOffset=</pre>
==== uCapeClothNumPin ====
Default is 12.
<pre>uCapeClothNumPin=</pre>
==== uiNumIter ====
Default is 50.
<pre>uiNumIter=</pre>
== [BackgroundLoad] ==
==== bBackgroundCellLoads ====
Default is 1.
<pre>bBackgroundCellLoads=</pre>
==== bBackgroundLoadLipFiles ====
Default is 0.
<pre>bBackgroundLoadLipFiles=</pre>
==== bLoadBackgroundFaceGen ====
Default is 0.
<pre>bLoadBackgroundFaceGen=</pre>
==== bLoadHelmetsInBackground ====
Default is 1.
<pre>bLoadHelmetsInBackground=</pre>
==== bSelectivePurgeUnusedOnFastTravel ====
Default is 0.
<pre>bSelectivePurgeUnusedOnFastTravel=</pre>
==== bUseBackgroundFileLoader ====
Default is 0.
<pre>bUseBackgroundFileLoader=</pre>
==== bUseMultiThreadedFaceGen ====
Default is 1.
<pre>bUseMultiThreadedFaceGen=</pre>
==== bUseMultiThreadedTrees ====
Default is 1.
<pre>bUseMultiThreadedTrees=</pre>
==== iPostProcessMilliseconds ====
Default is 5.
<pre>iPostProcessMilliseconds=</pre>
==== iPostProcessMillisecondsEditor ====
Default is 50.
<pre>iPostProcessMillisecondsEditor=</pre>
==== iPostProcessMillisecondsLoadingQueuedPriority ====
Default is 20.
<pre>iPostProcessMillisecondsLoadingQueuedPriority=</pre>
==== iPostProcessTaskWarningMilliseconds ====
Default is 20.
<pre>iPostProcessTaskWarningMilliseconds=</pre>
== [Controls] ==
==== bBackgroundMouse ====
Default is 0.
<pre>bBackgroundMouse=</pre>
==== bDampenPlayerControls ====
Default is 1.
<pre>bDampenPlayerControls=</pre>
==== bFreezeDirectionOnLargeDelta ====
Default is 1.
<pre>bFreezeDirectionOnLargeDelta=</pre>
==== bInvertMovementThumbstick ====
Default is 0.
<pre>bInvertMovementThumbstick=</pre>
==== bPlayerGraphFeedback ====
Default is 0.
<pre>bPlayerGraphFeedback=</pre>
==== bShowKinectDebugInfo ====
Default is 0.
<pre>bShowKinectDebugInfo=</pre>
==== fControllerBufferDepth ====
Default is 0.14.
<pre>fControllerBufferDepth=</pre>
==== fControllerDampenTime ====
Default is 0.18.
<pre>fControllerDampenTime=</pre>
==== fControllerSampleThreshold ====
Default is 0.1.
<pre>fControllerSampleThreshold=</pre>
==== fDialogueHardStopAngle1P ====
Default is 45.
<pre>fDialogueHardStopAngle1P=</pre>
==== fDialogueHardStopAngle3P ====
Default is 55.
<pre>fDialogueHardStopAngle3P=</pre>
==== fDialogueSoftStopAngle1P ====
Default is 20.
<pre>fDialogueSoftStopAngle1P=</pre>
==== fDialogueSoftStopAngle3P ====
Default is 25.
<pre>fDialogueSoftStopAngle3P=</pre>
==== fDirectionalDeadzone ====
Default is 0.5.
<pre>fDirectionalDeadzone=</pre>
==== fDualCastChordTime ====
Default is 0.05.
<pre>fDualCastChordTime=</pre>
==== fFreezeDirectionDefaultAngleThreshold ====
Default is 60.
<pre>fFreezeDirectionDefaultAngleThreshold=</pre>
==== fFreezeDirectionDefaultSpeedThreshold ====
Default is 100.
<pre>fFreezeDirectionDefaultSpeedThreshold=</pre>
==== fGamepadHeadingSensitivityMax ====
Default is 3.55.
<pre>fGamepadHeadingSensitivityMax=</pre>
==== fGamepadHeadingSensitivityMin ====
Default is 0.25.
<pre>fGamepadHeadingSensitivityMin=</pre>
==== fGamepadHeadingXScale ====
Default is 0.9.
<pre>fGamepadHeadingXScale=</pre>
==== fGamepadHeadingYScale ====
Default is 23.
<pre>fGamepadHeadingYScale=</pre>
==== fHeadingAxisDeadzone ====
Default is 0.15.
<pre>fHeadingAxisDeadzone=</pre>
==== fHorseClampAngle ====
Default is 10.
<pre>fHorseClampAngle=</pre>
==== fHorseControlsDampenTime ====
Default is 1.
<pre>fHorseControlsDampenTime=</pre>
==== fHorseHeadingMovementMult ====
Default is 0.75.
<pre>fHorseHeadingMovementMult=</pre>
==== fHotKeyDelay ====
Default is 0.25.
<pre>fHotKeyDelay=</pre>
==== fInitialPowerAttackDelay ====
Default is 0.3.
<pre>fInitialPowerAttackDelay=</pre>
==== fInitialPowerBashDelay ====
Default is 0.3.
<pre>fInitialPowerBashDelay=</pre>
==== fLThumbDeadzone ====
Default is 0.24.
<pre>fLThumbDeadzone=</pre>
==== fLookGraphX1 ====
Default is 0.4.
<pre>fLookGraphX1=</pre>
==== fLookGraphX2 ====
Default is 0.6.
<pre>fLookGraphX2=</pre>
==== fLookGraphX3 ====
Default is 0.8.
<pre>fLookGraphX3=</pre>
==== fLookGraphX4 ====
Default is 0.9.
<pre>fLookGraphX4=</pre>
==== fLookGraphY1 ====
Default is 0.1.
<pre>fLookGraphY1=</pre>
==== fLookGraphY2 ====
Default is 0.2.
<pre>fLookGraphY2=</pre>
==== fLookGraphY3 ====
Default is 0.3.
<pre>fLookGraphY3=</pre>
==== fLookGraphY4 ====
Default is 0.6.
<pre>fLookGraphY4=</pre>
==== fMaxLookRampUpDelta ====
Default is 0.13.
<pre>fMaxLookRampUpDelta=</pre>
==== fMaxMoveRampDownDelta ====
Default is 500.
<pre>fMaxMoveRampDownDelta=</pre>
==== fMouseHeadingSensitivityMax ====
Default is 0.05.
<pre>fMouseHeadingSensitivityMax=</pre>
==== fMouseHeadingSensitivityMin ====
Default is 0.01.
<pre>fMouseHeadingSensitivityMin=</pre>
==== fMouseHeadingXScale ====
Default is 0.02.
<pre>fMouseHeadingXScale=</pre>
==== fMouseHeadingYScale ====
Default is 0.85.
<pre>fMouseHeadingYScale=</pre>
==== fMoveGraphX1 ====
Default is 0.2.
<pre>fMoveGraphX1=</pre>
==== fMoveGraphX2 ====
Default is 0.7.
<pre>fMoveGraphX2=</pre>
==== fMoveGraphX3 ====
Default is 0.9.
<pre>fMoveGraphX3=</pre>
==== fMoveGraphY1 ====
Default is 0.1.
<pre>fMoveGraphY1=</pre>
==== fMoveGraphY2 ====
Default is 0.5.
<pre>fMoveGraphY2=</pre>
==== fMoveGraphY3 ====
Default is 0.9.
<pre>fMoveGraphY3=</pre>
==== fMovementAxisDeadzone ====
Default is 0.15.
<pre>fMovementAxisDeadzone=</pre>
==== fOutsideDialogueAngleRotationDampen ====
Default is 0.33.
<pre>fOutsideDialogueAngleRotationDampen=</pre>
==== fPCDialogueLookSpeed ====
Default is 10.
<pre>fPCDialogueLookSpeed=</pre>
==== fPCDialogueLookStart ====
Default is 25.
<pre>fPCDialogueLookStart=</pre>
==== fPlayerThirdPersonDampenTime ====
Default is 0.25.
<pre>fPlayerThirdPersonDampenTime=</pre>
==== fRThumbDeadzone ====
Default is 0.265.
<pre>fRThumbDeadzone=</pre>
==== fReverseDirThreshold ====
Default is 0.3.
<pre>fReverseDirThreshold=</pre>
==== fSprintStopThreshold ====
Default is 0.5.
<pre>fSprintStopThreshold=</pre>
==== fSubsequentPowerAttackDelay ====
Default is 2.
<pre>fSubsequentPowerAttackDelay=</pre>
==== fSubsequentPowerBashDelay ====
Default is 2.
<pre>fSubsequentPowerBashDelay=</pre>
==== fTogglePOVDelay ====
Default is 0.
<pre>fTogglePOVDelay=</pre>
==== fTriggerDeadzone ====
Default is 0.3.
<pre>fTriggerDeadzone=</pre>
==== fZKeyDelay ====
Default is 0.2.
<pre>fZKeyDelay=</pre>
==== iNumHotkeys ====
Default is 37.
<pre>iNumHotkeys=</pre>
==== iNumLookGraphSettings ====
Default is 4.
<pre>iNumLookGraphSettings=</pre>
==== iNumMoveGraphSettings ====
Default is 3.
<pre>iNumMoveGraphSettings=</pre>
== [Menu] ==
==== iConsoleHistoryCharBufferSize ====
Default is 16384.
<pre>iConsoleHistoryCharBufferSize=</pre>
==== iConsoleSizeScreenPercent ====
Default is 40.
<pre>iConsoleSizeScreenPercent=</pre>
==== iConsoleTextSize ====
Default is 20.
<pre>iConsoleTextSize=</pre>
==== rConsoleHistoryTextColor ====
Default is 153,153,153.
<pre>rConsoleHistoryTextColor=</pre>
==== rConsoleTextColor ====
Default is 255,255,255.
<pre>rConsoleTextColor=</pre>
==== rDebugTextColor ====
Default is 255,251,233.
<pre>rDebugTextColor=</pre>
== [Fonts] ==
==== sFontConfigFile ====
Default is Interface\FontConfig.txt.
<pre>sFontConfigFile=</pre>
== [Kinect] ==
==== fKinectMaxAllyTradeDistance ====
Default is 60000.
<pre>fKinectMaxAllyTradeDistance=</pre>
==== fKinectMinConfidence ====
Default is 0.3.
<pre>fKinectMinConfidence=</pre>
==== fKinectMinReportConfidence ====
Default is 0.01.
<pre>fKinectMinReportConfidence=</pre>
==== fKinectMinReportShoutConfidence ====
Default is 0.005.
<pre>fKinectMinReportShoutConfidence=</pre>
==== fKinectMinRuleConfidence ====
Default is 0.25.
<pre>fKinectMinRuleConfidence=</pre>
==== fKinectMinShoutConfidence ====
Default is 0.0075.
<pre>fKinectMinShoutConfidence=</pre>
== [Papyrus] ==
==== bEnableLogging ====
Default is 0.
<pre>bEnableLogging=</pre>
==== bEnableProfiling ====
Default is 0.
<pre>bEnableProfiling=</pre>
==== bEnableTrace ====
Default is 0.
<pre>bEnableTrace=</pre>
==== bLoadDebugInformation ====
Default is 0.
<pre>bLoadDebugInformation=</pre>
==== fArchiveInitBufferMB ====
Default is 8.
<pre>fArchiveInitBufferMB=</pre>
==== fExtraTaskletBudgetMS ====
Default is 1.2.
<pre>fExtraTaskletBudgetMS=</pre>
==== fPostLoadUpdateTimeMS ====
Default is 500 (although default set by the game without the value present is 2000).
<pre>fPostLoadUpdateTimeMS=</pre>
==== fUpdateBudgetMS ====
Default is 1.2.
<pre>fUpdateBudgetMS=</pre>
==== iMaxAllocatedMemoryBytes ====
Default is 76800.
<pre>iMaxAllocatedMemoryBytes=</pre>
==== iMaxMemoryPageSize ====
Default is 512.
<pre>iMaxMemoryPageSize=</pre>
==== iMinMemoryPageSize ====
Default is 128.
<pre>iMinMemoryPageSize=</pre>
==== uTraceStatusOfQuest ====
Default is 0.
<pre>uTraceStatusOfQuest=</pre>
== [:Controls] ==
==== fKeyboardRepeatDelay ====
Default is 0.3.
<pre>fKeyboardRepeatDelay=</pre>
==== fKeyboardRepeatRate ====
Default is 0.05.
<pre>fKeyboardRepeatRate=</pre>
== [Audio] ==
==== bEnableAudio ====
Default is 1.
<pre>bEnableAudio=</pre>
==== bEnableAudioCache ====
Default is 1.
<pre>bEnableAudioCache=</pre>
==== fASFadeInTime ====
Default is 3.
<pre>fASFadeInTime=</pre>
==== fASFadeOutTime ====
Default is 8.
<pre>fASFadeOutTime=</pre>
==== fAudioRumbleBigExponent ====
Default is 0.5.
<pre>fAudioRumbleBigExponent=</pre>
==== fAudioRumblePowerAttackAdj ====
Default is 0.15.
<pre>fAudioRumblePowerAttackAdj=</pre>
==== fAudioRumbleSmallExponent ====
Default is 0.4.
<pre>fAudioRumbleSmallExponent=</pre>
==== fCollisionSoundHeavyThreshold ====
Default is 160.
<pre>fCollisionSoundHeavyThreshold=</pre>
==== fDefaultMasterVolume ====
Default is 1.
<pre>fDefaultMasterVolume=</pre>
==== fDialogueHeadPitchExaggeration ====
Default is 2.
<pre>fDialogueHeadPitchExaggeration=</pre>
==== fDialogueHeadRollExaggeration ====
Default is 2.
<pre>fDialogueHeadRollExaggeration=</pre>
==== fDialogueHeadYawExaggeration ====
Default is 2.
<pre>fDialogueHeadYawExaggeration=</pre>
==== fHardLandingDamageThreshold ====
Default is 500.
<pre>fHardLandingDamageThreshold=</pre>
==== fHighlightSpeechOverlap ====
Default is 0.5.
<pre>fHighlightSpeechOverlap=</pre>
==== fMaxHighlightRadius ====
Default is 250.
<pre>fMaxHighlightRadius=</pre>
==== fMenuModeFadeInTime ====
Default is 1 (although default set by the game without the value present is 0.5).
<pre>fMenuModeFadeInTime=</pre>
==== fMenuModeFadeOutTime ====
Default is 3 (although default set by the game without the value present is 0.5).
<pre>fMenuModeFadeOutTime=</pre>
==== fMinSoundVel ====
Default is 60.
<pre>fMinSoundVel=</pre>
==== fMusicDuckingSeconds ====
Default is 6 (although default set by the game without the value present is 1).
<pre>fMusicDuckingSeconds=</pre>
==== fMusicFinaleCrossFadeTimeIn ====
Default is 3.
<pre>fMusicFinaleCrossFadeTimeIn=</pre>
==== fMusicFinaleCrossFadeTimeOut ====
Default is 6.
<pre>fMusicFinaleCrossFadeTimeOut=</pre>
==== fMusicUnDuckingSeconds ====
Default is 8 (although default set by the game without the value present is 4).
<pre>fMusicUnDuckingSeconds=</pre>
==== fNonDialogVoiceDucking ====
Default is 9.
<pre>fNonDialogVoiceDucking=</pre>
==== fNonDialogVoiceDuckingFadeIn ====
Default is 1.
<pre>fNonDialogVoiceDuckingFadeIn=</pre>
==== fNonDialogVoiceDuckingFadeOut ====
Default is 1.5.
<pre>fNonDialogVoiceDuckingFadeOut=</pre>
==== fNonHighlightSpeechAtten ====
Default is 12.
<pre>fNonHighlightSpeechAtten=</pre>
==== fRegionLoopFadeInTime ====
Default is 6.
<pre>fRegionLoopFadeInTime=</pre>
==== fRegionLoopFadeOutTime ====
Default is 8.
<pre>fRegionLoopFadeOutTime=</pre>
==== fRegionRandomSoundPlacementBase ====
Default is 100.
<pre>fRegionRandomSoundPlacementBase=</pre>
==== fRegionSoundPlacementRandomOffset ====
Default is 650.
<pre>fRegionSoundPlacementRandomOffset=</pre>
==== fRegionSoundPlacementZOffset ====
Default is 256.
<pre>fRegionSoundPlacementZOffset=</pre>
==== fReverbTransitionTime ====
Default is 0.5.
<pre>fReverbTransitionTime=</pre>
==== fWaterAudioFadeInSeconds ====
Default is 3.
<pre>fWaterAudioFadeInSeconds=</pre>
==== fWaterAudioFadeOutSeconds ====
Default is 5.
<pre>fWaterAudioFadeOutSeconds=</pre>
==== iCollisionSoundTimeDelta ====
Default is 150.
<pre>iCollisionSoundTimeDelta=</pre>
==== iHighlightSpeechOverlap ====
Default is 500.
<pre>iHighlightSpeechOverlap=</pre>
==== sAudioAPI ====
Default is <code>XAudio2</code>.
<pre>sAudioAPI=</pre>
==== sDeathCameraEffect ====
Default is <code>MAGShoutSlowTimeActiveLP</code>.
<pre>sDeathCameraEffect=</pre>
==== sMissingAssetSoundFile ====
Default is blank.
<pre>sMissingAssetSoundFile=</pre>
==== uAsyncReadPriorityThreshold ====
Default is 64.
<pre>uAsyncReadPriorityThreshold=</pre>
==== uAudioThreadSleepTimeGameMode ====
Default is 33.
<pre>uAudioThreadSleepTimeGameMode=</pre>
==== uAudioThreadSleepTimeMenuMode ====
Default is 1.
<pre>uAudioThreadSleepTimeMenuMode=</pre>
==== uMaxSizeForCachedSound ====
Default is 262144.
<pre>uMaxSizeForCachedSound=</pre>
==== uRegionSoundsAllowedPerUpdate ====
Default is 1.
<pre>uRegionSoundsAllowedPerUpdate=</pre>
==== uStreamingThreshold ====
Default is 4194304.
<pre>uStreamingThreshold=</pre>
==== uWaterAudioAmbientAttenuation ====
Default is 2200.
<pre>uWaterAudioAmbientAttenuation=</pre>
==== uWaterAudioAxisSamplePoints ====
Default is 8.
<pre>uWaterAudioAxisSamplePoints=</pre>
==== uWaterAudioSamplePointsToUse ====
Default is 8.
<pre>uWaterAudioSamplePointsToUse=</pre>
==== uiAudioHWThread ====
Default is 2.
<pre>uiAudioHWThread=</pre>
==== uiInitialCacheSize ====
Default is 1048576.
<pre>uiInitialCacheSize=</pre>
==== uiMaxAudioCacheSize ====
Default is 2097152.
<pre>uiMaxAudioCacheSize=</pre>
== [Camera] ==
==== bDisableAutoVanityMode ====
Default is 0.
<pre>bDisableAutoVanityMode=</pre>
==== bDragonCameraTargetPlayer ====
Default is 1.
<pre>bDragonCameraTargetPlayer=</pre>
==== bReturnTo1stPersonFromVanity ====
Default is 0.
<pre>bReturnTo1stPersonFromVanity=</pre>
==== f1st3rdSwitchDelay ====
Default is 0.25.
<pre>f1st3rdSwitchDelay=</pre>
==== f1stPitchOffsetMouseFollowSpeed ====
Default is 15.
<pre>f1stPitchOffsetMouseFollowSpeed=</pre>
==== f1stPitchOffsetMouseMaxLag ====
Default is 4.
<pre>f1stPitchOffsetMouseMaxLag=</pre>
==== f1stPitchOffsetMultOffAccel ====
Default is 1.
<pre>f1stPitchOffsetMultOffAccel=</pre>
==== f1stPitchOffsetMultOffMaxSpeed ====
Default is 1.
<pre>f1stPitchOffsetMultOffMaxSpeed=</pre>
==== f1stPitchOffsetMultOnAccel ====
Default is 0.5.
<pre>f1stPitchOffsetMultOnAccel=</pre>
==== f1stPitchOffsetMultOnMaxSpeed ====
Default is 0.6.
<pre>f1stPitchOffsetMultOnMaxSpeed=</pre>
==== f1stPitchOffsetTarget ====
Default is 0.75.
<pre>f1stPitchOffsetTarget=</pre>
==== fActorFadeOutLimit ====
Default is 30.
<pre>fActorFadeOutLimit=</pre>
==== fAutoVanityIncrement ====
Default is 0.01.
<pre>fAutoVanityIncrement=</pre>
==== fAutoVanityModeDelay ====
Default is 120.
<pre>fAutoVanityModeDelay=</pre>
==== fCameraCasterBleedOutSize ====
Default is 5.
<pre>fCameraCasterBleedOutSize=</pre>
==== fCameraCasterSize ====
Default is 15.
<pre>fCameraCasterSize=</pre>
==== fCameraCasterTargetSize ====
Default is 20.
<pre>fCameraCasterTargetSize=</pre>
==== fCharControllerCheckHeightOffset ====
Default is 124.
<pre>fCharControllerCheckHeightOffset=</pre>
==== fChaseCameraMaxAngle ====
Default is 30.
<pre>fChaseCameraMaxAngle=</pre>
==== fChaseCameraSpeed ====
Default is 10.
<pre>fChaseCameraSpeed=</pre>
==== fCollisionRecoveryMinDist ====
Default is 4000.
<pre>fCollisionRecoveryMinDist=</pre>
==== fCollisionRecoverySpeed ====
Default is 3.
<pre>fCollisionRecoverySpeed=</pre>
==== fDefaultAutoVanityZoom ====
Default is 300.
<pre>fDefaultAutoVanityZoom=</pre>
==== fDragonCameraDollyTime ====
Default is 0.75.
<pre>fDragonCameraDollyTime=</pre>
==== fDragonMaxAngleBeforeTurn ====
Default is 90.
<pre>fDragonMaxAngleBeforeTurn=</pre>
==== fFirstPersonDisablePOVLerpDPS ====
Default is 2.
<pre>fFirstPersonDisablePOVLerpDPS=</pre>
==== fFirstPersonSittingAngleLimit ====
Default is 1.5708.
<pre>fFirstPersonSittingAngleLimit=</pre>
==== fFirstPersonSittingRotationSpeed ====
Default is 0.1.
<pre>fFirstPersonSittingRotationSpeed=</pre>
==== fFreeCameraRotationSpeed ====
Default is 3.
<pre>fFreeCameraRotationSpeed=</pre>
==== fFreeCameraRunSpeed ====
Default is 2.
<pre>fFreeCameraRunSpeed=</pre>
==== fFreeCameraTranslationSpeed ====
Default is 20.
<pre>fFreeCameraTranslationSpeed=</pre>
==== fFreeCameraTriggerDeadzone ====
Default is 0.1.
<pre>fFreeCameraTriggerDeadzone=</pre>
==== fFreeRotationSpeed ====
Default is 3.
<pre>fFreeRotationSpeed=</pre>
==== fFurnitureCameraAngle ====
Default is 0.3927.
<pre>fFurnitureCameraAngle=</pre>
==== fFurnitureCameraZoom ====
Default is 250.
<pre>fFurnitureCameraZoom=</pre>
==== fHorseDismountYawCorrection ====
Default is 0.32.
<pre>fHorseDismountYawCorrection=</pre>
==== fHorseMaxAngleBeforeTurn ====
Default is 90.
<pre>fHorseMaxAngleBeforeTurn=</pre>
==== fLookingSpeed ====
Default is 0.1.
<pre>fLookingSpeed=</pre>
==== fMinCurrentZoom ====
Default is -0.2.
<pre>fMinCurrentZoom=</pre>
==== fMouseWheelZoomIncrement ====
Default is 0.075.
<pre>fMouseWheelZoomIncrement=</pre>
==== fMouseWheelZoomMinDelta ====
Default is 0.005.
<pre>fMouseWheelZoomMinDelta=</pre>
==== fMouseWheelZoomSpeed ====
Default is 0.8.
<pre>fMouseWheelZoomSpeed=</pre>
==== fOverShoulderCombatAddY ====
Default is -100.
<pre>fOverShoulderCombatAddY=</pre>
==== fOverShoulderCombatPosX ====
Default is 0.
<pre>fOverShoulderCombatPosX=</pre>
==== fOverShoulderCombatPosZ ====
Default is 20.
<pre>fOverShoulderCombatPosZ=</pre>
==== fOverShoulderDragonAddY ====
Default is -600.
<pre>fOverShoulderDragonAddY=</pre>
==== fOverShoulderDragonPosX ====
Default is 0.
<pre>fOverShoulderDragonPosX=</pre>
==== fOverShoulderDragonPosZ ====
Default is 0.
<pre>fOverShoulderDragonPosZ=</pre>
==== fOverShoulderHorseAddY ====
Default is -300.
<pre>fOverShoulderHorseAddY=</pre>
==== fOverShoulderHorsePosX ====
Default is 0.
<pre>fOverShoulderHorsePosX=</pre>
==== fOverShoulderHorsePosZ ====
Default is 0.
<pre>fOverShoulderHorsePosZ=</pre>
==== fOverShoulderPosX ====
Default is 30.
<pre>fOverShoulderPosX=</pre>
==== fOverShoulderPosZ ====
Default is -10.
<pre>fOverShoulderPosZ=</pre>
==== fPitchZeroBlendTime ====
Default is 0.75.
<pre>fPitchZeroBlendTime=</pre>
==== fPitchZoomOutMaxDist ====
Default is 100.
<pre>fPitchZoomOutMaxDist=</pre>
==== fShoulderDollySpeed ====
Default is 3.
<pre>fShoulderDollySpeed=</pre>
==== fThumbstickZoomSpeed ====
Default is 0.05.
<pre>fThumbstickZoomSpeed=</pre>
==== fTweenCamRotAngle ====
Default is 0.05.
<pre>fTweenCamRotAngle=</pre>
==== fTweenCamRotClosingSpeed ====
Default is 10.
<pre>fTweenCamRotClosingSpeed=</pre>
==== fTweenCamRotSpeed ====
Default is 4.
<pre>fTweenCamRotSpeed=</pre>
==== fTweenCamZoomFOVMod ====
Default is 10.
<pre>fTweenCamZoomFOVMod=</pre>
==== fTweenCamZoomSpeed ====
Default is 25.
<pre>fTweenCamZoomSpeed=</pre>
==== fVanityModeMaxDist ====
Default is 600.
<pre>fVanityModeMaxDist=</pre>
==== fVanityModeMaxDistFlyMult ====
Default is 4.
<pre>fVanityModeMaxDistFlyMult=</pre>
==== fVanityModeMinDist ====
Default is 155.
<pre>fVanityModeMinDist=</pre>
==== fVanityModeMinDistFly ====
Default is 1200.
<pre>fVanityModeMinDistFly=</pre>
==== fWorkbenchCameraPitch ====
Default is 0.5.
<pre>fWorkbenchCameraPitch=</pre>
==== fWorkbenchCameraTranslateX ====
Default is 0.
<pre>fWorkbenchCameraTranslateX=</pre>
==== fWorkbenchCameraTranslateY ====
Default is 50.
<pre>fWorkbenchCameraTranslateY=</pre>
==== fWorkbenchCameraTranslateZ ====
Default is -50.
<pre>fWorkbenchCameraTranslateZ=</pre>
==== fWorkbenchCameraYaw ====
Default is -1.
<pre>fWorkbenchCameraYaw=</pre>
==== fWorkbenchCameraZoom ====
Default is 100.
<pre>fWorkbenchCameraZoom=</pre>
==== iAnimatedTransitionMillis ====
Default is 1000.
<pre>iAnimatedTransitionMillis=</pre>
==== iBleedoutTransitionMillis ====
Default is 500.
<pre>iBleedoutTransitionMillis=</pre>
==== iHorseTransitionMillis ====
Default is 500.
<pre>iHorseTransitionMillis=</pre>
== [Combat] ==
==== bAimSights ====
Default is 0.
<pre>bAimSights=</pre>
==== bChainExplosionDebug ====
Default is 0.
<pre>bChainExplosionDebug=</pre>
==== bCombatPathSmoothing ====
Default is 1.
<pre>bCombatPathSmoothing=</pre>
==== bCombatPathSprinting ====
Default is 1.
<pre>bCombatPathSprinting=</pre>
==== bDebugCombat ====
Default is 0.
<pre>bDebugCombat=</pre>
==== bDebugCombatAimLocations ====
Default is 0.
<pre>bDebugCombatAimLocations=</pre>
==== bDebugCombatArea ====
Default is 0.
<pre>bDebugCombatArea=</pre>
==== bDebugCombatAttackRange ====
Default is 0.
<pre>bDebugCombatAttackRange=</pre>
==== bDebugCombatCoverReservations ====
Default is 0.
<pre>bDebugCombatCoverReservations=</pre>
==== bDebugCombatDetection ====
Default is 0.
<pre>bDebugCombatDetection=</pre>
==== bDebugCombatGroups2 ====
Default is 0.
<pre>bDebugCombatGroups2=</pre>
==== bDebugCombatGroups ====
Default is 0.
<pre>bDebugCombatGroups=</pre>
==== bDebugCombatProjectileLOS ====
Default is 0.
<pre>bDebugCombatProjectileLOS=</pre>
==== bDebugCombatSearch ====
Default is 0.
<pre>bDebugCombatSearch=</pre>
==== bDebugCombatTargetLocations ====
Default is 0.
<pre>bDebugCombatTargetLocations=</pre>
==== bDebugCombatTargets ====
Default is 0.
<pre>bDebugCombatTargets=</pre>
==== bDebugCombatTextColorDark ====
Default is 0.
<pre>bDebugCombatTextColorDark=</pre>
==== bDebugCombatThreats ====
Default is 0.
<pre>bDebugCombatThreats=</pre>
==== bDebugCombatUnreachableLocations ====
Default is 0.
<pre>bDebugCombatUnreachableLocations=</pre>
==== bDisableCombatDialogue ====
Default is 0.
<pre>bDisableCombatDialogue=</pre>
==== bDisableNPCAttacks ====
Default is 0.
<pre>bDisableNPCAttacks=</pre>
==== bDismemberOneLimb ====
Default is 0.
<pre>bDismemberOneLimb=</pre>
==== bEncounterZoneTargetRestrict ====
Default is 1.
<pre>bEncounterZoneTargetRestrict=</pre>
==== bForceNPCsUseAmmo ====
Default is 0.
<pre>bForceNPCsUseAmmo=</pre>
==== bHazardDebug ====
Default is 0.
<pre>bHazardDebug=</pre>
==== bIronSightsZoomEnable ====
Default is 1.
<pre>bIronSightsZoomEnable=</pre>
==== bLaserSights ====
Default is 0.
<pre>bLaserSights=</pre>
==== bMagicDebug ====
Default is 0.
<pre>bMagicDebug=</pre>
==== bPlayHitLocationIdles ====
Default is 1.
<pre>bPlayHitLocationIdles=</pre>
==== bPlayStaggers ====
Default is 1.
<pre>bPlayStaggers=</pre>
==== bPlayerAlwaysStaggered ====
Default is 1.
<pre>bPlayerAlwaysStaggered=</pre>
==== bProjectileDebug ====
Default is 0.
<pre>bProjectileDebug=</pre>
==== bVATSProjectileDebug ====
Default is 0.
<pre>bVATSProjectileDebug=</pre>
==== f1PArrowTiltUpAngle ====
Default is 2.
<pre>f1PArrowTiltUpAngle=</pre>
==== f1PBoltTiltUpAngle ====
Default is 1.
<pre>f1PBoltTiltUpAngle=</pre>
==== f3PArrowTiltUpAngle ====
Default is 2.5.
<pre>f3PArrowTiltUpAngle=</pre>
==== fAimChaseLookingMult ====
Default is 3.
<pre>fAimChaseLookingMult=</pre>
==== fAimDownDegrees ====
Default is 90.
<pre>fAimDownDegrees=</pre>
==== fAimUpDegrees ====
Default is 90.
<pre>fAimUpDegrees=</pre>
==== fDeathForceCleared ====
Default is 1.
<pre>fDeathForceCleared=</pre>
==== fDebugCombatProjectileLOSTime ====
Default is 5.
<pre>fDebugCombatProjectileLOSTime=</pre>
==== fDebugCombatTextSize ====
Default is 0.5.
<pre>fDebugCombatTextSize=</pre>
==== fDecapInitialSpeed ====
Default is 250.
<pre>fDecapInitialSpeed=</pre>
==== fHitEffectThresholdMod ====
Default is 0.04.
<pre>fHitEffectThresholdMod=</pre>
==== fHitEffectThresholdSevere ====
Default is 0.043.
<pre>fHitEffectThresholdSevere=</pre>
==== fHitVectorDelay ====
Default is 0.4.
<pre>fHitVectorDelay=</pre>
==== fIronSightsZoomDefault ====
Default is 50.
<pre>fIronSightsZoomDefault=</pre>
==== fMagnetismHeadingMult ====
Default is 1.
<pre>fMagnetismHeadingMult=</pre>
==== fMagnetismLookingMult ====
Default is 0 (although default set by the game without the value present is 10).
<pre>fMagnetismLookingMult=</pre>
==== fMagnetismObjHeadingMult ====
Default is 0.5.
<pre>fMagnetismObjHeadingMult=</pre>
==== fMagnetismObjLookingMult ====
Default is 0.5.
<pre>fMagnetismObjLookingMult=</pre>
==== fMagnetismObjStrafeHeadingMult ====
Default is 0.
<pre>fMagnetismObjStrafeHeadingMult=</pre>
==== fMagnetismStrafeBaseSpeed ====
Default is 350.
<pre>fMagnetismStrafeBaseSpeed=</pre>
==== fMagnetismStrafeHeadingMult ====
Default is 0 (although default set by the game without the value present is 0.5).
<pre>fMagnetismStrafeHeadingMult=</pre>
==== fMagnetismStrafeMaxDistance ====
Default is 750.
<pre>fMagnetismStrafeMaxDistance=</pre>
==== fMinBloodDamage ====
Default is 1.
<pre>fMinBloodDamage=</pre>
==== fMostCommonProjectileCollisionRadius1 ====
Default is 0.
<pre>fMostCommonProjectileCollisionRadius1=</pre>
==== fMostCommonProjectileCollisionRadius2 ====
Default is 0.5.
<pre>fMostCommonProjectileCollisionRadius2=</pre>
==== fMostCommonProjectileCollisionRadius3 ====
Default is 10.
<pre>fMostCommonProjectileCollisionRadius3=</pre>
==== fMountedAttackRange ====
Default is 135.
<pre>fMountedAttackRange=</pre>
==== fProjectileDebugDuration ====
Default is 5.
<pre>fProjectileDebugDuration=</pre>
==== iMaxHiPerfCombatCount ====
Default is 4.
<pre>iMaxHiPerfCombatCount=</pre>
==== iShowHitVector ====
Default is 0.
<pre>iShowHitVector=</pre>
== [VATS] ==
==== bVATSAllowNoKill ====
Default is 0.
<pre>bVATSAllowNoKill=</pre>
==== bVATSDisable ====
Default is 0.
<pre>bVATSDisable=</pre>
==== bVATSForceRanged ====
Default is 0.
<pre>bVATSForceRanged=</pre>
==== bVATSIgnoreProjectileTest ====
Default is 0.
<pre>bVATSIgnoreProjectileTest=</pre>
==== bVATSMultipleCombatants ====
Default is 0.
<pre>bVATSMultipleCombatants=</pre>
==== bVATSRangedSelective ====
Default is 1.
<pre>bVATSRangedSelective=</pre>
==== bVATSSmartCameraCheckDebug ====
Default is 0.
<pre>bVATSSmartCameraCheckDebug=</pre>
==== bVatsDebug ====
Default is 0.
<pre>bVatsDebug=</pre>
==== fVATSCastingAfterKillDelay ====
Default is 1.2.
<pre>fVATSCastingAfterKillDelay=</pre>
==== fVATSFocus ====
Default is 3.2.
<pre>fVATSFocus=</pre>
==== fVATSKillMoveEnd ====
Default is 4.
<pre>fVATSKillMoveEnd=</pre>
==== fVATSLightAngle ====
Default is 0.
<pre>fVATSLightAngle=</pre>
==== fVATSLightDistance ====
Default is 100.
<pre>fVATSLightDistance=</pre>
==== fVATSLightElevation ====
Default is 100.
<pre>fVATSLightElevation=</pre>
==== fVATSLightLevelMax ====
Default is 40.
<pre>fVATSLightLevelMax=</pre>
==== fVATSLightLevelMin ====
Default is 20.
<pre>fVATSLightLevelMin=</pre>
==== fVATSRangedLongDistance ====
Default is 2500.
<pre>fVATSRangedLongDistance=</pre>
==== fVATSRangedLowHealthPercent ====
Default is 5.
<pre>fVATSRangedLowHealthPercent=</pre>
==== fVATSRangedPercentMin ====
Default is 50.
<pre>fVATSRangedPercentMin=</pre>
==== fVATSRangedPercentSneakKill ====
Default is 20.
<pre>fVATSRangedPercentSneakKill=</pre>
==== fVATSRangedPercentTargetNoThreat ====
Default is 10.
<pre>fVATSRangedPercentTargetNoThreat=</pre>
==== fVATSRangedTargetLowLevelMult ====
Default is 0.3.
<pre>fVATSRangedTargetLowLevelMult=</pre>
==== fVatsLightColorB ====
Default is 1.
<pre>fVatsLightColorB=</pre>
==== fVatsLightColorG ====
Default is 1.
<pre>fVatsLightColorG=</pre>
==== fVatsLightColorR ====
Default is 1.
<pre>fVatsLightColorR=</pre>
== [Decals] ==
==== bAllowDecalsOnAlpha ====
Default is 1.
<pre>bAllowDecalsOnAlpha=</pre>
==== bBackgroundInitializeGeometryDecals ====
Default is 1.
<pre>bBackgroundInitializeGeometryDecals=</pre>
==== bDecalMultithreaded ====
Default is 0.
<pre>bDecalMultithreaded=</pre>
==== bDecalOcclusionQuery ====
Default is 1.
<pre>bDecalOcclusionQuery=</pre>
==== bDecals ====
Default is 1.
<pre>bDecals=</pre>
==== bForceAllDecals ====
Default is 0.
<pre>bForceAllDecals=</pre>
==== bSkinnedDecals ====
Default is 1.
<pre>bSkinnedDecals=</pre>
==== fDebrisDecalTimer ====
Default is 0.005.
<pre>fDebrisDecalTimer=</pre>
==== uMaxSkinDecalPerActor ====
Default is 20.
<pre>uMaxSkinDecalPerActor=</pre>
==== uMaxSkinDecals ====
Default is 35.
<pre>uMaxSkinDecals=</pre>
== [Gameplay] ==
==== bAllowDragonFlightLocationDiscovery ====
==== bAllowDragonFlightLocationDiscovery ====
Default is 0.
This enables the location of a dragon in flight to be discovered?
<pre>bAllowDragonFlightLocationDiscovery=</pre>
<pre>bAllowDragonFlightLocationDiscovery=(0,1)</pre>


==== bAllowHavokGrabTheLiving ====
==== bAllowHavokGrabTheLiving ====
Default is 0.
This allows the player to grab a living person as a havok object?
<pre>bAllowHavokGrabTheLiving=</pre>
<pre>bAllowHavokGrabTheLiving=(0,1)</pre>


==== bEssentialTakeNoDamage ====
==== bEssentialTakeNoDamage ====
Default is 1.
This makes essential characters never take any damage?
<pre>bEssentialTakeNoDamage=</pre>
<pre>bEssentialTakeNoDamage=(0,1)</pre>


==== bHealthBarShowing ====
==== bHealthBarShowing ====
Default is 0.
This makes the health bar always show?
<pre>bHealthBarShowing=</pre>
<pre>bHealthBarShowing=(0,1)</pre>


==== bInstantLevelUp ====
==== bInstantLevelUp ====
Default is 0.
This makes levelup instantaneous? Leftover Oblivion anti-sleep setting?
<pre>bInstantLevelUp=</pre>
<pre>bInstantLevelUp=(0,1)</pre>
 
==== bShowFloatingQuestMarkers ====
This enables quest marks on objects? It is dependent upon bShowQuestMarkers being enabled? Default is 1.
<pre>bShowFloatingQuestMarkers=(0,1)</pre>


==== bTargetLockIsToggle ====
==== bShowQuestMarkers ====
Default is 1.
This enables quest markers? Default is 1.
<pre>bTargetLockIsToggle=</pre>
<pre>bShowQuestMarkers=(0,1)</pre>


==== bTrackProgress ====
==== bTrackProgress ====
Default is 0.
This enables the ability to track progress?
<pre>bTrackProgress=</pre>
<pre>bTrackProgress=(0,1)</pre>
 
==== fFootIKDistance ====
Default is 1024.
<pre>fFootIKDistance=</pre>
 
==== fMagicTargetLocationExtraLargeActorRadius ====
Default is 256.
<pre>fMagicTargetLocationExtraLargeActorRadius=</pre>
 
==== fMagicTargetLocationNormalActorRadius ====
Default is 32.
<pre>fMagicTargetLocationNormalActorRadius=</pre>
 
==== fMapMarkerUpdateTime ====
Default is 0.05.
<pre>fMapMarkerUpdateTime=</pre>
 
==== fPlayerHealthSaveOnPauseLimit ====
Default is 0.25.
<pre>fPlayerHealthSaveOnPauseLimit=</pre>
 
==== fPlayerSunGazeDelta ====
Default is 0.9848.
<pre>fPlayerSunGazeDelta=</pre>
 
==== fPlayerSunGazeStartTimer ====
Default is 0.5.
<pre>fPlayerSunGazeStartTimer=</pre>
 
==== fTargetLockXYRange ====
Default is 7500.
<pre>fTargetLockXYRange=</pre>


==== iActorsDismemberedPerFrame ====
==== iActorsDismemberedPerFrame ====
Default is 2.
This sets the maximum number of characters able to be decapitated per frame?
<pre>iActorsDismemberedPerFrame=</pre>
<pre>iActorsDismemberedPerFrame=</pre>


==== iDetectionPicks ====
==== iDetectionPicks ====
Default is 21.
This sets the detection of picks range?
<pre>iDetectionPicks=</pre>
<pre>iDetectionPicks=</pre>


==== sTrackProgressPath ====
==== iDifficulty ====
Default is <code>\\vault2\Fallout\LevelData\</code>.
This sets the game difficulty. Default is 2 (adept).
<pre>sTrackProgressPath=</pre>
<pre>iDifficulty=</pre>




== [Debug] ==
== [Controls] ==
==== bDebugFaceGenCriticalSection ====
Default is 0.
<pre>bDebugFaceGenCriticalSection=</pre>
 
==== bDebugFaceGenMultithreading ====
Default is 0.
<pre>bDebugFaceGenMultithreading=</pre>
 
==== bDebugFlyingMountLeash ====
Default is 0.
<pre>bDebugFlyingMountLeash=</pre>


==== bAlwaysRunByDefault ====
This determines if the character will always run by default. Default is 1.
<pre>bAlwaysRunByDefault=(0,1)</pre>


== [Dialogue] ==
==== bGamePadRumble ====
==== fDialogueRotationPitchOffset ====
This enables controller rumble.
Default is 0.17.
<pre>bGamePadRumble=(0,1)</pre>
<pre>fDialogueRotationPitchOffset=</pre>


==== fDialogueRotationSecs ====
==== bInvertYValues ====
Default is 1.
This determines if the mouse is inverted over the y-axis (up and down movement). Default is 0.
<pre>fDialogueRotationSecs=</pre>
<pre>bInvertYValues=(0,1)</pre>


==== bMouseAcceleration ====
This determines if the mouse is allowed to accelerate as it moves. Or perhaps it used to, as it appears to no longer have any affect in-game.
<pre>bMouseAcceleration=(0,1)</pre>


== [Pathing] ==
==== bUseKinect ====
==== fINIDetectDoorsForPathingTime ====
This enables Kinect. Default is 0.
Default is 0.5.
<pre>bUseKinect=(0,1)</pre>
<pre>fINIDetectDoorsForPathingTime=</pre>


==== fGamepadHeadingSensitivity ====
This determines the controller heading sensitivity. Default is 1.9.
<pre>fGamepadHeadingSensitivity=</pre>


== [Actor] ==
==== fMouseHeadingSensitivity ====
==== bUseNavMeshForMovement ====
This determines the mouse heading sensitivity. Default is 0.0125.
Default is 1.
<pre>fMouseHeadingSensitivity=</pre>
<pre>bUseNavMeshForMovement=</pre>


==== fNotVisibleNavmeshMoveDist ====
== [Particles] ==
Default is 2048.
<pre>fNotVisibleNavmeshMoveDist=</pre>


==== fVisibleNavmeshMoveDist ====
==== iMaxDesired ====
Default is 4096.
This determines the maximum amount of particles to be rendered. Default is 750.
<pre>fVisibleNavmeshMoveDist=</pre>
<pre>iMaxDesired=</pre>


== [SaveGame] ==


== [HeadTracking] ==
==== fAutosaveEveryXMins ====
==== bDisableHeadTracking ====
This sets the time between autosaves made on a timer in minutes. Default is 15.
Default is 0.
<pre>fAutosaveEveryXMins=</pre>
<pre>bDisableHeadTracking=</pre>


==== fHeadTrackingMaxAngle ====
== [AudioMenu] ==
Default is 90.
<pre>fHeadTrackingMaxAngle=</pre>


==== fMaxPathLookAtPointDist ====
==== fAudioMasterVolume ====
Default is 512.
This sets the master volume level. Default is 1.
<pre>fMaxPathLookAtPointDist=</pre>
<pre>fAudioMasterVolume=</pre>


==== fMinPathLookAtPointDist ====
==== fVal7 ====
Default is 128.
This sets the volume level of sound group #7. Default is 1.
<pre>fMinPathLookAtPointDist=</pre>
<pre>fVal7=</pre>
==== uID7 ====
This is the identifier #7 of the sound group to be increased. Default is 0.
<pre>uID7=</pre>


==== fPathLookAtPointTime ====
==== fVal6 ====
Default is 2.
This sets the volume level of sound group #6. Default is 1.
<pre>fPathLookAtPointTime=</pre>
<pre>fVal6=</pre>
==== uID6 ====
This is the identifier #6 of the sound group to be increased. Default is 0.
<pre>uID6=</pre>


==== fUpdateDelayNewTargetSecondsMax ====
==== fVal5 ====
Default is 8.
This sets the volume level of sound group #5. Default is 1.
<pre>fUpdateDelayNewTargetSecondsMax=</pre>
<pre>fVal5=</pre>
==== uID5 ====
This is the identifier #5 of the sound group to be increased. Default is 0.
<pre>uID5=</pre>


==== fUpdateDelayNewTargetSecondsMin ====
==== fVal4 ====
Default is 3.
This sets the volume level of sound group #4. Default is 1.
<pre>fUpdateDelayNewTargetSecondsMin=</pre>
<pre>fVal4=</pre>
==== uID4 ====
This is the identifier #4 of the sound group to be increased. Default is 0.
<pre>uID4=</pre>


==== fUpdateDelaySecondsMax ====
==== fVal3 ====
Default is 1.5.
This sets the volume level of sound group #3. Default is 0.5.
<pre>fUpdateDelaySecondsMax=</pre>
<pre>fVal3=</pre>
==== uID3 ====
This is the identifier #3 of the sound group to be increased. Default is 466532.
<pre>uID3=</pre>


==== fUpdateDelaySecondsMin ====
==== fVal2 ====
Default is 1.
This sets the volume level of sound group #2. Default is 0.8.
<pre>fUpdateDelaySecondsMin=</pre>
<pre>fVal2=</pre>
==== uID2 ====
This is the identifier #2 of the sound group to be increased. Default is 554685.
<pre>uID2=</pre>


==== iUpdateActorsPerFrame ====
==== fVal1 ====
Default is 10.
This sets the volume level of sound group #1. Default is 0.8.
<pre>iUpdateActorsPerFrame=</pre>
<pre>fVal1=</pre>
==== uID1 ====
This is the identifier #1 of the sound group to be increased. Default is 1007612.
<pre>uID1=</pre>


==== fVal0 ====
This sets the volume level of sound group #0. Default is 1.
<pre>fVal0=</pre>
==== uID0 ====
This is the identifier #0 of the sound group to be increased. Default is 94881.
<pre>uID0=</pre>


== [Archive] ==
==== bCheckRuntimeCollisions ====
Default is 0.
<pre>bCheckRuntimeCollisions=</pre>


==== bInvalidateOlderFiles ====
== [Clouds] ==
Default is 1.
<pre>bInvalidateOlderFiles=</pre>


==== bTrackFileLoading ====
==== fCloudLevel0Distance ====
Default is 0.
This sets the distance of the first level of clouds? Default is 16384.
<pre>bTrackFileLoading=</pre>
<pre>fCloudLevel0Distance=</pre>


==== bUseArchives ====
==== fCloudLevel1Distance ====
Default is 1.
This sets the distance of the second level of clouds? Default is 32768.
<pre>bUseArchives=</pre>
<pre>fCloudLevel1Distance=</pre>


==== iRetainDirectoryStringTable ====
==== fCloudLevel2Distance ====
Default is 1.
This sets the distance of the third level of clouds? Default is 262144.
<pre>iRetainDirectoryStringTable=</pre>
<pre>fCloudLevel2Distance=</pre>


==== iRetainFilenameOffsetTable ====
==== fCloudNearFadeDistance ====
Default is 1.
This sets the distance where clouds fade as they come close to the player? Default is 9000.
<pre>iRetainFilenameOffsetTable=</pre>
<pre>fCloudNearFadeDistance=</pre>


==== iRetainFilenameStringTable ====
Default is 1.
<pre>iRetainFilenameStringTable=</pre>


==== sArchiveList ====
== [General] ==
Default is <code>Skyrim - Textures.bsa, Skyrim - Meshes.bsa, Skyrim - Voices.bsa<code>.
<pre>sArchiveList=</pre>


==== sInvalidationFile ====
==== bEnableStoryManagerLogging ====
Default is <code>ArchiveInvalidation.txt</code>.
This enables story manager logging? Default is 0.
<pre>sInvalidationFile=</pre>
<pre>bEnableStoryManagerLogging=(0,1)</pre>


==== sResourceArchiveList2 ====
==== fBrightLightColorB ====
This is a continuation of the list of BSAs to be loaded without a plugin. Do not touch this if Mod Organizer is handling BSAs. Default is <code>Skyrim - Voices.bsa, Skyrim - VoicesExtra.bsa</code> (although default set by the game without the value present is blank).
This sets the level of blue bright light?
<pre>sResourceArchiveList2=</pre>
<pre>fBrightLightColorB=</pre>


==== sResourceArchiveList ====
==== fBrightLightColorG ====
This is a list of BSAs to be loaded without a plugin. Do not touch this if Mod Organizer is handling BSAs. Default is <code>SKYRIM - MISC.BSA, SKYRIM - SHADERS.BSA, SKYRIM - TEXTURES.BSA, SKYRIM - MESHES.BSA, SKYRIM - ANIMATIONS.BSA, SKYRIM - VOICES.BSA, SKYRIM - VOICES2.BSA, SKYRIM - INTERFACE.BSA, SKYRIM - SOUNDS.BSA</code>.
This sets the level of green bright light?
<pre>sResourceArchiveList=</pre>
<pre>fBrightLightColorG=</pre>


==== sResourceArchiveListBeta ====
==== fBrightLightColorR ====
Default is blank.
This sets the level of red bright light?
<pre>sResourceArchiveListBeta=</pre>
<pre>fBrightLightColorR=</pre>


==== sResourceArchiveRetainFileNameList ====
==== iStoryManagerLoggingEvent ====
Default is blank.
This sets the event for storry manager logging? Default is -1.
<pre>sResourceArchiveRetainFileNameList=</pre>
<pre>iStoryManagerLoggingEvent=</pre>
 
==== sResourcePrefixList ====
Default is <code>TEXTURES\, MESHES\, FACEGEN\, INTERFACE\ , MUSIC\, SOUND\, SCRIPTS\, MAXHEIGHTS\, VIS\, GRASS\, STRINGS\</code>.
<pre>sResourcePrefixList=</pre>
 
 
== [CopyProtectionStrings] ==
==== sCopyProtectionMessage2 ====
Default is Insert the Skyrim Disc..
<pre>sCopyProtectionMessage2=</pre>
 
==== sCopyProtectionMessage ====
Default is Unable to find a CD-ROM/DVD drive on this computer..
<pre>sCopyProtectionMessage=</pre>
 
==== sCopyProtectionTitle2 ====
Default is Skyrim Disc Not Found.
<pre>sCopyProtectionTitle2=</pre>
 
==== sCopyProtectionTitle ====
Default is CD-ROM Drive Not Found.
<pre>sCopyProtectionTitle=</pre>
 
 
== [SpeedTree] ==
==== fLODTreeMipMapLODBias ====
Default is -0.75.
<pre>fLODTreeMipMapLODBias=</pre>
 
==== fLocalTreeMipMapLODBias ====
Default is -0.25.
<pre>fLocalTreeMipMapLODBias=</pre>
 
 
== [CameraPath] ==
==== bRecord ====
Default is 0.
<pre>bRecord=</pre>
 
==== bStart ====
Default is 0.
<pre>bStart=</pre>
 
==== iFPS ====
Default is 30.
<pre>iFPS=</pre>
 
==== iTake ====
Default is 0.
<pre>iTake=</pre>
 
==== sDirectoryName ====
Default is TestCameraPath.
<pre>sDirectoryName=</pre>
 
==== sNif ====
Default is Cameras\CameraTest.nif.
<pre>sNif=</pre>
 
==== sOffsetID ====
Default is blank.
<pre>sOffsetID=</pre>
 
 
== [SaveGame] ==
==== bAllowProfileTransfer ====
Default is 0.
<pre>bAllowProfileTransfer=</pre>
 
==== bAllowScriptedAutosave ====
Default is 1.
<pre>bAllowScriptedAutosave=</pre>
 
==== bAllowScriptedForceSave ====
Default is 1.
<pre>bAllowScriptedForceSave=</pre>
 
==== bCopySaveGameToHostOrMemStick ====
Default is 0.
<pre>bCopySaveGameToHostOrMemStick=</pre>
 
==== bDisableAutoSave ====
Default is 0.
<pre>bDisableAutoSave=</pre>
 
==== bDisplayMissingContentDialogue ====
Default is 1.
<pre>bDisplayMissingContentDialogue=</pre>
 
==== bOutputSaveGameScreenshot ====
Default is 0.
<pre>bOutputSaveGameScreenshot=</pre>
 
==== bUsePagedBuffers ====
Default is 1.
<pre>bUsePagedBuffers=</pre>
 
==== bUseSaveGameHistory ====
Default is 0.
<pre>bUseSaveGameHistory=</pre>
 
==== iAutoSaveCount ====
Default is 3.
<pre>iAutoSaveCount=</pre>
 
==== iSaveGameBackupCount ====
Default is 1.
<pre>iSaveGameBackupCount=</pre>
 
==== sSaveGameGameVersionOutdated ====
Default is This save game was created on a later version of Skyrim. Please download any updates..
<pre>sSaveGameGameVersionOutdated=</pre>
 
==== sSaveGameSafeMarkerID ====
Default is 1DC0A.
<pre>sSaveGameSafeMarkerID=</pre>
 
 
== [Clouds] ==
==== fCloudAtlasWidth ====
Default is 1.
<pre>fCloudAtlasWidth=</pre>
 
==== sCloudInstanceMesh ====
Default is Meshes\CloudInstance.NIF.
<pre>sCloudInstanceMesh=</pre>




== [TerrainManager] ==
== [TerrainManager] ==
==== bDisplayCloudLOD ====
Default is 1.
<pre>bDisplayCloudLOD=</pre>


==== bKeepLowDetailTerrain ====
==== bShowLODInEditor ====
Default is 1.
This enables LOD in Bethesda's 3d software? Default is 0.
<pre>bKeepLowDetailTerrain=</pre>
<pre>bShowLODInEditor=(0,1)</pre>
 
==== bUseNewTerrainSystem ====
Default is 1.
<pre>bUseNewTerrainSystem=</pre>


==== fCameraAboveMaxHeightThreshold ====
==== fBlockLevel0Distance ====
Default is 2048.
Default is 20480. Low is 15000. Medium is 20480. High is 25000. Ultra is 35000.
<pre>fCameraAboveMaxHeightThreshold=</pre>
<pre>fBlockLevel0Distance=</pre>


==== uDistantTreeBlockCacheSizePerCell ====
==== fBlockLevel1Distance ====
Default is 1.
Default is 32768. Low is 25000. Medium is 32768. High is 40000. Ultra is 70000.
<pre>uDistantTreeBlockCacheSizePerCell=</pre>
<pre>fBlockLevel1Distance=</pre>


==== fBlockMaximumDistance ====
Default is 100000. Low is 75000. Medium is 100000. High is 150000. Ultra is 250000.
<pre>fBlockMaximumDistance=</pre>


== [Terrain] ==
==== fSplitDistanceMult ====
==== fHDLODSnowThresholdAngle ====
Default is 0.75. Low is 0.4. Medium is 0.75. High is 1.1. Ultra is 1.5.
Default is 87.
<pre>fSplitDistanceMult=</pre>
<pre>fHDLODSnowThresholdAngle=</pre>


==== fLODSnowThresholdAngle ====
==== fTreeLoadDistance ====
Default is 100.
Default is 25000. Low is 12500. Medium is 25000. High is 40000. Ultra is 75000.
<pre>fLODSnowThresholdAngle=</pre>
<pre>fTreeLoadDistance=</pre>
 
 
== [NavMeshGeneration] ==
==== bGlobalNavMeshCheck ====
Default is 0.
<pre>bGlobalNavMeshCheck=</pre>
 
==== bGlobalNavMeshCheckDeleteWarningTriangles ====
Default is 0.
<pre>bGlobalNavMeshCheckDeleteWarningTriangles=</pre>
 
==== uNavmeshTriangleCountInteriorWarnThreshold ====
Default is 5000.
<pre>uNavmeshTriangleCountInteriorWarnThreshold=</pre>
 
==== uNavmeshTriangleCountWarnThreshold ====
Default is 3500.
<pre>uNavmeshTriangleCountWarnThreshold=</pre>


== [NavMesh] ==
This entire section is believed to not be used in-game. It and its possible settings are listed here for completion's sake.
==== fCoverSideHighAlpha ====
<pre>fCoverSideHighAlpha=</pre>
==== fCoverSideLowAlpha ====
<pre>fCoverSideLowAlpha=</pre>
==== fEdgeDistFromVert ====
<pre>fEdgeDistFromVert=</pre>
==== fEdgeFullAlpha ====
<pre>fEdgeFullAlpha=</pre>
==== fEdgeHighAlpha ====
<pre>fEdgeHighAlpha=</pre>
==== fEdgeLowAlpha ====
<pre>fEdgeLowAlpha=</pre>
==== fEdgeThickness ====
<pre>fEdgeThickness=</pre>
==== fLedgeBoxHalfHeight ====
<pre>fLedgeBoxHalfHeight=</pre>
==== fObstacleAlpha ====
<pre>fObstacleAlpha=</pre>
==== fPointSize ====
<pre>fPointSize=</pre>
==== fTriangleFullAlpha ====
<pre>fTriangleFullAlpha=</pre>
==== fTriangleHighAlpha ====
<pre>fTriangleHighAlpha=</pre>
==== fTriangleLowAlpha ====
<pre>fTriangleLowAlpha=</pre>


== [Trees] ==
== [Trees] ==
==== bEnableTreeAnimations ====
Default is 1.
<pre>bEnableTreeAnimations=</pre>


==== bEnableTrees ====
==== bRenderSkinnedTrees ====
Default is 1.
This enables skinned trees. Default is 1.
<pre>bEnableTrees=</pre>
<pre>bRenderSkinnedTrees=(0,1)</pre>


==== bForceFullDetail ====
==== uiMaxSkinnedTreesToRender ====
Default is 0.
This is the maximum amount of skinned trees that can be rendered. Default is 40.
<pre>bForceFullDetail=</pre>
<pre>uiMaxSkinnedTreesToRender=0 or higher</pre>


==== bPickSkinnedTrees ====
Default is 1.
<pre>bPickSkinnedTrees=</pre>


==== fUpdateBudget ====
== [Decals] ==
Default is 1.5.
<pre>fUpdateBudget=</pre>


==== bDecals ====
This determines if decals are enabled. Low is 0. Medium, High, and Ultra presets are 1.
<pre>bDecals=(0,1)</pre>


== [FaceGen] ==
==== bSkinnedDecals ====
==== bUseCustomizationMorphs ====
This determines if skinned decals are enabled. This is dependent upon bDecals being enabled. Low is 0. Medium, High, and Ultra presets are 1.
Default is 1.
<pre>bSkinnedDecals=(0,1)</pre>
<pre>bUseCustomizationMorphs=</pre>


==== bUseRaceMorph ====
==== uMaxDecals ====
Default is 1.
This determines the maximum number of decals. This is dependent upon bDecals being enabled. Default is 100. Low is 0. Medium is 100. High is 250. Ultra is 1000.
<pre>bUseRaceMorph=</pre>
<pre>uMaxDecals=0 or higher</pre>


==== uiNumActorsAllowedToMorph ====
==== uMaxSkinDecals ====
Default is 10.
This determines the maximum number of skin decals. This is dependent upon bDecals being enabled. This is dependent upon and must be equal to or less than uMaxDecals. Low is 0. Medium is 35. High is 50. Ultra is 100.
<pre>uiNumActorsAllowedToMorph=</pre>
<pre>uMaxSkinDecals=0 or higher</pre>


==== uMaxSkinDecalsPerActor ====
This determines the maximum number of skin decals per character. This is dependent upon bDecals being enabled. This is dependent upon and must be equal to or less than uMaxDecals and uMaxSkinDecals. Low is 0. Medium is 20. High is 40. Ultra is 60.
<pre>uMaxSkinDecalsPerActor=0 or higher</pre>


== [Weather] ==
==== bFogEnabled ====
Default is 1.
<pre>bFogEnabled=</pre>


==== bPrecipitation ====
== [LOD] ==
Default is 1.
<pre>bPrecipitation=</pre>
 
==== fAlphaReduce ====
Default is 1.
<pre>fAlphaReduce=</pre>
 
==== fSunBaseSize ====
Default is 425.
<pre>fSunBaseSize=</pre>
 
==== fSunGlareSize ====
Default is 600.
<pre>fSunGlareSize=</pre>
 
==== sBumpFadeColor ====
Default is 255,255,255,255.
<pre>sBumpFadeColor=</pre>
 
==== sEnvReduceColor ====
Default is 255,255,255,255.
<pre>sEnvReduceColor=</pre>
 
==== sLerpCloseColor ====
Default is 255,255,255,255.
<pre>sLerpCloseColor=</pre>
 
 
== [Cart] ==
==== fCartLimitMax ====
Default is 0.75.
<pre>fCartLimitMax=</pre>
 
==== fCartLimitMin ====
Default is -0.75.
<pre>fCartLimitMin=</pre>
 
==== fCartPivotX ====
Default is 0.
<pre>fCartPivotX=</pre>
 
==== fCartPivotY ====
Default is 3.
<pre>fCartPivotY=</pre>
 
==== fCartPivotZ ====
Default is 0.7.
<pre>fCartPivotZ=</pre>
 
==== fCartRot1 ====
Default is 10.
<pre>fCartRot1=</pre>
 
==== fCartRot2 ====
Default is 10.
<pre>fCartRot2=</pre>
 
==== fFriction ====
Default is 100.
<pre>fFriction=</pre>
 
==== fGravMult ====
Default is 3.5.
<pre>fGravMult=</pre>
 
==== fHorseOffsetX ====
Default is 0.
<pre>fHorseOffsetX=</pre>
 
==== fHorseOffsetY ====
Default is 200.
<pre>fHorseOffsetY=</pre>
 
==== fHorseOffsetZ ====
Default is 0.
<pre>fHorseOffsetZ=</pre>
 
==== fHorsePivotX ====
Default is 0.
<pre>fHorsePivotX=</pre>
 
==== fHorsePivotY ====
Default is 0.
<pre>fHorsePivotY=</pre>
 
==== fHorsePivotZ ====
Default is 0.
<pre>fHorsePivotZ=</pre>
 
==== fMass ====
Default is 130.
<pre>fMass=</pre>
 
==== fPoleZOffset ====
Default is -20.
<pre>fPoleZOffset=</pre>
 
==== fTetherOffsetX ====
Default is 50.
<pre>fTetherOffsetX=</pre>
 
==== fTetherOffsetY ====
Default is 163.
<pre>fTetherOffsetY=</pre>
 
==== fTetherOffsetZ ====
Default is 13.
<pre>fTetherOffsetZ=</pre>
 
==== fTipImpulse ====
Default is 500.
<pre>fTipImpulse=</pre>
 
==== fWheelAngDamp ====
Default is 0.01.
<pre>fWheelAngDamp=</pre>
 
==== sHarnessBoneCart ====
Default is FrontHorseCarriage01.
<pre>sHarnessBoneCart=</pre>
 
==== sHarnessBoneLeft ====
Default is HarnessLeftBone.
<pre>sHarnessBoneLeft=</pre>
 
==== sHarnessBoneRight ====
Default is HarnessRightBone.
<pre>sHarnessBoneRight=</pre>
 
==== sHorseConnect ====
Default is HorseSpine2.
<pre>sHorseConnect=</pre>
 
 
== [Voice] ==
==== sFileTypeGame ====
Default is wav.
<pre>sFileTypeGame=</pre>
 
==== sFileTypeLTF ====
Default is ltf.
<pre>sFileTypeLTF=</pre>
 
==== sFileTypeLip ====
Default is lip.
<pre>sFileTypeLip=</pre>
 
==== sFileTypeSource ====
Default is wav.
<pre>sFileTypeSource=</pre>
 
 
== [TestAllCells] ==
==== bFileCheckModelCollision ====
Default is 0.
<pre>bFileCheckModelCollision=</pre>
 
==== bFileControllerOnRoot ====
Default is 1.
<pre>bFileControllerOnRoot=</pre>
 
==== bFileGoneMessage ====
Default is 1.
<pre>bFileGoneMessage=</pre>
 
==== bFileNeededMessage ====
Default is 1.
<pre>bFileNeededMessage=</pre>
 
==== bFileShowIcons ====
Default is 1.
<pre>bFileShowIcons=</pre>
 
==== bFileShowTextures ====
Default is 1.
<pre>bFileShowTextures=</pre>
 
==== bFileSkipIconChecks ====
Default is 0.
<pre>bFileSkipIconChecks=</pre>
 
==== bFileSkipModelChecks ====
Default is 0.
<pre>bFileSkipModelChecks=</pre>
 
==== bFileTestLoad ====
Default is 0.
<pre>bFileTestLoad=</pre>
 
==== bFileUnusedObject ====
Default is 0.
<pre>bFileUnusedObject=</pre>
 
 
== [Landscape] ==
==== bCurrentCellOnly ====
Default is 0.
<pre>bCurrentCellOnly=</pre>
 
==== fLandFriction ====
Default is 2.5.
<pre>fLandFriction=</pre>
 
==== fLandTextureTilingMult ====
Default is 3.
<pre>fLandTextureTilingMult=</pre>
 
==== iLandBorder1B ====
Default is 0.
<pre>iLandBorder1B=</pre>
 
==== iLandBorder1G ====
Default is 255.
<pre>iLandBorder1G=</pre>
 
==== iLandBorder1R ====
Default is 255.
<pre>iLandBorder1R=</pre>


==== iLandBorder2B ====
==== fLODFadeOutMultActors ====
Default is 0.
This sets the actor fade distance. Default is 6. Low is 2.5. Medium is 3. High is 6. Ultra is 15.
<pre>iLandBorder2B=</pre>
<pre>fLODFadeOutMultActors=</pre>


==== iLandBorder2G ====
==== fLODFadeOutMultItems ====
Default is 0.
This sets the item fade distance. Default is 3. Low is 1. Medium is 2.5. High is 7.5. Ultra is 15.
<pre>iLandBorder2G=</pre>
<pre>fLODFadeOutMultItems=</pre>
 
==== iLandBorder2R ====
Default is 0.
<pre>iLandBorder2R=</pre>
 
==== sDefaultLandDiffuseTexture ====
Default is Dirt02.dds.
<pre>sDefaultLandDiffuseTexture=</pre>
 
==== sDefaultLandNormalTexture ====
Default is Dirt02_N.dds.
<pre>sDefaultLandNormalTexture=</pre>
 
 
== [Grass] ==
==== bAllowCreateGrass ====
Default is 1 (although default set by the game without the value present is 0).
<pre>bAllowCreateGrass=</pre>


==== bAllowLoadGrass ====
==== fLODFadeOutMultObjects ====
Default is 0 (although default set by the game without the value present is 1).
This sets the object fade distance. Default is 5. Low is 2.5. Medium is 3.5. High is 4.5. Ultra is 15.
<pre>bAllowLoadGrass=</pre>
<pre>fLODFadeOutMultObjects=</pre>


==== bDrawShaderGrass ====
==== fLODFadeOutMultSkyCell ====
Default is 1.
Default is 1.
<pre>bDrawShaderGrass=</pre>
<pre>fLODFadeOutMultSkyCell=</pre>
 
==== bGenerateGrassDataFiles ====
Default is 0.
<pre>bGenerateGrassDataFiles=</pre>
 
==== bGrassPointLighting ====
Default is 0.
<pre>bGrassPointLighting=</pre>
 
==== fGrassDefaultStartFadeDistance ====
Default is 3500.
<pre>fGrassDefaultStartFadeDistance=</pre>
 
==== fGrassFadeRange ====
Default is 1000.
<pre>fGrassFadeRange=</pre>
 
==== fGrassWindMagnitudeMax ====
Default is 125.
<pre>fGrassWindMagnitudeMax=</pre>
 
==== fGrassWindMagnitudeMin ====
Default is 5.
<pre>fGrassWindMagnitudeMin=</pre>
 
==== fTexturePctThreshold ====
Default is 0.
<pre>fTexturePctThreshold=</pre>
 
==== fWaveOffsetRange ====
Default is 1.75.
<pre>fWaveOffsetRange=</pre>
 
==== iGrassCellRadius ====
Default is 2.
<pre>iGrassCellRadius=</pre>
 
==== iMaxGrassTypesPerTexure ====
Default is 2.
<pre>iMaxGrassTypesPerTexure=</pre>
 
==== iMinGrassSize ====
Default is 20.
<pre>iMinGrassSize=</pre>
 
 
== [Light] ==
==== fLightEnableDisableFadeTime ====
Default is 1.
<pre>fLightEnableDisableFadeTime=</pre>
 
 
== [bLightAttenuation] ==
==== bOutQuadInLin ====
Default is 0.
<pre>bOutQuadInLin=</pre>
 
==== bUseConstant ====
Default is 0.
<pre>bUseConstant=</pre>
 
==== bUseLinear ====
Default is 0.
<pre>bUseLinear=</pre>
 
==== bUseQuadratic ====
Default is 1.
<pre>bUseQuadratic=</pre>
 
==== fConstantValue ====
Default is 0.
<pre>fConstantValue=</pre>
 
==== fLinearRadiusMult ====
Default is 1.
<pre>fLinearRadiusMult=</pre>
 
==== fLinearValue ====
Default is 3.
<pre>fLinearValue=</pre>
 
==== fQuadraticRadiusMult ====
Default is 1.
<pre>fQuadraticRadiusMult=</pre>
 
==== fQuadraticValue ====
Default is 16.
<pre>fQuadraticValue=</pre>
 
==== uLinearMethod ====
Default is 1.
<pre>uLinearMethod=</pre>
 
==== uQuadraticMethod ====
Default is 2.
<pre>uQuadraticMethod=</pre>
 
 
== [ScreenSplatter] ==
==== bBloodSplatterEnabled ====
Default is 1.
<pre>bBloodSplatterEnabled=</pre>
 
 
== [BudgetCaps] ==
==== fMaxMsUsagePerFrame ====
Default is 28.
<pre>fMaxMsUsagePerFrame=</pre>
 
==== fMsActiveRefCount ====
Default is 0.05.
<pre>fMsActiveRefCount=</pre>
 
==== fMsActorRefCount ====
Default is 0.2450.
<pre>fMsActorRefCount=</pre>
 
==== fMsAnimatedObjectsCount ====
Default is 0.05.
<pre>fMsAnimatedObjectsCount=</pre>
 
==== fMsDecalCount ====
Default is 0.001.
<pre>fMsDecalCount=</pre>
 
==== fMsEmittersCount ====
Default is 0.01.
<pre>fMsEmittersCount=</pre>
 
==== fMsGeometryCount ====
Default is 0.01.
<pre>fMsGeometryCount=</pre>
 
==== fMsHavokTriCount ====
Default is 0.001.
<pre>fMsHavokTriCount=</pre>
 
==== fMsLightCount ====
Default is 0.01.
<pre>fMsLightCount=</pre>
 
==== fMsLightExcessGeometry ====
Default is 0.01.
<pre>fMsLightExcessGeometry=</pre>
 
==== fMsParticlesCount ====
Default is 0.001.
<pre>fMsParticlesCount=</pre>
 
==== fMsRefCount ====
Default is 0.021.
<pre>fMsRefCount=</pre>
 
==== fMsTriangleCount ====
Default is 0.0001.
<pre>fMsTriangleCount=</pre>
 
==== fMsWaterCount ====
Default is 0.1.
<pre>fMsWaterCount=</pre>
 
==== uActiveRefCount ====
Default is 100.
<pre>uActiveRefCount=</pre>
 
==== uActiveRefCountInterior ====
Default is 100.
<pre>uActiveRefCountInterior=</pre>
 
==== uActorMemoryBudgetCap ====
Default is 10485760.
<pre>uActorMemoryBudgetCap=</pre>
 
==== uActorRefCount ====
Default is 20.
<pre>uActorRefCount=</pre>
 
==== uActorRefCountInterior ====
Default is 20.
<pre>uActorRefCountInterior=</pre>
 
==== uAnimatedObjectsCount ====
Default is 50.
<pre>uAnimatedObjectsCount=</pre>
 
==== uAnimatedObjectsCountInterior ====
Default is 50.
<pre>uAnimatedObjectsCountInterior=</pre>
 
==== uCityLODBudgetAdjustment ====
Default is 5242880.
<pre>uCityLODBudgetAdjustment=</pre>
 
==== uDecalCount ====
Default is 500.
<pre>uDecalCount=</pre>
 
==== uDecalCountInterior ====
Default is 500.
<pre>uDecalCountInterior=</pre>
 
==== uEmittersCount ====
Default is 50.
<pre>uEmittersCount=</pre>
 
==== uEmittersCountInterior ====
Default is 50.
<pre>uEmittersCountInterior=</pre>
 
==== uGeometryCount ====
Default is 1000.
<pre>uGeometryCount=</pre>
 
==== uGeometryCountInterior ====
Default is 1000.
<pre>uGeometryCountInterior=</pre>
 
==== uGeometryMemory ====
Default is 5242880.
<pre>uGeometryMemory=</pre>
 
==== uGeometryMemoryInterior ====
Default is 10485760.
<pre>uGeometryMemoryInterior=</pre>
 
==== uHavokTriCount ====
Default is 5000.
<pre>uHavokTriCount=</pre>
 
==== uHavokTriCountInterior ====
Default is 5000.
<pre>uHavokTriCountInterior=</pre>
 
==== uLightCount ====
Default is 10.
<pre>uLightCount=</pre>
 
==== uLightCountInterior ====
Default is 10.
<pre>uLightCountInterior=</pre>
 
==== uLightExcessGeometry ====
Default is 100.
<pre>uLightExcessGeometry=</pre>
 
==== uLightExcessGeometryInterior ====
Default is 5.
<pre>uLightExcessGeometryInterior=</pre>
 
==== uLoadedAreaNonActorMemoryBudgetCap ====
Default is 185597952.
<pre>uLoadedAreaNonActorMemoryBudgetCap=</pre>
 
==== uParticlesCount ====
Default is 5000.
<pre>uParticlesCount=</pre>
 
==== uParticlesCountInterior ====
Default is 5000.
<pre>uParticlesCountInterior=</pre>
 
==== uRefCount ====
Default is 700.
<pre>uRefCount=</pre>
 
==== uRefCountInterior ====
Default is 1000.
<pre>uRefCountInterior=</pre>
 
==== uTextureMemory ====
Default is 20971520.
<pre>uTextureMemory=</pre>
 
==== uTextureMemoryInterior ====
Default is 104857600.
<pre>uTextureMemoryInterior=</pre>
 
==== uTriangleCount ====
Default is 100000.
<pre>uTriangleCount=</pre>
 
==== uTriangleCountInterior ====
Default is 100000.
<pre>uTriangleCountInterior=</pre>
 
==== uWastelandLODBudgetAdjustment ====
Default is 20971520.
<pre>uWastelandLODBudgetAdjustment=</pre>
 
==== uWaterCount ====
Default is 10.
<pre>uWaterCount=</pre>
 
==== uWaterCountInterior ====
Default is 10.
<pre>uWaterCountInterior=</pre>
 
==== uWaterMemory ====
Default is 5242880.
<pre>uWaterMemory=</pre>
 
==== uWaterMemoryInterior ====
Default is 10485760.
<pre>uWaterMemoryInterior=</pre>
 
 
== [GeneralWarnings] ==
==== SGeneralMasterMismatchWarning ====
The text of the warning when a plugin(s) cannot find the correct master file(s). Default is <code>One or more plugins could not find the correct versions of the master files they depend on. Errors may occur during load or game play. Check the "Warnings.txt" file for more information.</code>.
<pre>SGeneralMasterMismatchWarning=</pre>
 
==== sMasterMismatchWarning ====
Default is <code>One of the files that "%s" is dependent on has changed since the last save.</code>.
<pre>sMasterMismatchWarning=</pre>
 
 
== [LANGUAGE] ==
==== sFailureMessage ====
Default is <code>Something is broken</code>.
<pre>sFailureMessage=</pre>
 
==== sSysUtil_AutoSaveWarning ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_AutoSaveWarning=</pre>
 
==== sSysUtil_AwardsConfiguring ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_AwardsConfiguring=</pre>
 
==== sSysUtil_AwardsInstalling ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_AwardsInstalling=</pre>
 
==== sSysUtil_AwardsLoading ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_AwardsLoading=</pre>
 
==== sSysUtil_AwardsReinstalling ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_AwardsReinstalling=</pre>
 
==== sSysUtil_AwardsUpdating ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_AwardsUpdating=</pre>


==== sSysUtil_DirtyDisc ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_DirtyDisc=</pre>


==== sSysUtil_DiscEject ====
== [Launcher] ==
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_DiscEject=</pre>


==== sSysUtil_GameContentInstalling ====
==== bEnableFileSelection ====
Default is <code>No Default string. Must be loaded from INIFile</code>.
Determines if the Skyrim Launcher will allow the selection of plugins in Data. Not toggleable in the in the GUI. It is probably not used in-game.
<pre>sSysUtil_GameContentInstalling=</pre>
<pre>bEnableFileSelection=(0,1)</pre>
==== bShowAllResolutions ====
Determines if the Skyrim Launcher will show all resolutions. Toggleable in the in the GUI. It is probably not used in-game.  
<pre>bShowAllResolutions=(0,1)</pre>
==== uLastAspectRatio ====
The aspect ratio shown in the Skyrim Launcher. It is probably not used in-game. 3 is widescreen 16:9. 4 is widescreen 16:10. 1 is standard 4:3 or 5:4.
<pre>uLastAspectRatio=(4, 3, 1)</pre>


==== sSysUtil_GameDataCorrupt ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_GameDataCorrupt=</pre>


==== sSysUtil_GameDataInsufficientSpace ====
== [BlurShaderHDR] ==
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_GameDataInsufficientSpace=</pre>


==== sSysUtil_NPDRMInstalling ====
==== bDoHighDynamicRange ====
Default is <code>No Default string. Must be loaded from INIFile</code>.
It is uncertain that this value is used by the game. Low is 0. Medium, High, and Ultra presets are 1.  
<pre>sSysUtil_NPDRMInstalling=</pre>
<pre>bDoHighDynamicRange=(0,1)</pre>


==== sSysUtil_Retry ====
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_Retry=</pre>


==== sSysUtil_SaveDataCreateNew ====
== [BlurShader] ==
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_SaveDataCreateNew=</pre>


==== sSysUtil_SaveDataInsufficientSpace ====
==== bUseBlurShader ====
Default is <code>No Default string. Must be loaded from INIFile</code>.
It is uncertain that this value is used by the game. Low, Medium, High, and Ultra presets are 0.  
<pre>sSysUtil_SaveDataInsufficientSpace=</pre>
<pre>bUseBlurShader=(0,1)</pre>


==== sSysUtil_SaveDataOwnershipWarning ====
<br /><br />
Default is <code>No Default string.  Must be loaded from INIFile</code>.
<pre>sSysUtil_SaveDataOwnershipWarning=</pre>

Revision as of 04:30, May 25, 2015

A comprehensive and advanced guide for editing the "SkyrimPrefs.ini" file for n00bs and gurus alike -- by the S.T.E.P. Team

GUIDE FORUM THREAD
INI TWEAKING REFERENCE FORUM
SUPPORT FORUM
Skyrim INI Guide


Template:Construction

Guide Scope

This guide is intended to be the comprehensive reference to all parameters found within SkyrimPrefs.ini file for The Elder Scrolls V: Skyrim game. All of the user-configurable parameters contained within SkyrimPrefs.ini are listed and defined (or hopefully will be). Parameters are presented by INI section headings in the order that they appear by default within SkyrimPrefs.ini. Jump to a relevant INI section using the links below and navigate back to this "hub" using the link that appears at the top of each section page.

The Basics

SkyrimPrefs.ini has 117 + 13 settings separated into 18 working sections. 3 additional sections ([NavMesh], [BlurShaderHDR], and [BlurShader]) and 27 additional parameters are mentioned here that are commonly placed in this file that are not believed to do anything. Each setting has a lowercase prefix and a name. The name identifies what the setting modifies. The prefix determines what kind of value the setting can accept. Below is a list of the different prefixes and their meanings.

  • b-prefix accepts a Boolean value of 1 (true) or 0 (false).
  • f-prefix accepts a floating point numeral value (any rational number, positive or negative, with or without a decimal, such as 5, 0, or -38.0003).
  • i-prefix accepts an integer value (any whole number, positive or negative, without a decimal point, such as 5, -38, or 0).
  • r-prefix accepts a color value in RGB format (e.g. 93,216,234).
  • s-prefix (also S and str) accepts a string value (usually text, but may contain numbers, punctuation--anything really).
  • u-prefix (also ui) accepts an unsigned integer value (any whole number, only positive or 0, without a decimal point, such as 5, 38, or 0).

INI settings may be changed in-game by doing the following:

  1. Press the tilde (~) key to access the console.
  2. Type setini "parameter:category" value where parameter is the name of the setting, category is the section it is under, and value is the value it is to be changed to.
  3. Press enter
  4. Type saveini and press enter. This saves the INI change to the INI files.
  5. Type refreshini. This refreshes the INI settings, hopefully applying the change made.

Credits

  • Tannin for Mod Organizer's Configurator plugin, from which the majority of these values were retrieved.

INI Parameters by Section

[Imagespace]
[Display]
[Grass]
[Water]
[MAIN]
[Interface]
[GamePlay]
[Controls]
[Particles]
[SaveGame]
[AudioMenu]
[Clouds]
[General]
[TerrainManager]
[NavMesh]
[Trees]
[Decals]
[LOD]
[Launcher]
[BlurShaderHDR]
[BlurShader]

[Imagespace]

bDoDepthOfField

Enables depth of field. Default is 1.

bDoDepthOfField=(0,1)

iRadialBlurLevel

It is uncertain that this value is used by the game (it does not appear in game-generated INIs--only ones created by the Skyrim Launcher via the preset files. It is believed that this parameter is supposed to be inside Skyrim.ini instead.). Determines the amount of radial blur applied. Low and Medium presets are 0. High is 1. Ultra is 2.

iRadialBlurLevel=

[Display]

bDeferredShadows

Enables deferred rendering of shadows. Dependent upon bDrawShadows. Default is 1.

bDeferredShadows=(0,1)

bDrawLandShadows

Enables landscape shadows. Dependent upon bDrawShadows. Default is 0

bDrawLandShadows=(0,1)

bDrawShadows

Enables shadows. Default is 1.

bDrawShadows=(0,1)

bFXAAEnabled

Enables an almost zero-cost approximation of antialiasing using the FXAA technique. Do not use with SMAA or ENB AA. Default is 0. Low, High, and Ultra presets are 0. Medium is 1.

bFXAAEnabled=(0,1)

bFloatPointRenderTarget

Enabling this allows lighting to be rendered using floating point (decimal) values rather than only integer values. This increases the precision of lighting. It comes with a medium performance impact, and is recommended to be set to 0 if not using ENB. If using ENB, it MUST be set to 1. Default is 0 (although default set by the game without the value present is 1).

bFloatPointRenderTarget=(0,1)

bFull Screen

Determines if the game is rendered fullscreen. Default is 0.

bFull Screen=(0,1)

bMainZPrepass

Enables ZPrepass. Enabling ZPrepass tells the game not to render certain object to try to increase performance. It is recommended to remain disabled and to use ENBoost's ZPrepass instead. If set to 1, ENBoost's ZPrepass will not work. Default is 0.

bMainZPrepass=(0,1)

bShadowMaskZPrepass

Enables ZPrepass on the shadow mask. Enabling ZPrepass tells the game not to render certain object to try to increase performance. It is recommended to remain disabled and to use ENBoost's ZPrepass instead. If set to 1, ENBoost's ZPrepass will not work. Default is 0.

bShadowMaskZPrepass=(0,1)

bShadowsOnGrass

Enables grass shadows. Default is 1.

bShadowsOnGrass=(0,1)

bTransparencyMultisampling

Enables transparency antialiasing. Recommended to be disabled for better performance. Default is 0.

bTransparencyMultisampling=(0,1)

bTreesReceiveShadows

Enables tree shadows. Default is 0.

bTreesReceiveShadows=(0,1)

fDecalLOD1

This sets the initial distance that decals are shown on LOD? Default is 1000.

fDecalLOD1=

fDecalLOD2

This sets the secondary distance that decals are shown on LOD? Default is 1500.

fDecalLOD2=

fGamma

This sets the gamma brightness. Default is 1.

fGamma=

fInteriorShadowDistance

This sets the distance shadows are rendered indoors. Default is 3000.

fInteriorShadowDistance=

fLeafAnimDampenDistEnd

This sets the ending distance leaves are animated? Default is 4600.

fLeafAnimDampenDistEnd=

fLeafAnimDampenDistStart

This sets the starting distance leaf animations are lessened? Default is 3600.

fLeafAnimDampenDistStart=

fLightLODStartFade

This sets the distance when light on LOD will begin to fade. Default is 1000. Low is 200. Medium is 1000. High is 2500. Ultra is 3500.

fLightLODStartFade=

fMeshLODFadeBoundDefault

This sets something to do with meshes in LOD? Default is 256.

fMeshLODFadeBoundDefault=

fMeshLODFadePercentDefault

This sets the default percentage meshes fade? Default is 1.2.

fMeshLODFadePercentDefault=

fMeshLODLevel1FadeDist

This sets the distance meshes begin to fade in LOD? Default is 4096. Low and Medium presets are 4096. High and Ultra presets are 1e+007.

fMeshLODLevel1FadeDist=

fMeshLODLevel1FadeTreeDistance

This sets the distance tree meshes begin to fade in LOD? Default is 2844.

fMeshLODLevel1FadeTreeDistance=

fMeshLODLevel2FadeDist

This sets the distance meshes begin to fade even more in LOD? Default is 3072. Low and Medium presets are 3072. High and Ultra presets are 1e+007.

fMeshLODLevel2FadeDist=

fMeshLODLevel2FadeTreeDistance

This sets the distance tree meshes begin to fade even more in LOD? Default is 2048.

fMeshLODLevel2FadeTreeDistance=

fShadowBiasScale

Default is 1. Low is 0.5. Medium is 0.3. High is 0.25. Ultra is 0.15.

fShadowBiasScale=

fShadowDistance

This sets the distance shadows are rendered. Default is 2500. Low is 2000. Medium is 2500. High is 4000. Ultra is 8000.

fShadowDistance=

fShadowLODStartFade

This sets the distance shadows begin to fade in LOD. Default is 200.

fShadowLODStartFade=

fSpecularLODStartFade

This sets the distance specularity begins to fade in LOD. Default is 500. Low is 200. Medium is 500. High is 1000. Ultra is 2000.

fSpecularLODStartFade=

fTreesMidLODSwitchDist

This sets the distance trees switch to their LOD versions? Default is 3600. Low and Medium presets are 3600. High is 5000. Ultra is 1e+007.

fTreesMidLODSwitchDist=

iAdapter

Low, Medium, High, and Ultra presets are 0.

iAdapter=

iActorShadowCountExt

It is uncertain that this value is used by the game. It is never placed in the game by any normal means, not even by the Launcher, however it appears to exist within the preset files, and would need to be inserted manually. It appears it would control how many actors in exterior areas are allowed to cast shadows. Low, Medium, and High presets are 2. Ultra is 6.

iActorShadowCountExt=

iActorShadowCountInt

It is uncertain that this value is used by the game. It is never placed in the game by any normal means, not even by the Launcher, however it appears to exist within the preset files, and would need to be inserted manually. It appears it would control how many actors in interior areas are allowed to cast shadows. Low is 2. Medium and High presets are 4. Ultra is 6.

iActorShadowCountInt=

iBlurDeferredShadowMask

This sets the amount of blurring applied to shadow edges. Low values make sharp shadows. High values make soft shadows. Default is 5. Low is 0. Medium is 1. High and Ultra presets are 3.

iBlurDeferredShadowMask=

iMaxAnisotropy

This sets the level of anisotropic filtering. It is recommended to be set to 0 and force either driver AF or ENBoost AF in its place. Default is 8. Low and Medium presets are 1. High is 8. Ultra is 16.

iMaxAnisotropy=

iMaxDecalsPerFrame

This sets the maximum number of decals displayed per frame. Default is 10. Low is 0. Medium is 10. High is 30. Ultra is 100.

iMaxDecalsPerFrame=

iMaxSkinDecalsPerFrame

This sets the maximum number of decals displayed on skin per frame. Dependent upon and should be a value equal to or less than iMaxDecalsPerFrame. Default is 3. Low is 0. Medium is 3. High is 10. Ultra is 25.

iMaxSkinDecalsPerFrame=

iMultiSample

This sets the level of antialising. Recommended to leave off and use other methods of AA such as SMAA. Default is 0. Low is 1. Medium is 4. High is 8. Ultra is 16.

iMultiSample=

iPresentInterval

It is uncertain that this value is used by the game (it does not appear in game-generated INIs--only ones created by the Skyrim Launcher via the preset files. It is believed that this parameter is supposed to be inside Skyrim.ini instead.). The setting is similar to vertical sync and is believed to fix many engine and physics bugs when left on. Default is 1.

iPresentInterval=

iScreenShotIndex

Default is 0.

iScreenShotIndex=

iShadowFilter

Default is 3.

iShadowFilter=

iShadowMapResolution

This sets the resolution of shadows. Default is 1024. Low is 512. Medium is 1024. High is 2048. Ultra is 4096.

iShadowMapResolution=

iShadowMapResolutionPrimary

This sets the primary resolution of shadows.

iShadowMapResolutionPrimary=

iShadowMapResolutionSecondary

This sets the secondary resolution of shadows.

iShadowMapResolutionSecondary=

iShadowMaskQuarter

Default is 4. Low and Medium presets are 3. High and Ultra presets are 4.

iShadowMaskQuarter=

iShadowMode

Default is 3.

iShadowMode=

iShadowSplitCount

It is uncertain that this value is used by the game.

iShadowSplitCount=

iSize H

This sets the height of the monitor resolution in pixels. Default is 480.

iSize H=

iSize W

This sets the width of the monitor resolution in pixels. Default is 640.

iSize W=

iTexMipMapMinimum

Default is 0. Low, Medium, High, and Ultra presets are 4.

iTexMipMapMinimum=

iTexMipMapSkip

Default is 0. Low is 1. Medium, High, and Ultra presets are 0.

iTexMipMapSkip=

iWaterMultiSamples

This sets the level of antialising applied to the water. Recommended to leave off and use other methods of AA such as SMAA. Default is 0. Low and Medium presets are 1. High and Ultra presets are 4.

iWaterMultiSamples=

sD3DDevice

This setting appears to only be used by the Skyrim Launcher to detect the correct preset. It is not accessed by the game itself. If Skyrim is not using the correct graphics card, fix that elsewhere (i.e., the driver).

sD3DDevice="Name of Graphics Card"


[Grass]

b30GrassVS

This enables DirectX 3 filters on grass visuals??? Default is 0. Low and Medium are 0. High and Ultra presets are 1.

b30GrassVS=(0,1)

fGrassMaxStartFadeDistance

This sets the maximum distance grass can go before fading. Default is 7000.

fGrassMaxStartFadeDistance=

fGrassMinStartFadeDistance

This sets the minimum distance grass can go before fading. Default is 400.

fGrassMinStartFadeDistance=

fGrassStartFadeDistance

This sets the distance grass will begin to fade. Default is 3500. Low is 0. Medium is 3000. High is 5000. Ultra is 7000.

fGrassStartFadeDistance=


[Water]

bUseWaterDepth

This enables depth effect to water. Default is 1.

bUseWaterDepth=(0,1)

bUseWaterDisplacements

This enables water displacement. Default is 1.

bUseWaterDisplacements=(0,1)

bUseWaterReflections

This enables water reflections. Default is 1.

bUseWaterReflections=(0,1)

bUseWaterRefractions

This enables water refractions. Default is 1.

bUseWaterRefractions=(0,1)

iWaterReflectHeight

This sets the height of water reflections. Default is 512.

iWaterReflectHeight=

iWaterReflectWidth

This sets the width of water reflections. Default is 512.

iWaterReflectWidth=


[MAIN]

bCrosshairEnabled

This enables the crosshair. Default is 1.

bCrosshairEnabled=(0,1)

bGamepadEnable

This enables the use of a controller. Default is 0.

bGamepadEnable=(0,1)

bSaveOnPause

This enables autosaves upon pauses. Default is 1.

bSaveOnPause=(0,1)

bSaveOnRest

This enables autosaves upon sleeping. Default is 1.

bSaveOnRest=(0,1)

bSaveOnTravel

This enables autosaves upon traveling to different locations. Default is 1.

bSaveOnTravel=(0,1)

bSaveOnWait

This enables autosaves upon waiting. Default is 1.

bSaveOnWait=(0,1)

fHUDOpacity

This sets the opacity of the HUD. Default is 1.

fHUDOpacity=

fSkyCellRefFadeDistance

This sets the distance where clouds will fade out? Default is 150000.

fSkyCellRefFadeDistance=


[Interface]

bDialogueSubtitles

This enables subtitles for important dialogue. Default is 0.

bDialogueSubtitles=(0,1)

bGeneralSubtitles

This enables subtitles for all dialogue. Default is 0.

bGeneralSubtitles=(0,1)

bShowCompass

This enables the compass. Default is 1.

bShowCompass=(0,1)

fMouseCursorSpeed

This sets the lock sensitivity of the mouse. Default is 1.

fMouseCursorSpeed=


[GamePlay]

bAllowDragonFlightLocationDiscovery

This enables the location of a dragon in flight to be discovered?

bAllowDragonFlightLocationDiscovery=(0,1)

bAllowHavokGrabTheLiving

This allows the player to grab a living person as a havok object?

bAllowHavokGrabTheLiving=(0,1)

bEssentialTakeNoDamage

This makes essential characters never take any damage?

bEssentialTakeNoDamage=(0,1)

bHealthBarShowing

This makes the health bar always show?

bHealthBarShowing=(0,1)

bInstantLevelUp

This makes levelup instantaneous? Leftover Oblivion anti-sleep setting?

bInstantLevelUp=(0,1)

bShowFloatingQuestMarkers

This enables quest marks on objects? It is dependent upon bShowQuestMarkers being enabled? Default is 1.

bShowFloatingQuestMarkers=(0,1)

bShowQuestMarkers

This enables quest markers? Default is 1.

bShowQuestMarkers=(0,1)

bTrackProgress

This enables the ability to track progress?

bTrackProgress=(0,1)

iActorsDismemberedPerFrame

This sets the maximum number of characters able to be decapitated per frame?

iActorsDismemberedPerFrame=

iDetectionPicks

This sets the detection of picks range?

iDetectionPicks=

iDifficulty

This sets the game difficulty. Default is 2 (adept).

iDifficulty=


[Controls]

bAlwaysRunByDefault

This determines if the character will always run by default. Default is 1.

bAlwaysRunByDefault=(0,1)

bGamePadRumble

This enables controller rumble.

bGamePadRumble=(0,1)

bInvertYValues

This determines if the mouse is inverted over the y-axis (up and down movement). Default is 0.

bInvertYValues=(0,1)

bMouseAcceleration

This determines if the mouse is allowed to accelerate as it moves. Or perhaps it used to, as it appears to no longer have any affect in-game.

bMouseAcceleration=(0,1)

bUseKinect

This enables Kinect. Default is 0.

bUseKinect=(0,1)

fGamepadHeadingSensitivity

This determines the controller heading sensitivity. Default is 1.9.

fGamepadHeadingSensitivity=

fMouseHeadingSensitivity

This determines the mouse heading sensitivity. Default is 0.0125.

fMouseHeadingSensitivity=

[Particles]

iMaxDesired

This determines the maximum amount of particles to be rendered. Default is 750.

iMaxDesired=

[SaveGame]

fAutosaveEveryXMins

This sets the time between autosaves made on a timer in minutes. Default is 15.

fAutosaveEveryXMins=

[AudioMenu]

fAudioMasterVolume

This sets the master volume level. Default is 1.

fAudioMasterVolume=

fVal7

This sets the volume level of sound group #7. Default is 1.

fVal7=

uID7

This is the identifier #7 of the sound group to be increased. Default is 0.

uID7=

fVal6

This sets the volume level of sound group #6. Default is 1.

fVal6=

uID6

This is the identifier #6 of the sound group to be increased. Default is 0.

uID6=

fVal5

This sets the volume level of sound group #5. Default is 1.

fVal5=

uID5

This is the identifier #5 of the sound group to be increased. Default is 0.

uID5=

fVal4

This sets the volume level of sound group #4. Default is 1.

fVal4=

uID4

This is the identifier #4 of the sound group to be increased. Default is 0.

uID4=

fVal3

This sets the volume level of sound group #3. Default is 0.5.

fVal3=

uID3

This is the identifier #3 of the sound group to be increased. Default is 466532.

uID3=

fVal2

This sets the volume level of sound group #2. Default is 0.8.

fVal2=

uID2

This is the identifier #2 of the sound group to be increased. Default is 554685.

uID2=

fVal1

This sets the volume level of sound group #1. Default is 0.8.

fVal1=

uID1

This is the identifier #1 of the sound group to be increased. Default is 1007612.

uID1=

fVal0

This sets the volume level of sound group #0. Default is 1.

fVal0=

uID0

This is the identifier #0 of the sound group to be increased. Default is 94881.

uID0=


[Clouds]

fCloudLevel0Distance

This sets the distance of the first level of clouds? Default is 16384.

fCloudLevel0Distance=

fCloudLevel1Distance

This sets the distance of the second level of clouds? Default is 32768.

fCloudLevel1Distance=

fCloudLevel2Distance

This sets the distance of the third level of clouds? Default is 262144.

fCloudLevel2Distance=

fCloudNearFadeDistance

This sets the distance where clouds fade as they come close to the player? Default is 9000.

fCloudNearFadeDistance=


[General]

bEnableStoryManagerLogging

This enables story manager logging? Default is 0.

bEnableStoryManagerLogging=(0,1)

fBrightLightColorB

This sets the level of blue bright light?

fBrightLightColorB=

fBrightLightColorG

This sets the level of green bright light?

fBrightLightColorG=

fBrightLightColorR

This sets the level of red bright light?

fBrightLightColorR=

iStoryManagerLoggingEvent

This sets the event for storry manager logging? Default is -1.

iStoryManagerLoggingEvent=


[TerrainManager]

bShowLODInEditor

This enables LOD in Bethesda's 3d software? Default is 0.

bShowLODInEditor=(0,1)

fBlockLevel0Distance

Default is 20480. Low is 15000. Medium is 20480. High is 25000. Ultra is 35000.

fBlockLevel0Distance=

fBlockLevel1Distance

Default is 32768. Low is 25000. Medium is 32768. High is 40000. Ultra is 70000.

fBlockLevel1Distance=

fBlockMaximumDistance

Default is 100000. Low is 75000. Medium is 100000. High is 150000. Ultra is 250000.

fBlockMaximumDistance=

fSplitDistanceMult

Default is 0.75. Low is 0.4. Medium is 0.75. High is 1.1. Ultra is 1.5.

fSplitDistanceMult=

fTreeLoadDistance

Default is 25000. Low is 12500. Medium is 25000. High is 40000. Ultra is 75000.

fTreeLoadDistance=

[NavMesh]

This entire section is believed to not be used in-game. It and its possible settings are listed here for completion's sake.

fCoverSideHighAlpha

fCoverSideHighAlpha=

fCoverSideLowAlpha

fCoverSideLowAlpha=

fEdgeDistFromVert

fEdgeDistFromVert=

fEdgeFullAlpha

fEdgeFullAlpha=

fEdgeHighAlpha

fEdgeHighAlpha=

fEdgeLowAlpha

fEdgeLowAlpha=

fEdgeThickness

fEdgeThickness=

fLedgeBoxHalfHeight

fLedgeBoxHalfHeight=

fObstacleAlpha

fObstacleAlpha=

fPointSize

fPointSize=

fTriangleFullAlpha

fTriangleFullAlpha=

fTriangleHighAlpha

fTriangleHighAlpha=

fTriangleLowAlpha

fTriangleLowAlpha=

[Trees]

bRenderSkinnedTrees

This enables skinned trees. Default is 1.

bRenderSkinnedTrees=(0,1)

uiMaxSkinnedTreesToRender

This is the maximum amount of skinned trees that can be rendered. Default is 40.

uiMaxSkinnedTreesToRender=0 or higher


[Decals]

bDecals

This determines if decals are enabled. Low is 0. Medium, High, and Ultra presets are 1.

bDecals=(0,1)

bSkinnedDecals

This determines if skinned decals are enabled. This is dependent upon bDecals being enabled. Low is 0. Medium, High, and Ultra presets are 1.

bSkinnedDecals=(0,1)

uMaxDecals

This determines the maximum number of decals. This is dependent upon bDecals being enabled. Default is 100. Low is 0. Medium is 100. High is 250. Ultra is 1000.

uMaxDecals=0 or higher

uMaxSkinDecals

This determines the maximum number of skin decals. This is dependent upon bDecals being enabled. This is dependent upon and must be equal to or less than uMaxDecals. Low is 0. Medium is 35. High is 50. Ultra is 100.

uMaxSkinDecals=0 or higher

uMaxSkinDecalsPerActor

This determines the maximum number of skin decals per character. This is dependent upon bDecals being enabled. This is dependent upon and must be equal to or less than uMaxDecals and uMaxSkinDecals. Low is 0. Medium is 20. High is 40. Ultra is 60.

uMaxSkinDecalsPerActor=0 or higher


[LOD]

fLODFadeOutMultActors

This sets the actor fade distance. Default is 6. Low is 2.5. Medium is 3. High is 6. Ultra is 15.

fLODFadeOutMultActors=

fLODFadeOutMultItems

This sets the item fade distance. Default is 3. Low is 1. Medium is 2.5. High is 7.5. Ultra is 15.

fLODFadeOutMultItems=

fLODFadeOutMultObjects

This sets the object fade distance. Default is 5. Low is 2.5. Medium is 3.5. High is 4.5. Ultra is 15.

fLODFadeOutMultObjects=

fLODFadeOutMultSkyCell

Default is 1.

fLODFadeOutMultSkyCell=


[Launcher]

bEnableFileSelection

Determines if the Skyrim Launcher will allow the selection of plugins in Data. Not toggleable in the in the GUI. It is probably not used in-game.

bEnableFileSelection=(0,1)

bShowAllResolutions

Determines if the Skyrim Launcher will show all resolutions. Toggleable in the in the GUI. It is probably not used in-game.

bShowAllResolutions=(0,1)

uLastAspectRatio

The aspect ratio shown in the Skyrim Launcher. It is probably not used in-game. 3 is widescreen 16:9. 4 is widescreen 16:10. 1 is standard 4:3 or 5:4.

uLastAspectRatio=(4, 3, 1)


[BlurShaderHDR]

bDoHighDynamicRange

It is uncertain that this value is used by the game. Low is 0. Medium, High, and Ultra presets are 1.

bDoHighDynamicRange=(0,1)


[BlurShader]

bUseBlurShader

It is uncertain that this value is used by the game. Low, Medium, High, and Ultra presets are 0.

bUseBlurShader=(0,1)