Adding detection of fps4 type

This commit is contained in:
Stewie
2022-08-26 21:24:31 -04:00
committed by fortiersteven
parent 7aaa3b0c56
commit 5c953ec678

View File

@@ -310,6 +310,9 @@ class ToolsTales:
if data[6:8] == b"\xBD\x27":
return "ovl"
if data[:4] == b"FPS4":
return "fps4"
is_pak = self.get_pak_type(data)
if is_pak != None: