Fallout 4

File information

Last updated

Original upload

Created by

charlieoctopus5000

Uploaded by

charlieoctopus5000

Virus scan

Safe to use

Tags for this mod

About this mod

This mod adds some new style commands to the Console.

Permissions and credits
New Console style commands:

SetConsoleFont string
Example:
SetConsoleFont Share-TechMono

The following fonts have been tested:
Arial (the Console's default font)
Consolas
Courier New 
Roboto Condensed Bold
Brody
Handwritten_Institute
Eurostile Cyr Std
Eurostile LT Cyr Std
Share-TechMono


SetConsoleFontSize uint
Example, to set the console's command entry font size to 24 (which sets the history to 22):
SetConsoleFontSize 24
*Please note that for some larger (50+) sizes and fonts, some unintended side-effects have been observed
(the Console's TextField background rects may become visible).


SetConsoleFontColor 0x (uint) 
Example, to set the font color to green = 0x00FF00:
SetConsoleFontColor 0x00FF00

Some Pipboy Colors
Blue - 0x2ECFFF

Amber - 0xFFB642
Green - 0x1AFF80
White - 0xC0FFFF


SetConsolePercent uint (1-100)
Change the real-estate allocated to the Console's output

SetConsoleAlpha Number (0.0-1.0)
A value of 1.0 is completely black background

SetCommandPrompt string 
Example: to set a Windows-style prompt:
SetCommandPrompt C:\>

The source code is available here.