Updated Other Actions (markdown)

CDeenen
2020-11-12 00:30:00 +01:00
parent 09536502d8
commit 1cbfa4ada6

@@ -1 +1,125 @@
To be written With the Other Actions action, you can do various things.
You can select one of these modes:
* Pause Game - Pause or resume the game
* Scene Selection - Select and/or activate scenes
* Control Buttons - Toggle control buttons (the ones on the left of the screen)
* Darkness Control - Control or display the scene darkness level
* Roll Tables - Open or roll roll tables
# Configuration
## Mode: Pause Game
#### Function
You can select one of these functions:
* Pause Game - Pauses the game
* Resume Game - Resumes the game
* Toggle Pause - Toggles between pause and resume
#### On Color
Sets the color of the ring that's shown on the button when the function is on.
#### Off Color
Sets the color of the ring that's shown on the button when the function is off.
#### Background
Sets the background color of the button.
## Mode: Scene Selection
#### Function
You can select one of these functions:
* Visible Scenes - Display and control the scenes that are visible on the top of the screen
* Any Scene - Display and control a scene by name
#### View Function
You can select one of these view functions:
* View - View the selected scene
* Activate - Activate the selected scene
* View/Activate if viewed - If the scene is not currently viewed, view it. If it is currently viewed, activate it
#### Display Name
Toggles whether or not the button should display the scene's name
#### Display Icon
Toggles whether or not the button should display the scene's background image
#### Scene Nr
Only visible if 'Function' is set to 'Visible Scenes'.<br>
Sets the scene to control, numbered from left to right as seen at the top of the Foundry screen, with the leftmost scene being 1.
#### Scene Name
Only visible if 'Function' is set to 'Any Scene'.<br>
The name of the scene to control.
#### On Color
Sets the color of the ring that's shown on the button when the function is on.
#### Off Color
Sets the color of the ring that's shown on the button when the function is off.
#### Background
Sets the background color of the button.
## Mode: Control Buttons
Toggle/select the control buttons and tools that can be found on the left of the screen. The control buttons are the button in the column on the left, while the tools are the buttons in the column on the right.
### Control
Select the control
* Displayed Controls - The controls that are visible on the screen
* Displayed Tools - The tools that are visible on the screen
* [all the other controls that are provided by Foundry]
### Control: Displayed Controls or Displayed Tools
#### Nr
The control/tool number, where the topmost control/tool is 1
#### Background
Sets the background color of the button.
### Control: All other controls
#### Tool
Selects the tool to control
#### Background
Sets the background color of the button.
See the image below for an example on how to set up a control buttons screen. It has been taken from the provided example XL profile.
![](https://github.com/CDeenen/MaterialDeck/blob/Master/wiki/img/ControlButtons.png)
## Mode: Darkness
Control or display the darkness level of the scene
### Function
You can select one of these functions:
* Value - Set the darkness to a specific value
* Increase/Decrease - Increase or decrease the darkness level by a specific value
* Display - Display the darkness level
#### Value
Not shown if function is set to 'Display'.<br>
If function is set to 'Value', sets the darkness to that value. Must be between 0 and 1.<br>
If function is set to 'Increase/Decrease', sets the amount that the darkness level must increased or decreased with. Must be between -1 and 1.<br>
#### Background
Sets the background color of the button.
## Mode: Roll Tables
Open or roll from a roll table.
#### Function
You can select one of these functions:
* Open - Open the specified roll table
* Public Roll - Roll publicly from the specified roll table
* Private Roll - Roll privately from the specified roll table
#### Name
The name of the roll table to roll from. The roll table must be in the 'Rollable Tables' sidebar in Foundry.
#### Display Name
Toggles whether or not the button should display the roll table's name.
#### Display Icon
Toggles whether or not the button should display the roll table's background image.
#### Background
Sets the background color of the button.