Skip to content

Commit

Permalink
better hash checks for vanilla files
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 6, 2024
1 parent 7f091bb commit 4864bc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compiler_settings.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 4864bc4

Please sign in to comment.