View Single Post
Old 08-20-20, 06:22 PM   #3
von Zelda
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by M134 View Post
As I recall the latest version is 1.15g
To enlarge text without .dll modding you have to go to ...campaign00X\language_en\missions and put text you want to enlarge between <size=XX> and </size>
This should be done for EVERY mission...
You'll have to experiment with values. I recommend to start with something around 20
There does not seem to be any font size under individual mission orders, just text.

Under Campaignxxx\language_en\events\notes.text file, lists a font size as follows:

Color=255,255,255,255 Defines a COLOR32 (global text color setting)
Font=0 FONT (0 Default, 1 HUD font, 2 map sans, 3 map serif, 4 newspaper serif)

Also supports Rich Text tags: (tags must be nested in order)
<b></b> BOLD
<i></i> ITALICS
<color=#00000000></color> HTML color for in line color changes only (use COLOR32 above for whole sentences)
<n> or \n = NEW LINE
<size=20></size> FONT SIZE (Awards/medals pages only as newspapers use best fit to format text size)

Text Colors:
NewspaperRed=180,71,64,255
NewspaperDark=57,61,73,255
NewspaperLight=218,218,208,255


I have not tried to edit this file yet, but I don't believe this controls the mission text. I've hunted in both Default and Override directories and have not found any other place to edit font.

Any further ideas.
  Reply With Quote