mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 16:42:33 +08:00
Added Save methods to YvrFile and YwrFile
This commit is contained in:
@@ -43,9 +43,9 @@ namespace CodeWalker.GameFiles
|
||||
{
|
||||
base.Write(writer, parameters);
|
||||
|
||||
//// update structure data
|
||||
//this.EntriesPointer = (ulong)(this.Entries?.Position ?? 0);
|
||||
//this.EntriesCount = (uint)(this.Entries?.Count ?? 0);
|
||||
// update structure data
|
||||
this.EntriesPointer = (ulong)(this.Entries?.FilePosition ?? 0);
|
||||
this.EntriesCount = (uint)(this.Entries?.Count ?? 0);
|
||||
|
||||
// write structure data
|
||||
writer.Write(this.Unknown_10h);
|
||||
|
||||
Reference in New Issue
Block a user