-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
By using dotnet xmbtool, XMB2 IS NOT ABLE TO READ
The problem would be on the
FFXV.Tools.XmbTool, program.cs
Line 102
XDocument doc;
using (var stream = File.OpenRead(input))
{
doc = new Xmb(new BinaryReader(stream)).Document;
}
We can change to
doc = new Xmb2(new BinaryReader(stream)).Document; or make conditional by read first magic 4 bytes
Metadata
Metadata
Assignees
Labels
No labels