Extended Range


Longer range versions of all underground belts and the underground pipe.

Content
a month ago
0.13 - 2.0
7.71K
Transportation

b Crash on game start

a month ago

Crash on game start

Failed to load mods: RFM-transport/prototypes/mr-belts.lua:13: attempt to index global 'item_sounds' (a nil value)
stack traceback:
RFM-transport/prototypes/mr-belts.lua:13: in main chunk
[C]: in function 'require'
RFM-transport/data.lua:5: in main chunk

a month ago

What other mods do you have?

a month ago
(updated a month ago)

I play with a very large mod pack, but I decided to take a closer look at this bug. And this is what I found:

  • All other mods specify the following line at the beginning of the file where this variable is mentioned.

local item_sounds = require("__base__.prototypes.item_sounds")

  • But in your mod I didn't see something like that declared before using this variable.
a month ago

I haven't had a chance to test it, but I think you got to the root of the issue based on some research. I'll be honest, I have no idea how others aren't running into the same errors. Be releasing a fix soon.

a month ago

Try this new version and let me know if that fixes it. I was not able to reproduce your error, but I updated several sounds so it may be fixed.

a month ago

perfect

a month ago

Good to hear. Thanks for tracking this down.

New response