TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Steam collections get added to mods list, creating in-game errors #437

Closed rcdailey closed 2 years ago

rcdailey commented 3 years ago

When I add a collection ID to the mods list, Torch properly installs all the mods in that collection. However, it also adds the collection itself to the mods list. From Sandbox_config.sbc:

    <ModItem FriendlyName="Jailbroken's SE Mods">
      <Name>2412302307.sbm</Name>
      <PublishedFileId>2412302307</PublishedFileId>
      <PublishedServiceName>Steam</PublishedServiceName>
    </ModItem>
    <ModItem FriendlyName="Space Engineer's Collection No.1">
      <Name>2398016133.sbm</Name>
      <PublishedFileId>2398016133</PublishedFileId>
      <PublishedServiceName>Steam</PublishedServiceName>
    </ModItem>

These two are collections from here and here.

When I load into the game, I get this error:

image

My gut feeling here is that Torch should utilize the collection to download mods inside it, but not add it to the mods list so that Keen loads it as a mod itself (because it isn't). This error when players join my server is quite annoying.

Torch version: 1.3.1.144

Bishbash777 commented 2 years ago

Most likely resolved by keen mod changes - re-open if it is not the case

rcdailey commented 2 years ago

Not to sound haughty and rude, but I personally feel you should have verified this prior to closing the issue.