tiger1962
SOH-CM-2025
I read a comment yesterday on the microsoftflightsimulator.com forum which mentioned disabling an unwanted aircraft by editing the Content.xml file with Notepad or Notepad++.
I tried it myself and it actually works, here's how to disable the generic AI traffic models for example:
Navigate to your Microsoft.Limitless_8wekyb3d8bbwe\LocalCache folder where you should find your Content.xml file - make a back up copy of it before changing anything! You might want to fly a mission or training flight sometime and you'll need to remove your edited Content.xml and replace it with your back up copy before launching the sim.
Open the Content.xml with Notepad or Notepad++ (free from here) and scroll down to this section:
<Package name="fs24-asobo-passiveaircraft-generic-airliner-2eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-airliner-4eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-glider" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-hab" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-jet-2eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-1eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-2eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-1eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-2eng" active="Activated"/>
Change the word "Activated" at the end of each line to "UserDisabled":
<Package name="fs24-asobo-passiveaircraft-generic-airliner-2eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-airliner-4eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-glider" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-hab" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-jet-2eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-1eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-2eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-1eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-2eng" active="UserDisabled"/>
Save and close the Content.xml file, then launch the sim and the generic planes will be gone!
To remove any other unwanted aircraft and their various livery options, search for "fs24-asobo-aircraft" and "fs24-microsoft-aircraft" - you'll see a few "fs20-asobo-aircraft" which will be set to "SystemDisabled" already, I wouldn't recommend changing those!
I tried it myself and it actually works, here's how to disable the generic AI traffic models for example:
Navigate to your Microsoft.Limitless_8wekyb3d8bbwe\LocalCache folder where you should find your Content.xml file - make a back up copy of it before changing anything! You might want to fly a mission or training flight sometime and you'll need to remove your edited Content.xml and replace it with your back up copy before launching the sim.
Open the Content.xml with Notepad or Notepad++ (free from here) and scroll down to this section:
<Package name="fs24-asobo-passiveaircraft-generic-airliner-2eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-airliner-4eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-glider" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-hab" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-jet-2eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-1eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-2eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-1eng" active="Activated"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-2eng" active="Activated"/>
Change the word "Activated" at the end of each line to "UserDisabled":
<Package name="fs24-asobo-passiveaircraft-generic-airliner-2eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-airliner-4eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-glider" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-hab" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-jet-2eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-1eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-piston-2eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-1eng" active="UserDisabled"/>
<Package name="fs24-asobo-passiveaircraft-generic-turbo-2eng" active="UserDisabled"/>
Save and close the Content.xml file, then launch the sim and the generic planes will be gone!
To remove any other unwanted aircraft and their various livery options, search for "fs24-asobo-aircraft" and "fs24-microsoft-aircraft" - you'll see a few "fs20-asobo-aircraft" which will be set to "SystemDisabled" already, I wouldn't recommend changing those!
Last edited: