FSDreamTeam forum
Products Support => GSX Support FSX/P3D => Topic started by: Pitter on December 12, 2022, 01:22:40 pm
-
I´m unable to configure the aft baggage door.
The belt always positioned far behind the plane, whichever value I use.
Maybe I made a big mistake, but which one?
[aircraft]
nosegear = 7.38
refueling = 1
battery = 1
pushbackraise = 1
pushbackdummyevent = 0
pushbackcheckengines = 0
iscargo = 0
trafficcones = 1
preferredexit = 0
wingrootpos = 1.31 -1.27 0.00
wingtippos = 13.11 -5.36 0.00
fuelpos = 0.00 0.00 0.00
waterpos = 0.00 0.00 0.00
lavatorypos = 0.00 0.00 0.00
gpupos = 0.00 0.00 0.00
bypasspinpos = 0.00 0.00 0.00
engine1pos = -2.29 -5.49 0.64
engine2pos = 2.29 -5.49 0.64
engine3pos = 0.00 -6.10 0.64
engine4pos = 0.00 0.00 0.00
[exit1]
pos = -0.87 6.35 -0.23 0.00
code = 1
name = Exit 1
embeddedStair = -0.87 6.35 -0.23 -2.40 6.36 -1.51
[exit2]
remove = 1
[exit3]
remove = 1
[exit4]
remove = 1
[service1]
remove = 1
[service2]
remove = 1
//[cargo1]
pos = -1.37 -22.56 -0.15 0.00
code = 1
name = Cargo
embeddedStair = 0
uldcode = BELT
[cargo1]
pos = -1.25 1.01 -0.30 -16.00
code = 0
embeddedStair = 0
uldcode = Belt
[cargomain]
remove = 1
thanks for any help
Peter
-
The Realistic one is this:
[cargo1]
pos = -1.37 -22.56 -0.15 0.00
code = 1
name = Cargo
embeddedStair = 0
uldcode = BELT
The Mistake is this:
[cargo1]
pos = -1.25 1.01 -0.30 -16.00
code = 0
embeddedStair = 0
uldcode = BELT
-
Thanks for your reply, but it does not work. See attached screenshot
Peter
-
Don't comment out just the name of a section, and // comments are not exactly legal in .INI files ( although a real standard has never been formalized ), because it might result in the file not being read correctly.
It would be best to use the interactive 3d editor anyway.
-
Tks Umberto.
New GSX file now, baggage door fits, conv belt arrived, but no loading action at all.
GSX tells me to open cargo door, but door is already open. What have I forgotten and how can I solve it?
Latest GSX file attached.
Thanks for any help
Peter
-
GSX tells me to open cargo door, but door is already open. What have I forgotten and how can I solve it?
You set the Cargo door to have a numeric code of 2, but you can't take this for granted. If the airplane use a different index for the door, you must set the correct one and, if it doesn't even use a standard variable for the doors, you must set a custom XML expression to check the airplane own custom variable.
I suggest reading the Manual at Page 53, which explains this.