Skip to content

expose SongVolume and PreviewVolume in Manifest Attributes#38

Open
Unleashed2k wants to merge 2 commits intoiminashi:mainfrom
Unleashed2k:Unleashed2k-patch-1
Open

expose SongVolume and PreviewVolume in Manifest Attributes#38
Unleashed2k wants to merge 2 commits intoiminashi:mainfrom
Unleashed2k:Unleashed2k-patch-1

Conversation

@Unleashed2k
Copy link

@Unleashed2k Unleashed2k commented Feb 20, 2026

Rocksmith manifests include SongVolume and PreviewVolume, but Attributes.fs currently omits them.

I'm working on a CFSM2 that needs to open PSARC files directly in DLC builder.

Currently, only .rs2dlc project files are handled from CLI, this small change adds support for .psarc, triggering the existing Import PSARC flow (same as File -> Import PSARC File)


member val SongPartition: Nullable<int> = Nullable() with get, set

member val SongVolume: Nullable<float32> = Nullable() with get, set
Copy link
Owner

Choose a reason for hiding this comment

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

I didn't include these since when importing official files, the volumes need to be read from the .bnk files anyway.

These should have comments:
// Only found in customs (created with the Toolkit)

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