Skip to content

Davemane42/DU-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DU-Scripts

Player logger script

PlayerLogger

Log player activity to a Databank(s) and render to a screen
Tested with 1300 entries with 8 databanks

Instalation:
    Elements needed:
    • 1x Programming board
    • 1x Manual Switch
    • 1x Screen
    • 1x Detection zone
    • 1 to 8 Databank(s)
  • Copy the content of this link
    • Right click (on the programming board) -> Advanced -> Paste Lua configuration from clipboard
  • Connect Detection zone -> Manual Switch -> Programming Board -> Manual Switch (both way)
    • For multiple detection zone: add an "OR operator" between the Detection zones and the Manual Switch
      (only 1 needed) in between the zones and switch
  • Then Programming Board -> databank(s) and screen
  • Finnaly, hit ctrl+L while looking at the board
    add your username in line 7 of unit.start()
    rename the location to your liking
Activate the board manualy and type "help" in the lua chat for the command list
List of commands:
  • 'clear' [clear the databank(s)]
  • 'dump' [dump the table as JSON in the screen HTML so you can copy it]
  • 'exit' [exit debug mode]
  • 'help' display a list of commands
  • 'remove (indices)' [remove an entry from one of the table]
  • 'update' [Update the screen code]
Known Issue:
Dont forget to like on du-creators 👍

Restricted Access Door script

PlayerLogger

Restrict access to certain door via a white-list of Usernames or Organizations
multiple doors/screens close together create "zones" automaticly
User editable colors

Instalation:
    Elements needed:
    • 1x Programming board
    • 1x Detection zone
    • 1x Door (minimum)
      • Doors
      • Airlock
      • Gate
      • Forcefield
    • Screen(s) (optional)
    • 1x Manual Switch (optional)
  • Copy the content of this link
    • Right click (on the programming board) -> Advanced -> Paste Lua configuration from clipboard
  • Connect Detection zone -> Programming Board
    • Place it near the door(s)
    • For multiple Zones: add an "OR operator" between the Detection zones and the Programming board
      only one "OR operator" needed between
  • Then connect Programming board -> Door(s) and Screen(s)
  • Finnaly, edit the lua parameters (Right click -> Advanced -> Edit Lua Parameters)
    Add your username between the quotes ""
    • "Davemane42"
    For multiple users add comma , between names
    • "Davemane42, User2, User3"
  • To add a global lockdown switch, connect the Programming board -> Manual Switch
    The lockdown will be triggered next activation.
Dont forget to like on du-creators 👍

Ore Display

PlayerLogger

Display all ores in the connected container. refreshes every 30 sec

Instalation:
    Elements needed:
    • 1x Programming board
    • 1x Container / ContainerHub
  • Copy the content of this link and paste on a programming board

  • Connnect the board to the container / ContainerHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages