mirror of
https://github.com/sal063/AC6_recomp
synced 2026-08-23 07:29:17 -04:00
0ec8de78df
Per-file atomic writes cannot cover a package half-updated across several files. The game's own integrity check then reports the data corrupted and asks the player to delete it. A marker now flags a package while writes are in flight, which when found again at the next mount, the package is moved aside to a quarantine folder (never deleted) with one log line, and the game recreates its data cleanly on the next run.