Christian Bahr
Resource contributor
- Messages
- 1,137
- Country

Because my airport doesn't have an airport service.Why are you asking if you can do this?
Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Because my airport doesn't have an airport service.Why are you asking if you can do this?

The location of the file is also important, as well as the names of the directories it is in. What is the path to the file in your package? But yes, do the frequency = 0, too.I'll try the one with "frequency=0.0" right away.

<SimBase.Document Type="ServiceFile">
<Service.ParkingSpaceServices>
<ParkingSpace name ="RAMP GA" MinParkingSpaces=0>
<ParkingTypes>
<ParkingEntry ParkingType="RAMP_GA"/>
<ParkingEntry ParkingType="RAMP_GA_SMALL"/>
<ParkingEntry ParkingType="RAMP_GA_MEDIUM"/>
<ParkingEntry ParkingType="RAMP_GA_LARGE"/>
<ParkingEntry ParkingType="RAMP_MIL_COMBAT"/>
<ParkingEntry ParkingType="RAMP_MIL_CARGO"/>
<ParkingEntry ParkingType="GATE_SMALL"/>
<ParkingEntry ParkingType="GATE_MEDIUM"/>
<ParkingEntry ParkingType="GATE_HEAVY"/>
<ParkingEntry ParkingType="VEHICLE"/>
</ParkingTypes>
<IdleWorkers>
</IdleWorkers>
<Services>
<Service name ="SmallPushBack" Filename="Shared\Asobo_PushBack\SmallPushBack" AIType="SmallPushback" Frequency="0"
SpawnDistanceParkingRadiusFactor="1.0" SpawnDistanceAdditionalOffset="2.0" SpawnAngleFromParking="-10" HeadingFromParkingHeading="150"/>
</Services>
<SleepingActivities>
<SleepingAirlinerServices Probability ="1.0" Timer ="30"/>
<SleepingSmallPlaneRefueling Probability ="1.0" Timer ="30"/>
</SleepingActivities>
</ParkingSpace>
</Service.ParkingSpaceServices>
<Service.AirportServices>
<Services>
<Service name ="Fuel" Filename="Shared\Asobo_Fuel\Fuel" ParkingType="VEHICLE" Frequency="0"/>
</Services>
</Service.AirportServices>
</SimBase.Document>





<SimBase.Document Type="ServiceFile">
<Service.ParkingSpaceServices>
<ParkingSpace name ="RAMP SMALL">
<ParkingTypes>
<ParkingEntry ParkingType="RAMP_GA_MEDIUM"/>
<ParkingEntry ParkingType="RAMP_GA_SMALL"/>
<ParkingEntry ParkingType="RAMP_GA"/>
</ParkingTypes>
<IdleWorkers>
</IdleWorkers>
<Services>
</Services>
<SleepingActivities>
</SleepingActivities>
</ParkingSpace>
</Service.ParkingSpaceServices>
<Service.AirportServices>
<Services>
</Services>
</Service.AirportServices>
</SimBase.Document>




If you are talking about random vehicles driving around the airport then you can't get rid of those with a services.xml to my knowledge. Those are coded in the living world config files and if you add one of those to your airport it will change all airports in the region because they are region specific for now (even though the SDK makes it look like you can do this by airport).Hi Christian, any chance you can post your final services.xml? I have used the one from the first Aug1 post but I still get random vehicles. I want to remove everything (Fuel, vehicles and workers) so is the one to use the second shorter xml?

So what does the xml look like? I want to remove cars, buses and anything in parking spots and of course, the workers.If you are still getting random vehicles in your parking spots then yes you can remove those via services.xml

Yes very much. However, I am currently testing a new file with new entries. I got the contents of the new Service.xml from @614NLV : https://www.fsdeveloper.com/forum/t...ll-workers-from-an-airport.449932/post-863068Hi Christian, any chance you can post your final services.xml? I have used the one from the first Aug1 post but I still get random vehicles. I want to remove everything (Fuel, vehicles and workers) so is the one to use the second shorter xml?


Here is my services xml. It's a small GA airport and this method got rid of the workers and other vehicles in the parking spots except for the vehicles that drive around the airport (living world). I have a GPU service for the medium GA spots that spawns 20% of the time and a marshalller that is supposed to spawn 100% of the time in the GA Medium spots. I may have made a mistake though with the marshaller because now that I think about it I have not seen the marshaller yet when I have landed at the airport and parked. I will have to do some more testing on that but maybe this will help get you started.So what does the xml look like? I want to remove cars, buses and anything in parking spots and of course, the workers.

