- [Core] fix parsing issues [LoD]

This commit is contained in:
Razmoth
2024-01-20 21:57:01 +04:00
parent 01b3a1a1cd
commit 52ad0d352d
6 changed files with 120 additions and 10 deletions

View File

@@ -110,6 +110,11 @@ namespace AssetStudio
var m_CustomRenderQueue = reader.ReadInt32();
}
if (reader.Game.Type.IsLoveAndDeepspace())
{
var m_MaterialType = reader.ReadUInt32();
}
if (version[0] > 5 || (version[0] == 5 && version[1] >= 1)) //5.1 and up
{
var stringTagMapSize = reader.ReadInt32();