Page 1 of 1

[Solved] How to disconnect the radar from the signal network?

Posted: Mon Jun 09, 2025 12:09 pm
by yaim904
I need help
Hello, I hope you are doing well.
I want to create a radar but I don't want it to communicate with other radars.
Context
When I create three radars on a surface and send a signal through one of the radars, the others receive that signal, which is normal.
Here is the case described
Captura de pantalla (772).png
Captura de pantalla (772).png (1.41 MiB) Viewed 354 times
Captura de pantalla (773).png
Captura de pantalla (773).png (1.46 MiB) Viewed 354 times
Captura de pantalla (774).png
Captura de pantalla (774).png (1.47 MiB) Viewed 354 times
What I want
When sending the signal from a radar (the bottom), one of the radars above does not receive the signal.
Is this possible?

Re: How to disconnect the radar from the signal network?

Posted: Mon Jun 09, 2025 1:38 pm
by boskid
You can set RadarPrototype::connects_to_other_radars to false - that way the game will stop providing the hidden radar wires and you will be able to do whatever you want with them.

Re: How to disconnect the radar from the signal network?

Posted: Mon Jun 09, 2025 6:13 pm
by yaim904
boskid wrote: Mon Jun 09, 2025 1:38 pm
I had not realized this property.
THANK YOU VERY MUCH.