Guide:Skyrim INI/Menu

From Step Mods | Change The Game

[Menu]

iConsoleHistoryCharBufferSize

iConsoleHistoryCharBufferSize specifies 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 specifies 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 specifies the size of the font in the console.

Default is 20.

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

rConsoleHistoryTextColor

rConsoleHistoryTextColor specifies the RGB color of the font in the history list. The default 153,153,153 is light gray.

Default is 153,153,153.

rConsoleHistoryTextColor=R#,G#,B#

rConsoleTextColor

rConsoleTextColor specifies the RGB color of the command text (or the text you enter in the console). The default 255,255,255 is bright white.

Default is 255,255,255.

rConsoleTextColor=R#,G#,B#

rDebugTextColor

Default is 255,251,233.

rDebugTextColor=R#,G#,B#