Guide:Skyrim INI/Menu

From Step Mods | Change The Game

[Menu][edit | edit source]

iConsoleHistoryCharBufferSize[edit | edit source]

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[edit | edit source]

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. Note that MFG Console uses the available screen space above the debug console, so increasing the size of the debug console may force MFG Console to use a smaller font to make everything fit in the available space.

Default is 40.

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

iConsoleTextSize[edit | edit source]

iConsoleTextSize sets the size of the font in the console.

Default is 20.

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

rConsoleHistoryTextColor[edit | edit source]

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[edit | edit source]

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[edit | edit source]

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#