BgmParam

From Luma's Workshop
Revision as of 17:17, 30 March 2024 by Super Hackio (talk | contribs) (Created page with "Category:Files '''BgmParam''' is a BCSV table that defines override playback volumes for music. The file can be found in ''SMG2'' in ''AudioRes/Info/BgmParam.arc/root/BgmParam.bcsv''. It contains the following fields: {| class="wikitable" ! Field !! Type !! Description |- | SoundIdName || STRING_OFFSET || The song name to affect the volume of. |- | Volume || LONG || The volume to use as an override. Default 100, lower values make the song quie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BgmParam is a BCSV table that defines override playback volumes for music. The file can be found in SMG2 in AudioRes/Info/BgmParam.arc/root/BgmParam.bcsv. It contains the following fields:

Field Type Description
SoundIdName STRING_OFFSET The song name to affect the volume of.
Volume LONG The volume to use as an override. Default 100, lower values make the song quieter, and larger values make the song louder. Max 128.