This mod adds some new style commands to the Console.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Console modding permissionThis mod will not be available on Bethesda.net for console users
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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:\>