[Feature Request] Enable/Disable melonloader toggle
clarjon1 opened this issue · 1 comments
heyo!
currently for folks to enable/disable melonloader, they either need to set a flag via steam or rename/move version.dll via the file system, which can be convoluted and confusing for some users when trying to debug if an issue is a vanilla vrc issue or a mod related issue
I'd like to propose the addition of a toggle button that renames the version.dll file for the user, perhaps to something like version-disabled.dll
I'm imagining a workflow that would check the file listing to see which name the DLL has. If it's enabled, it shows a label prompting to the user that it will [Disable Melonloader]
When it sees the disabled file name, it can show a label prompting the user to [Enable Melonloader]
If neither of these are installed, it could prompt the user to [Install Melonloader]
If this button is above the mod list, then it would make this debugging step easy, as well as make it easy for folks to notice if they've forgotten to install melonloader entirely, reducing confusion as to why their mods just don't want to work at all!
colle