Tactical Display

You can make all kinds of changes to the HUD gauges through the ViewUI.xml file in this file
C:\Users\yourname\AppData\Roaming\Microsoft\yourCFS3install\ViewUI.xml

Look for this line:
<TacticalDisplay BGIMage="tactical_display.dds" BGPos="0 0" BGSize="128 128" BGScale="1.2" BackColor="0x1f0000FF" Mode="0"/>

The BGScale entry alters the scale of the original file size (in this case 1.2 x 128)
 
Yes but you must change this line :
<TacticalDisplayMetric BGIMage="tactical_display.dds" BGPos="0 0" BGSize="128 128" BGScale="1.2" BackColor="0x1f0000FF" Mode="0"/>
 
Back
Top