mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Adding notes for building non black label versions (#1995)
This commit is contained in:
+6
-2
@@ -24,9 +24,13 @@ tasks:
|
||||
cmds:
|
||||
- 'python ./scripts/tasks/update-env.py --decomp_config ntscv2'
|
||||
set-decomp-pal:
|
||||
- 'python ./scripts/tasks/update-env.py --decomp_config pal'
|
||||
desc: "PAL region version"
|
||||
cmds:
|
||||
- 'python ./scripts/tasks/update-env.py --decomp_config pal'
|
||||
set-decomp-ntscjp:
|
||||
- 'python ./scripts/tasks/update-env.py --decomp_config ntscjp'
|
||||
desc: "NTSC-J region version"
|
||||
cmds:
|
||||
- 'python ./scripts/tasks/update-env.py --decomp_config ntscjp'
|
||||
# GENERAL
|
||||
extract:
|
||||
desc: "Extracts the game's assets from './iso_data' with the set decompiler config"
|
||||
|
||||
Reference in New Issue
Block a user