Radar Grid Guide


Guide for deploying radars on a regular grid, to get 100% coverage without overlap.

Tweaks
5 years ago
0.14 - 0.17
12

b RadarGridGuide/control.lua:71: bad argument #1 to 'pairs' (table expected, got nil)

7 years ago

Great mod thanks!

Can reproduce the above bug by making a blueprint and unchecking entities, or make a blueprint consisting only of tiles.

I was able to fix it by adding the check "if held.get_blueprint_entities() then"
after line 70 in control.lua

7 years ago

v0.1.2 should fix that issue

New response