//38
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
| Line 11: | Line 11: | ||
| /tcc sign scroll || Scrolls all signs one down, so that a different sign can be edited (power channels/removal) | | /tcc sign scroll || Scrolls all signs one down, so that a different sign can be edited (power channels/removal) | ||
|- | |- | ||
| /tcc power add <channel> || Assigns an input power channel. Initial powered state can be set with --powered, and face to power with --face. | | /tcc sign power add <channel> || Assigns an input power channel. Initial powered state can be set with --powered, and face to power with --face. | ||
|- | |- | ||
| /tcc power add st12_launch --face left || Assigns power channel 'st12_launch' to power the player-relative left face of the (station) sign. | | /tcc sign power add st12_launch --face left || Assigns power channel 'st12_launch' to power the player-relative left face of the (station) sign. | ||
|- | |- | ||
| /tcc power remove <channel> || Removes a previously-added input power channel from the last-added sign | | /tcc sign power remove <channel> || Removes a previously-added input power channel from the last-added sign | ||
|- | |- | ||
| /tcc power clear || Removes all previously-added input power channels from the last-added sign | | /tcc sign power clear || Removes all previously-added input power channels from the last-added sign | ||
|- | |- | ||
| /tcc power rotate || Advanced: rotates directional power inputs around 90 degrees. Useful after rotating a station. | | /tcc sign power rotate || Advanced: rotates directional power inputs around 90 degrees. Useful after rotating a station. | ||
|- | |- | ||
| /tcc output add st12_occupied || Controls a power channel output using the 'lever' output of a sign. Same set of commands as /tcc power. | | /tcc sign output add st12_occupied || Controls a power channel output using the 'lever' output of a sign. Same set of commands as /tcc power. | ||
|} | |} | ||
Revision as of 16:21, 30 November 2023
| Command | Description |
|---|---|
| /tcc sign add <line1> <line2> <line...> | Adds a sign with the given lines to the node(s). Lines may exceed 4 for behavior of having additional signs below the sign. |
| /tcc sign remove | Removes the last-added sign of the selected nodes |
| /tcc sign clear | Clears all signs added to the selected nodes |
| /tcc sign scroll | Scrolls all signs one down, so that a different sign can be edited (power channels/removal) |
| /tcc sign power add <channel> | Assigns an input power channel. Initial powered state can be set with --powered, and face to power with --face. |
| /tcc sign power add st12_launch --face left | Assigns power channel 'st12_launch' to power the player-relative left face of the (station) sign. |
| /tcc sign power remove <channel> | Removes a previously-added input power channel from the last-added sign |
| /tcc sign power clear | Removes all previously-added input power channels from the last-added sign |
| /tcc sign power rotate | Advanced: rotates directional power inputs around 90 degrees. Useful after rotating a station. |
| /tcc sign output add st12_occupied | Controls a power channel output using the 'lever' output of a sign. Same set of commands as /tcc power. |