BeniYukiMai / MaiDumpTool

257 stars 13 forks source link

Ciel nosurge Offline DLC Costumes don't work #14

Closed iadlast closed 7 years ago

iadlast commented 7 years ago

The .dyn, .dys and .psarc files from the DLC packs for the UNITY-CHAN! and 水鏡 costumes get corrupted after they are installed through MaiDumpTool, and trying to copy them and their directories manually to /dlc also corrupts them. The corrupted files can't be opened or deleted through VitaShell, resulting in error 0x80010016 if either option is tried, so they must moved to another directory or the game itself be uninstalled for them to be removed.

Similarly, attempting to use either costume after they are obtained in-game causes the game to crash due to attempting to load an invalid or nonexistent file.

UPDATE: Issue still present in V233.2zEx.

iadlast commented 7 years ago

After testing a bit, I think I have found the cause for the problem: the path depth is too deep (ten sublevels while the Vita seems to only a allow a max of nine sublevels), as I tried moving it to an entirely different directory that had a similar number of sublevels, and it had the same result: the files can't be copied there, and if I try to move them there, I get a 0x80010016 error.

Maybe it'd be better to change the DLC install scheme to avoid this sort of problem.

iadlast commented 7 years ago

aquagon has found a fix for this problem that involves changing the DLC install location from app0:dlc to app0:

Therefore, this problem is solved, but I'll also open up a new issue suggesting that we be allowed to change the DLC install path between the current way and the way it was done to make these costumes functional.