Skip to content

Commit

Permalink
Update GameFolder.h
Browse files Browse the repository at this point in the history
Added SHA1 for Windows Steam Versions of Unreal Tournament 436, Unreal Gold 226, Deus Ex 1112fm
  • Loading branch information
MindrustUK authored and dpjudas committed Jan 11, 2024
1 parent 8911fbf commit c42ec70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SurrealEngine/GameFolder.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ enum class KnownUE1Games
const std::map<std::string, KnownUE1Games> SHA1Database = {
// Unreal Gold, 226
{"a4e8149a3e3a9aeba3921eb5004973c4cb1a5c35", KnownUE1Games::UNREALGOLD_226},
// Unreal Gold, 226 - Steam Version
{"ecca639b3b4307952c96dc350dd10ca810cbfcc6", KnownUE1Games::UNREALGOLD_226},

// Unreal Gold, 227i, Windows + Linux versions
// Windows
Expand All @@ -54,6 +56,8 @@ const std::map<std::string, KnownUE1Games> SHA1Database = {
// Unreal Tournament, v436, Windows version
// (TODO: get sha1sum of the Linux version)
{"38e7c23e17b4acbc745d955f234726bad730d3e2", KnownUE1Games::UT99_436},
// Unreal Tournament, v436, Windows Steam version
{"4325ca919d7fc807848aa8338d8d32ea43734c89", KnownUE1Games::UT99_436},

// Unreal Tournament, v451b, Windows + Linux versions
// Windows
Expand Down Expand Up @@ -91,6 +95,8 @@ const std::map<std::string, KnownUE1Games> SHA1Database = {

// Deus Ex, v1112fm
{"2a933e26aa9cfb33b37f78afe21434caa031f14a", KnownUE1Games::DEUS_EX_1112fm},
// Deus Ex, v1112fm - Steam Version
{"af951ddd35b38e8d9cc8501b8a50a02a3ab6cae7", KnownUE1Games::DEUS_EX_1112fm},

// Klingon Honor Guard, 219
// One oddity with this game is that they seem to have changed the executable name in the 1.1 patch
Expand Down

0 comments on commit c42ec70

Please sign in to comment.