Author Topic: Passenger Stairs missing Truck  (Read 1685 times)

ivanrk

  • Newbie
  • *
  • Posts: 11
Passenger Stairs missing Truck
« on: July 03, 2019, 11:55:52 am »
With the new update once again I am getting fixed stairs with no truck attached.  Here is the fix you gave me on the previous version which worked like a dream.  How do I fix it now?

You can change this line in the Addon Manager\Simobjects\Misc\FSDT_Staircase_fixed\SIM.CFG file:

condition = ( %(exitAlt)f >= 2.22 ) and ( %(exitAlt)f <= 4.00 ) and ( %(isCargo)f == False ) and ( %(isCargoStand)f == False )

into this:

condition = ( %(exitAlt)f >= 2.22 ) and ( %(exitAlt)f <= 2.60 ) and ( %(isCargo)f == False ) and ( %(isCargoStand)f == False )

This way, that model will only appear if the door's height is between 2.22 and 2.60 meters.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51237
    • VIRTUALI Sagl
Re: Passenger Stairs missing Truck
« Reply #1 on: July 03, 2019, 03:00:24 pm »
Are you using P3D4 with PBR, or FSX (or non-PBR P3D ) ?

ivanrk

  • Newbie
  • *
  • Posts: 11
Re: Passenger Stairs missing Truck
« Reply #2 on: July 03, 2019, 04:01:31 pm »
FSX

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51237
    • VIRTUALI Sagl
Re: Passenger Stairs missing Truck
« Reply #3 on: July 03, 2019, 04:03:52 pm »
The fix is the same, just the object is now in the Addon Manager\Simobjects\Legacy\FSDT_Staircase_fixed folder.

ivanrk

  • Newbie
  • *
  • Posts: 11
Re: Passenger Stairs missing Truck
« Reply #4 on: July 03, 2019, 04:16:42 pm »
Thanks Umberto