Users browsing this thread: 1 Guest(s)
Poll: What game should I rip next?
You do not have permission to vote in this poll.
A Mario Game
25.00%
1 25.00%
A Kirby Game
25.00%
1 25.00%
A Sonic Game
0%
0 0%
A Zelda Game
50.00%
2 50.00%
Total 4 vote(s) 100%
* You voted for this item. [Show Results]

Could Somebody Make a Batch Converter for GTX?
#4
Code:
for /R %%a IN (*.gtx) DO "*PATH TO TEXCONV2 FOLDER*\texconv2.exe" -i "%%a" -o "%%~dpna.dds"

Put that in a .BAT file, then copy it and run just the batch file to whatever folder you want to convert the files in the folders for. The DDS files will be in the same folder as the GTX textures when it's done converting instead of going to the "Convert" folder.

Code:
for /R %%a IN (*.gtx) DO "*PATH TO TEXCONV2 FOLDER*\texconv2.exe" -i "%%a" -f GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB -o "%%~dpna.gtx"

And this .BAT file will pre-convert them to the "lossless" format, you can run that before the other one if you need to.
Thanked by: puggsoy, supersmashball


Messages In This Thread
RE: Could Somebody Make a Batch Converter for GTX? - by Random Talking Bush - 09-12-2015, 11:38 PM

Forum Jump: