-
Notifications
You must be signed in to change notification settings - Fork 223
gui/mod-manager: Add a window showing the active mods in a world
#1431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gui/mod-manager: Add a window showing the active mods in a world
#1431
Conversation
…ndustries/scripts into squid-active-modlist
Signed-off-by: Squid Coder <92821989+realSquidCoder@users.noreply.github.com>
Co-authored-by: Myk <myk.taylor@gmail.com>
…ndustries/scripts into squid-active-modlist
gui/mod-manager.lua
Outdated
| widgets.List{ | ||
| view_id='modlist', | ||
| frame = {t=4}, | ||
| choices = getWorldModlist(true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a toggle to the bottom of the window (off by default) for "Show vanilla mods"? Some people need to know whether they have disabled any vanilla mods (e.g. for total conversions)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would also be useful to have another toggle (on by default) for mods that are contributing to the DFHack script path. it might take some thought for how to make the different "classes" of mods clear.
- active and contributing to the DFHack script path
- active and not contributing to the DFHack script path
- not active and contributing to the DFHack script path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While i like the script path idea, id rather not include it in this pr. Im already getting a little overwhelmed from this and just want to get the basic idea out bc this is what a few ppl have been wanting, a way to see the mids they have to tell stream. I think it would be good to extend this after the basics work in another pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can do the vanilla mods tho
Closes DFHack/dfhack#3985
Depends on: DFHack/dfhack#5395