Did someone find a way to remove ground services for a specific airport through the SDK?
You’d use services.xml, there’s a bit of info in the SDK manual, and some more xml scripts over at FSDeveloper.com.
Also:
2 Likes
If you are going to keep any ground services, make sure to correct the filename= for the service. Asobo incorrectly wrote them in the example in the SDK.
The example file for instance suggests the the service for fuel trucks should be written as
<Service name ="Fuel" Filename="Shared\Fuel\Fuel" ParkingType="VEHICLE" Frequency="1"/>
In actuality, it should be
<Service name ="Fuel" Filename="Shared\Asobo_Fuel\Fuel" ParkingType="VEHICLE" Frequency="1"/>
All the default service directory names start with Asobo_