Circuit Launchable Rockets

by S6X

Launch a rocket via the circuit network... and it might even go where you want it to.

Utilities
2 months ago
2.0
2.48K
Factorio: Space Age Icon Space Age Mod
Transportation Logistics Circuit network

g Attempt to index local 'tbl' (a nil value)

2 months ago
(updated 2 months ago)

Hallo!

I'm getting this error;

"/control.lua:638: attempt to index local 'tbl' (a nil value)"

However, I have my own AdvancedRocketParts mod installed, that overwrites the rocket silo with an identical copy (internal name: arp-rocket-silo).
So this is not so much a 'can you fix it?' but more a 'what does it do and can you tell me how I can fix it?'

Thanks! :)

2 months ago

When a rocket silo is built, this mod stores the rocket silo's unit_number in a table. Something (presumably something your mod did) caused that reference to become invalid, so then when when this mod tries to look up the number to open its gui, it finds a nil value and the whole thing breaks.

2 months ago

Ah, I'll see if I can make it work. Thank you :D

New response