View Single Post
Old 07-05-17, 06:22 AM   #22
MekStark
Seaman
 
Join Date: Nov 2015
Location: Cracow, Poland
Posts: 38
Downloads: 42
Uploads: 2
Default

Quote:
Originally Posted by Skyhigh View Post
Hi,

LOVE the tactical map - but I find the red letters very difficult to read on my laptop. The Vanilla green letters were better.
Skyhigh

you'll notice at the top of the default.txt I left commented out the stock values for text colours among other values, so to use green ones replace lines that reads:

PlayerDataColor1=200,0,0,255
PlayerDataColor2=255,0,0,255

replace with:

PlayerDataColor1=65,173,77,255
PlayerDataColor2=111,255,144,255

then find

SignatureTextColor1=200,0,0,255
SignatureTextColor2=255,0,0,255
SignatureIconColor=200,0,0,255

and replace with:

SignatureTextColor1=65,173,77,255
SignatureTextColor2=151,255,144,255
SignatureIconColor=65,173,77,255

that should give you back the stock green colour scheme

@nycoroner05
depends how the new helms UI is made, you can't make something that isn't programmed in in the first place
MekStark is offline   Reply With Quote