Add MDv13 source directory

This commit is contained in:
iDisaster
2026-01-18 00:28:50 +04:00
parent 6dde02e454
commit de88af7a3b
376 changed files with 1787554 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@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