Skip to content

Commit

Permalink
Version 2.5: Recognize MC95 file signature as valid
Browse files Browse the repository at this point in the history
Director 5 - 6.5 uses this for uncompressed cast files
  • Loading branch information
n0samu committed Dec 21, 2023
1 parent e962949 commit bc0666a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified DirectorCastRipper.dir
Binary file not shown.
4 changes: 2 additions & 2 deletions Files.ls
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ on isValidDirFile filePath

case fType of
-- Handle big endian and little endian files
"MV93", "FGDM", "FGDC":
"MV93", "FGDM", "MC95", "FGDC":
set isValid = (fourCC = "RIFX")
"39VM", "MDGF", "CDGF":
"39VM", "MDGF", "59CM", "CDGF":
set isValid = (fourCC = "XFIR")
end case
end if
Expand Down

0 comments on commit bc0666a

Please sign in to comment.