Guide:SkyrimPrefs INI/Interface: Difference between revisions

From Step Mods | Change The Game
(Created page with "== [Interface] == ==== bDialogueSubtitles ==== bDialogueSubtitles toggles subtitles for important dialogue. It is changeable in the in-game Settings > Display menu as ''Dialo...")
 
Line 20: Line 20:


==== fMouseCursorSpeed ====
==== fMouseCursorSpeed ====
fMouseCursorSpeed sets the speed of the mouse cursor (AKA lock sensitivity). It is changeable in the in-game Settings > Gameplay menu as ''Lock Sensitivity''.
fMouseCursorSpeed sets the speed of the mouse cursor (AKA lock sensitivity). It is changeable in the in-game Settings > Gameplay menu as ''Lock Sensitivity''. fMouseCursorSpeed was added with the official 1.3 patch.


Default is 1.
Default is 1.
<pre>fMouseCursorSpeed=(...,-0.0001,0,0.0001,...)</pre>
<pre>fMouseCursorSpeed=(...,-0.0001,0,0.0001,...)</pre>

Revision as of 21:05, September 6, 2015

[Interface]

bDialogueSubtitles

bDialogueSubtitles toggles subtitles for important dialogue. It is changeable in the in-game Settings > Display menu as Dialogue Subtitles.

Default is 0.

bDialogueSubtitles=(0,1)

bGeneralSubtitles

bGeneralSubtitles toggles subtitles for all dialogue. It is changeable in the in-game Settings > Display menu as General Subtitles.

Default is 0.

bGeneralSubtitles=(0,1)

bShowCompass

bShowCompass toggles the compass.

Default is 1.

bShowCompass=(0,1)

fMouseCursorSpeed

fMouseCursorSpeed sets the speed of the mouse cursor (AKA lock sensitivity). It is changeable in the in-game Settings > Gameplay menu as Lock Sensitivity. fMouseCursorSpeed was added with the official 1.3 patch.

Default is 1.

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