Thread Tools Display Modes
12-19-15, 03:23 PM   #1
badness
A Cliff Giant
 
badness's Avatar
Join Date: May 2010
Posts: 74
Stuf Raid/Lily Icons Help

1) I've noticed that alt characters in my stuf raid frames sometimes show up as "?", its mostly alt e's and i's...so i was wondering if there is some function or table that needs an update? If so can i possibly get some help in doing so?



2) Is it possible for you to make Lilly's buttonfacade skin for rActionBarStyler? I already got permission from her to edit it or convert it just wanna know how I would go about doing that.

http://www.wowinterface.com/download...acadeLily.html
  Reply With Quote
12-19-15, 05:36 PM   #2
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
The reason the text is likely like that is due to it not supporting those characters, so it can't show them and isn't necessarily a stUf issue.

As for mine, you need the button styler to change it visually (if i am reading the addon correctly).

I can't actually view both addons in game so you might have to do most of the leg work, as I currently don't play, but if you look into the media folder of rActionButtonStyler, there is a media folder and in mine a Texture folder.

Rename the appropriate files to match the ones in rActionButtonStyler, override the files in his, and it might work, although there might be a need to edit some parts of the lua file to make them proper.
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah

Last edited by Lily.Petal : 12-19-15 at 05:41 PM.
  Reply With Quote
12-19-15, 06:16 PM   #3
badness
A Cliff Giant
 
badness's Avatar
Join Date: May 2010
Posts: 74
Yea i already tired all the basic stuff like changing the files and the names and it doesn't fit like you mentioned. I'm just not sure where in the lua to make the borders fit properly. I'm also trying to get the textures fit rBuffFrameStyler.

Last edited by badness : 12-19-15 at 07:02 PM.
  Reply With Quote
12-20-15, 12:54 PM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Whatever font you're using doesn't have a symbol for the character it's trying to represent, you'll have to try a different one.
  Reply With Quote
12-20-15, 02:17 PM   #5
badness
A Cliff Giant
 
badness's Avatar
Join Date: May 2010
Posts: 74
Interesting take but I use that font throughout my entire UI and those names or characters show up in their entirety on any other addon...its just StufRaid which gives me this problem.
  Reply With Quote
12-20-15, 03:38 PM   #6
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by badness View Post
Interesting take but I use that font throughout my entire UI and those names or characters show up in their entirety on any other addon...its just StufRaid which gives me this problem.
If that's the case, and judging by the fact that the question marks are at the end of the string, it's probably trying to truncate the text in a way that isn't UTF-8 safe.

Those "special" characters use 2 bytes to display, and string.sub counts individual bytes, so when it tries to cut the string off in the middle of a multi-byte character it ends up attempting to display the first byte as a character on its own, which is why it's showing a question mark.

In the picture, names are being truncated to 6 characters. Triñ takes 5 bytes to display 4 characters because of the ñ, this only leaves 1 more byte for the string, so presumably the next character also requires 2 bytes to display and it's being cut off after the first one.

Last edited by semlar : 12-20-15 at 03:45 PM.
  Reply With Quote
04-15-18, 04:36 AM   #7
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Know this is like two years late, but the addon is currently updated to work for legion and the current patch once it gets approved.
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Stuf Raid/Lily Icons Help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off