- Required Dependencies
- https://www.chaoscode.io/resources/rustnet.95/
Deploy security cameras around your base and view them by accessing a RustNET terminal
Public camera placement and registration to a public terminal
- Non-public security cameras are linked to the terminal via the base. Any camera on the base will be assigned to that terminal
- Non-public cameras can only be placed on building blocks
- Public security cameras must be placed using the target terminals ID number.
- Public cameras can be placed anywhere
- Players can cycle through available cameras by pressing JUMP or DUCK
- If the terminal is destroyed whilst a player is using it they will exit the controller
- Camera placement and controller access requires the user to be authorized on the TC
Chat Commands
/sc - Shows the help menu
/sc add - Activates the camera placement tool. (Requires a camera in the users hands)
/sc add public <terminal ID> - Activates the camera placement tool. (Requires a camera in the users hands)
/sc name <name> - Set a name for the camera you are looking at which will be displayed in the RustNET console and UI overlay when controlling the camera
/sc remove - Removes the camera you are looking at
Permissions
securitycameras.use - Required to use any element of this plugin
securitycameras.ignorelimit - Ignore the max limit of cameras per base
securitycameras.public - Allows you to place public cameras
Config
Public camera placement and registration to a public terminal
- Non-public security cameras are linked to the terminal via the base. Any camera on the base will be assigned to that terminal
- Non-public cameras can only be placed on building blocks
- Public security cameras must be placed using the target terminals ID number.
- Public cameras can be placed anywhere
- Players can cycle through available cameras by pressing JUMP or DUCK
- If the terminal is destroyed whilst a player is using it they will exit the controller
- Camera placement and controller access requires the user to be authorized on the TC
Chat Commands
/sc - Shows the help menu
/sc add - Activates the camera placement tool. (Requires a camera in the users hands)
/sc add public <terminal ID> - Activates the camera placement tool. (Requires a camera in the users hands)
/sc name <name> - Set a name for the camera you are looking at which will be displayed in the RustNET console and UI overlay when controlling the camera
/sc remove - Removes the camera you are looking at
Permissions
securitycameras.use - Required to use any element of this plugin
securitycameras.ignorelimit - Ignore the max limit of cameras per base
securitycameras.public - Allows you to place public cameras
Config
C#:
{
"Camera Options": {
"Allow friends and clan members to place/remove cameras": false,
"Require building privilege to place/remove cameras": false,
"Maximum allowed cameras per base (Permission | Amount)": {
"securitycameras.use": 4,
"securitycameras.pro": 10
},
"Camera placement and removal distance": 4,
"Display camera overlay UI": true,
"Camera overlay image URL": "http://www.chaoscode.io/oxide/Images/RustNET/camera.png",
"Camera icon URL for RustNET menu": "http://www.chaoscode.io/oxide/Images/RustNET/cameraicon.png"
},
"Version": {
"Major": 0,
"Minor": 2,
"Patch": 10
}
}