Extract levels+collision to decompiler_out (adjacent to textures+audio) (#3882)

should make it nice and easy to jump to the `decompiler_out/<game>`
folder in the launcher and show the user all their exported things.

![image](https://github.com/user-attachments/assets/15ff9d0b-2c83-4f1a-a013-6ab3835e974b)

also adds a taskfile command for ripping audio.

and fixes jak1 collision extract scaling. I [previously fixed this for
jak2/3](https://github.com/open-goal/jak-project/pull/3292#discussion_r1442595308)
but never fixed for jak1 apparently

before:

![image](https://github.com/user-attachments/assets/ce3e3c59-e3d7-4fc2-b83b-c938fdb3bb02)

after:

![image](https://github.com/user-attachments/assets/bcc65ffb-b5ff-484e-8f60-d1913e239294)
This commit is contained in:
Matt Dallmeyer
2025-03-24 06:26:58 -07:00
committed by GitHub
parent ea3d2308f8
commit 61ad9f08cd
7 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache
- name: Build Project
run: cmake --build build --parallel $((`nproc`)) -- -w dupbuild=warn
run: cmake --build build --parallel $((`nproc`))
- name: Run Tests
run: ./test.sh