Skip to content

For XMB2,  #5

@swim1989

Description

@swim1989

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions