mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-22 07:52:18 +00:00
Add EU GoD game and Title Update hashes (#543)
This commit is contained in:
parent
f9b5e52a8b
commit
8915b06a95
2 changed files with 4 additions and 2 deletions
|
|
@ -5321,6 +5321,7 @@ const uint64_t GameHashes[] = {
|
||||||
10073206724900292034ULL,
|
10073206724900292034ULL,
|
||||||
13849076872517480735ULL,
|
13849076872517480735ULL,
|
||||||
18429668117940514005ULL,
|
18429668117940514005ULL,
|
||||||
|
14872142036681345494ULL,
|
||||||
7440489770734063325ULL,
|
7440489770734063325ULL,
|
||||||
1423900708842059394ULL,
|
1423900708842059394ULL,
|
||||||
7094898889553293067ULL,
|
7094898889553293067ULL,
|
||||||
|
|
@ -8340,7 +8341,7 @@ const std::pair<const char *, uint32_t> GameFiles[] = {
|
||||||
{ "Town_SouthEastAsia_Night.arl", 2 },
|
{ "Town_SouthEastAsia_Night.arl", 2 },
|
||||||
{ "WorldMap.ar.00", 2 },
|
{ "WorldMap.ar.00", 2 },
|
||||||
{ "WorldMap.arl", 2 },
|
{ "WorldMap.arl", 2 },
|
||||||
{ "default.xex", 3 },
|
{ "default.xex", 4 },
|
||||||
{ "movie/CHN.sfd", 1 },
|
{ "movie/CHN.sfd", 1 },
|
||||||
{ "movie/HedgehogEngine_logo.sfd", 1 },
|
{ "movie/HedgehogEngine_logo.sfd", 1 },
|
||||||
{ "movie/Inspire/ex00_movie.sfd", 1 },
|
{ "movie/Inspire/ex00_movie.sfd", 1 },
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ const uint64_t UpdateHashes[] = {
|
||||||
6914273463875662709ULL,
|
6914273463875662709ULL,
|
||||||
15542186142639918255ULL,
|
15542186142639918255ULL,
|
||||||
17773094197787397017ULL,
|
17773094197787397017ULL,
|
||||||
|
4145621795357905881ULL,
|
||||||
5694064368761413534ULL,
|
5694064368761413534ULL,
|
||||||
10660633045276223515ULL,
|
10660633045276223515ULL,
|
||||||
6259845327508088719ULL,
|
6259845327508088719ULL,
|
||||||
|
|
@ -48,7 +49,7 @@ const uint64_t UpdateHashes[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const std::pair<const char *, uint32_t> UpdateFiles[] = {
|
const std::pair<const char *, uint32_t> UpdateFiles[] = {
|
||||||
{ "default.xexp", 3 },
|
{ "default.xexp", 4 },
|
||||||
{ "work/ActD_MykonosAct1/Base.set.xml", 1 },
|
{ "work/ActD_MykonosAct1/Base.set.xml", 1 },
|
||||||
{ "work/ActD_NY/Mission_NYCity_S20_10.set.xml", 1 },
|
{ "work/ActD_NY/Mission_NYCity_S20_10.set.xml", 1 },
|
||||||
{ "work/ActD_SubEU_01/Set2.set.xml", 1 },
|
{ "work/ActD_SubEU_01/Set2.set.xml", 1 },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue