• 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.

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
14
  • For The Glory
  • March of the Eagles
  • 500k Club
Hi,

I would like to know if anyone succeeds to change the message box below ?

nouvelleimageer5.jpg


This is the usual message in EU2.

As is not very readable, i would like to change the color of the message, with

-The country which enters the alliance (In this case, Lorraine) in Big White.
-'Entered a military alliance' in little orange.

Is it possible ?
 
Yes, it is :)
Open file "Config\text.csv"
Search there for block like this one:
Code:
...
MILLALLINVACCEPTOTHER_HEADER;Herald from;;;;;;;;;;4489
MILLALLINVACCEPTOTHER_1;%s;;;;;;;;;;4490
MILLALLINVACCEPTOTHER_2;%t, %s;;;;;;;;;;4491
MILLALLINVACCEPTOTHER_3;entered a Military Alliance;;;;;;;;;;4492
MILLALLINVACCEPTOTHER_4;with their new ally;;;;;;;;;;4493
MILLALLINVACCEPTOTHER_5;%s;;;;;;;;;;4494
MILLALLINVACCEPTOTHER_6;;;;;;;;;;;4495
...
and change it into this
Code:
...
MILLALLINVACCEPTOTHER_HEADER;Herald from;;;;;;;;;;4489
MILLALLINVACCEPTOTHER_1;%s;;;;;;;;;;4490
MILLALLINVACCEPTOTHER_2;[COLOR=Yellow]%t,[/COLOR];;;;;;;;;;4491
MILLALLINVACCEPTOTHER_3;[COLOR=Yellow]%s[/COLOR];;;;;;;;;;4492
MILLALLINVACCEPTOTHER_4;[COLOR=Yellow]entered a Military Alliance[/COLOR] with their new ally;;;;;;;;;;4493
MILLALLINVACCEPTOTHER_5;%s;;;;;;;;;;4494
MILLALLINVACCEPTOTHER_6;;;;;;;;;;;4495
...
 
OK ; It works great

essaibv5.jpg


Many thanks :)