Mouse Wheelie is missing button
LeeroyGarfield opened this issue ยท 4 comments
The Mouse Wheelie button is missing in the Mod Setting menu. A similar problem also exists in Flytre Lib. The former has a Mod Menu button, whereas the latter does not. I'm guessing the latter has its own in-game config menu, preventing your mod from detecting it?
megane, a WTHIT addon, somehow displays two buttons. The menus for "megane" and "megane-runtime" buttons are the same.
So far, I believe that's all the issues I've discovered. I absolutely adore your mod because it makes opening the settings of many mods so much convenient!
For Flytre Lib, if there is no button in Mod Menu, then there is nothing I can do. You need to request of the author of the mod to add the Mod Menu API.
For megane, it sounds like the mod is actually bundling a secondary mod, which has it's own configuration. Once again, it's not much I can do about it, but you can ask the mod author to remove the configuration part of the Mod Menu API for megane-runtime, if you believe it is always redundant.
@LeeroyGarfield The Mouse Wheelie issue sounds like a real problem with ModSettings, though. Can you just confirm, so I understand you correctly, that this does indeed have a configure button in Mod Menu, but not in ModSettings?
For Flytre Lib, if there is no button in Mod Menu, then there is nothing I can do. You need to request of the author of the mod to add the Mod Menu API.
For megane, it sounds like the mod is actually bundling a secondary mod, which has it's own configuration. Once again, it's not much I can do about it, but you can ask the mod author to remove the configuration part of the Mod Menu API for megane-runtime, if you believe it is always redundant.
I understand, I think it's not much of a big deal in my opinion. I thought I'd let you know about these issues. Though, the missing Mouse Wheelie button is definitely a real issue.
@LeeroyGarfield The Mouse Wheelie issue sounds like a real problem with ModSettings, though. Can you just confirm, so I understand you correctly, that this does indeed have a configure button in Mod Menu, but not in ModSettings?
Yes, Mouse Wheelie does have a configure button in Mod Menu screen, but not in ModSettings screen.
I'm assuming because Mouse Wheelie's a little outdated? Its last update was on Nov 27, 2021.
The problem with Mouse Wheelie was that it used Tweed to generate the config screen. The Mod Menu API had support for one mod providing config screens for another mod (this very case), but I had not tested my implementation, and that of course implies that it was broken.
This is now fixed and will be part of the next release of Mod Settings.