Guide:Skyrim INI/Menu: Difference between revisions

From Step Mods | Change The Game
Line 1: Line 1:
== [Menu] ==
== [Menu] ==
==== iConsoleHistoryCharBufferSize ====
==== 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.
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.
Default is 16384.
Line 7: Line 7:


==== iConsoleSizeScreenPercent ====
==== 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.
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.
Default is 40.
Line 13: Line 13:


==== iConsoleTextSize ====
==== iConsoleTextSize ====
iConsoleTextSize specifies the size of the font in the console.
iConsoleTextSize sets the size of the font in the console.


Default is 20.
Default is 20.
Line 19: Line 19:


==== rConsoleHistoryTextColor ====
==== rConsoleHistoryTextColor ====
rConsoleHistoryTextColor specifies the RGB color of the font in the history list. The default 153,153,153 is light gray.
rConsoleHistoryTextColor sets the RGB color of the font in the history list. The default 153,153,153 is light gray. RGB values from [http://www.w3schools.com/tags/ref_colorpicker.asp this online color picker] can be used to change the color.


Default is 153,153,153.
Default is 153,153,153.
Line 25: Line 25:


==== rConsoleTextColor ====
==== 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.
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 [http://www.w3schools.com/tags/ref_colorpicker.asp this online color picker] can be used to change the color.


Default is 255,255,255.
Default is 255,255,255.
Line 31: Line 31:


==== rDebugTextColor ====
==== 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.
Default is 255,251,233.
<pre>rDebugTextColor=R#,G#,B#</pre>
<pre>rDebugTextColor=R#,G#,B#</pre>

Revision as of 19:14, August 23, 2015

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