Jayveer / CtxrTool

A program for converting CTXR textures from Metal Gear Solid: Master Collection to DDS and vice versa
16 stars 2 forks source link

Add option for all files/folder convert in loop #1

Open Ravo92 opened 10 months ago

Ravo92 commented 10 months ago

For now you can only convert one file at once, but there should be a possibility to convert a whole folder or use "*" for every file in the selected folder (drag & drop from all files in the folder throws a windows error).

Zoft123 commented 10 months ago

If you're using Windows you can just open a command-prompt in the folder you have the files in and run:

for %f in (*.ctxr) do CtxrTool.exe %f

Ravo92 commented 10 months ago

If you're using Windows you can just open a command-prompt in the folder you have the files in and run:

for %f in (*.ctxr) do CtxrTool.exe %f

Yea i know, i already did it with powershell but that isnt the reason for the issue.