Description
Advanced exporter and importer for WoW's default ui. Encodes your EditMode layout in a better format and includes the settings of several cVars to properly replicate the full ui
Usage
Typing /dus export shows a window with the data currently active encoded as a string.
Typing /dus import shows an empty window to paste strings and import them
Current Functionality
- Exports the active EditMode layout data
- Exports the value of the following cvars:
- enableMultiActionBars
- uiScale
- combatWarningsEnabled
- encounterTimelineEnabled
- encounterTimelineHideForOtherRoles
- encounterTimelineIconographyEnabled
- combinedBags
- raidFramesDisplayAggroHighlight
- raidOptionDisplayPets
- cooldownViewerEnabled
- damageMeterEnabled
- raidFramesDisplayPowerBars
- raidFramesDisplayOnlyHealerPowerBars
- raidFramesDisplayClassColor
- raidFramesHealthBarColor
- raidOptionDisplayMainTankAndAssist
- raidFramesDisplayDebuffs
- raidFramesDisplayLargerRoleSpecificDebuffs
- raidFramesDisplayOnlyDispellableDebuffs
- raidFramesCenterBigDefensive
- raidFramesDispelIndicatorType
- raidFramesDispelIndicatorOverlay
- raidFramesHealthText
- statusTextDisplay
- statusText
- nameplateShowSelf
- showTargetOfTarget
- countdownForCooldown
- Combines all the data into a single base64 encoded string for sharing
- Reads base64 strings with EditMode and cVar data and applys it on importing



