Author Topic: First time I have seen this  (Read 2524 times)

jumpseat

  • Newbie
  • *
  • Posts: 8
First time I have seen this
« on: September 11, 2018, 05:56:12 pm »
I am using the PMDG B737-800WL, no customization and the following log came about? This is at NMG FALA South Africa.

Requested assistance services at Gate B 8
Error: lengths of height, extension, interpintervals parameters do not match, animation will be disabled
Error: lengths of height, extension, interpintervals parameters do not match, animation will be disabled

Any suggestions

jumpseat

  • Newbie
  • *
  • Posts: 8
Re: First time I have seen this
« Reply #1 on: September 12, 2018, 05:46:12 am »
See how far the stairs stop away from the aircraft. I have taken the picture wit the editor on.

jumpseat

  • Newbie
  • *
  • Posts: 8
Re: First time I have seen this
« Reply #2 on: September 12, 2018, 06:26:15 pm »
Any help guys

jumpseat

  • Newbie
  • *
  • Posts: 8
Re: First time I have seen this
« Reply #3 on: September 12, 2018, 07:37:29 pm »
I have tried to customize the positions and that does not help. Is this an issue with the PMDG 737

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: First time I have seen this
« Reply #4 on: September 12, 2018, 09:26:23 pm »
It's a problem caused by your custom livery made with an earlier version of the Paintkit, which is missing new parameters we added later on. You can fix this by replacing the [Couatl] section of the SIM.CFG for the custom livery you made for the FSDT_Staircase_02_USER vehicle, with this one:

[Couatl]
type = Staircase
cruise_speed = 2   // meters/sec
acceleration = 0.2
front_wheels = 1.7
rear_wheels = 1.47
condition = ( %(exitAlt)f >= 2.60 ) and ( %(exitAlt)f <= 3.50 ) and ( %(isCargo)f == False ) and ( %(isCargoStand)f == False )
animated = 1
anim_lift = 0 200 20
interpIntervals = 0.0,0.5,1
extension = 3.653,4.466,5.279
height = 2.529,3.051,3.571
extensionAdjust = 0
heightAdjust = 0
staircase_start_extension = 0.162, 0.976, 1.789
staircase_start_height = 2.531, 3.05, 3.57
staircase_end_extension = -3.701, -3.701, -3.701
staircase_end_height = 0.317, 0.317, 0.317

In general, if you have several custom _USER vehicles, I suggest checking all of them and be sure the [Couatl] section is identical to the one of the normal objects, so this won't result in losing your repaints.

jumpseat

  • Newbie
  • *
  • Posts: 8
Re: First time I have seen this
« Reply #5 on: September 13, 2018, 07:55:24 am »
Thank you, great support from a great product.