Skip to content

Instantly share code, notes, and snippets.

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