Remove ground services problems with SU4 Beta

Something happened, this code no longer works with the SU4 Beta.
Everything was fine in MSFS2020 and MSFS2024 until now.
With this code, I used to remove all the ground services from all the gates and ramps at all the airports, but now it doesn’t work.

<?xml version="1.0" encoding="utf-8"?>
<SimBase.Document Type="ServiceFile">
<Service.ParkingSpaceServices>
	<ParkingSpace name="ALL" 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_GA_EXTRA"/>
			<ParkingEntry ParkingType="RAMP_CARGO"/>
			<ParkingEntry ParkingType="DOCK_GA"/>
			<ParkingEntry ParkingType="GATE_HEAVY"/>
			<ParkingEntry ParkingType="GATE_MEDIUM"/>
			<ParkingEntry ParkingType="GATE_SMALL"/>
			<ParkingEntry ParkingType="RAMP_MIL_CARGO"/>
			<ParkingEntry ParkingType="RAMP_MIL_COMBAT"/>
			<ParkingEntry ParkingType="VEHICLE"/>
			<ParkingEntry ParkingType="GATE_EXTRA"/>
			<ParkingEntry ParkingType="FUEL"/>
		</ParkingTypes>
		<IdleWorkers />
		<Services>
			<Service name="FuelTruck"       Filename="Shared\Asobo_Fuel"               AIType="FuelTruck"       Frequency="0.0"/>
			<Service name="GroundPowerUnit" Filename="Shared\Asobo_GroundPowerUnit"    AIType="GroundPowerUnit" Frequency="0.0" />
			<Service name="SmallPushBack"   Filename="Shared\Asobo_PushBack"           AIType="SmallPushBack"   Frequency="0.0" />
			<Service name="PushBack"        Filename="Shared\Asobo_PushBack"           AIType="PushBack"        Frequency="0.0" />
			<Service name="IdleWorker"      Filename="Shared\Asobo_IdleWorkers\Medium" AIType="IdleWorker"      Frequency="0.0" />
			<Service name="IdleWorker"      Filename="Shared\Asobo_IdleWorkers\Large"  AIType="IdleWorker"      Frequency="0.0" />
			<Service name="Marshaller"      Filename="Shared\Asobo_Marshaller"         AIType="Marshaller"      Frequency="0.0" />
		</Services>
		<SleepingActivities>
			<SleepingSmallPlaneRefueling Probability="0.1" Timer="600"/>
		</SleepingActivities>
	</ParkingSpace>
</Service.ParkingSpaceServices>
<Service.AirportServices>
	<Services>
            <Service name="Fuel" Filename="Shared\Fuel\Fuel" ParkingType="VEHICLE" Frequency="0"/>
	</Services>
</Service.AirportServices>
</SimBase.Document>


Are these pages outdated for the SU4 Beta?

Regards.

Solution found.

I Just changed the folder structure.

My-add-on-name/
|__ AirportServices/
|    |__ PackageSources/
|          |__ AirportServices/
|                |_ Shared/
|                     |_ Services.xml
|
|__ layout.json
|__ manifest.json



/AirportServices/PackageSources/AirportServices/Shared/Services.xml

Works in:

MSFS2020

MSFS2024 SU3

MSFS2024 SU4 Beta

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.