Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrus88 committed Jun 25, 2024
1 parent 8ece968 commit ee2cf3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CASCExplorer/FileScanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ class FileScanner
//{ new byte[] { 0x42, 0x4c, 0x50, 0x33 }, ".blp3" },
{ new byte[] { 0x4d, 0x44, 0x32, 0x30 }, ".m2" },
{ new byte[] { 0x4d, 0x44, 0x32, 0x31 }, ".m2" },
{ new byte[] { 0x4d, 0x33, 0x44, 0x54 }, ".m3" },
{ new byte[] { 0x53, 0x59, 0x48, 0x50 }, ".phys" },
{ new byte[] { 0x53, 0x4b, 0x49, 0x4e }, ".skin" },
{ new byte[] { 0x53, 0x4b, 0x4C, 0x31 }, ".skel" },
{ new byte[] { 0x52, 0x45, 0x56, 0x4D }, ".wmo" },
//{ new byte[] { 0x00, 0x00, 0x00, 0x01 }, ".anim" },
//{ new byte[] { 0x00, 0x00, 0x00, 0x00 }, ".anim" },
{ new byte[] { 0x41, 0x46, 0x4D, 0x32 }, ".anim" }, // AFM2
{ new byte[] { 0x41, 0x46, 0x53, 0x41 }, ".anim" }, // AFSA
{ new byte[] { 0x41, 0x46, 0x53, 0x42 }, ".anim" }, // AFSB
{ new byte[] { 0x01, 0x00, 0x00, 0x00, 0x42, 0x49, 0x44, 0x41 }, ".bone" }, // BIDA
{ new byte[] { 0x3C, 0x3F, 0x78, 0x6D }, ".xml" },
{ new byte[] { 0x3C, 0x68, 0x74, 0x6D }, ".html" },
{ new byte[] { 0xEF, 0xBB, 0xBF, 0x3C, 0x68, 0x74, 0x6D }, ".html" },
Expand All @@ -53,9 +56,12 @@ class FileScanner
{ new byte[] { 0x57, 0x44, 0x43, 0x31 }, ".db2" }, // WDC1
{ new byte[] { 0x57, 0x44, 0x43, 0x32 }, ".db2" }, // WDC2
{ new byte[] { 0x57, 0x44, 0x43, 0x33 }, ".db2" }, // WDC3
{ new byte[] { 0x57, 0x44, 0x43, 0x34 }, ".db2" }, // WDC4
{ new byte[] { 0x57, 0x44, 0x43, 0x35 }, ".db2" }, // WDC5
{ new byte[] { 0x52, 0x56, 0x58, 0x54 }, ".tex" },
{ new byte[] { 0x4f, 0x67, 0x67, 0x53 }, ".ogg" },
{ new byte[] { 0x48, 0x53, 0x58, 0x47 }, ".bls" },
{ new byte[] { 0x54, 0x41, 0x46, 0x47 }, ".bls" },
{ new byte[] { 0x52, 0x49, 0x46, 0x46 }, ".wav" },
{ new byte[] { 0x44, 0x55, 0x54, 0x53 }, ".duts" },
{ new byte[] { 0x42, 0x4B, 0x48, 0x44 }, ".bkhd" },
Expand Down

0 comments on commit ee2cf3b

Please sign in to comment.