Skip to content

Commit 8915b06

Browse files
authored
Add EU GoD game and Title Update hashes (#543)
1 parent f9b5e52 commit 8915b06

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

UnleashedRecomp/install/hashes/game.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5321,6 +5321,7 @@ const uint64_t GameHashes[] = {
53215321
10073206724900292034ULL,
53225322
13849076872517480735ULL,
53235323
18429668117940514005ULL,
5324+
14872142036681345494ULL,
53245325
7440489770734063325ULL,
53255326
1423900708842059394ULL,
53265327
7094898889553293067ULL,
@@ -8340,7 +8341,7 @@ const std::pair<const char *, uint32_t> GameFiles[] = {
83408341
{ "Town_SouthEastAsia_Night.arl", 2 },
83418342
{ "WorldMap.ar.00", 2 },
83428343
{ "WorldMap.arl", 2 },
8343-
{ "default.xex", 3 },
8344+
{ "default.xex", 4 },
83448345
{ "movie/CHN.sfd", 1 },
83458346
{ "movie/HedgehogEngine_logo.sfd", 1 },
83468347
{ "movie/Inspire/ex00_movie.sfd", 1 },

UnleashedRecomp/install/hashes/update.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const uint64_t UpdateHashes[] = {
1010
6914273463875662709ULL,
1111
15542186142639918255ULL,
1212
17773094197787397017ULL,
13+
4145621795357905881ULL,
1314
5694064368761413534ULL,
1415
10660633045276223515ULL,
1516
6259845327508088719ULL,
@@ -48,7 +49,7 @@ const uint64_t UpdateHashes[] = {
4849
};
4950

5051
const std::pair<const char *, uint32_t> UpdateFiles[] = {
51-
{ "default.xexp", 3 },
52+
{ "default.xexp", 4 },
5253
{ "work/ActD_MykonosAct1/Base.set.xml", 1 },
5354
{ "work/ActD_NY/Mission_NYCity_S20_10.set.xml", 1 },
5455
{ "work/ActD_SubEU_01/Set2.set.xml", 1 },

0 commit comments

Comments
 (0)