Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dallmeyer
Copy link
Contributor

@dallmeyer dallmeyer commented Mar 12, 2025

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
@@ -52,7 +52,7 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache

- name: Build Project
run: cmake --build build --parallel $((`nproc`)) -- -w dupbuild=warn
Copy link
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 xTVaser and water111 March 12, 2025 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant