Search found 2 matches

by Alstorp
Sun May 10, 2020 6:36 pm
Forum: Modding help
Topic: Sound replacement
Replies: 2
Views: 719

Re: Sound replacement

darkfrei wrote: Fri May 08, 2020 4:52 pm
There is no inserter.sound:
Ahhh, that's very helpful, I can probably get it to work with the information from that screenshot, I had no idea info mod was a thing. Thank you!
by Alstorp
Wed May 06, 2020 5:40 pm
Forum: Modding help
Topic: Sound replacement
Replies: 2
Views: 719

Sound replacement

Hi, I've been trying to make a simple sound replacement mod, this is my first time modding in Lua so this might be trivial.

Here is my code

data.raw.inserter["inserter"].sound = {
{
filename = "__Soundtest_1.2.1__/sound/inserter-basic-1.ogg",
volume = 0.3
},
{
filename = "__Soundtest_1.2.1 ...

Go to advanced search