VitaSmith / gust_tools

A set of utilities for dealing with Gust (Koei Tecmo) PC games files
Other
206 stars 23 forks source link

How to batch convert? #79

Closed Arthandas closed 1 year ago

Arthandas commented 1 year ago

I have 465 g1t files, I want to convert them all to dds but gust_g1t.exe allows dropping only a single file at a time.

VitaSmith commented 1 year ago

Just write a batch file. There are plenty of resources online that explain how you can write a batch script with a for loop that will process each file.

Please understand that it will never be gust_g1t's job to automate that part, because, unlike the g1t to DDS conversion, that is something that can already be solved natively by your OS.