Guide:Fallout4Prefs INI/Interface: Difference between revisions

From Step Mods | Change The Game
 
Line 20: Line 20:


==== bShowCompass ====
==== bShowCompass ====
bShowCompass
bShowCompass toggles the compass in the head-up display (HUD).


Default is 1.
Default is 1.

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

[Interface]

bDialogueCameraEnable

bDialogueCameraEnable toggles the dialogue camera that focuses on the player character (PC) when the PC speaks. It is changeable in the in-game Settings > Display menu as Dialogue Camera.

Default is 1.

bDialogueCameraEnable=(0,1)

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 in the head-up display (HUD).

Default is 1.

bShowCompass=(0,1)

iHUDColorB

iHUDColorB sets the level of blue color on the head-up display (HUD). It is changeable in the in-game Settings > Display menu as HUD Color B.

Default is 21.

iHUDColorB=(...,-1,0,1,...)

iHUDColorG

iHUDColorG sets the level of green color on the head-up display (HUD). It is changeable in the in-game Settings > Display menu as HUD Color G.

Default is 255.

iHUDColorG=(...,-1,0,1,...)

iHUDColorR

iHUDColorR sets the level of red color on the head-up display (HUD). It is changeable in the in-game Settings > Display menu as HUD Color R.

Default is 18.

iHUDColorR=(...,-1,0,1,...)

uHUDActiveEffectWidget

uHUDActiveEffectWidget sets the level of active effects shown on the head-up display (HUD). 0 is off. 1 only shows detrimental effects, and 2 shows all effects. It is changeable in the in-game Settings > Display menu as Show Active Effects on HUD.

Default is 2.

uHUDActiveEffectWidget=(0,1,2)