- [Core] Added new entry

This commit is contained in:
Razmoth
2023-11-11 19:21:46 +04:00
parent e863310354
commit 740b8725b2
12 changed files with 524 additions and 62 deletions

View File

@@ -98,6 +98,12 @@ namespace AssetStudio
if (version[0] >= 2021) //2021.1 and up
{
var m_StaticShadowCaster = reader.ReadByte();
if (reader.Game.Type.IsArknightsEndfield())
{
var m_RealtimeShadowCaster = reader.ReadByte();
var m_SubMeshRenderMode = reader.ReadByte();
var m_CharacterIndex = reader.ReadByte();
}
}
var m_MotionVectors = reader.ReadByte();
var m_LightProbeUsage = reader.ReadByte();