Another form of 3ds checking for ptcl
This commit is contained in:
parent
dbf0cf24f6
commit
a905fcab5e
Binary file not shown.
@ -67,9 +67,8 @@ namespace FirstPlugin
|
||||
reader.ByteOrder = Syroot.BinaryData.ByteOrder.BigEndian;
|
||||
string Signature = reader.ReadString(4, Encoding.ASCII);
|
||||
|
||||
uint Version = reader.ReadUInt32();
|
||||
Console.WriteLine(Version.ToString("x"));
|
||||
if (Version == 0x33000000)
|
||||
byte VersionNum = reader.ReadByte();
|
||||
if (VersionNum != 0)
|
||||
Is3DS = true;
|
||||
|
||||
reader.Position = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user