How to replace artillery rotating sounds?

Place to get help with not working mods / modding interface.
Rioma
Manual Inserter
Manual Inserter
Posts: 2
Joined: Wed Jan 08, 2025 4:29 am
Contact:

How to replace artillery rotating sounds?

Post by Rioma »

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},
}
Post Reply

Return to “Modding help”