Barotrauma

Barotrauma

Not enough ratings
Customizable Lights System
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
328.990 KB
14 Jan, 2022 @ 10:33am
28 Feb, 2022 @ 5:39am
12 Change Notes ( view )

Subscribe to download
Customizable Lights System

Description
Module that sends chosen colors to the light components connected via delay components.
Colors, delays, modes are changed using terminal or chat.

commands:
- !add [color], !a [color]
adds color to the available pallette
example:
!add red
!a red
!a 255-0-0
available colors:
white, red, lime, blue, yellow, cyan, magenta, silver, gray, maroon, olive, green, purple, teal, brown, orange, gold, agua marine, navy, indigo, pink, bisque, salmon, violet, crimson, black, null.
Otherwise input a color in a R-G-B format, for example 255-136-56

- !delay [delay], !d [delay]
changes the delay between switching colors
example:
!delay 10
!d 5

- !alpha [alpha], !al [alpha]
changes the alpha value for the lights
example:
!alpha 255
!al 150

- !remove, !r
removes last added color

- !clear, !c
clears color pallette

- !mode [mode], !m [mode]
Changes how the lights change
list of modes:
regular, r - lights will move in rows of one
normal, n - lights will change normally into the next color
unicolor, u - every light will have the same color, given a large enough delay
wave [wave amount], w [wave amount] - lights will move in rows of given amount
fade, f - lights will fade away and then change color
turn, t - lights will linearly change into next color
example:
!mode fade
!mode wave 5
!m w 2
!m turn
!m r