settings
r9
If you have LibSlash installed, settings can be set via /sqr or /squared. The syntax is as follows: /squared option value(s) - if you omit any values, the current value of the setting will be displayed instead.
So for instance, to set the border color, I'd use the following command:
- /sqr bordercolor 100 50 100
If you don't have LibSlash, you can get and set options via /script and Lua function instead:
- Squared.GetSetting("option")
- Squared.SetSetting("option", value)
The following default settings are available for Squared:
| Setting | Default |
| fgcolor | 0 150 0 |
| bgcolor | 0 0 0 |
| bordercolor | 128 128 128 |
| groupbordercolor | 200 200 200 |
| targetbordercolor | 255 255 255 |
| textcolor | 255 255 255 |
| boxheight | 68 |
| boxwidth | 68 |
| bordersize | 4 |
| alpha | 1.0 |
| showicon | true |
| showmenu | true |
| direction-group | down |
| direction-member | right |
| direction-fill | up |
| disable-default | false |
| disable-group | false |
| disable-warband | false |
| disable-scenario | false |
Facts
- Date created
- 23 Sep 2008