From 4864bc479325e3b4cd9062ca5d2e1d91151798b8 Mon Sep 17 00:00:00 2001 From: Die4Ever Date: Sat, 6 Apr 2024 11:10:02 -0500 Subject: [PATCH] better hash checks for vanilla files --- compiler_settings.default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler_settings.default.json b/compiler_settings.default.json index 0b4eb35cc..2806e6b84 100644 --- a/compiler_settings.default.json +++ b/compiler_settings.default.json @@ -12,7 +12,10 @@ "copy_if_changed": "DXRVersion.uc", "run_tests": true, "blacklist": [ "DXRNonVanilla", "HXRandomizer", "DXRReplaceActors.uc" ], - "hash_check": { "class": "DeusEx.DeusExPlayer", "expected": "337315d4745deb673207594181265393" } + "hash_checks": [ + { "class": "DeusEx.DeusExPlayer", "expected": "337315d4745deb673207594181265393" }, + { "class": "DeusEx.PersonaScreenAugmentations", "expected": "f02620fc2ef9265f95c9a27b46dad1ba" } + ] }, "hx": { "source_path": "C:/Program Files (x86)/Steam/steamapps/common/Deus Ex HX Backup/",