D00Med / scifi_nodes

Minetest mod that adds scifi themed nodes
Other
12 stars 18 forks source link

Ability to have password protected sci-fi doors. #46

Open OAKO-UCONN opened 3 years ago

OAKO-UCONN commented 3 years ago

Ability to have password protected sci-fi doors. Door only opens with a keypad. Making it work with the palm scanner as well would be nice as a two factor authentication.

BuckarooBanzay commented 3 years ago

This is already possible if the setting scifi_nodes.doors_open_with_mesecon_only is set to true. Then you would have to add a switch, keypad or some other kind of mesecons signal to open the door.

https://github.com/D00Med/scifi_nodes/blob/b54333d56b014339a0bfed9ba3b2ed45d0a4dc11/doors.lua#L226

Fine-grained, selective "mesecons-only" doors or a tool to switch them to that would be nice :thinking: