Created attachment 2416[details]
demo
If you build repeaters close enough each other you may end up building repeaters that blow up before building - or - once building a repeater even blew up an existing repeater nearby.
This has happened on the official servers lately - and attached is a demo for an example done in nano. I've experienced this in arachnid2 too for example.
This solution is a bit hacky, but really most things involving BP zones are hacky. Does anyone have a better idea or can I go ahead and commit this after verifying that it works?
the observed events are that a buildable was in range of a repeater when it was placed, but shortly changed its position a bit to become out of range, or vice versa. what exactly happening is: when buildables are built, they are placed a bit above the ground, and then "gently" nudged down for whatever reason. however, due to the bouncy physics of the buildables, the buildables bounce up even higher, and stop up there for some reason.
from this follows a minimal tutorial on how to easily build unpowered telenodes: build a telenode near the upper edge of the power zone, so that the telenode becomes out of range when it "jumps up" (ie., build in a room above the repeater).
with the changes described in bug 5040, i have managed to get exactly 500 qunits of distance between 2 repeaters (by trying to place them as close to eachother as possible), but not less. so those changes look like the perfect fix. however, i cannot guarantee that any range check will yield at least 500 qunits, so a very very tiny in-range relaxation could be allowed.
Created attachment 2416 [details] demo If you build repeaters close enough each other you may end up building repeaters that blow up before building - or - once building a repeater even blew up an existing repeater nearby. This has happened on the official servers lately - and attached is a demo for an example done in nano. I've experienced this in arachnid2 too for example.
Created attachment 2710 [details] relax the in-power-range condition for repeaters ...to help unstable/imprecise physics.