LuxenDM / fpxcmd

FATE Patcher Core deployment module
Other
1 stars 0 forks source link

Copy behavior with mixed directories and files #8

Open LuxenDM opened 6 months ago

LuxenDM commented 6 months ago

Version 1.0.7 introduced behavior allowing for directories to be created. If one mod creates a directory, and another uses this same directory, and then the first mod is removed/disabled/etc, the resulting target directory may be removed despite being a target for the second mod.

Building a directory list and managing which directories need to exist before deployment is currently out-of-scope. If a mod is removed and the user experiences issues, the user should deploy a clean state of the game, then selectively enable mods and deploy again.

LuxenDM commented 4 months ago

This is being updated in #16 ; the master copy of directories wasn't being respected from this update, deleting files when a directory-copying mod was removed. This issue is scoped to the v1.2.0 milestone.