Skip to content

Instantly share code, notes, and snippets.

@DartPower
Last active November 24, 2019 12:30
Show Gist options
  • Save DartPower/fb5ac984bdd58ffa0f6313d8e17c9877 to your computer and use it in GitHub Desktop.
Save DartPower/fb5ac984bdd58ffa0f6313d8e17c9877 to your computer and use it in GitHub Desktop.
Renderware file converter TXD Converter Batch File (See GTAMODS Wiki /wiki/RenderWare)
@echo off
cd txd
for %%f in (*.txd) do (
echo Converting %%f
..\convtxd.exe -v 3603 %%f "..\TXD_Conv\%%f"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment