This commit is contained in:
Razmoth
2023-05-06 09:46:35 +04:00
parent 85ab8eec3c
commit 8e0f97ce2d
34 changed files with 903 additions and 864 deletions

View File

@@ -25,6 +25,11 @@ namespace AssetStudio
{
var m_UpdateMode = reader.ReadInt32();
}
if (reader.Game.Type.IsSR())
{
var m_MotionSkeletonMode = reader.ReadInt32();
}
var m_ApplyRootMotion = reader.ReadBoolean();
if (version[0] == 4 && version[1] >= 5) //4.5 and up - 5.0 down