Author Topic: Help w/JF DC-10HD  (Read 1984 times)

kingm56

  • Newbie
  • *
  • Posts: 4
Help w/JF DC-10HD
« on: November 30, 2016, 01:05:25 am »
After reading the manual, I have succesfuly configured DC-10-10FHD, with one exception.  On this model, exit 2 represent a large cargo door; however, GSX interputs it as an exit and deploys the stairs.  Is there a way to force GSX to "see" this as a cargo door and deploy the cargo loader (e.g. AKE) vice stairs? 

[aircraft]
nosegear = 18.69
refueling = 1
iscargo = 1
trafficcones = 1
wingrootpos = 4.00 -4.58 -1.01
wingtippos = 24.43 -13.04 0.41
fuelpos = 0.00 0.00 0.00
waterpos = 0.00 0.00 0.00
lavatorypos = 0.00 0.00 0.00
engine1pos = -8.18 0.91 -2.65
engine2pos = 0.00 -29.29 5.79
engine3pos = 8.18 0.91 -2.65
engine4pos = 0.00 0.00 0.00

[exit1]
pos = -2.43 22.32 0.21 13.80
code = 0

[exit2]
pos = -2.98 14.80 0.27 0.10
code = 0
uldcode = AKE

[exit3]
remove = 1

[exit4]
remove = 1

[service1]
pos = 2.45 22.29 0.21 165.90
code = 0

[service2]
remove = 1

[cargo1]
pos = 1.45 10.24 -1.99 -0.30
code = 0
uldcode = AKE

[cargo2]
pos = 1.05 -11.23 -2.12 0.00
code = 0
uldcode = AKE

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50702
    • VIRTUALI Sagl
Re: Help w/JF DC-10HD
« Reply #1 on: November 30, 2016, 09:17:25 am »
On this model, exit 2 represent a large cargo door; however, GSX interputs it as an exit and deploys the stairs. 

GSX doesn't interpret it: you told it to do so, since this is not a plane supplied with GSX, but something you configured manually.

You are probably confusing which *variable* (which affect how you open the door) is linked to any door, with its progressive number in the [Exits] section in the aircraft.cfg

What counts for FSX (and GSX too, of course), is the "Type" parameter, which is the last number and it's usually 0, 1 or 2 in planes using default variables. The number of the exit it's just a number, so you can have Exit.0 of type 1 (cargo) or Exit.2 being of type 0 (passengers).

Are these coordinates correct for the cargo door ?

[exit2]
pos = -2.98 14.80 0.27 0.10
code = 0
uldcode = AKE

If yes, it's no wonder GSX consider it to be a passenger door, since you have edited it as such. If this door opens with the default Shift+E + 2 command, assuming the above coordinates are right for this large cargo door, the correct section should be either [cargo1] or [cargo2], with a code = 2, and [exit2] shouldn't exist.

GSX only supports two cargo doors in total. If you have a plane with two cargo doors on the right and one on the left, you must decide which one of the two cargo doors will be used on the left, you cannot sidestep this limitation by using a passenger door with the coordinates for a 3rd cargo door, which is not supported anyway.