PDA

View Full Version : Wilco Harrier Hud is missing



PhantomP
November 6th, 2017, 03:01
HI,I went to fly my Wilco Harrier,which,I have not flown in a few months,and my heads up display is now missing,has anybody had this happen to them? and if so whats the fix?

hschuit
November 6th, 2017, 03:20
Check if the HJJ_HUD.DLL gauge is declared in your DLL.XML file, the entry should be something like this, note your file path might be different depending on where you put the HJJ_HUD.DLL gauge:


<Launch.Addon>
<Name>HJJ_HUD</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Addon Modules\HJJ_HUD.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>


EDIT: This is only valid for FSX, FSX-SE and 32 bit P3D versions. The 32 bit gauge does not work in P3Dv4.

PhantomP
November 6th, 2017, 05:12
Check if the HJJ_HUD.DLL gauge is declared in your DLL.XML file, the entry should be something like this, note your file path might be different depending on where you put the HJJ_HUD.DLL gauge:


<Launch.Addon>
<Name>HJJ_HUD</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Addon Modules\HJJ_HUD.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>


EDIT: This is only valid for FSX, FSX-SE and 32 bit P3D versions. The 32 bit gauge does not work in P3Dv4.Thank you very much hschuit that got it to work again.:very_drunk: