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

19 lines
282 B
Batchfile
Raw Normal View History

2002-01-21 00:00:00 +00:00
@echo off
echo.
echo.
echo Beginning compile...
echo.
set gfdir=e:\anachronox\anoxdata\gameflow
set batdir=e:\anox\bat
absp3 -chop 256 %2 %3 %4 %1
avis3 -threads 4 -level 4 %1
arad3 -threads 4 -chop 256 -bounce 0 %1
goto exit
:exit
echo.
echo Finished
echo.