nickc01 / WeaverCore

Core mod for all of my mods for Hollow Knight
https://nickc01.github.io/WeaverCore/
MIT License
14 stars 6 forks source link

a developer version issue #11

Open D0odleMan opened 10 months ago

D0odleMan commented 10 months ago

when i create a mod for some reason it doesnt show up in a registry. the registry only has weavercore

nickc01 commented 10 months ago

That's odd, because I'm also on the latest developer version of WeaverCore, and when I create a new mod, the mod shows up just fine. Is there any compilation issues that need to be resolved first?

New Mod In Registry

If there aren't any compilation issues, then we will need to dig deeper. I just updated the WeaverCore developer version so that when you first select a Registry, it will dump some debug information in the console, with information similar to the image below. It will show you what mod types it found, which ones have been added to the list, and which ones were excluded. See if your new mod shows up anywhere here

Registry debug information

nickc01 commented 10 months ago

I just updated WeaverCore again with a little more debugging information, so see if it gets displayed now.

Also, double check to make sure that your inspector view is set to "Normal" and not "Debug". You can check that by going to the "Triple dots" button at the top-right of the inspector and clicking on Normal. Normal Inspector View