diff --git a/README.md b/README.md index 9c908a0..8970d18 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Able to extract the USM files, decrypt the tracks and convert them into readable The final MKV file can then be played like a small movie, with the subtitles correctly formatted like in the game. Sometimes, subtitles can be desynchronized with the audio, but that's also the case in game (and not this program's fault). -#### Cutscenes from version 1.0 to 5.0 can be decrypted. +#### Cutscenes from version 1.0 to 5.1 can be decrypted. _Also includes CBT3, which has the same files than the live version_ diff --git a/versions.json b/versions.json index 9f1006c..8054328 100644 --- a/versions.json +++ b/versions.json @@ -357,5 +357,30 @@ "videos": ["Cs_Natlan_LQ150100901_DXGS_Boy", "Cs_Natlan_LQ150100901_DXGS_Girl"] } ] + },{ + "encAudio": true, + "version": "5.1", + "videoGroups": [{ + "key": 6074046639813995, + "version": "15015", + "videos": ["Cs_Natlan_LQ150150801_TLZL_Girl","Cs_Natlan_LQ150150801_TLZL_Boy"] + }, { + "key": 9362292576596351, + "version": "40168", + "videos": ["Cs_Sumeru_EQ401681801_HCXY_Boy","Cs_Sumeru_EQ401681801_HCXY_Girl"] + }, { + "key": 2331896333263116, + "version": "5012", + "videos": ["Cs_Natlan_AQ50120901_MVBT"] + }, { + "key": 5157410093305611, + "version": "5011", + "videos": ["Cs_Natlan_AQ50113101_BSSU_Boy","Cs_Natlan_AQ50113101_BSSU_Girl"] + }, { + "key": 2125660683040980, + "version": "5013", + "videos": ["Cs_Natlan_AQ50131101_AWFN_Boy","Cs_Natlan_AQ50131101_AWFN_Girl"] + } + ] }] }