How to add/change in-game music?

Is it a simple process of switching out files and making sure they’re in the right format? Or is there something more?

Where exactly is the music folder? (Exact file path would be appreciated)

Files are stored here:
/data/music/

You also need to edit the sound control/chooser, here:
/data/sounds/sound_constants.json

2 Likes

Thank you kindly for the assistance, however I’ve noticed that the “sound_constants.json” file has track names which don’t exactly match the .ogg files in /data/music/

Is there any particular way I’m supposed to name newly added tracks in the sound_constants file?

Those are alias, and you set them in the manifest. It is just a pointer to a file.

1 Like

Ahhh gotcha, thank you very much!