Jump to content

this4david2

Members
  • Posts

    1
  • Joined

this4david2's Achievements

FlightSimmer

FlightSimmer (1/7)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. Can someone please help me with makemdl.parts xml code. I am trying to have a special effect on a model that will have a part visible on the left side when flaps are down and left aileron is up OR that will have a part visible on the right side when flaps are down and right aileron is up. This code works correctly for the right side but not for the left. What is happening is the left_part_up becomes visible when the right aileron is up but not visible when the left aileron is up. Here is the code i am using right_part_up (A:TRAILING EDGE FLAPS0 RIGHT PERCENT, percent) 95 > (A:AILERON RIGHT DEFLECTION PCT,percent) 1 > && 1 right_part_down (A:TRAILING EDGE FLAPS0 RIGHT PERCENT, percent) 95 1 left_part_up (A:TRAILING EDGE FLAPS0 LEFT PERCENT, percent) 95 > (A:AILERON LEFT DEFLECTION PCT,percent) 1 > && 1 left_part_down (A:TRAILING EDGE FLAPS0 LEFT PERCENT, percent) 95 1 thank you David
×
×
  • Create New...