Add camera
Essentially a "remote player detector", recommended uses include traffic light vehicle detection and security cameras
This commit is contained in:
7
README
7
README
@@ -10,7 +10,7 @@ Textures WITH "adwaita" in the file name - These are icons by the GNOME Project,
|
||||
|
||||
Depends:
|
||||
Required: digilines (base only) and mesecons (base only)
|
||||
Only needed for craft recipes: default and mesecons_luacontroller
|
||||
Only needed for craft recipes: default, mesecons_luacontroller, homedecor
|
||||
|
||||
|
||||
How to use digilines buttons:
|
||||
@@ -34,3 +34,8 @@ Once a channel is set, any messages sent on that channel will be shown on the "L
|
||||
|
||||
How to use the NIC:
|
||||
Send a digilines signal with the URL you want to download. The HTTPRequestResult table will be sent back on the same channel.
|
||||
|
||||
|
||||
How to use the camera:
|
||||
Set the channel, distance, and radius. The camera will search for a node "distance" meters away and up to 10m down.
|
||||
Every second while a player is within "radius" meters of that point, a table listing the players in range will be sent via digilines on the chosen channel.
|
||||
|
Reference in New Issue
Block a user