Thealexbarney / XbTool

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

question about ReplaceArchive #12

Closed txy960608 closed 4 years ago

txy960608 commented 4 years ago

I have edited common.bdat, and I want to use it replace the original file,my code is XbTool.exe -g xb2 -t ReplaceArchive -a bf2.arh bf2.ard -i common.bdat -o common.bdat

The first common.bdat is that I have edited,I think the second common.bdat is that the original file in bf2.ard

This is my first contact with such tools, could you please tell me where the error is?

Thank you

Thealexbarney commented 4 years ago

The -o option is the full path of the file being replaced in the archive

txy960608 commented 4 years ago

Thank you for your answer