Skip to content

Commit

Permalink
Merge pull request #119 from Asayu233/main
Browse files Browse the repository at this point in the history
4.1 keys update
  • Loading branch information
ToaHartor committed Nov 10, 2023
2 parents a9740ff + 6e61cd8 commit d9e695f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 4.0 can be decrypted.
#### Cutscenes from version 1.0 to 4.1 can be decrypted.
*Also includes CBT3, which has the same files than the live version*

If you want to extract newer cutscenes but the `versions.json` in the released zip is outdated, simply download the updated file in the project tree ([here](https://raw.githubusercontent.com/ToaHartor/GI-cutscenes/main/versions.json)) and replace the file.
Expand Down
45 changes: 45 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,51 @@
]
}
]
},
{
"encAudio": true,
"version": "4.1",
"videoGroups": [
{
"key": 9637784902652011,
"version": "14006",
"videos": [
"Cs_Fontaine_LQ140061601_SUDO_Boy",
"Cs_Fontaine_LQ140061601_SUDO_Girl"
]
},
{
"key": 9183447191069533,
"version": "4019",
"videos": [
"Cs_Fontaine_AQ40190601_DALW"
]
},
{
"key": 1298862364052129,
"version": "40126",
"videos": [
"Cs_Mengde_EQ401260901_AA"
]
},
{
"key": 8170343248395864,
"version": "4010",
"videos": [
"Cs_Fontaine_AQ40100301_FSSDB_Boy",
"Cs_Fontaine_AQ40100301_FSSDB_Girl",
"Cs_Fontaine_AQ40100801_FSSR"
]
},
{
"key": 6227517550733944,
"version": "14009",
"videos": [
"Cs_Fontaine_LQ140091201_SLRC_Boy",
"Cs_Fontaine_LQ140091201_SLRC_Girl"
]
}
]
}
]
}

0 comments on commit d9e695f

Please sign in to comment.