Author Topic: Need help with Wilco Falcon7 aft baggage door  (Read 978 times)

Pitter

  • Newbie
  • *
  • Posts: 38
Need help with Wilco Falcon7 aft baggage door
« 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

TheCaptain3618

  • Full Member
  • ***
  • Posts: 141
  • TheCaptain3618
    • Google
Re: Need help with Wilco Falcon7 aft baggage door
« Reply #1 on: December 12, 2022, 01:49:13 pm »
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
TheCaptain3618

Pitter

  • Newbie
  • *
  • Posts: 38
Re: Need help with Wilco Falcon7 aft baggage door
« Reply #2 on: December 12, 2022, 05:11:59 pm »
Thanks for your reply, but it does not work. See attached screenshot

Peter

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Need help with Wilco Falcon7 aft baggage door
« Reply #3 on: December 12, 2022, 06:03:51 pm »
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.

Pitter

  • Newbie
  • *
  • Posts: 38
Re: Need help with Wilco Falcon7 aft baggage door
« Reply #4 on: December 13, 2022, 01:23:10 pm »
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


virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Need help with Wilco Falcon7 aft baggage door
« Reply #5 on: December 13, 2022, 01:45:40 pm »
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.