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.

1400 & 1401 Vehicles

Featured Replies

Hi Everybody,

 

Did Laminar add additional airport vehicles into the mix other than 1400 and 1401?

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

  • Author

They must have changed something as this no longer get rid of the airport vehicles.

 

    Find what: ^1400.*\n    Replace with: <blank>

and 

    Find what: ^1401.*\n    Replace with: <blank>

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

No, not that I know. Better check that you script works on the correct apt.dat and produces the expected output. Mind that the apt.dat file specification also has a 1402 row code for vehicles*, although it does not appear to be in use in the default file.

 

https://developer.x-plane.com/article/airport-data-apt-dat-12-00-file-format-specification/

Edited by Bjoern

7950X3D + 7900 XT + 64 GB + Linux | 4800H + RTX2060 + 32 GB + Linux
My add-ons from my FS9/FSX days

  • Author
2 hours ago, Bjoern said:

No, not that I know. Better check that you script works on the correct apt.dat and produces the expected output. Mind that the apt.dat file specification also has a 1402 row code for vehicles*, although it does not appear to be in use in the default file.

 

https://developer.x-plane.com/article/airport-data-apt-dat-12-00-file-format-specification/

Yeah I also tried the 1402, was empty in the airport dat file, didn't change anything.

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

  • Author

Looking at the file the entries look as what follows.

<blank>1400 -43.210136 -65.283674 340.1 baggage_train 3
<blank>1401 -43.209283 -65.280433 252.8 baggage_train|fuel_jets|fuel_liners
<blank>1401 -43.209496 -65.281024 -103.2 baggage_train|fuel_jets|fuel_liners
<blank>1401 -43.209850 -65.282268 -61.3 baggage_train|fuel_jets|fuel_liners

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

  • Author

I even went in and removed all the entries via the following after trying the <blank>

        Find what: <blank>1400.*     and the <blank>1401.*

        Replace with: 

All the lines are gone, yet I still see airport vehicles driving around.

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

Sure you're working on the correct apt.dat and are you sure the lines are properly removed?

If I wanted to write a script to remove the entire ground vehicle network from apt.dat, I would definitely not prefix or replace any lines with "blank", but read the entire file line by line into memory except for the lines starting with 1400, 1401 or 1402 and then write the result back to disk as apt.dat. Python should be well capable of that.

Edited by Bjoern

7950X3D + 7900 XT + 64 GB + Linux | 4800H + RTX2060 + 32 GB + Linux
My add-ons from my FS9/FSX days

  • Author

Correct apt.dat file in my center server computer, these entries worked just fine in the past. I also checked the file for 1400,1401,1402 and they are all gone, not sure how these are being drawn.

Edited by Mike_CFII_MEL

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

  • Author
4 hours ago, Bjoern said:

Maybe the client apt.dat files also need to be edited?

Yeah I did all of them, still no go, not sure where they coming from.

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

You must have another layer injecting it somewhere. Deleting 1400 and 1401 removed all the airport vehicles on my install.

Friendly reminder: WHITELIST AVSIM IN YOUR AD-BLOCKER. Especially if you're on a modern CPU that can run a flight simulator well. These web servers aren't free...

  • Author
1 hour ago, blingthinger said:

You must have another layer injecting it somewhere. Deleting 1400 and 1401 removed all the airport vehicles on my install.

I even went so far as to remove AEP and Mr. X library form Custom Scenery, everything else is just about default. Still see the vehicles.

Former Beta Tester - (for a few companies) - As well as provide Regional Voice Set Recordings

                Two: AMD-9950X | One: AMD-7950X3D | Three: Asus TUF 4090s | Three: 64GB DDR5 RAM 6000mhz | Three: Cosair 1300 P/S | Three: 990Pro 2TB NVME                    One: Eugenius ECS2512 - 2.5 GHz Switch | Three: Ice Giant Elite CPU Coolers | Three: 75" 4K UHDTVs | One: Boeing 737NG Flight Deck

Create an account or sign in to comment

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.