View Single Post
Old 10-15-23, 08:38 PM   #20
fitzcarraldo
Argentinian Skipper
 
fitzcarraldo's Avatar
 
Join Date: Jul 2009
Location: Somewhere between Buenos Aires and the Bungo Suido
Posts: 5,156
Downloads: 3227
Uploads: 0


Default

Quote:
Originally Posted by ElCid97 View Post
Fitz,

It's possible to do the changes manually. It just takes time.

The parts you would have to change manually would give you the following. Just use these and it should work:

;[Fonts]
;Fonts=24
;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
;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/Agency_12.tga
;Font19=DATA/Menu/Fonts/Agency_16.tga
;Font20=DATA/Menu/Fonts/Agency_20.tga
;Font21=DATA/Menu/Fonts/Agency_24.tga
;Font22=DATA/Menu/Fonts/Agency_28.tga
;Font23=DATA/Menu/Fonts/Chalk.dds

[Fonts]
Fonts=31
Font0=DATA/Menu/Fonts/FPHunt26.tga
Font1=DATA/Menu/Fonts/FPHunt15.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
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/FPHunt12.tga
Font19=DATA/Menu/Fonts/FPHunt15.tga
Font20=DATA/Menu/Fonts/FPHunt15.tga
Font21=DATA/Menu/Fonts/FPHunt26.tga
Font22=DATA/Menu/Fonts/FPHunt26.tga
Font23=DATA/Menu/Fonts/Chalk.dds
Font24=DATA/Menu/Fonts/TrajanPro_9.dds
Font25=DATA/Menu/Fonts/TrajanPro_11.dds
Font26=DATA/Menu/Fonts/TrajanPro_15.dds
Font27=DATA/Menu/Fonts/TrajanPro_17.dds
Font28=DATA/Menu/Fonts/Univers_13.dds
Font29=DATA/Menu/Fonts/Univers_22.dds
Font30=DATA/Menu/Fonts/Agency_28.tga

... the awards text with the Trajan Pro font would be:

[G12 I3]
Name=Info
Type=1029;Static text
ItemID=0x12000004
ParentID=0x12000000
Pos=608,-206,320,356
Zone= 608 562 320 356 6 1 0x12000001 0.75 -0.5 0x12000004 -0.5 0.5 0 0

;Font=20 <== comment this one out
Font=25 ;<== add this one in
Text=0
TextFlags=0x6

... and the deck gun would be:

[G38 I3]
Name=MaximumAmmo
Type=1029;Static text
ItemID=0x38010004
ParentID=0x38010000
Pos=82,-165,40,40
Zone= 962 319 40 40 0 1 0x38010003 1 -1 0x38010004 -1 0 0 0
;Font=22 <== comment this one out
Font=30 ;<== add this one in
Text=674
TextFlags=0x16

[G38 I4]
Name=Current
Type=1029;Static text
ItemID=0x38010014
ParentID=0x38010000
Pos=2,-165,40,40
Zone= 882 319 40 40 0 1 0x38010003 0 -1 0x38010014 0 0 0 0
;Font=22 <== comment this one out
Font=30 ;<== add this one in
Text=674
TextFlags=0x14

... while the AA gun would be:

[G3A I3]
Name=MaximumAmmo
Type=1029;Static text
ItemID=0x3A010004
ParentID=0x3A010000
Pos=70,-160,40,40
Zone= 884 324 40 40 0 1 0x3A010003 1 -1 0x3A010004 -1 0 0 0
;Font=22 <== comment this one out
Font=30 ;<== add this one in
Text=674
TextFlags=0x16

[G3A I4]
Name=Current
Type=1029;Static text
ItemID=0x3A010014
ParentID=0x3A010000
Pos=10,-160,40,40
Zone= 824 324 40 40 0 1 0x3A010003 0 -1 0x3A010014 0 0 0 0
;Font=22 <== comment this one out
Font=30 ;<== add this one in
Text=674
TextFlags=0x14

Now you can see why I thought about using the merging software for the menu manager.

It was either that or a whole new "ini" file which would probably overwrite any changes someone may have already done to customize their setup.

Let us know if these work out for you and we can have them as a workaround until we can figure out what happened. It could be that it's not Win11 compatable, but who knows.

Regards,

ElCid97
Many thanks! IŽll try it tomorrow and report.

Best regards.

Fitzcarraldo
__________________



My subject is War, and the pity of War. The Poetry is in the pity - Wilfred Owen.
fitzcarraldo is offline   Reply With Quote