Custom UI Documentation

Install

To install, put PrecompiledClasses.swf into ....\The Secret World\Data\Gui\Customized\Flash.

Scripts

Scripts go in ....\The Secret World\Scripts. Add /option cuiUpdate true to the bottom for the UI to update automatically. To load the script automatically when the game starts, rename the script to auto_login and add /delay 500 to the top of the file.

Syntax

/option [element][variable] [value]

[element] is the name of the UI element.

[variable] refers to either X, Y, R, S, A which refers to X and Y coordinates, Rotation, Scale, and Alpha (transparency). All values are relatave to the top left of the element.

[value] is the pixel distance for x and y, angle in degrees for rotation, percent for scale, and 0 to 100 for transparency.

Elements and Variable List

cuiAbilityBar[XYRSA]
cuiAbilityBar[1-7][XYR] (For each ability)
cuiAbilityBarReflectionA[XYRSA]
cuiPlayerInfo[XYRSA]
cuiPlayerInfoHealth[XYRSA]
cuiPlayerInfoBuffs[XYRSA]
cuiPlayerInfoStates[XYRSA]
cuiPlayerInfoResources[XYRSA]
cuiTargetInfo[XYRSA]
cuiTargetInfoName[XYRSA]
cuiTargetInfoHealth[XYRSA]
cuiTargetInfoBuffs[XYRSA]
cuiTargetInfoStates[XYRSA]
cuiTargetInfoResources[XYRSA]
cuiPlayerCastBar[XYRSA]
cuiTargetCastBar[XYRSA]
cuiDodgeBar[XYRSA]
cuiUpdate [true] (Update UI)

Set any variable to 0 to keep the mods default settings.



Please
if you find this useful, thanks.