So here’s the detailed method I used to fix my stuck at 97% after 4 days.
These paths are for the MS store/Xbox Store PC version. They will be different for steam, and I’m guessing any poor Xbox users that have incompatible addons are just stuck until MS actually fix it.
- Open directory
C:\Users\fly\AppData\Local\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalState
- Open file in this directory
Report-loading.toml
(can use notepad) - Search for
FlightSimulator_Packages
(around line 89 for me) - Delete every line above and including this one.
- Search for
FlightSimulator_PublishingGroups
. - Delete every line below and including this one.
- Now you have a list of
packages-names=1
. - Search and replace to remove
=1
on every line. - Delete all of the lines that start with
asobo
ormicrosoft
, it’s alpabetical order so very easy. - Edit every line to add the prefix
mkdir
, ie. with the space. - Copy this line to the very top:
cd C:\Users\fly\AppData\Local\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\Packages\Community
- Save the file anywhere, and make sure you add a
.bat
extension on the name you choose. - Double click.
- That’s it, restart and play!
To be clear, the top of my 2024fail.bat
file looks like this:
cd C:\Users\fly\AppData\Local\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\Packages\Community
mkdir 4simmers-a310-1-livery-pack
mkdir antsairplanes-tiger-moth
mkdir blackboxsimulation-bn3-trislander
mkdir cowansim-cowansim500e
...etc...