Guide:Skyrim INI/VATS

From Step Mods | Change The Game
< Guide:Skyrim INI
Revision as of 22:05, January 13, 2016 by Rebel47 (talk | contribs) (→‎bVATSDisable)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[VATS][edit | edit source]

bVATSAllowNoKill[edit | edit source]

bVATSAllowNoKill toggles the camera animation that zooms in on the target NPC when attacked but not killed. This enables the "kill cam" effect even when the target NPC is not hit or killed. Set this to 0 disable or 1 to enable the camera animation when attacking NPCs. bVATSAllowNoKill was added with the official 1.5 patch. Since the changelog states that it added "New cinematic kill cameras for projectile weapons and spells," this setting is presumed to be associated with that.

Setting to a value of 1 toggles on the "kill cam" effect for ranged weapons, melee weapons remain unaffected.

Default is 0.

bVATSAllowNoKill=(0,1)

bVATSDisable[edit | edit source]

bVATSDisable toggles the camera animation that zooms in on the target NPC when killed. Set this to 0 to enable or 1 to disable the camera animation when the target NPC is killed.

Setting to a value of 1 does not disable melee kill cams, only ranged.

Default is 0.

bVATSDisable=(0,1)

bVATSForceRanged[edit | edit source]

bVATSForceRanged was added with the official 1.5 patch. Since the changelog states that it added "New cinematic kill cameras for projectile weapons and spells," this setting is presumed to be associated with that.

Default is 0.

bVATSForceRanged=(0,1)

bVATSIgnoreProjectileTest[edit | edit source]

bVATSIgnoreProjectileTest was added with the official 1.5 patch. Since the changelog states that it added "New cinematic kill cameras for projectile weapons and spells," this setting is presumed to be associated with that.

Default is 0.

bVATSIgnoreProjectileTest=(0,1)

bVATSMultipleCombatants[edit | edit source]

bVATSMultipleCombatants toggles the camera animation that zooms in on the target NPC when attacked or killed and multiple combatants are present. Set this to 0 to disable or 1 to enable the camera animation when multiple combatants are present. bVATSMultipleCombatants was added with the official 1.5 patch. Since the changelog states that it added "New cinematic kill cameras for projectile weapons and spells," this setting is presumed to be associated with that.

Default is 0.

bVATSMultipleCombatants=(0,1)

bVATSRangedSelective[edit | edit source]

bVATSRangedSelective was added with the official 1.6 patch, which refined the logic of kill moves, resolving a number of issues.

Default is 1.

bVATSRangedSelective=(0,1)

bVATSSmartCameraCheckDebug[edit | edit source]

bVATSSmartCameraCheckDebug is believed to be unused by the game.

Default is 0.

bVATSSmartCameraCheckDebug=(0,1)

bVatsDebug[edit | edit source]

Default is 0.

bVatsDebug=(0,1)

fVATSCastingAfterKillDelay[edit | edit source]

fVATSCastingAfterKillDelay was added with the official 1.5 patch. Since the changelog states that it added "New cinematic kill cameras for projectile weapons and spells," this setting is presumed to be associated with that.

Default is 1.2.

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

fVATSFocus[edit | edit source]

fVATSFocus is believed to be unused by the game.

Default is 3.2000000477.

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

fVATSKillMoveEnd[edit | edit source]

Default is 4.

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

fVATSLightAngle[edit | edit source]

Default is 0.

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

fVATSLightDistance[edit | edit source]

Default is 100.

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

fVATSLightElevation[edit | edit source]

Default is 100.

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

fVATSLightLevelMax[edit | edit source]

Default is 40.

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

fVATSLightLevelMin[edit | edit source]

Default is 20.

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

fVATSRangedLongDistance[edit | edit source]

fVATSRangedLongDistance was added with the official 1.6 patch, which refined the logic of kill moves, resolving a number of issues.

Default is 2500.

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

fVATSRangedLowHealthPercent[edit | edit source]

fVATSRangedLowHealthPercent was added with the official 1.6 patch, which refined the logic of kill moves, resolving a number of issues.

Default is 5.

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

fVATSRangedPercentMin[edit | edit source]

fVATSRangedPercentMin sets the minimum percentage the camera zoom effect is shown in ranged attacks when not sneaking. The default value of 50 means the camera zoom effect is shown in 50% of attacks that kill the target NPC. fVATSRangedPercentMin was added with the official 1.6 patch, which refined the logic of kill moves, resolving a number of issues.

Default is 50.

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

fVATSRangedPercentSneakKill[edit | edit source]

fVATARangedPercentSneakKills sets the percentage the camera zoom effect is shown in ranged attacks when sneaking. The default value of 20 means the camera zoom effect is shown in 20% of attacks that kill the target NPC. fVATSRangedPercentSneakKill was added with the official 1.6 patch, which refined the logic of kill moves, resolving a number of issues.

Default is 20.

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

fVATSRangedPercentTargetNoThreat[edit | edit source]

fVATSRangePercentTargetNoThreat sets the percentage the camera zoom effect is shown in ranged attacks when the target NPC is not a threat. fVATSRangedPercentTargetNoThreat was added with the official 1.6 patch, which refined the logic of kill moves, resolving a number of issues.

Default is 10.

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

fVATSRangedTargetLowLevelMult[edit | edit source]

fVATSRangedTargetLowLevelMult was added with the official 1.6 patch, which refined the logic of kill moves, resolving a number of issues.

Default is 0.3.

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

fVatsLightColorB[edit | edit source]

Default is 1.

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

fVatsLightColorG[edit | edit source]

Default is 1.

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

fVatsLightColorR[edit | edit source]

Default is 1.

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