mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
scripts: support new jak 2 decompiler config versions via task (#2543)
This commit is contained in:
@@ -31,6 +31,10 @@ tasks:
|
||||
desc: "NTSC-J region version"
|
||||
cmds:
|
||||
- 'python ./scripts/tasks/update-env.py --decomp_config ntscjp'
|
||||
set-decomp-ntscko:
|
||||
desc: "NTSC-K region version"
|
||||
cmds:
|
||||
- 'python ./scripts/tasks/update-env.py --decomp_config ntscko'
|
||||
# GENERAL
|
||||
extract:
|
||||
desc: "Extracts the game's assets from './iso_data' with the set decompiler config"
|
||||
|
||||
@@ -50,7 +50,10 @@ decomp_config_version_map = {
|
||||
},
|
||||
"jak2": {
|
||||
"ntscv1": "ntsc_v1",
|
||||
"pal": "pal"
|
||||
"ntscv2": "ntsc_v2",
|
||||
"pal": "pal",
|
||||
"ntscjp": "jp",
|
||||
"ntscko": "kor"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user