Optimize prepared asset package v2
This commit is contained in:
parent
d123c4b67c
commit
0dd966f3a0
28 changed files with 1277 additions and 106 deletions
|
|
@ -88,7 +88,7 @@ public sealed class PakEquivalenceTests {
|
|||
var pakPath = Path.Combine(Path.GetTempPath(), $"acdream-equivtest-{System.Guid.NewGuid():N}.pak");
|
||||
try {
|
||||
var header = new PakHeader {
|
||||
FormatVersion = 1,
|
||||
FormatVersion = PakFormat.CurrentFormatVersion,
|
||||
PortalIteration = (uint)dats.Portal.Iteration!.CurrentIteration,
|
||||
CellIteration = (uint)dats.Cell.Iteration!.CurrentIteration,
|
||||
HighResIteration = (uint)dats.HighRes.Iteration!.CurrentIteration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue