-
Notifications
You must be signed in to change notification settings - Fork 115
Unity Mod Manager and deleting outdated files #153
Description
So this is a weird one here but maybe there is something I am doing wrong and would love the advice.
If you take a look at the experimental version of my railroader mod here
https://www.nexusmods.com/railroader/mods/143
I have a bundle, definitions.json and catalog.json, the issue has been plaguing me for quite some time now, when people update my mod, everything works out, it replaces the .jsons and .dlls, but it is a heavy hit and miss if it replaces the bundle or not, and usually it doesn't and I get a lot of comments saying that it doesn't work, or things are broken etc.
If there was a functionality within the info.json where Unity Mod Manager will completely clear out a file if it exists and allow for a clean install, that would be extremely helpful, unless it has to do with the way my mod is set up. Any help would be appreciated