Guide:SkyrimPrefs INI/Controls: Difference between revisions

From Step Mods | Change The Game
 
(5 intermediate revisions by the same user not shown)
Line 10: Line 10:
bGamePadRumble toggles controller vibration. It is changeable in the in-game Settings > Gameplay menu as ''Vibration''.
bGamePadRumble toggles controller vibration. It is changeable in the in-game Settings > Gameplay menu as ''Vibration''.


Default=1
Default is 1.
<pre>bGamePadRumble=(0,1)</pre>
<pre>bGamePadRumble=(0,1)</pre>


Line 20: Line 20:


==== bMouseAcceleration ====
==== bMouseAcceleration ====
{{fc|#ff7878|It has been verified that this setting no longer does anything. The game does not recognize it at all. It probably was removed in an official patch due to its unpopularity. It does not appear in game-generated INIs or in Launcher presets. Its origin appears to be from the SkyrimPrefs.ini file that resides inside the extra Skyrim directory inside the main Skyrim directory, where it is set to 1.}} It used to toggle the ability of the mouse to accelerate.
{{fc|#ff7878|It has been verified that this setting is completely placebo. The game does not recognize it at all. All versions from 1.1.21.0 through the present have been examined and show no evidence of this setting ever existing. It does not appear in game-generated INIs or in Launcher presets. Its origin appears to be from the SkyrimPrefs.ini file that resides inside the extra Skyrim directory inside the main Skyrim directory, where it is set to 1. It is likely this is a leftover setting from development that was taken out prior to release, or at least immediately following release (version 1.1.21.0 was released the same day the game was released).}} It supposedly toggled the ability of the mouse to accelerate while moving.
<pre>bMouseAcceleration=(0,1)</pre>
<pre>bMouseAcceleration=(0,1)</pre>


==== bUseKinect ====
==== bUseKinect ====
bUseKinect toggles the use of Kinect.
bUseKinect toggles the use of Kinect on XBox. bUseKinect was added with the official 1.6 patch.


Default is 0.
Default is 0.
Line 36: Line 36:


==== fMouseHeadingSensitivity ====
==== fMouseHeadingSensitivity ====
fMouseHeadingSensitivity sets the mouse heading sensitivity.
fMouseHeadingSensitivity sets the mouse heading sensitivity (AKA look sensitivity). It is changeable in the in-game Settings > Gameplay menu as ''Look Sensitivity''.


Default is 0.0125000002.
Default is 0.0125000002.
<pre>fMouseHeadingSensitivity=(...,-0.0001,0,0.0001,...)</pre>
<pre>fMouseHeadingSensitivity=(...,-0.0001,0,0.0001,...)</pre>

Latest revision as of 21:35, September 3, 2020

[Controls][edit | edit source]

bAlwaysRunByDefault[edit | edit source]

bAlwaysRunByDefault toggles the ability of the character to always run by default. If turned off, you can still run, but walking is the default action.

Default is 1.

bAlwaysRunByDefault=(0,1)

bGamePadRumble[edit | edit source]

bGamePadRumble toggles controller vibration. It is changeable in the in-game Settings > Gameplay menu as Vibration.

Default is 1.

bGamePadRumble=(0,1)

bInvertYValues[edit | edit source]

bInvertYValues toggles the ability of the the mouse to be inverted over the y-axis (up and down movement). It is changeable in the in-game Settings > Gameplay menu as Invert Y.

Default is 0.

bInvertYValues=(0,1)

bMouseAcceleration[edit | edit source]

It has been verified that this setting is completely placebo. The game does not recognize it at all. All versions from 1.1.21.0 through the present have been examined and show no evidence of this setting ever existing. It does not appear in game-generated INIs or in Launcher presets. Its origin appears to be from the SkyrimPrefs.ini file that resides inside the extra Skyrim directory inside the main Skyrim directory, where it is set to 1. It is likely this is a leftover setting from development that was taken out prior to release, or at least immediately following release (version 1.1.21.0 was released the same day the game was released). It supposedly toggled the ability of the mouse to accelerate while moving.

bMouseAcceleration=(0,1)

bUseKinect[edit | edit source]

bUseKinect toggles the use of Kinect on XBox. bUseKinect was added with the official 1.6 patch.

Default is 0.

bUseKinect=(0,1)

fGamepadHeadingSensitivity[edit | edit source]

fGamepadHeadingSensitivity sets the controller heading sensitivity.

Default is 1.8999999762.

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

fMouseHeadingSensitivity[edit | edit source]

fMouseHeadingSensitivity sets the mouse heading sensitivity (AKA look sensitivity). It is changeable in the in-game Settings > Gameplay menu as Look Sensitivity.

Default is 0.0125000002.

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