Guide:SkyrimPrefs INI/Interface: Difference between revisions

From Step Mods | Change The Game
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


==== bDialogueSubtitles ====
==== bDialogueSubtitles ====
bDialogueSubtitles toggles subtitles for important dialogue. It is changeable in the in-game Settings > Display menu as ''Dialogue Subtitles''.
bDialogueSubtitles toggles subtitles for dialogue that the player character is actively engaged in. It is changeable in the in-game Settings > Display menu as ''Dialogue Subtitles''.


Default is 0.
Default is 0.
Line 8: Line 8:


==== bGeneralSubtitles ====
==== bGeneralSubtitles ====
bGeneralSubtitles toggles subtitles for all dialogue. It is changeable in the in-game Settings > Display menu as ''General Subtitles''.
bGeneralSubtitles toggles subtitles for dialogue that the player character is not actively engaged in. It is changeable in the in-game Settings > Display menu as ''General Subtitles''.


Default is 0.
Default is 0.
Line 20: Line 20:


==== fMouseCursorSpeed ====
==== fMouseCursorSpeed ====
fMouseCursorSpeed sets the speed of the mouse cursor. fMouseCursorSpeed was added with the official 1.2 patch.
fMouseCursorSpeed sets the velocity of the mouse cursor. fMouseCursorSpeed was added with the official 1.2 patch.


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

Latest revision as of 08:21, May 15, 2016

[Interface]

bDialogueSubtitles

bDialogueSubtitles toggles subtitles for dialogue that the player character is actively engaged in. It is changeable in the in-game Settings > Display menu as Dialogue Subtitles.

Default is 0.

bDialogueSubtitles=(0,1)

bGeneralSubtitles

bGeneralSubtitles toggles subtitles for dialogue that the player character is not actively engaged in. 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 velocity of the mouse cursor. fMouseCursorSpeed was added with the official 1.2 patch.

Default is 1.

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