jak-project/scripts/batch/extract-jak2.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

6 lines
57 B
Batchfile

@echo off
cd ..\..
task set-game-jak2
task extract
pause