klensy / wt-tools

War Thunder resource extraction tools
127 stars 38 forks source link

Open files content in atlases.vromfs.bin #29

Open FetssteF opened 7 years ago

FetssteF commented 7 years ago

After extracting atlases.vromfs.bin we have many files "*.ta.bin" i need to get ico plane pictures display on tree research. It would appear to be in the file "unitskin_air.ta.bin". Is there a way to unpack the files?

mike10d commented 7 years ago

plane icon pictures are stored in the images.vromfs.bin.

FetssteF commented 7 years ago

I need icons like this, i can't find in images.vromfs.bin In \char.vromfs.bin\config\shop.blk files i find the line : "image": "#ui/unitskin_air#p-47_group", And if i open this files with notpad i can see the text "p-47d_ico" it's why i thinks the plane icons are in unitskin_air, it may be a mistak. (Sorry for my bad english)

mike10d commented 7 years ago

Oh, then you are correct.

TigerVI commented 7 years ago

Would also be interested in how to open/extract the .ta.bin files.

JareelSkaj commented 4 years ago

(I know it's necro, but I thought it would be good to provide response to at least 1 of the issues raised. This response does not resolve the open/extract the .ta.bin issue)

I need icons like this, i can't find in images.vromfs.bin

Those icons are in WarThunder\ui\atlases.vromfs.bin_u\units - the particular one you were looking for is p-47_group.ddsx - I had an issue with extracting them, resolved now in a ticket https://github.com/klensy/wt-tools/issues/49