Hello,
I have simple issue which I can't solve - how to remove static planes and vehicles from Ramps? I have bunch of "RAMP_GA_SMALL" in my local scenery airport, but MSFS is automatically spawning there static planes, vehicles as forklifts, vans,... - how can I prevent from spawning there anything? Currently, it's creating bizarre situations:
Spawning of vehicles can be easily turned off with Living World config, with this code I can eliminate all of unwanted vehicles:
However Living World Config File affects the whole world (I know it can be changed to regions only, but I want to remove static planes and vehicles only from my airport (LKFR) which as far as I know can't be with Living World done). I have read in some topic that changing Ramps to Military will remove vehicles, but that's also not wanted... Please, how can be this done?
I have simple issue which I can't solve - how to remove static planes and vehicles from Ramps? I have bunch of "RAMP_GA_SMALL" in my local scenery airport, but MSFS is automatically spawning there static planes, vehicles as forklifts, vans,... - how can I prevent from spawning there anything? Currently, it's creating bizarre situations:
Spawning of vehicles can be easily turned off with Living World config, with this code I can eliminate all of unwanted vehicles:
<SimBase.Document>
<LivingWorld.LivingWorldSettings>
<GeneralSettings>
<AmbientVehiclesQuantityByParking>
<ParkingEntry ParkingType="RAMP_GA_SMALL" Rate="0"/>
</AmbientVehiclesQuantityByParking>
<ParkedAircraftsQuantityByParking>
<ParkingEntryWeighted ParkingType="RAMP_GA_SMALL" Rate="0" GoodToBadMatchRate="0"/>
<ParkingEntryWeighted ParkingType="RAMP_GA_MEDIUM" Rate="0" GoodToBadMatchRate="0"/>
</ParkedAircraftsQuantityByParking>
<FrequencyOfServicesOnEmptyParkings Rate="0"/>
<RatioOfAmbientVehiclesThatAreImmobile Rate="0"/>
</GeneralSettings>
</LivingWorld.LivingWorldSettings>
</SimBase.Document>
<LivingWorld.LivingWorldSettings>
<GeneralSettings>
<AmbientVehiclesQuantityByParking>
<ParkingEntry ParkingType="RAMP_GA_SMALL" Rate="0"/>
</AmbientVehiclesQuantityByParking>
<ParkedAircraftsQuantityByParking>
<ParkingEntryWeighted ParkingType="RAMP_GA_SMALL" Rate="0" GoodToBadMatchRate="0"/>
<ParkingEntryWeighted ParkingType="RAMP_GA_MEDIUM" Rate="0" GoodToBadMatchRate="0"/>
</ParkedAircraftsQuantityByParking>
<FrequencyOfServicesOnEmptyParkings Rate="0"/>
<RatioOfAmbientVehiclesThatAreImmobile Rate="0"/>
</GeneralSettings>
</LivingWorld.LivingWorldSettings>
</SimBase.Document>
However Living World Config File affects the whole world (I know it can be changed to regions only, but I want to remove static planes and vehicles only from my airport (LKFR) which as far as I know can't be with Living World done). I have read in some topic that changing Ramps to Military will remove vehicles, but that's also not wanted... Please, how can be this done?