CurseForge.com
Home
Addons
Authors
Forums
Knowledge base
Paste
Site issues
Sign in
Register new account
Squared
Overview
Files
Images
Tickets
Pages
Repository
Localization
Subscriptions
Donate
Curse
settings
r28
Source
Markup:
*
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: */script Squared.GetSetting("''option''") */script Squared.SetSetting("''option''", ''value'') To reset all settings to their default values, use the following command (capitalization counts): * /script Square.ResetSettings() Help with values: * Settings that are toggles can be set to (''true'', ''on'', ''1'' or ''yes'') to activate them, or (''false'', ''off'', ''0'', or ''no'') to deactivate them. * Settings that are numbers can be set to any number. * Settings that are directions typically have 4 options: (''up'', ''down'', ''left'', ''right'') * Settings that are colors are set as RGB (red, green, blue) triplets, which can be entered with most normal separators, spaces included. The following default settings are available for Squared (in addition to the [http://war.curseforge.com/projects/squared/pages/settings-color/ color customization options]): {| style="width: 500px; margin-left: 5px;" | | style="border: 1px solid #888888; background: #dddddd; color: black; padding: 3px;" | Setting | style="width: 100px; border: 1px solid #888888; background: #dddddd; color: black; padding: 3px;" | Default | style="border: 1px solid #888888; background: #dddddd; color: black; padding: 3px;" | Description |- | style="border: 1px solid #888888; padding: 3px;" | fgcolor | style="border: 1px solid #888888; padding: 3px;" | 0 150 0 | style="border: 1px solid #888888; padding: 3px;" | The default color of the bars. |- | style="border: 1px solid #888888; padding: 3px;" | bgcolor | style="border: 1px solid #888888; padding: 3px;" | 0 0 0 | style="border: 1px solid #888888; padding: 3px;" | The default background of the bars. |- | style="border: 1px solid #888888; padding: 3px;" | bordercolor | style="border: 1px solid #888888; padding: 3px;" | 128 128 128 | style="border: 1px solid #888888; padding: 3px;" | The default border color of the bars. |- | style="border: 1px solid #888888; padding: 3px;" | groupbordercolor | style="border: 1px solid #888888; padding: 3px;" | 200 200 200 | style="border: 1px solid #888888; padding: 3px;" | The color of the border for people in the same group as you. |- | style="border: 1px solid #888888; padding: 3px;" | leaderbordercolor | style="border: 1px solid #888888; padding: 3px;" | 50 50 255 | style="border: 1px solid #888888; padding: 3px;" | The color of the border for a group leader. |- | style="border: 1px solid #888888; padding: 3px;" | targetbordercolor | style="border: 1px solid #888888; padding: 3px;" | 255 255 255 | style="border: 1px solid #888888; padding: 3px;" | The color of the border for a unit you're currently targeting. |- | style="border: 1px solid #888888; padding: 3px;" | textcolor | style="border: 1px solid #888888; padding: 3px;" | 255 255 255 | style="border: 1px solid #888888; padding: 3px;" | The default text color for the center text area. |- | style="border: 1px solid #888888; padding: 3px;" | textcolor-top | style="border: 1px solid #888888; padding: 3px;" | 255 255 255 | style="border: 1px solid #888888; padding: 3px;" | The default text color for the top text area. |- | style="border: 1px solid #888888; padding: 3px;" | textcolor-bottom | style="border: 1px solid #888888; padding: 3px;" | 255 255 255 | style="border: 1px solid #888888; padding: 3px;" | The default text color for the bottom text area. |- | style="border: 1px solid #888888; padding: 3px;" | boxheight | style="border: 1px solid #888888; padding: 3px;" | 68 | style="border: 1px solid #888888; padding: 3px;" | The height of each bar. |- | style="border: 1px solid #888888; padding: 3px;" | boxwidth | style="border: 1px solid #888888; padding: 3px;" | 68 | style="border: 1px solid #888888; padding: 3px;" | The width of each bar. |- | style="border: 1px solid #888888; padding: 3px;" | bordersize | style="border: 1px solid #888888; padding: 3px;" | 4 | style="border: 1px solid #888888; padding: 3px;" | The size of the border around each bar. |- | style="border: 1px solid #888888; padding: 3px;" | alpha | style="border: 1px solid #888888; padding: 3px;" | 1.0 | style="border: 1px solid #888888; padding: 3px;" | The tranparency value for each bar (1.0 = opaque, 0.0 = invisible). |- | style="border: 1px solid #888888; padding: 3px;" | namelength | style="border: 1px solid #888888; padding: 3px;" | 5 | style="border: 1px solid #888888; padding: 3px;" | The length to which names are truncated. |- | style="border: 1px solid #888888; padding: 3px;" | showicon | style="border: 1px solid #888888; padding: 3px;" | true | style="border: 1px solid #888888; padding: 3px;" | Whether or not to show the icons on bars (for now, just class icons). |- | style="border: 1px solid #888888; padding: 3px;" | showmenu | style="border: 1px solid #888888; padding: 3px;" | true | style="border: 1px solid #888888; padding: 3px;" | Whether or not to enable right-clicks showing the options menu for units in group/warband mode. |- | style="border: 1px solid #888888; padding: 3px;" | direction-group | style="border: 1px solid #888888; padding: 3px;" | down | style="border: 1px solid #888888; padding: 3px;" | The direction in which groups are ordered away from the anchor. |- | style="border: 1px solid #888888; padding: 3px;" | direction-member | style="border: 1px solid #888888; padding: 3px;" | right | style="border: 1px solid #888888; padding: 3px;" | The direction in which group members are ordered away from the first member of the group. |- | style="border: 1px solid #888888; padding: 3px;" | spacing-group | style="border: 1px solid #888888; padding: 3px;" | 0 | style="border: 1px solid #888888; padding: 3px;" | If this value is greater than 0, it will add a gap between each group in the layout. |- | style="border: 1px solid #888888; padding: 3px;" | spacing-member | style="border: 1px solid #888888; padding: 3px;" | 0 | style="border: 1px solid #888888; padding: 3px;" | If this value is greater than 0, it will add a gap between the borders of each member in a group. |- | style="border: 1px solid #888888; padding: 3px;" | direction-fill | style="border: 1px solid #888888; padding: 3px;" | up | style="border: 1px solid #888888; padding: 3px;" | The direction in which the health bar fills within the unit's box. |- | style="border: 1px solid #888888; padding: 3px;" | invert-bars | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | If set to true, bars will become more filled the less HP a unit has. The default setting of false means that bars are more filled with more HP. |- | style="border: 1px solid #888888; padding: 3px;" | disable | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to disable Squared from appearing entirely. |- | style="border: 1px solid #888888; padding: 3px;" | disable-default | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to disable the solo-player display mode. |- | style="border: 1px solid #888888; padding: 3px;" | disable-group | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to disable the group display mode. |- | style="border: 1px solid #888888; padding: 3px;" | disable-warband | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to disable the warband display mode. |- | style="border: 1px solid #888888; padding: 3px;" | disable-scenario | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to disable the scenario display mode. |- | style="border: 1px solid #888888; padding: 3px;" | color-classnames | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to color names by class type. |- | style="border: 1px solid #888888; padding: 3px;" | color-classbars | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to color bars by class type. |- | style="border: 1px solid #888888; padding: 3px;" | color-hpnames | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to color names by hp status. |- | style="border: 1px solid #888888; padding: 3px;" | color-hpbars | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to color bars by hp status. |- | style="border: 1px solid #888888; padding: 3px;" | color-hpborders | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Whether or not to color borders by hp status. |- | style="border: 1px solid #888888; padding: 3px;" | hp-high | style="border: 1px solid #888888; padding: 3px;" | 80 | style="border: 1px solid #888888; padding: 3px;" | The percentage threshold below which a unit will be considered to have "high" hp (above this, the default color will be used). |- | style="border: 1px solid #888888; padding: 3px;" | hp-medium | style="border: 1px solid #888888; padding: 3px;" | 50 | style="border: 1px solid #888888; padding: 3px;" | The percentage threshold below which a unit will be considered to have "medium" hp. |- | style="border: 1px solid #888888; padding: 3px;" | hp-low | style="border: 1px solid #888888; padding: 3px;" | 25 | style="border: 1px solid #888888; padding: 3px;" | The percentage threshold below which a unit will be considered to have "low" hp. |- | style="border: 1px solid #888888; padding: 3px;" | rangefading | style="border: 1px solid #888888; padding: 3px;" | true | style="border: 1px solid #888888; padding: 3px;" | Whether or not to fade frames that are range/LOS-blacklisted. |- | style="border: 1px solid #888888; padding: 3px;" | rangefading-freq | style="border: 1px solid #888888; padding: 3px;" | 0 | style="border: 1px solid #888888; padding: 3px;" | How often to update range fading, in seconds. Default is 0 (every frame). |- | style="border: 1px solid #888888; padding: 3px;" | rangefading-min | style="border: 1px solid #888888; padding: 3px;" | 0.2 | style="border: 1px solid #888888; padding: 3px;" | A multiplier for the "alpha" value, this sets the initial (least visible) state of fading. For instance, if the regular alpha is 0.8, then having this at 0.2 would result in the frame being initially faded to overall alpha of 0.16 and then getting more visible over time. |- | style="border: 1px solid #888888; padding: 3px;" | rangefading-max | style="border: 1px solid #888888; padding: 3px;" | 0.5 | style="border: 1px solid #888888; padding: 3px;" | A multiplier for the "alpha" value, this sets the final (most visible) state of fading. A frame will fade up this alpha times this, then "pop" up to alpha when it is no longer doing is fading. Setting this to 1.0 means that a frame will fade smoothly all the way back to the regular alpha value, with no "pop" at the end. |- | style="border: 1px solid #888888; padding: 3px;" | status-size | style="border: 1px solid #888888; padding: 3px;" | 10 | style="border: 1px solid #888888; padding: 3px;" | The size of the corner status indicators. |- | colspan="3" style="border: 1px solid #888888; padding: 3px; text-align: center;" | Note - don't set more than one indicator to the same position. This is not currently supported and may cause indicators to not display properly. |- | style="border: 1px solid #888888; padding: 3px;" | status-buff | style="border: 1px solid #888888; padding: 3px;" | topleft | style="border: 1px solid #888888; padding: 3px;" | The location to display the indicator for non-HoT buffs on a player. Valid positions are ''topleft'', ''topright'', ''bottomleft'', ''bottomright'' (any other value will hide this indicator). |- | style="border: 1px solid #888888; padding: 3px;" | status-debuff | style="border: 1px solid #888888; padding: 3px;" | topright | style="border: 1px solid #888888; padding: 3px;" | The location to display the indicator for debuffs on a player. Valid positions are ''topleft'', ''topright'', ''bottomleft'', ''bottomright'' (any other value will hide this indicator). |- | style="border: 1px solid #888888; padding: 3px;" | status-hot | style="border: 1px solid #888888; padding: 3px;" | bottomright | style="border: 1px solid #888888; padding: 3px;" | The location to display the indicator for heal-over-time effects on a player. Valid positions are ''topleft'', ''topright'', ''bottomleft'', ''bottomright'' (any other value will hide this indicator). |- | style="border: 1px solid #888888; padding: 3px;" | status-buff-selfonly | style="border: 1px solid #888888; padding: 3px;" | true | style="border: 1px solid #888888; padding: 3px;" | Whether or not to filter the buff indicator to only show buffs that you cast on players. |- | style="border: 1px solid #888888; padding: 3px;" | status-debuff-selfonly | style="border: 1px solid #888888; padding: 3px;" | true | style="border: 1px solid #888888; padding: 3px;" | Whether or not to filter the debuff indicator to only show debuffs that your career is capable of dispelling. |- | style="border: 1px solid #888888; padding: 3px;" | status-hot-selfonly | style="border: 1px solid #888888; padding: 3px;" | true | style="border: 1px solid #888888; padding: 3px;" | Whether or not to filter the heal-over-time indicator to only show HoTs that you cast on players. |- | style="border: 1px solid #888888; padding: 3px;" | bufftracking-freq | style="border: 1px solid #888888; padding: 3px;" | 0.5 | style="border: 1px solid #888888; padding: 3px;" | How often SquaredBuffIndicators updates its indicators. |- | style="border: 1px solid #888888; padding: 3px;" | text-position-name | style="border: 1px solid #888888; padding: 3px;" | center | style="border: 1px solid #888888; padding: 3px;" | Where the unit's name is displayed. Possible values are center, top, bottom, or none. |- | style="border: 1px solid #888888; padding: 3px;" | text-position-hp | style="border: 1px solid #888888; padding: 3px;" | none | style="border: 1px solid #888888; padding: 3px;" | Where the unit's health percentage is displayed. Possible values are center, top, bottom, or none. |- | style="border: 1px solid #888888; padding: 3px;" | text-position-ap | style="border: 1px solid #888888; padding: 3px;" | none | style="border: 1px solid #888888; padding: 3px;" | Where the unit's action point percentage is displayed. Possible values are center, top, bottom, or none. |- | style="border: 1px solid #888888; padding: 3px;" | text-font-center | style="border: 1px solid #888888; padding: 3px;" | font_clear_small_bold | style="border: 1px solid #888888; padding: 3px;" | The font used to display the center text. (See [http://www.thewarwiki.com/wiki/API:AvailableFonts_options here] for options.) |- | style="border: 1px solid #888888; padding: 3px;" | text-font-top | style="border: 1px solid #888888; padding: 3px;" | font_clear_small_bold | style="border: 1px solid #888888; padding: 3px;" | The font used to display the top text. (See [http://www.thewarwiki.com/wiki/API:AvailableFonts_options here] for options.) |- | style="border: 1px solid #888888; padding: 3px;" | text-font-bottom | style="border: 1px solid #888888; padding: 3px;" | font_clear_small_bold | style="border: 1px solid #888888; padding: 3px;" | The font used to display the bottom text. (See [http://www.thewarwiki.com/wiki/API:AvailableFonts_options here] for options.) |- | style="border: 1px solid #888888; padding: 3px;" | text-align-center | style="border: 1px solid #888888; padding: 3px;" | center | style="border: 1px solid #888888; padding: 3px;" | The alignment of the text in the center text area. Recommended values are "center", "leftcenter", or "rightcenter". |- | style="border: 1px solid #888888; padding: 3px;" | text-align-top | style="border: 1px solid #888888; padding: 3px;" | center | style="border: 1px solid #888888; padding: 3px;" | The alignment of the text in the top text area. Recommended values are "center", "leftcenter", or "rightcenter". |- | style="border: 1px solid #888888; padding: 3px;" | text-align-bottom | style="border: 1px solid #888888; padding: 3px;" | center | style="border: 1px solid #888888; padding: 3px;" | The alignment of the text in the top text area. Recommended values are "center", "leftcenter", or "rightcenter". |- | style="border: 1px solid #888888; padding: 3px;" | deplete-off | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Setting this option to true will cause the boxes to always be completely filled, if you prefer to not have the bar-like effect but instead just have them change color/text. Setting it to false will return to the standard bar-like functionality of the fill. |- | style="border: 1px solid #888888; padding: 3px;" | icon-position | style="border: 1px solid #888888; padding: 3px;" | center | style="border: 1px solid #888888; padding: 3px;" | Sets the anchoring of the center icon. Possible values are center (default), left, right, top, bottom, topleft, topright, bottomleft, bottomright. |- | style="border: 1px solid #888888; padding: 3px;" | icon-scale | style="border: 1px solid #888888; padding: 3px;" | 0 | style="border: 1px solid #888888; padding: 3px;" | Forces a particular scaling for the class icon. Setting this to 0 will have Squared use its own method for determining how to size the icon. Setting it to anything above 0 will use that exact scaling (if you want to change this, start at 1 and work larger/smaller from there). |- | style="border: 1px solid #888888; padding: 3px;" | testmode | style="border: 1px solid #888888; padding: 3px;" | false | style="border: 1px solid #888888; padding: 3px;" | Setting this to turn will turn on a test mode that displays a random set of 4 groups with 6 members each (with varying health levels and classes) to allow for visual preview of changes without joining a larger group. Set it to false again to turn it off. |}
Markup Type:
*
The type of markup for this entry.
Click here for details
.
WikiCreole
BBCode
Safe HTML
Plain Text
Markdown
Textile
Curse Wiki (Deprecated)