You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Adding detection of fps4 type
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user