Guide:Skyrim INI/Menu

From Step Mods | Change The Game

[Menu]

iConsoleHistoryCharBufferSize

iConsoleHistoryCharBufferSize sets the number of characters that are displayed in the history list when using console commands like help. The default setting shows the last 16,384 characters in the history list.

Default is 16384.

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

iConsoleSizeScreenPercent

iConsoleSizeScreenPercent sets the vertical size of the console as a percentage of vertical screen resolution. The default of 40 means the console occupies the lower 40 percent (or slightly less than half) of the vertical space.

Default is 40.

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

iConsoleTextSize

iConsoleTextSize sets the size of the font in the console.

Default is 20.

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

rConsoleHistoryTextColor

rConsoleHistoryTextColor sets the RGB color of the font in the history list. The default 153,153,153 is light gray. RGB values from this online color picker can be used to change the color.

Default is 153,153,153.

rConsoleHistoryTextColor=R#,G#,B#

rConsoleTextColor

rConsoleTextColor sets the RGB color of the command text (or the text you enter in the console). The default 255,255,255 is bright white. RGB values from this online color picker can be used to change the color.

Default is 255,255,255.

rConsoleTextColor=R#,G#,B#

rDebugTextColor

rDebugTextColor sets the RGB color of debug text in the console? We need to know what text actually is being referred to in order to verify this setting.

Default is 255,251,233.

rDebugTextColor=R#,G#,B#