C152X Realism Mod

I think OAT doesn’t need battery to be ON.

So, the section

<UseTemplate Name=“Asobo_INSTRUMENT_Needle_OAT_Template”>
<MIN_VALUE>-60</MIN_VALUE>
<MAX_VALUE>80</MAX_VALUE>
<!–previously dependent on master switch…–>
<ANIM_NEVER_FAILS/>
</UseTemplate>

can stay in component <Component ID=“INSTRUMENTS”> but not in <Component ID=“INSTRUMENTS_Electrical”>

thank you for your work :+1:t2:

edit : i just realize that ANIM_NEVER_FAIL is supposed to do the same :wink:
(even if I prefer the change of section because it is not an electric instrument)

and the scale is not good. for having a good °C scale, value must be something like

            <MIN_VALUE>-55</MIN_VALUE>
            <MAX_VALUE>73</MAX_VALUE>

°F cannot be good because the texture is wrong (the correspondence between °C et °F is not good)
Real one :

Asobo:
CESSNA-152-COCKPIT-GAUGES-ALBD

for example, 60°c should be on 140°F. And graduation are not very accurate, the space between both is not equal everywhere. This texture need a serious reworking.

1 Like