diff --git a/For Build/Third-Party/ResourceLib_HM2.dll b/For Build/Third-Party/ResourceLib_HM2.dll index 3600f6d9..7da43822 100644 Binary files a/For Build/Third-Party/ResourceLib_HM2.dll and b/For Build/Third-Party/ResourceLib_HM2.dll differ diff --git a/For Build/Third-Party/ResourceLib_HM2016.dll b/For Build/Third-Party/ResourceLib_HM2016.dll index 6412d3ad..8fdce8cd 100644 Binary files a/For Build/Third-Party/ResourceLib_HM2016.dll and b/For Build/Third-Party/ResourceLib_HM2016.dll differ diff --git a/For Build/Third-Party/ResourceLib_HM3.dll b/For Build/Third-Party/ResourceLib_HM3.dll index 4c2129a9..0531b6ce 100644 Binary files a/For Build/Third-Party/ResourceLib_HM3.dll and b/For Build/Third-Party/ResourceLib_HM3.dll differ diff --git a/For Build/Third-Party/ResourceLib_HMA.dll b/For Build/Third-Party/ResourceLib_HMA.dll index bfd56658..538af37d 100644 Binary files a/For Build/Third-Party/ResourceLib_HMA.dll and b/For Build/Third-Party/ResourceLib_HMA.dll differ diff --git a/For Build/Third-Party/ResourceTool.exe b/For Build/Third-Party/ResourceTool.exe index b1814198..ee60c0f8 100644 Binary files a/For Build/Third-Party/ResourceTool.exe and b/For Build/Third-Party/ResourceTool.exe differ diff --git a/For Build/Third-Party/hash_list.hmla b/For Build/Third-Party/hash_list.hmla index 977f9700..1bad81c9 100644 Binary files a/For Build/Third-Party/hash_list.hmla and b/For Build/Third-Party/hash_list.hmla differ diff --git a/For Build/cleanPackageDefinition.txt b/For Build/cleanPackageDefinition.txt index efee63b5..ecee4df2 100644 Binary files a/For Build/cleanPackageDefinition.txt and b/For Build/cleanPackageDefinition.txt differ diff --git a/cleanPackageDefinition.txt b/cleanPackageDefinition.txt index efee63b5..ecee4df2 100644 Binary files a/cleanPackageDefinition.txt and b/cleanPackageDefinition.txt differ diff --git a/src/main.ts b/src/main.ts index dbf2fa4b..6f6bb676 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,17 +21,17 @@ import { xxhash3 } from "hash-wasm" require("clarify") const gameHashes = { - "5568bbf1ef2c22863d83f3d6539a5409": Platform.epic, // base game - "f1759b124cb4b4379417a26ea8ee6871": Platform.epic, // ansel unlock + "1c3e5cb4e51944f8374a6ca039cb530e": Platform.epic, // base game + "53c768cc385875e422880361fc05b9e3": Platform.epic, // ansel unlock //"09278760d4943ad21d04921169366d54": Platform.epic, // ansel no collision //"a8752bc4b36a74600549778685db3b4c": Platform.epic, // ansel unlock + no collision - "b40ceee39c8defd696e21316c85fc82e": Platform.steam, // base game - "758b27f6caefc4fffa62d8ff862555eb": Platform.steam, // ansel unlock + "6dd73b2cd3a76ae5d2699411964b9c1a": Platform.steam, // base game + "0ccb38015165d2879b3e15cd5a90afaf": Platform.steam, // ansel unlock //"28607baf7a75271b6924fe0d52263600": Platform.steam, // ansel no collision //"d028074b654cb628ef88ced7b5d3eb96": Platform.steam, // ansel unlock + no collision // Gamepass/store protects the EXE from reading so we can't hash it, instead we hash the game config - "f1a5a98bc0a0e407305e59a8ede552fb": Platform.microsoft + "5a5e69504fc410338ae07ef611acd718": Platform.microsoft } as { [k: string]: Platform }