AsherGlick / Burrito

An overlay tool for Guild Wars 2 that works on linux
GNU General Public License v2.0
75 stars 18 forks source link

Burrito cannot parse .taco pack #302

Closed ngraham20 closed 1 month ago

ngraham20 commented 1 month ago

I don't know if this is a recent issue, but the .taco pack I got from fast farming does not convert when using the conversion script, and it won't open if I just try to open the taco file directly. It seems that the conversion script assumes the file to be .xml, but it's a binary file instead.

AsherGlick commented 1 month ago

Taco files dont 100% work yet. There is a rust-based xml parser that we are working on replacing with a much more robust solution.

However you might have some luck if you extract the .taco file first and try to load the .xml files inside. A .taco file is just a .zip file that has been renamed. Otherwise you can follow https://github.com/AsherGlick/Burrito/issues/64 for the status of the new xml parser

ngraham20 commented 1 month ago

Sounds good, thanks for the tip!