• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS Package Manager

Messages
24
Country
belgium
Hi everyone!

I decided to create a little application that would make it a lot easier for novices (or well everyone actually) to install MSFS addons after they downloaded it from one of the file hosting sites.
I tried to make it as easy to use as possible.

There are only three requirements:
1. a valid install of MSFS that has to have been launched at once.
2. the addon/package must come in .zip format.
3. the .zip file must contain at least one manifest.json file and the required files must have to correct path relative to that file.

Package Installation
The user can either drag and drop a selection of files onto an area in the application or use the browse button to open a dialog where he/she can select the files to be added.
Another option is that the Package Manager can be set as one of the file handlers for .zip.

After selecting the zip files, the user will be presented with a list of those files, their size and a button to remove them from the install queue.
I do check for duplicate files. These are ignored. Files are also checked on zip validity and if the addon structure (explained above) is contained in it.
Once the user clicks on Install, all the queued files will be unpacked, and the required file structures will be copied over to the Sims' Packages Community Folder.

1.PNG
3.PNG


Package Management
The application also allows for the managing of installed community packages. This by presenting a sorted and grouped overview of the manifest.json files discovered in the community folder. The user is able to remove an addon package with the click of a button.
Of course for the shown data to make sense it's required that the manifest.json is correctly filled in. (which sadly doesn't appear to be the case in most addons I've downloaded these past days)

5.PNG
6.PNG



It should be able to work with both Steam and Microsoft Store installations. But I've only been able to verify the latter.
If anyone with a steam install wants to test it, send me a message :)

It runs on .net 4.6 and will be made available for free in the coming future.

Feedback is welcome.
 
Messages
392
Country
australia
Would be good if you support 7zip as its compression is a lot better. For instance I save 200Mb by packaging The Goose in 7zip over vanilla zip.
 
Messages
24
Country
belgium
Would be good if you support 7zip as its compression is a lot better. For instance I save 200Mb by packaging The Goose in 7zip over vanilla zip.
I've added support for .7z and .rar.
Thanks for the suggestion!
 
Messages
372
Country
austria
A preset would be cool (group mods that belong together and enable or disable them at once)
 
Top