Jump to content
Sign in to follow this  
VictorTroska

How to change text color (resource.cpp) ?

Recommended Posts

Hi,

I was able to change color for mission name & date text (in resource.cpp), but can't do it for progress/loading text like the one on the picture below:

Loading.jpg

Afaik the string is "$STR_LOAD_INIT", and it should be something like this, but I don't know what class is it :

idc=103;

text="$STR_LOAD_INIT";

style=2;

colorText[]={0.83,0.1,0.1,0.5};

font="TahomaB48";

sizeEx="0.8 * 0.03";

x=0;

y=0.300000;

w=1;

h=0.050000;

Any help is appreciated,

Thanks :smile_o:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×