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!
Search found 2 matches
- Sun May 10, 2020 6:36 pm
- Forum: Modding help
- Topic: Sound replacement
- Replies: 2
- Views: 719
Re: Sound replacement
- 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 ...
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 ...