Open Pickysaurus opened 1 month ago
The mod contents are not shown by design in this case:
This mod contains multiple modules
In the app this gets installed as a LoadoutItemGroup
with multiple LoadoutItemGroup
children, each containing a bunch of files.
The idea in the past was to show the child modules are child elements of the mod entry in the LoadoutView, which would allow checking the contents of each of them individually, but that was decided against at some point.
We also decided against merging the files from the different modules into a single filetree for preview in these cases. So it is correct that the preview isn't shown since this is a collection of modules, but it isn't nice for the user that doesn't know this.
We don't have a plan for what to do in these cases, whether to show the child modules in the LoadoutView, and allow previewing that, or show the module strcture in the file viewer, or something else.
The mod contents are not shown by design in this case: This mod contains multiple modules In the app this gets installed as a
LoadoutItemGroup
with multipleLoadoutItemGroup
children, each containing a bunch of files.The idea in the past was to show the child modules are child elements of the mod entry in the LoadoutView, which would allow checking the contents of each of them individually, but that was decided against at some point.
We also decided against merging the files from the different modules into a single filetree for preview in these cases. So it is correct that the preview isn't shown since this is a collection of modules, but it isn't nice for the user that doesn't know this.
We don't have a plan for what to do in these cases, whether to show the child modules in the LoadoutView, and allow previewing that, or show the module strcture in the file viewer, or something else.
This is not great though, as the mod doesn't install properly anyway, so there's no way to know files are missing. Surely using the "View Mod Files" button should show you all files in use for that mod regardless of how the data is structured under the hood? @captainsandypants?
Bug Report
Summary
Some mods will not allow the user to select "View Mod Files" to see which files have been installed with the app.
Steps to reproduce
What is the expected behaviour?
Users should always be able to view the files provided by a mod.
Other information
nexusmods.app.slim.current.log nexusmods.app.main.current.log