anachronox-sdk/tools/MapEditing/CompileTools/cfast.bat

21 lines
276 B
Batchfile

@echo off
echo.
echo.
echo Beginning compile...
echo.
rem set gfdir=e:\anachronox\anoxdata\gameflow
rem set batdir=e:\anox\bat
absp3 -chop 256 %2 %3 %4 %1
avis3 -threads 4 -fast %1
Arad3 -threads 4 -fast %1
goto exit
:exit
echo.
echo Finished
echo.