Files
GTAConnectedDocs/MDv13/projects/MD_Trident/COMPILE_modscript.bat
2026-01-18 00:28:50 +04:00

10 lines
209 B
Batchfile

@echo off
cd %~dp0
:start
echo SC-CL modscript.c
echo Press ENTER to launch
pause > nul
cls
"../../bin/SC-CL.exe" -platform=X360 -target=GTAIV -O3 -out-dir="../../SCO_OUT/" modscript.c -- -I "inc/"
goto start