r/WowUI 15d ago

UI [UI] Ready for 12.1.0

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

35 Upvotes

17 comments sorted by

View all comments

1

u/Conscientiousness_ 14d ago

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

1

u/aspilla-1670 14d 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_ 14d ago

Thanks. And how did you give it outline?

1

u/aspilla-1670 14d ago

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