jak-project/scripts/batch/extract-jak1_us2.bat
ManDude d46f790973
[jak2] un-hardcode level-related code a bit (#2330)
Makes it less of a headache to change level amounts.
2023-03-19 05:33:04 +00:00

7 lines
80 B
Batchfile

@echo off
cd ..\..
task set-game-jak1
task set-decomp-ntscv2
task extract
pause