jak-project/scripts/batch/test3-offline-and-update.bat
ManDude c99f9a4834
decomp loader (#3373)
fixes `defskelgroup` being broken in jak 2

switches jak 3 to the jak 3 font (currently identical to jak 2)
2024-02-13 16:38:58 +00:00

6 lines
217 B
Batchfile

@echo off
cd ..\..
out\build\Release\bin\offline-test -d --iso_data_path iso_data\jak3\ --game jak3
python3 scripts\update_decomp_reference.py failures\ test\decompiler\reference\ --game jak3
RMDIR /Q/S failures
pause