Skip to content

Commit

Permalink
Add TRR patch 4 checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Nov 5, 2024
1 parent f340a14 commit 5f7914b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.9.3...master) - xxxx-xx-xx
- added (experimental) support for Linux (#143)
- added support for TRR patch 4 (#786)
- changed the number of secrets in TR3R Coastal Village to four to match the statistics (#775)
- fixed being unable to pick-up some items in TR3R High Security Compound (#783)
- fixed unreachable item locations in Coastal Village (#774)
Expand Down
15 changes: 15 additions & 0 deletions TRRandomizerCore/Helpers/ChecksumTester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ public bool Test(string file)
"8376349b1989024228f7135f9c7187a6", // LEVEL3A.PHD
"0878ce6127a93335b6a96f4dfbe61fb9", // LEVEL8C.PHD

// TR1R V1.4+
"35925bfa82e121a775495fbb3867e7f2", // LEVEL2.PHD
"6facfdf6342a7a3c72275e730292c7ae", // LEVEL3A.PHD
"682d6eaa53a429d3febcc1100692a818", // EGYPT.PHD

// TR2
"d6f218e32d172e67db60daa35ef7e114", // ASSAULT.TR2
"da1e01683dad5fabbfff89c267b75b9e", // WALL.TR2
Expand Down Expand Up @@ -150,6 +155,10 @@ public bool Test(string file)
// TR2R V1.3+
"ef2f5a3e08bd10655c38707e6657c687", // LEVEL5.TR2

// TR2R V1.4+
"2afebdbb1c43fea9bf999f793b76ffa9", // WALL.TR2
"7b31bc1d20cdf295d4c0883ac1383894", // LEVEL5.TR2

// TR3
"5e11d251ddb12b98ebead1883dc12d2a", // HOUSE.TR2
"9befdc5075fdb84450d2ed0533719b12", // JUNGLE.TR2 (International)
Expand Down Expand Up @@ -231,5 +240,11 @@ public bool Test(string file)

// TR3R V1.1+
"9a1f7162eb7e2b3a57a17e92e0edfbb6", // ANTARC.TR2

// TR3R V1.4+
"bd2ded2e22845cd467b78d77aa01bf39", // JUNGLE.TR2
"93cbd2ad51822c133a92e8ac25e4834f", // TONYBOSS.TR2
"1a715a8b7c21e1077bdd31882b7bc822", // UNDERSEA.TR2
"3c68eaa0be796ab6521307f8e19e7503", // ZOO.TR2
};
}

0 comments on commit 5f7914b

Please sign in to comment.