View Single Post
Old 01-08-07, 07:53 PM   #5
geralt
Loader
 
Join Date: Feb 2006
Location: Czech rep.
Posts: 90
Downloads: 24
Uploads: 0
Default

Quote:
Originally Posted by bigboywooly
I think it in

C:\Program Files\Ubisoft\SilentHunterIII\data\Menu

Open the menu_1024_768


And look for this line

[G37 I1]
Name=Page radio messages
Type=1027;Menu page
ItemID=0x37000000
ParentID=0x0
Pos=0,0,0,0
LoadingMode=2
[G37 I2]
Type=1037;List box
ItemID=0x37000003
ParentID=0x37000000
Pos=440,575,460,280
Color=0xFFFFFFFF
Materials=12
Display=4;All directions
Mat 8=DATA/Menu/Data/vtarrow0.tga
Mat 9=DATA/Menu/Data/vtarrow1.tga
Mat 10=DATA/Menu/Data/vtarrow2.tga
Mat 11=DATA/Menu/Data/vtarrow3.tga
MatFlags=0x1
TexFmt=0x9
Font=10 <----- I presume you can drop this to 8 which will make text smaller
TextFlags=0x4

If not there then try underneath
- [G37 I3]

Make sure you back the file up before any changes

That may help
Hope so
the Font=10 doesn't mean the size but the type of font

all fonts are specified in the beginnig of the menu_1024_768.ini (from my a bit tweaked menu.ini)
Code:
[Fonts]
Fonts=19
Font0=DATA/Menu/Fonts/FPHunt26.tga
Font1=DATA/Menu/Fonts/FPCond14.tga
Font3=DATA/Menu/Fonts/FPHunt38.tga
Font4=DATA/Menu/Fonts/FPHunt12.tga
Font5=DATA/Menu/Fonts/FPHunt15.tga
Font6=DATA/Menu/Fonts/FPSmall.tga
Font7=DATA/Menu/Fonts/FPPencil12.tga
;Font10=DATA/Menu/Fonts/FPArhi24.tga; original
Font10=DATA/Menu/Fonts/FPHunt15.tga
Font11=DATA/Menu/Fonts/ShellsNr.tga
Font13=DATA/Menu/Fonts/FPCond18.tga
Font14=DATA/Menu/Fonts/FPCond12.tga
Font15=DATA/Menu/Fonts/FPCond9.tga
Font16=DATA/Menu/Fonts/FPBro20.tga
Font17=DATA/Menu/Fonts/FPBro100.tga
Font18=DATA/Menu/Fonts/FPHunt16.tga; moje
so the Font=10 says which *.tga file is used (originaly FPArhi24.tga)
change it to whatever you want I suggest the FPhunt15.tga
simply change the G37 I2

Code:
[G37 I2]
Type=1037;List box
ItemID=0x37000003
ParentID=0x37000000
Pos=440,575,460,280
Color=0xFFFFFFFF
Materials=12
Display=4;All directions
Mat 8=DATA/Menu/Data/vtarrow0.tga
Mat 9=DATA/Menu/Data/vtarrow1.tga
Mat 10=DATA/Menu/Data/vtarrow2.tga
Mat 11=DATA/Menu/Data/vtarrow3.tga
MatFlags=0x1
TexFmt=0x9
Font=5 <----
TextFlags=0x4
MaxNumItems=1000
VisibleItems=7
NumItems=0
AllocationType=0
AllocationParameter=0
StatesColors=0x555555F0, 0x111111F0, 0xDD5800FF, 0xDD5800FF
the font5 (FPHunt15.tga) will be used

personaly I don't like the FPArhi24.tga font at all so I changed the font10 to be the same as font5 so I don't have to make any other changes in the whole menu.ini to get rid of font10 (FPArhi24.tga)
geralt is offline   Reply With Quote