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

T6 SndBank & SndDriverGlobals Asset Dumping #58

Merged
merged 5 commits into from
Jan 1, 2024
Merged

Conversation

skiff
Copy link
Contributor

@skiff skiff commented Dec 12, 2023

Finish dumping the SndBank asset's relevant pieces as well as SndDriverGlobals

  • Dump SndAlias files to CSV
  • Dump SndDuck files to JSON
  • Dump SndRadverb files to CSV
  • Dump SndDuck list file to CSV
  • Dump SndDriverGlobals to CSV

The sound driver globals are necessary to dump the SndAlias flags back into the split out columns as well as the duck group & curve group names. Ideally instead of hardcoding these values we should reference the single global SndDriverGlobals asset but I'm not sure if that's necesarry as it is unlikely anyone will want to modify that asset type

Copy link
Owner

@Laupetin Laupetin left a comment

Choose a reason for hiding this comment

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

Thank you for your work :) I didn't manage to look through the SndBank code fully yet, the comments should just be minor stuff

@skiff skiff requested a review from Laupetin December 18, 2023 18:34
@skiff skiff requested a review from Laupetin December 28, 2023 04:10
Copy link
Owner

@Laupetin Laupetin left a comment

Choose a reason for hiding this comment

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

Needs a small fix then should be ready :)

src/Common/Game/T6/T6_Assets.h Show resolved Hide resolved
src/ObjWriting/Game/T6/AssetDumpers/AssetDumperSndBank.cpp Outdated Show resolved Hide resolved
src/ObjWriting/Game/T6/AssetDumpers/AssetDumperSndBank.cpp Outdated Show resolved Hide resolved
@skiff skiff requested a review from Laupetin January 1, 2024 15:29
@Laupetin Laupetin merged commit 3830420 into Laupetin:main Jan 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants