Toggle search
Search
Toggle menu
Toggle personal menu
Editing
Sign Post
From Desynced Wiki
Read
Edit
Edit source
View history
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Infobox |description = {{PAGENAME}} }} The [[Sign Post]] is an internal component that allows you to put text or other visuals on a building or bot for easy reference. It takes in a text field, and when it is shown on the visual register, the contents of the sign post will be visible. It's good for keeping track of bots, buildings or anything else. Also, signs can be found in Robot explorables that could have hints for some things in game. The signs also take in some xml-like tags for more customization. =====Style Tags===== Here are some style tags that are available. Additional files can be found in <code>Skin.lua</code> (see [[Modding]]). <hl>yellow text</> <bl>blue text</> <rl>red text</> <gl>green text</> <outline>outline text</> <header>header text</> Images can also be used and can reference images in the game. There are a number of items that have special ids, <code>v_</code> represents values, <code>f_</code> represent frames (bots and buildings), <code>c_</code> represent components, and <code>t_</code> represent tech. <img id="f_bot_1s_a"/> displays the {{IL|Worker}} <img id="f_bot_1s_as"/> displays the {{IL|Scout}} <img id="crystal"/> displays the {{IL|Crystal Chunk}} You can also find the Lua ID on the infobox up the top right of every wiki page where it is supplied. Images can also directly reference images in <code>main.zip</code>(See [[Modding]]). Images can also be adjusted for width and height. <img image="Main/textures/codex/ui/line_h2.png"/> <img image="Main/textures/icons/items/blight_extraction.png" width="64" height="64"/> You can even reference keys that are bound and reference a style: <Key action="ExecuteAction" style="hl"/> {{Recipe cargo|{{PAGENAME}}}} ===== Programming Behaviours ===== In addition to manually setting the text on a signpost, players can dynamically control signpost content using the '''Behaviour Editor'''. The '''Set Signpost''' block allows you to set, modify, or clear the signpost text based on specific conditions. When the condition connected to the block evaluates as ''true'', the specified text will be applied to the signpost. {{Category |race = |item-type = Components |material-type = |entity-type = |unit-type = }} __NOTOC__ __NOEDITSECTION__
Summary:
Please note that all contributions to Desynced Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Desynced Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Category
(
edit
)
Template:ComponentStatistics
(
edit
)
Template:ComponentStatistics Layout
(
edit
)
Template:ComponentsNav
(
edit
)
Template:EntityStatistics
(
edit
)
Template:IL
(
edit
)
Template:Infobox
(
edit
)
Template:ItemStatistics
(
edit
)
Template:Navbox
(
edit
)
Template:NavboxIconLink
(
edit
)
Template:Recipe
(
edit
)
Template:Recipe cargo
(
edit
)
Template:TechUnlock
(
edit
)
Template:UnlockTech Layout
(
edit
)