Skip to content

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

Merged
Hat-Kid merged 3 commits into
open-goal:masterfrom
dallmeyer:b/decompiler_out-the-things
Mar 24, 2025
Merged

Extract levels+collision to decompiler_out (adjacent to textures+audio)#3882
Hat-Kid merged 3 commits into
open-goal:masterfrom
dallmeyer:b/decompiler_out-the-things

Conversation

@dallmeyer

@dallmeyer dallmeyer commented Mar 12, 2025

Copy link
Copy Markdown
Contributor

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

also adds a taskfile command for ripping audio.

and fixes jak1 collision extract scaling. I previously fixed this for jak2/3 but never fixed for jak1 apparently

before:
image

after:
image

@dallmeyer dallmeyer force-pushed the b/decompiler_out-the-things branch from 7fce414 to 5f02c11 Compare March 12, 2025 21:30
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache

- name: Build Project
run: cmake --build build --parallel $((`nproc`)) -- -w dupbuild=warn

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ninja-build/ninja#2356

this flag is no longer supported as of 1.12.0, looks like we're using 1.12.1 now

@dallmeyer dallmeyer requested review from water111 and xTVaser March 12, 2025 22:35
@Hat-Kid Hat-Kid merged commit 61ad9f0 into open-goal:master Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants