You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this working, but I'm going to extend my scope a little to see if I can get the registry to have a central record of files and which mod owns which.
We already do this on a per-mod basis, but having a central list opens the door for supporting file replacement (which is a horrible thing), and reporting which mod we're conflicting with (which is a wonderful thing).
At the moment a mod is able to overwrite the contents of another mod, and we let that happen without saying anything. This is terrible.
We should detect and abort any operation where we see a mod trying to write to an already installed file.
The text was updated successfully, but these errors were encountered: