-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
format for chat problem #267
Comments
Are you using default chat font? |
Verdana, but look at 1st screen - it formats perfectly with old default formatting |
But can you fix it for not default settings? |
Found out, where's the case - your chat is too stretched, and when some string wraps to the next line game reformat string to be justified. And this justification is different for different string content. |
Ok for adding {debuff_list} to header. |
thx, btw, I just noticed in config file there is a |
only in next release =) |
why does it include enrage btw? In footer it would be bad to just duplicate enrage from header, and in header users could just use {enrage} {debuff_list} instead of just {debuff_list} to get the same result, why not? |
Cause it's impossible to make template, where {enrage} will be separated visually only if {debuff_list} is not empty. Enrage is the same debuff as others, showing it the same way looks reasonable. |
That's weird, I thought it's just a state of boss, not a buff or debuff But even so - can you just make an exception to cut it out of debuff_list template manually? |
We store it as debuff. Exception can be done, of cause (it's already cut in personal {debuff_list}) |
It's better in my opinion to display enrage time separately after boss total fight time, I'm planning on using {debuff_list} in the but anyway, even if it would be used in |
{enrage} is only %, without name and separator = not the same result |
Well, if in debuff_list it is something like "enrage %n" user can always add text "enrage" before {enrage} to get the 100% same result |
but he can't set separator =) that is visible only if other debuff listed. |
he also can't do that when adding debuff_list per player, or anywhere else... it's not necessary that everyone would want debuff_list to be exactly after enrage timer
writing a separator before debuff_list would be a good alternative (if there were other {params} before it as a solution |
…ents in debuff_list without exact times #270 Removed enrage % from {debuff_list} #267 Add {debuff_list} and {debuff_list_p} placeholders to the footer for those, who want to see all debuffs below dps stats. Replace full debuff name with short debuff name in paste string if override file exists in meter db.
I remove only whitespaces at the end of the string. I can't determine, what user wanted to get, a stripped space in |
Well, I had to remove |
I'll move all spaces that are before |
These are same results from my format and old default format
Could you fix it so parameters in {} would all be under each other like in old default version without debuff_list?
(if that is not possible - Can I use {debuff_list} in the
<header>
to be displayed once and not individually? - would that make chat formatting work OK again?)The text was updated successfully, but these errors were encountered: