From 41e10a41509fbea3b015a8a6bdd9b98498cd3e8a Mon Sep 17 00:00:00 2001 From: HeroponRikiBestest <50224630+HeroponRikiBestest@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:42:00 -0400 Subject: [PATCH] Add aditional light directory checks (#335) Compensate for some additional variance in directory names found from new samples, in lieu of a more "advanced" check --- BinaryObjectScanner/Protection/CopyX.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BinaryObjectScanner/Protection/CopyX.cs b/BinaryObjectScanner/Protection/CopyX.cs index 158bd15a..74d76da7 100644 --- a/BinaryObjectScanner/Protection/CopyX.cs +++ b/BinaryObjectScanner/Protection/CopyX.cs @@ -107,7 +107,7 @@ namespace BinaryObjectScanner.Protection // intersecting the start of the file. // Kenny's Adventure uses System instead of ZDAT. - string[] dirs = ["ZDAT", "ZDATA", "System"]; + string[] dirs = ["ZDAT", "ZDATA", "ZZDAT", "ZZDATA", "ZYDAT", "ZYDATA", "System"]; List? lightFiles = null; // TODO: Compensate for the check being run a directory or more higher