FSDreamTeam forum
Products Support => GSX Support FSX/P3D => Topic started by: ivanrk 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.
-
Are you using P3D4 with PBR, or FSX (or non-PBR P3D ) ?
-
FSX
-
The fix is the same, just the object is now in the Addon Manager\Simobjects\Legacy\FSDT_Staircase_fixed folder.
-
Thanks Umberto