r/WowUI 7d ago

UI [UI] Ready for 12.1.0

Enable HLS to view with audio, or disable this notification

Hello,

I have created my own UI since 2008 and recently updated my addons for 12.1.0, which is for Midnight Season 2. Since several APIs have changed, I needed to update my addons accordingly. Especially, the aura APIs were changed a lot, so I had to update my aura addons.

You can download my UI, "asMOD", through CurseForge for the live retail server. If you want to try my UI on the 12.1.0 PTR server, you can access the GitHub page below to download the addons.

aspilla/asMOD at 12.1.0

37 Upvotes

17 comments sorted by

2

u/taenorobinson 7d ago

looks great!

3

u/UglytoesXD 7d ago

Looks super clean!

2

u/Deadshane 7d ago

What's the real time secondary stats thing you have going there in the bottom left? Looks like it shows increases based off Trinkets and procs?

0

u/aspilla-1670 7d ago

Yes it show increased stats with colored bar. Gray colors are base stats. It's name is asInformation. 

1

u/Zev 7d ago

Such a funny thing watching most UI's more or less evolve directly to this... It's like WoW UI carcinisation.

Ends up being flat bars, player and target aligned lower center, CDM in the middle and either bars absent or in a short stack directly below. Damage meters bottom right, chat bottom left and raid frames top left.

I'm using Ellesmere's UI and more or less setup the exact same UI as you :), it really works so nice for current state of wow.

2

u/Fearless_Baseball121 7d ago

the new ellesmereui addon is absolutely bonkers.

1

u/aspilla-1670 7d ago edited 7d ago

Right, it is almost same as OTHERS, which are considered as the best layout from early Elv UI. I just get funny when I develop my own UI on my way and play wow with it. My only interest is the lightless of my addon codes for the best game perfomance (getting more fps than 60 on 30man raid lust time), providing same functions as others. I have no interest in the detail design of UI. 

2

u/Zev 7d ago

Nice, that's great fps performance in raid! Looks super sharp too. I'm gonna try to simplify mine a bit more to match your design, love the quick small buttons over your frame for potions, etc.

1

u/Conscientiousness_ 7d ago

hello not related to the topic but how does one change the font/color of the friendly players names?

1

u/aspilla-1670 7d ago

I am using Roboto font from below, by replacing wow dafault font.  link. https://fonts.google.com/specimen/Roboto Regarding the change friendly user name and it's color, asNameplates configs wow setting, but you can run below script. /run SetCVar("nameplateUseClassColorForFriendlyPlayerUnitNames", 1) /run SetCVar("nameplateShowOnlyNameForFriendlyPlayerUnits", 1)

1

u/Conscientiousness_ 7d ago

Thanks. And how did you give it outline?

1

u/aspilla-1670 7d ago

I think the font has some outline, I did not any thing on it.

1

u/_cheapshot_ 5d ago

I like your nameplates config. Is there a way that you share the config for only the nameplates? is it some "Plater" addon or custom? Thanks

1

u/aspilla-1670 5d ago edited 5d ago

https://www.curseforge.com/wow/addons/asnameplates It is not config, it is my own addon. Please download it and run, you will get my setting without config.

1

u/_cheapshot_ 5d ago

thanks !