Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 1 match

by carl4020
Mon Oct 28, 2019 4:48 pm
Forum: Graphic file formats
Topic: Disney Infinity .mtb & .tbody files
Replies: 9
Views: 8647

Re: Disney Infinity .mtb & .tbody files

For batch converting these particular .tbody files I would use @echo off cls for %%i in (*.tbody) do copy /B dxt5_256x256.head+"%%i" "%%~dpni.dds" nconvert.exe -out png *.dds echo. echo Done! pause Where dxt5_256x256.head is DDS file header, which will be attached (copied) to th...