I enforced bodyslide to write files to a blank mod instead of overwrite, but that also doesn't work somehow. Where it says "If an application creates a new file", does that mean when the path in vfs doesn't exist? Where it says " If there was a file by the same name deleted recently, the new file goes to that mod", does that also mean files that have been overwritten by a program sandboxed in vfs?I think that ideally, the user should be able to individually select where new files and/or replaced files will go when ucvfs closes, instead of merging them to the overwrite folder. Write actions should happen in a temporary "reconcilation" folder so they can be compared when ucvfs closes using md5/crc32 and/or file timestamps. Something like: "Mod organizer has detected that Bodyslide has replaced or created (or deleted, is that a thing?) the following files:" And then a table with (toggleable?) columns: path relative to data,old timestamp / new timestamp,old size / new size,old hash / new hash,select list for existing modsrollback checkbox (to delete created files or rollback replaced files)Under that table you could add a row like: textfield: foldername of a new modbutton: changed files (create new mod for all files changed)button: created files (create new mod of new files created)button: merge files (write replaced files back to their original mod)The buttons would then change the select box on clicking them, and the user would enter a name for the new mod. The user is then forced to click OK (closing the dialog or clicking cancel meaning all rollback checkboxes will be checked)