Multiple textures?

I am looking for a script or program that’ll automate the resize of MULTIPLE .ytd files. Reason being, that I have around 100+ files that i need to resize due to their size and it’ll be an insane task to do this one by one. Does anyone have a script or program that’ll allow you to simply load up the files and optimize quickly?

ToolkitV has something like this, you’ll need to extract the ytd files from each car manually and you’ll either have to compile the scripts from github or download it from here GitHub - Ahmedinhooo/ToolKit-V: Optimize your textures as the download link doesn’t work.

There is a paid dev tool that does it all very easily and effectively as well:

[Paid] [Dev Tool] DDS Resize and Compression Tool.

Now, not to toot my own horn, but I also made a post about it that goes through the whole process manually, unfortunately it performs in O(n) human input complexity due to step 2 using OpenIV and needing to extract every YTD one by one, other than that there are no menial tasks in it and it implements some fixes.