Windower Console Color Syntax; Confused, Help?

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Windower » Support » Windower Console Color Syntax; Confused, help?
Windower Console Color Syntax; Confused, help?
Offline
Posts: 3
By Sankhya 2025-04-17 23:39:08
Link | Quote | Reply
 
I saw the Windower's website's explanaition for font changes and color changes, but I can't figure out how to do it unless I see a written example. I'd appreciate any help. Trying to change the console color from red to something else.

Thanks!
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6375
By Lakshmi.Byrth 2025-04-18 07:38:57
Link | Quote | Reply
 
I put in my init.txt:
Code
//Set console variables
console_position 10 10
console_color 255 185 100 0
console_displayactivity 0
console_font Consolas 10


The `console_color` line is the one you want. I don't remember exactly, but the arguments are probably R G B alpha. I made it orange.
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 1036
By Fenrir.Niflheim 2025-04-18 09:24:03
Link | Quote | Reply
 
Alpha is first, then r g b
[+]