Difference between revisions of "Translations:TC-Coasters/Signs/38/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
! Command !! Description | ! 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 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. If your lines contain spaces, you can quote the entire line.<br>For example: <code>/tcc sign add [+train] "launch 10s" "0.4 10.0"</code> |
|- | |- | ||
| /tcc sign remove || Removes the last-added sign of the selected nodes | | /tcc sign remove || Removes the last-added sign of the selected nodes | ||
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. |
|} | |} |
Latest revision as of 14:30, 18 April 2024
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. If your lines contain spaces, you can quote the entire line. For example: /tcc sign add [+train] "launch 10s" "0.4 10.0"
|
/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. |