mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-27 08:20:47 +00:00
c44256144e
- [x] compare NTSC-K - [x] compare NTSC-J - [x] compare PAL - [x] figure out version order - [x] ~~write delta patch for spanish text~~ no need for now Fixes #2530
5 lines
139 B
Batchfile
5 lines
139 B
Batchfile
@echo off
|
|
cd ..\..
|
|
out\build\Release\bin\decompiler decompiler\config\jak2\jak2_config.jsonc iso_data\ decompiler_out\ --version pal
|
|
pause
|