How to replace artillery rotating sounds?
Posted: Thu Jan 09, 2025 8:44 pm
I'm trying to replace the vanillla artilllery rotating sounds but I can't figure out how. I've tried different ways but it remains unchanged. What am I doing wrong?
Code: Select all
data.raw.item["artillery-turret"].rotating_sound =
{
sound = {filename = "__BetterSounds__/sounds/Turrets/artillery-turret/Rotation_Loop.ogg", volume = 10},
stopped_sound = {filename = "__BetterSounds__/sounds/Turrets/artillery-turret/Rotation_Stop_1.ogg", volume = 10},
}