-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Mod Name column to downloads tab #439
Comments
This also connects to the problem that MO doesn't actually know if a mod was uninstalled when you use merge, it will mark the last one installed as uninstalled but not the rest. |
The download does not have the info of the mod, the mod has the info of the origin download. When the mod is uninstalled the origin downloads Uninstalled property is changed. |
Is there no way to make the "info of the origin download" a vector or something so that it can mark as uninstalled more then one mod? |
Probably. With downloads ad mods you have to be careful on what you add and change since there are interfaces that need to be respected and those things are used all over the code. |
I see its just something that has bothered me for a long time. Uninstalling a mod and then in the download it still says it's installed because you merged an update or something with it and it only marks the last one. |
I feel that this issue has derailed somewhat; it was originally about showing the mod with the file, not about tracking what constitutes an installation. Does the latter sound feasible to add to ModOrganizer? |
You are right sorry about that. |
change current Name column to say "File Name" |
The problem
When viewing the list of downloaded files, I want to see what mod a file corresponds to.
Many mod authors do not use sensible names for the downloaded files, using acronyms that are easily forgotten after a few days. Other mod authors publish patch files that do not even include the name of the mod, instead describing only what the patch does. When viewed in the list of downloads, it can be hard to see that a file belongs to a certain mod. As a result, when reinstalling a mod, it's hard to find the patches that should be applied.
I would like to request an additional column in the list of downloads that names the mod that a downloaded file corresponds to. While it's possible to find the mod that a file corresponds to by hovering over the mod, I would like to be able to sort my downloads by the mod's name to make it easier to decide which files I should install.
If this explanation is vague or leaves something to be desired, please tell me.
Environment
My current environment is as follows:
The text was updated successfully, but these errors were encountered: