YPT/XML conversion progress, tighter resource packing

This commit is contained in:
dexy
2020-02-03 23:31:50 +11:00
Unverified
parent 3b2135e8e1
commit 3f28d97556
4 changed files with 203 additions and 98 deletions
@@ -96,7 +96,7 @@ namespace CodeWalker.GameFiles
{
public override long BlockLength
{
get { return 20; }
get { return 20 + (256 * 16); }
}
// structure data
@@ -136,6 +136,9 @@ namespace CodeWalker.GameFiles
writer.Write(this.Unknown_Ah);
writer.Write(this.Unknown_Ch);
writer.Write(this.Unknown_10h);
var pad = 256 * 16;
writer.Write(new byte[pad]);
}
public override string ToString()