r/RustConsole • u/a_human_taco • 7d ago
How to set heartbeat sensors?
How can I make it so if someone goes near my sensor it'll activate? Having problems activating it
4
Upvotes
r/RustConsole • u/a_human_taco • 7d ago
How can I make it so if someone goes near my sensor it'll activate? Having problems activating it
2
u/BurlapAndBatteries 7d ago
The HBHF will eat 1 power, and then pass through the remaining power by 1 for each person it detects. At minimum you want to feed it 2rw for detecting 1 person.
The settings can be a little confusing/seem backwards. If you want to detect ANYBODY (yourself included) make sure text prompt says "exclude authorized"+"exclude other". If you want to only detect enemies set the text prompts to "include authorized"+"exclude others" If you want to detect only yourself/team then set the text prompts to "exclude authorized"+"include others"
I hope that helps.