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
This commit is contained in:
HeroponRikiBestest
2024-11-02 19:42:00 -04:00
committed by GitHub
parent 3c4381049b
commit 41e10a4150

View File

@@ -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<string>? lightFiles = null;
// TODO: Compensate for the check being run a directory or more higher