HolographicWings / LethalSDK-Unity-Project

Unity Project using Lethal Company SDK
MIT License
43 stars 4 forks source link

Moon cannot be added, "missing or incompatible bundles" #75

Closed ThatonePanMan closed 4 months ago

ThatonePanMan commented 4 months ago

image

My custom moon is being detected, but it's not being added because of "missing or incompatible bundles" I don't think anything is incompatible and I have LethalExpansion installed in my test modpack, so what am I missing here??

image

HolographicWings commented 4 months ago

Look at the mod manifest of your module Theres a requirement field You may have copied the manifest of the template which require the OldSeaPort module

ThatonePanMan commented 4 months ago

yup, just checked the manifest in notepad, I'll dive back into the project and fix that

ThatonePanMan commented 4 months ago

ok, still getting the same error message despite removing the need for the template .lem, having the .lem with the assets I need, and having the lethalexpansion.lem in the plugins and I don't have anything on the incompatible bundles list, so what, do I need to just shove the folder with all the assets into the mod folder in the project?

ThatonePanMan commented 4 months ago

alright, it is way too late for me to be tinkering with this, I went on a wild goose chase for like the past hour, I really don't know why I got the error when I have the dependencies

HolographicWings commented 4 months ago

ah, my bad it's in the moon asset file image

ThatonePanMan commented 4 months ago

it's still happening, I get the same error, despite having bbh.lem in the mod folder image image

ThatonePanMan commented 4 months ago

ok, I got it to work by just putting all the assets into the folder with all the moon info and removing the required bundles from the list