wongnata / PlayerDogModel_Plus

It's a doggie-dog world! Updated version of the original mod by MonAmiral!
https://thunderstore.io/c/lethal-company/p/nattaboy/PlayerDogModel_Plus/
MIT License
2 stars 2 forks source link

Fix and remove dependency on More_Suits #31

Closed wongnata closed 1 month ago

wongnata commented 1 month ago

If you don't have More_Suits installed, then the PlayerModelSwitcher fails to be able to attach the helmets and create that new interactable object for switching models. I think the lookup for the suit rack there must be wrong, so that can probably be rewritten to work even without More_Suits installed.

Seems weird to have the dependency on More_Suits for no reason right now.

wongnata commented 1 month ago

Wait... it works fine when I remove MoreSuits and AdditionalSuits. It must be AdditionalSuits which is breaking this.

wongnata commented 1 month ago

Wait... I'm actually dumb: it was actually LethalDevMode that breaks this mod (if you don't also have MoreSuits loaded) for some reason. Oops!

image

wongnata commented 1 month ago

The mod that actually breaks this one is either LethalDevMode or DevTools for some reason. I guess those mods might be performing some sort of interactions on startup that directly conflict with the setup for the model switcher in this mod. Thankfully, I don't figure most people will be using those mods while actually enjoying this game with friends: this seems more like an annoying thing to deal with on the dev side, which is okay!

wongnata commented 1 month ago

Removing More_Suits dependency in v1.1.3.