Thealexbarney / XbTool

Tools to read, process and export data from Xenoblade games
42 stars 23 forks source link

Update tool for Xenoblade 3 #26

Open jauhsten opened 1 year ago

jauhsten commented 1 year ago

Could you update the tool to support xenoblade 3 when it releases?

OedoSoldier commented 1 year ago

XB3 uses Zstd instead of Zlib. That's the only thing need to change.

jauhsten commented 1 year ago

How would I go about changing that?

nopouire commented 1 year ago

XB3 uses Zstd instead of Zlib. That's the only thing need to change.

Correct me if I'm wrong, but it looks like the BDAT format also changed again. Not encrypted, but different than 2 and DE.

JUNIORGBJ commented 1 year ago

Extract bf3.ard file xenoblade3.bms.txt

OedoSoldier commented 1 year ago

XB3 uses Zstd instead of Zlib. That's the only thing need to change.

Correct me if I'm wrong, but it looks like the DBAT format also changed again. Not encrypted, but different than 2 and DE.

Yep, and texture files also changed formats.

AlternisDim20 commented 1 year ago

I've extracted the bf3.ard file, but still can't edit the bdat files. Shame, since I'd love to buff some stuff.

AlternisDim20 commented 1 year ago

XB3 uses Zstd instead of Zlib. That's the only thing need to change.

I'd also like to know how to switch from the first to the second.

nopouire commented 1 year ago

@AlternisDim20 BDATs are not encrypted, so as long as you save UTF8 (and don't exceed entry size limits) you should be fine editing it. Switching to Zlib would require importing a different package for this tool, but as I'm sure you found out, you can just use Quickbms to accomplish that step

OedoSoldier commented 1 year ago

XB3 uses Zstd instead of Zlib. That's the only thing need to change.

I'd also like to know how to switch from the first to the second.

New tool: https://github.com/PredatorCZ/XenoLib/