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.