Exclude Car on parking, Remove Pushback truck and disable GA entry on stands

Hello SDK team and developers. I am creating a new airport project. I would
like to kindly ask for couple of things. I am not found answers on my
questions into the SDK manual. ( pic.1 - 2 ) When I created new project I
deleted some things from default airport as you can see on attached screen
pic.2. Unfortunately the default static cars on parking remained in their
original places. Exclusion retlange and polygon dosnt help pic.1. Is here
something posible to do to remove them?


( pic.3 ) This parking is “Ramp_GA_Large” because I want to have the Boarding
stairs there. But is possible to remove “Pushback truck” ?
( pic.4 ) I create this parking
places as ‘Ramp_GA_Medium / Large’, because I want to have Boarding stairs
there. Because of that the AI ATC send there also GA aircrafts. But in real
are these parking only for airliners. Is possible somehow to disable GA entry
on these stands? Thank you in
advance for your help. Martin

nr. 1/2: you need to use the exclusionRectangle object with the
excludeCarParking option checked
https://docs.flightsimulator.com/html/assets/images/Developer_Mode/scenery_editor/Objects/exclude_rect/excluderect_obj_2_props.png
please note that to see that in action your package must be compiled and
placed in community (from the upcoming SU10 this is gonna be fixed and changes
with exclusionerectagles will be online, yeahh!) nr. 3: you need to use a
Services.xml Airport Services Examples
(flightsimulator.com)

create an assetgroup type SPB in
PackagaSource/AirportServices/ICAO/Services.xml where ICAO is your airport
ICAO this one should allow only boarding ramp and GPU at RAMP_GA_LARGE type
parking

Hello mamudesign . Thanks for information.
pic.1-2 exclusionRectangle works :slight_smile: pic.3 I created SPB right as you wrote.
Build package. I see into my Package the SPBs folder ( inside services.xml )
and also into the “layout.json” . But without succes :frowning: When I load sim with
new package in comunnity folder, the Pushback Cars are still there :frowning: Martin

I could have been a little bit less cryptic, i know! in your
PackageDefinitions.xml or via the project editor you need to add an SPB asset
group, like this

SPB

false

PackageSources\AirportServices\
AirportServices\

the, inside the PackageSources\AirportServices create an ICAO\ (your airport
icao!) folder copy the provided code inside a file called Services.xml
compiling, you will end up with a file called Services.spb inside
yourPackageFolder/AirportService/ICAO/Services.spb

Hello mamudesign .

Thanks for your willingness. Please, can you check attached screenshots from
my project into the zip folder? I thing that somewhere is still something
wrong, but I dont know where. Thanks a lot. Martin airport services project
issue.zip

Hi Martin, the entry in the PackageDefinitions must be exactly like this (Only
AssetGroup name is up to you), all the other stuff must be like the one
provided! This is because with the new Services.xml you are going to override
the default one, so the default paths needs to be perfect

SPB

false

PackageSources\AirportServices\
AirportServices\

Hello mamudesign . Thank you for information. I tried make it according your
information and also acording:
https://docs.flightsimulator.com/html/Content_Configuration/Environment/Living_World/Airport_Services/Airport_Services_Examples.htm
Truth be told, I’m at the end with ideas :slight_smile: May I please kindly ask you for
check of my project? There is still something wrong, but I dont know where.
Sorry that I disturb you with my issue, but I thing, that I can not fix it
without help. If you would please take the time, I would be very grateful.
https://drive.google.com/file/d/1rrFPBj6sM7SDJtd4JV6rEYwznu8vNgUH/view?usp=sharing
Thank you very much in advance for your willingness. Martin

Have looked into your files Your PackageDefinitions was still wrong, in the
output dir you have AirportService\ While you should have

  1. AirportServices\

anyway, even with this correction in place the , the script doesn’t work
either Wich is unexpected As per
https://docs.flightsimulator.com/html/Content_Configuration/Environment/Living_World/Airport_Services/Airport_Services.htm
Those Services.xml should override the one in the /Shared so the provided
code in my first reply should add ONLY (because of overriding) the stairs and
the GPU. And because of overriding, should remove the pushback and the
baggagecart (that are in the /shared services.spb) Maybe @_Boris or
@FlyingRaccon can investigate on the topic , will provide some further samples
myselft (to date, no ms/Asobo content is using those services to compare with,
except a small airstrip in Suisse or Germany that has a service to remove
anything from the field, correct being a grass strip) @Nocturne, doubled lines
here to fix

@mamudesign@maverick60 I’m making some tests, I’ll update you when I know more
about this behavior :wink: @Nocturne FYI :slight_smile:

@maverick60 In the service name, you should have Filename=“Shared
Asobo_BoardingRamp \BoardingRamp” and not Shared\ BoardingRamp
\BoardingRamp Same for the GPU, it’s Asobo_GroundPowerUnit :wink: And for the
fuel : Asobo_Fuel EDIT: Asobo_ IdleWorkers instead of IdleWorkers We
will update the example in the documentation Sorry for the inconvenience
@mamudesign, Thank you for your help :slight_smile: Regards, Boris

Hello mamudesign and Boris. Sorry for late reply. Holiday time :slight_smile: Thank you
very much for help. Finally it works :slight_smile: Now just make details. I mean position
of Stairs, GPU and so on. Thanks a lot again. Martin