- Messages
- 33
- Country

Regardless of the approach I followed I cannot make my fuel pump switch animation works
I have tried defining the following script in my interior.xml:
<UseTemplate Name="ASOBO_FUEL_Switch_Pump_Template">
<ID>1</ID>
<TT_DESCRIPTION_ID>@TT_Package.FUEL_PUSH_PUMP_ACTION</TT_DESCRIPTION_ID>
<TT_DESCRIPTION_INDEX>(R:1: @TT_Package.GT_STATE_LEFT)</TT_DESCRIPTION_INDEX>
</UseTemplate>
or
<UseTemplate Name="ASOBO_FUEL_Switch_Pump_Template">
<NODE_ID>Fuel_Switch_Pump_1</NODE_ID>
<ANIM_NAME>Fuel_Switch_Pump_1</ANIM_NAME>
</UseTemplate>
In Blender I named the switch as Fuel_Switch_Pump_1 and the animation (from 0 to 100) as Fuel_Switch_Pump_1
When in the cockpit using MSFS when I pass my mouse on the switch nothing happens, neither if I use the keyboard to switch on/off the fuel pump
I checked other similar aircraft project and I don't nothing strange I have to add to my xml. What am I doing wrong ?
To be noticed a similar animation I defined for the Landing Light works perfectly just using
<UseTemplate Name="ASOBO_LIGHTING_Switch_Light_Landing_Template">
<NODE_ID>LANDING_LIGHT_SWITCH</NODE_ID>
<ANIM_NAME>Landing_Light</ANIM_NAME>
</UseTemplate>
havig defined in Blender a switch named LANDING_LIGHT_SWITCH and an animation (from 0 to 100) as Landing_Light
I have tried defining the following script in my interior.xml:
<UseTemplate Name="ASOBO_FUEL_Switch_Pump_Template">
<ID>1</ID>
<TT_DESCRIPTION_ID>@TT_Package.FUEL_PUSH_PUMP_ACTION</TT_DESCRIPTION_ID>
<TT_DESCRIPTION_INDEX>(R:1: @TT_Package.GT_STATE_LEFT)</TT_DESCRIPTION_INDEX>
</UseTemplate>
or
<UseTemplate Name="ASOBO_FUEL_Switch_Pump_Template">
<NODE_ID>Fuel_Switch_Pump_1</NODE_ID>
<ANIM_NAME>Fuel_Switch_Pump_1</ANIM_NAME>
</UseTemplate>
In Blender I named the switch as Fuel_Switch_Pump_1 and the animation (from 0 to 100) as Fuel_Switch_Pump_1
When in the cockpit using MSFS when I pass my mouse on the switch nothing happens, neither if I use the keyboard to switch on/off the fuel pump
I checked other similar aircraft project and I don't nothing strange I have to add to my xml. What am I doing wrong ?
To be noticed a similar animation I defined for the Landing Light works perfectly just using
<UseTemplate Name="ASOBO_LIGHTING_Switch_Light_Landing_Template">
<NODE_ID>LANDING_LIGHT_SWITCH</NODE_ID>
<ANIM_NAME>Landing_Light</ANIM_NAME>
</UseTemplate>
havig defined in Blender a switch named LANDING_LIGHT_SWITCH and an animation (from 0 to 100) as Landing_Light
Last edited: