📄 consolebg.txt
字号:
//////// Console BG v2.1 By StarHawk
// Introduction
- This plugin basically puts a configurable background behind the console to make it much easier to read the console text. This helps a great deal when in bright areas.
// Installing / Setting Up
- Extract ConsoleBG.dll into your \Plugins\ directory.
- Either;
- Open up Init.txt and add plugin_load ConsoleBG.dll (Short: load ConsoleBG)
- Once in-game bring up the console and type plugin_load ConsoleBG.dll (Short: load ConsoleBG)
// Using
- Once installed and running you can use the following options with each argument to help configure Console BG.
- Bring up the console and use the following commands to configure ConsoleBG;
- To set the color use the numbers 0-255;
.consolebg color Alpha Red Green Blue (EX: .consolebg color 100 255 255 255)
- OR -
.consolebg color Red Green Blue (EX: .consolebg color 255 255 255)
- To set the position of the upper-left corner of the background;
.consolebg position X Y (EX: .consolebg position 10 200)
- To set the size;
.consolebg size Width Height (EX: .consolebg size 500 200)
- To set a background image set the image you want to use in the same \Plugins\ directory.
.consolebg image imagename.extention (EX: .consolebg image testimage.jpg)
- To set the image to repeat, each number represents how many times you want the image to repeat;
.consolebg imagerepeat WidthRepeat HeightRepeat (ex: .consolebg imagerepeat 2 4)
- To make the console auto-size to the size of the image-- this requires no arguments;
.consolebg fitimage (EX: .consolebg fitimage)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -