Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

GSX and Doors

Featured Replies

With GSX having created a new cargo loader, does anyone know the code for the side cargo door, the bulk cargo door, and the nose cargo door, so that the GSX loaders can check to see if the doors are open or not? The code for the forward cargo door looked something like "(L:7X7XforwardcargoDoor, number) 990 >=". I had tried to see if changing forward to side would do it for the side cargo door, but evidently not. Thanks.

Captain Kevin

Forum-Banner.png

Air Kevin 124 heavy, wind calm, runway 4 left, cleared for take-off.

Live streams of my flights here.

I'll be able to tell you later today as i'm at work currently. I adjusted my GSX files already for the new version, only thing i didnt manage yet is to get the door checks work properly for the bulk cargo door. I'll also update my GSX guide for the 747 accordingly. 

If its super urgent you can open the aircrafts MDL file with a hex editor and search for 'door', this will give you the correct variable

BTW, it will look a bit strange if you use GSX loaders for nose cargo as the loading animation is always 90 degrees to the loader....which would mean you would see pallets moving sideways

Edit:try 7X7XmaincargoDoor or 7X7XbulkcargoDoor

  • Author

I tried the one for the bulk cargo door last night, and that didn't seem to work, either. It's not urgent, so if you've managed to figure it out, I can wait.

Captain Kevin

Forum-Banner.png

Air Kevin 124 heavy, wind calm, runway 4 left, cleared for take-off.

Live streams of my flights here.

just double checked, the variables you are looking for are:

 

(L:7X7XmaincargoDoor, number) 990 >=

(L:7X7XbulkcargoDoor, number) 990 >=

I suspect the reason why bulk cargo door checks dont work is the fact that the bulk cargo door opens to the inside. So you need to change the "990 >=" part in order to allow GSX to detect if the door is closed or not. I tried a few different numbers (also negatives) and also changed the equality signs, but no luck so far. For now i simply disabled door checks for bulk cargo

those are the entries in my GSX.cfg

PAX variants:

[cargomain]
pos = 2.00 -19.18 -0.82 5.80
code = 0
uldcode = BELT

CARGO variants:

[cargomain]
pos = -3.18 -15.12 0.65 0.00
code = (L:7X7XmaincargoDoor,number) 990 >=
name = SIDE Cargo
uldcode = SAA,A1N,PALLET1,PALLET2,PALLET3,PALLET4,PALLET5,PALLET6,PALLET7

@Tabs & @virtuali Anyone of you able to shed some light on the bulk cargo door checks?
 

  • Author
8 minutes ago, Olympic260 said:

Yes, sir, that was the thread I started, however, it doesn't really tell me anything about the bulk cargo door. Thought I'd try to post both here and there since nobody seems willing to help. Got the side cargo door sorted out sort of.

Captain Kevin

Forum-Banner.png

Air Kevin 124 heavy, wind calm, runway 4 left, cleared for take-off.

Live streams of my flights here.

the M Variant works for me with these settings:

[cargo1]
pos = 2.01 16.33 -0.99 0.00
code = (L:7X7XforwardcargoDoor, number) 990 >=
name = FWD Cargo
uldcode = AKC,AKE,ALP

[cargo2]
pos = 2.02 -15.43 -0.99 0.00
code = (L:7X7XaftcargoDoor, number) 990 >=
name = AFT Cargo
uldcode = AKC,AKE,ALP

[cargomain]
pos = -3.18 -15.12 0.65 0.00
code = (L:7X7XmaincargoDoor,number) 990 >=
name = SIDE Cargo
uldcode = SAA,A1N,PALLET1,PALLET2,PALLET3,PALLET4,PALLET5,PALLET6,PALLET7

 

je0kupO.jpg

  • Author

Okay, I figured out why I had issues with the cargo loader. When I ran the update, it updated all the default ground service vehicles. It didn't touch the folders for the user created ones, so the platform height was wrong in the sim.cfg. I manually changed this. Still no confirmation as to the code for the bulk cargo door, as the last I heard from Umberto was that he was guessing that it was "7X7XbulkcargoDoor".

c93032c8b68dd9a145d2b3cbdea9bd57.jpg

Captain Kevin

Forum-Banner.png

Air Kevin 124 heavy, wind calm, runway 4 left, cleared for take-off.

Live streams of my flights here.

  • Author

Lars, I think I figured it out for the bulk cargo door. Try this:

[cargomain]
pos = 2.00 -19.18 -0.82 5.80
code = (L:7X7XbulkcargoDoor, bool)
name = BULK Cargo
uldcode = BELT

See if that works for you, because it seemed to work just fine for me.

Captain Kevin

Forum-Banner.png

Air Kevin 124 heavy, wind calm, runway 4 left, cleared for take-off.

Live streams of my flights here.

cheers Captain! I'll give it a try tonight

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.