diff --git a/For Build/Third-Party/ResourceLib_HM2.dll b/For Build/Third-Party/ResourceLib_HM2.dll index 7da43822..67bcf19f 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 8fdce8cd..99487ca4 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 0531b6ce..404df57d 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 deleted file mode 100644 index 538af37d..00000000 Binary files a/For Build/Third-Party/ResourceLib_HMA.dll and /dev/null differ diff --git a/For Build/Third-Party/ResourceTool.exe b/For Build/Third-Party/ResourceTool.exe index ee60c0f8..cf09c18e 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 1bad81c9..b3876c2a 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 ecee4df2..16bb1525 100644 Binary files a/For Build/cleanPackageDefinition.txt and b/For Build/cleanPackageDefinition.txt differ diff --git a/cleanPackageDefinition.txt b/cleanPackageDefinition.txt index ecee4df2..16bb1525 100644 Binary files a/cleanPackageDefinition.txt and b/cleanPackageDefinition.txt differ diff --git a/src/main.ts b/src/main.ts index a2369e39..424d0cb3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,17 +21,17 @@ import { xxhash3 } from "hash-wasm" require("clarify") const gameHashes = { - "1c3e5cb4e51944f8374a6ca039cb530e": Platform.epic, // base game - "53c768cc385875e422880361fc05b9e3": Platform.epic, // ansel unlock + "eba61aa0a92b76579e977fb9a057bb81": Platform.epic, // base game + "e64c439a45c8c868956345c99b2d036b": Platform.epic, // ansel unlock //"09278760d4943ad21d04921169366d54": Platform.epic, // ansel no collision //"a8752bc4b36a74600549778685db3b4c": Platform.epic, // ansel unlock + no collision - "9a8280520104bb008315fec88d3cdd70": Platform.steam, // base game - "06dad8643b698bfb841a9c2c2f8f467d": Platform.steam, // ansel unlock + "062d384cae3813e5e0fbc1e2861e4f88": Platform.steam, // base game + "18c2ff82f076f7904d4f0fcaa2e0d2f6": 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 - "5a5e69504fc410338ae07ef611acd718": Platform.microsoft + "37df6b0755060b48e0959516b0deea62": Platform.microsoft } as { [k: string]: Platform }