1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Fix saving step curve frames

This commit is contained in:
KillzXGaming 2019-07-25 19:02:51 -04:00
parent eb288d36b9
commit a03a852867
6 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -128,6 +128,8 @@ namespace FirstPlugin
uint NamePointer = StringTablOffset + Directories[dir].NameOffset;
Directories[dir].Name = ReadStringAtTable(reader, NamePointer);
Console.WriteLine($"{ Directories[dir].Name } {dir}");
for (int n = 0; n < Directories[dir].NodeCount; n++)
{
reader.SeekBegin(NodeOffset + ((n + Directories[dir].FirstNodeIndex) * 0x14));