RailPowerSystem

by Hermios

Connect rails to electric and signals circuits, and use electric trains

Content
10 days ago
0.14 - 1.1
446
Transportation

b Problem at loading

4 years ago

Hi, I can't seem to load the mod.
I get the following error :

Error in assignID, entity with name "rail-pole-connector-remnants" does no exist.
Source : rail-pole-connector (electric-pole)

I tried running it alone (with the libs still), same error.
Is this on my side ? I'm very new to modding this game, so I really don't know how to troubleshoot ^^'

4 years ago

This is due to a change in the last release. I fix it as soon as I can

4 years ago
(updated 4 years ago)

Can be (temporary) fixed by adding the following line :
corpse = "small-remnants",
to the functions:
- createData("rail-signal","rail-signal",prototypeConnector
- createData("electric-pole","small-electric-pole",railPoleConnector
- createData("electric-pole",railPoleConnector,circuitNode
all to be found inprototypes/entities.lua

New response