Hello,
can some one explain how install the HUD from Scott Printz and Jivko Rusev in the Wilco Harrier (or another plane), i don't know witch lines i must copy in the panel .cfg .
thank.
Ok, here we go!
First, you need the 2D HUD Control Panel.
[Window Titles]
.
.
WindowXX=HUD Controls
and
//--------------------------------------------------------
[WindowXX]
size_mm=175,585
window_size= 0.104,0.557
window_pos = 0.776, 0.45
visible = 1
ident = HUD Controls
gauge00=Avionics\HUD\HUD_Panel!Panel_Background, 0,0,175,585
gauge01=Avionics\HUD\HUD_Panel!Nav1CRS, 55,489,32,32
gauge02=Avionics\HUD\HUD_Panel!Nav2CRS, 55,529,32,32
gauge03=Avionics\HUD\HUD_Panel!GPS CRS, 55,445,32,32
gauge04=Avionics\HUD\HUD_Panel!Nav-GPS, 75,267,37,74
gauge05=Avionics\HUD\HUD_Panel!HUD Clock, 45,336,90,50
gauge06=Avionics\HUD\HUD_Panel!HUD Steering Switch, 68,376,37,74
gauge07=Avionics\HUD\HUD_Panel!HUD Color Switch, 35,160,28,28
gauge08=Avionics\HUD\HUD_Panel!HUD Altitude Switch, 35,200,28,28
gauge09=Avionics\HUD\HUD_Panel!HUD ILS Switch, 108,160,28,28
gauge10=Avionics\HUD\HUD_Panel!HUD Cage Switch, 108,200,28,28
gauge11=Avionics\HUD\HUD_Panel!HUD Power Switch, 78,222,37,74
gauge12=Avionics\HUD\HUD_Panel!GUN_ARM_Switch, 32,62,41,73
gauge13=Avionics\HUD\HUD_Panel!GUN_AA_Switch, 21,15,46,22
gauge14=Avionics\HUD\HUD_Panel!GUN_RATE_Switch,110,20,28,28
gauge15=Avionics\HUD\HUD_Panel!GUN_AMMO_Switch,110,63,28,28
gauge16=Avionics\HUD\HUD_Panel!GUN_FNNL_Switch,110,106,28,28
//--------------------------------------------------------
Obviously, the two XX entries must be the same numbers.
Like [Window01] and Window01=HUD Controls for example.
Next, you need the VC panel entries, thus:
gaugeXX=Avionics\HUD!FA18_HUD_VC_R, 585, 505, 400, 471
gaugeYY=Avionics\HUD!FA18_HUD_Init // This is the HUD initialization, can be edited manually.
Obviously, you will need the correct folder name in the actual gaugeXX lines. Easiest is to place the folder Avionics\HUD in the plane's Panel folder, or they may be placed in the sim's Gauges folder, whichever you prefer.
Naturally, all the necessary files need to be included in the Avionics\HUD and the Avionics\HUD_Panel folders.
Hope this helps a little...
Pat☺