diff --git a/ChangeLog b/ChangeLog index df7b72e..924ccb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ v7.4.0: - if you want to re-download the files regardless, simply use --download this will trigger re-download (unlike for Riivolution archives, where --download will not re-download if the file[s] were found) + - for xdelta patches and original cpk files, now check whether every single + file exists, rather than just one of them - for cpk file path support both the top level directory of the dump as well as the sub level directory which holds the cpk files, read: when your dump is in diff --git a/scripts/tokyomiragesessionsfe.sh b/scripts/tokyomiragesessionsfe.sh index 8ae6b58..3874ebc 100644 --- a/scripts/tokyomiragesessionsfe.sh +++ b/scripts/tokyomiragesessionsfe.sh @@ -9,7 +9,7 @@ DOWNLOAD_LINKS=( "patch_000_map.xdelta+https://drive.google.com/uc?id=0BxykxdPQq "patch_010_character.xdelta+https://drive.google.com/uc?id=0BxykxdPQq3oZSzZzNVd4ejZYalE&export=download" "patch_030_etc.xdelta+https://drive.google.com/uc?id=0BxykxdPQq3oZNEZfN1hqOHVYZ0E&export=download" "patch_031_message.xdelta+https://drive.google.com/uc?id=0BxykxdPQq3oZTDlRdzlkUno3ZXM&export=download" - "patch_050_move.xdelta+https://drive.google.com/uc?id=0BxykxdPQq3oZNU5kNlh2d1VRQzQ&export=download" + "patch_050_movie.xdelta+https://drive.google.com/uc?id=0BxykxdPQq3oZNU5kNlh2d1VRQzQ&export=download" "patch_999_etc_om.xdelta+https://drive.google.com/uc?id=0BxykxdPQq3oZN2VxTERFY2JPUFU&export=download" "patch_999_lua.xdelta+https://drive.google.com/uc?id=0BxykxdPQq3oZUERRR0w2Nnl2YUk&export=download" )