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?
data.raw.item["artillery-turret"].rotating_sound =
{
sound = {filename = "__BetterSounds__/sounds/Turrets/artillery-turret/Rotation ...
Search found 2 matches
- Thu Jan 09, 2025 8:44 pm
- Forum: Modding help
- Topic: How to replace artillery rotating sounds?
- Replies: 0
- Views: 103
- Wed Jan 08, 2025 4:33 am
- Forum: Modding help
- Topic: How can I replace vanilla sounds with custom ones?
- Replies: 1
- Views: 129
How can I replace vanilla sounds with custom ones?
I'm trying to replace the electric beam sound by a custom one but I can't make it work.
This is the code I used
This is the code I used
Code: Select all
data.raw.beam["laser-beam"] = {
{
filename = "__BetterSounds__/sounds/beam.ogg",
volume = 1
}
}