Quote:
Originally Posted by pokara
If i want to make smaller the size font of the general messages on the console,
what change ive got to do on the menu_...ini file??? is it possible???
thanks
|
open menu_1024_768.ini
find block
[G3F I152]
Name=Messages
Type=1029;Static text
ItemID=0x3F040002
ParentID=0x3F040000
Pos=20,-23,385,107
Font=13
Text=0
TextFlags=0x10
Font=13 means FPCond18.tga is used (all fonts are specified in the beginning of the menu.ini file)
so you can try
Font=1 ..... FPCond14.tga
Font=14 ... FPCond12.tga
a bit smaller and same shape
or a different font (which I prefer btw

)
Font=5 ..... FPHunt15.tga
Font=4 ..... FPHunt12.tga
choose what you want...