I've been working on my own music replacer mod.
I have successfully - and painfully - integrated my own soundtrack into the game, with the correct music playing on the correct planets.
However, I can't seem to be able to disable Space Age's soundtracks for the new planets. Their OST still plays even after adding
Code: Select all
data.raw["ambient-sound"] = {}
I did manage to disabling the new music by directly editing the ambient-sounds.lua located in the space age folder, but I'm looking for a solution that doesn't involve directly editing game files.
Any pointers for this?