The code to do so would have to live in CP. Well... I guess technically another mod could patch CP's code at runtime and essentially hijack parts of it to add new functionality, but that's a pain in the ass and wouldn't belong in this mod anyway.
This mod provides tools for other mod authors to use fancy widgets in their configuration pages. It does not do anything on its own. (Well, there is a console command to turn on the example menu that's in the screenshots, but it doesn't do anything besides display the widgets.)
In 1.6.8 for me it doesn't get to generate a config.json so I don't actually see it in the GMCM list. Am I missing something obvious?
GMCM Options doesn't have any config on its own; it will never generate a config.json. It provides UI elements that other mods can use to do display and edit options in their own config.
Hello, I'm planning to use this for a compilation of portraits mods, I checked the Github but I couldn't find a complete example for image selection. Do you have one? What I'll do is a bit complex because I'll only need to show a part of the image to select since portraits are spritesheets.
As it days in the description, and in the only other post on this page so far:
"This mod provides mod authors with complex options for use with Generic Mod Config Menu." Are you a mod author trying to use the Color Picker for one of the configuration options on your mod's GMCM page? If so, what does your call to AddColorOption look like?
As it says in the description, "This mod provides mod authors with complex options for use with Generic Mod Config Menu." Are you a mod author trying to use the Color Picker for one of the configuration options on your mod's GMCM page? If so, what does your call to AddColorOption look like?
23 comments
Well... I guess technically another mod could patch CP's code at runtime and essentially hijack parts of it to add new functionality, but that's a pain in the ass and wouldn't belong in this mod anyway.
"This mod provides mod authors with complex options for use with Generic Mod Config Menu." Are you a mod author trying to use the Color Picker for one of the configuration options on your mod's GMCM page? If so, what does your call to AddColorOption look like?