DRF30q/C152X

RPM indicator no longer working after latest update

Opened this issue · 3 comments

The tachometer always reads 0 after update Version 1.12.13.0

Open the Cessna152_Interior.xml file under the model folder with notepad.
Search for rpm

Paste in the code below over what is currently there
<UseTemplate Name="ASOBO_INSTRUMENT_Needle_Engine_RPM_Template">
<MIN_VALUE>0</MIN_VALUE>
<MAX_VALUE>3500</MAX_VALUE>
<NODE_ID>INSTRUMENT_Needle_Engine_RPM_1</NODE_ID>
<ANIM_NAME>INSTRUMENT_Needle_Engine_RPM</ANIM_NAME>
<CREATE_HIGHLIGHT_NODE>
<HIGHLIGHT_NODE_ID>INSTRUMENT_Engine_RPM_Highlight</HIGHLIGHT_NODE_ID>
<HIGHLIGHT_PART_ID>INSTRUMENT_Engine_RPM_Highlight</HIGHLIGHT_PART_ID>
</CREATE_HIGHLIGHT_NODE>
</UseTemplate>
Save As to your desktop
Make a backup of the original file somewhere then replace it with the file you just saved.
(FYI: I did a similar fix for the yoke toggle off issue. See that issue for the fix)

Open the Cessna152_Interior.xml file under the model folder with notepad.
Search for rpm

Paste in the code below over what is currently there
<UseTemplate Name="ASOBO_INSTRUMENT_Needle_Engine_RPM_Template">
<MIN_VALUE>0</MIN_VALUE>
<MAX_VALUE>3500</MAX_VALUE>
<NODE_ID>INSTRUMENT_Needle_Engine_RPM_1</NODE_ID>
<ANIM_NAME>INSTRUMENT_Needle_Engine_RPM</ANIM_NAME>
<CREATE_HIGHLIGHT_NODE>
<HIGHLIGHT_NODE_ID>INSTRUMENT_Engine_RPM_Highlight</HIGHLIGHT_NODE_ID>
<HIGHLIGHT_PART_ID>INSTRUMENT_Engine_RPM_Highlight</HIGHLIGHT_PART_ID>
</CREATE_HIGHLIGHT_NODE>
</UseTemplate>
Save As to your desktop
Make a backup of the original file somewhere then replace it with the file you just saved.
(FYI: I did a similar fix for the yoke toggle off issue. See that issue for the fix)

Can you raise a Pull Request to include this fix in the next version?

Hi all! I've opened a PR that fixes this issue. If it can be reviewed and merged, we can close this one out.