• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Looking for a freeware aircraft for a test.

blanston12

SOH-CM-2025
I am trying to do a freeware aircraft where the gauges are built into the aircraft model rather than being in external cab or gau files, does such a thing exist?
 
All of mine have built in gauges for the VC. Any cab or gau files are either for the 2d panels, or for non essential "features" such as smoke effects, and are not actually needed to operate the aircraft.
 
Yup, my gauges are all modelled and animated just like any other moving part in a 3D model. Coding them takes a little expertise as quite often stock code does not exist and custom code has to be generated in order to make them functional in the sim. The code is stored in the modeldef.xml file and applied to the moving parts during the model compile process. The textures for the gauge faces, needles, lamps, etc. are stored in the common texture folder like any other common DDS file.

Bear in mind that 3D gauges are part of the VC and CANNOT BE CHANGED by the end user, unlike 2D panel gauges which can so no running Panel Studio on them to swap things out. What you have is what you have and the end user has to live with it. Some people love 3D gauges (me for one) but others (like one of my main testers) hate them as they prefer to have the ability to swap things around on a 2D panel.
 
I seem to remember doing a halfway house on a couple of models where the static parts were modelled & the needles were .xml gauges. Trouble was the bezels mostly looked 'notched', i.e. not smooth circular objects.
Keith
 
Not to drag the thread off topic but I always found that 32 segments in a circle was a minimum for gauge bezels/faces in order to look perfectly circular. Anything less than that and things started to look 'faceted' to me.
 
Back
Top