mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
full ntsc-j mode + greatest hits support (#1525)
* remove str files from inputs * removed unused verbose flag * allow some kind of conditional game building for JP extras * make `PrintBankInfo` do nothing * clang * Update gltf_mesh_extract.cpp * fix `*jak1-full-game*` in extractor * use json library to build json file * screw it red label support as well
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\decompiler decompiler\config\jak1_us2.jsonc iso_data decompiler_out\
|
||||
pause
|
||||
@@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\decompiler decompiler\config\jak1_sced.jsonc iso_data\jak1sced decompiler_out\jak1sced
|
||||
pause
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc -v --auto-dbg --user-auto
|
||||
out\build\Release\bin\goalc --auto-dbg --user-auto
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc -v --user-auto
|
||||
out\build\Release\bin\goalc --user-auto
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc -v --auto-lt --user-auto
|
||||
out\build\Release\bin\goalc --auto-lt --user-auto
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user