Elements are the most important entity in a board. They are the building blocks of your diagrams, each of them containing a small part of your game.
By connecting elements together with connections, you allow the player to make choices and progress through your game.
{primary} You can play-test the flow of your elements and connections on Play Mode.
There are 3 ways to create an element:
Each element has a title (the top, coloured part) and a content area (the main black part). To edit either, simply double-click on it.
To cycle editing between title and content, press the tab key.
To exit editing mode press esc or click on an empty area of the board.
Elements support rich text format in both title and content. From the formatting menu, choose bold, italics, or underline.
Format a paragraph as blockquote, to make its text stand out as a quote or a sign.
You can also embed a link to a selected piece of text.
Type *one asterisk* or _one underline_ and it will automatically transform to italic text while you type.
Type **two asterisks** or __two underlines__ and it will automatically transform to bold text while you type.
You may also use the usual shortcuts of Ctr/Cmd+B, Ctr/Cmd+I and Ctr/Cmd+U for Bold, Italic and Underline respectively.
Finally, you can add code segments to your element content, assigning values to variables or manipulating the text output.
Arcweave uses its own scripting language, called arcscript.
To add arcscript code inside an element click on the arcscript segment icon in the toolbar while editing the element content. To exit the block press Enter.
{primary} To mark/unmark an arcscript segment you can also use the shortcut Ctr/Cmd+Shift+C.
A component can hold three types of attributes: Rich Text fields, string fields or component lists.
Use rich text fields to store any information in the form of [Label: Text content
].
For example:
Charisma: 12
), a weapon's damage (e.g. Damage: 1d4
), or a spell's info (e.g. Duration: 3 rounds
).The values of these fields have Rich Text capabilities (bold, italics, underline) and you can even use Mentions!
Similar to Rich Text fields, although it is just a string without any of the Rich Text capabilities.
These fields could be particularly useful for Project Exports or using our API as they don't contain any HTML Tags.
You can also attach components inside other components, using component lists.
Component lists also have a label field, so name each of them according to your needs.
The attached components appear with their thumbnail. Click on the thumbnail to open the attached component.
To create a text field or a component list:
Then, if the element has no other attributes:
Otherwise:
The newly created attribute will appear above the clicked one.
By default, attributes span the full width of a component's window, but you can resize an attribute to span only half-width.
To resize an attribute:
To delete an attribute:
To reorder an attribute:
To add a component to a component list:
{success} Drag and drop components to reorder them inside a list or to attach them from one list to another.
To select an element, simply click on it.
To select multiple elements, hold Shift or Ctrl/Cmd and either:
or:
{primary} You can similarly select entities of any kind: connections, notes or jumpers.
To resize an element, select it and drag its corners or edges to the desired size.
{primary} You can quickly auto-resize a selected element to fit to its content by double clicking on any of its corner or edge resize handles.
To delete an element, you can either:
or:
To change the color theme of an element, right click on it and select one of the available colors from the menu.
Elements can optionally have one cover image. On Play Mode, the image is rendered above the element's text content.
As cover images, you can use your project's assets, icons from Arcweave's icon library or emebed a Youtube video. To assign a cover image from either sources:
{primary} To use your own images in a project, you must first upload them as assets.
Another way to assign a cover is to drag an image from the sidebar's assets list straight into the desired element.
To change an element's cover, select Set cover again or drag a new asset into it.
To remove an element's cover:
Elements can optionally have one or more attached audio assets. The audio assets play during Play Mode, upon the element's rendering, as loops or one-shots.
To attach an audio file to an element you must first upload it as an asset. To assign an uploaded audio asset to an element, drag and drop it from your assets list into the element.
Once attached, click on the asset to open its settings menu. This allows you to preview the audio file's playback, as well as assign one of the three following options regarding its play mode behaviour:
{primary} To stop a looping asset, you must attach the same asset onto one of the following elements and set it to "Stop playing all instances of clip."
To move audio assets between elements, drag them from one element and drop them into another. To remove an attached audio asset, drag and drop it from the element to an empty workspace area.
{info} Removing an audio asset from an element simply removes the reference and does not delete the asset.
You can attach components to elements. See components.