• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
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...

Oh Sorry, my fault, I didn't ment this. But someone here has made a Mod where for example the first letters of a word are in gold and the rest of the word is in white. :confused:

EDIT:
For Example the Ottoman Empire is spelled

Ottoman Empire

Something like this.
 
Last edited:
Saivor said:
Never mind! Thanks anyway. ;)
But what about the Fonts in the GFX folder? Would it work when I give them another colour?

You should ask XiDragon, I'm sure he knows. :)
 
Saivor said:
Can someone tell me how I can change the colours of the fonts?
Well ! A long time ago, I found the following information on the Web. I translated it in French and will retranslate it in English !


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 :


test15vu.jpg


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 ***"


test28ze.jpg

 
Saivor said:
:eek:
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?
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.
Regarding green, I don't think it is available unless other codes are available.