SkyrimSE:SkyrimPrefs INI/Interface: Difference between revisions

From Step Mods | Change The Game
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==== bDialogueSubtitles ====
==== bDialogueSubtitles ====
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.
Default is 0.
Line 8: Line 8:


==== bGeneralSubtitles ====
==== bGeneralSubtitles ====
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.
Default is 0.
Line 14: Line 14:


==== bShowCompass ====
==== bShowCompass ====
bShowCompass
bShowCompass toggles the compass.


Default is 1.
Default is 1.
Line 20: Line 20:


==== fMouseCursorSpeed ====
==== fMouseCursorSpeed ====
fMouseCursorSpeed
fMouseCursorSpeed sets the velocity of the mouse cursor.


Default is 1.0000.
Default is 1.0000.
  fMouseCursorSpeed=(...,-0.0001,0,0.0001,...)
  fMouseCursorSpeed=(...,-0.0001,0,0.0001,...)

Latest revision as of 22:31, August 29, 2021

[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.

Default is 1.0000.

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