Skip to content

Syiana/SUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUI

Features

  • Enhanced WoW Interface
  • An intuitive and powerful configuration menu
  • Minimalistic and modular

 

Quick Start

  • To open the configuration menu, type /SUI into your chat and hit enter 

 

Issues

  • If you've discovered something that's clearly wrong, or if you get an error, post a Issue.
  • Feel free to join our Discord Community to talk, get help and discuss everything about SUI!

 

Support

  • If you want to help out with development without providing code yourself, you can always donate to SUI using PayPal or Patreon
  • Also make sure that you follow me on Twitch.tv/Syiana

 

Add Custom Fonts and Textures to SUI

Open: World of Warcraft/_retail_/Interface/AddOns/SUI/Media/

Add your Texture file to: Textures/ Add your Font file to Fonts/

Edit File Media\RegisterMediaLSM.lua

Adding Texture

LSM:Register("statusbar",  "YourTextureName",  [[Interface\Addons\SUI\Media\Textures\Status\YourTextureName.blp]])

Adding Font

LSM:Register("font",  "YourFontName",  [[Interface\Addons\SUI\Media\Textures\Fonts\YourFontName.blp]])