KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

Fix installing compressed fso versions #173

Closed JohnAFernandez closed 3 months ago

JohnAFernandez commented 3 months ago

Mod compression support begins at 23.2 (specifically a 23.1 nightly), but we do have mods on nebula whose default build is 19.0, very different from 23.2. Allowing compression to take place for mods like this does not make sense, unless the user is in Manual or Always mode and knows that they will have to risk a newer build to correctly run the compressed modpack. So, remove the automatic compression approval if the mod just happens to have a ">=" in the build version.

Tested and this keeps mod compression from automatically happening when the required version is < the supported version.

Fixes #169

JohnAFernandez commented 3 months ago

grumbles why the heck do I have unrelated stuff in the branch. Please hold