Birger said:I don't think that's possible, you can only change the font...
Birger said:I know only of one font mod and it's this:
http://www.europa-universalis.com/forum/showthread.php?t=163590
XiDragon (and Mighty Johan) said that the fontcolor is set and can't be changed...
Birger said:Huh, I for sure have never heard or seen a mod like that...
This is the only "Gold Mod" that I know of:
http://www.europa-universalis.com/forum/showthread.php?t=195750
Birger said:I see, never seen that around here before, so I can't help you...o
Saivor said:Never mind! Thanks anyway.![]()
But what about the Fonts in the GFX folder? Would it work when I give them another colour?
Birger said:You should ask XiDragon, I'm sure he knows.![]()
Well ! A long time ago, I found the following information on the Web. I translated it in French and will retranslate it in English !Saivor said:Can someone tell me how I can change the colours of the fonts?
Text can be formated in an elementary way, using a few instructions which are:
$ : inserted in the text, it will be replaced by the image of a gold piece;
§W : set the colour of the text to white (default colour for name). This instruction affect only one line, from the point it is defined till the end of line (carriage return);
§Y : display the text in yellow (default colour for the description). This instruction affect only one line, from the point it is defined till the end of line (carriage return)
Other instructions are available but they are NOT official.
%x = 000 (any %a,b,c, d…x will work)
%a% = 001 (any %a, b, c, d … x% will work)
§Y = 002 (that’s the normal one, orange)
%(% = 003
%)% = 004
%*% = 005
%+% = 006
%¤% = 007
%%% = 008
%&% = 009
§W = 010 (Normal white)
Following image show the different colours that are available :
![]()
Beware that code 000 makes room for a ghost variable, effectively erasing the first letter after the space. A supplementary letter has to be inserted.
Example
name = "%w mMy §WTest %%% Event"
desc = "*** THIS EVENT HAS FAILED ***"
![]()
Sorry, the information I provided is the sole I know of. I thinl the best way is for you to try with an event you write, and see what happens.Saivor said:![]()
Wow! Thank you!![]()
But do I really have to write the codes in EVERY text and event?
And is there a code for this colour? Or some light green stuff?