Extended Range


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

Content
10 days ago
0.13 - 2.0
7.10K
Transportation

b Crash on game start

11 days 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

11 days ago

What other mods do you have?

10 days ago
(updated 10 days 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.
10 days 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.

10 days 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.

9 days ago

perfect

9 days ago

Good to hear. Thanks for tracking this down.

New response