Closed wongnata closed 1 month ago
Wait... it works fine when I remove MoreSuits and AdditionalSuits. It must be AdditionalSuits which is breaking this.
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!
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!
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.