You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An option to completely disable action messages such as combat damage pop ups would be a nice addition. There is no way currently to hide them, like it is possible to hide players names by changing the alpha value to zero.
eg:
"Combat": {
"PhysicalDamage": "0,0,0,0",
You can change the color of the text here, but not the outline or background like with play or NPC names.
eg:
"Players": {
"Normal": {
"Name": "0,0,0,0",
"Outline": "0,0,0,0",
"Background": "0,0,0,0"
Adding the outline and background options, or another way to just turn them off completely is the goal.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
An option to completely disable action messages such as combat damage pop ups would be a nice addition. There is no way currently to hide them, like it is possible to hide players names by changing the alpha value to zero.
eg:
"Combat": {
"PhysicalDamage": "0,0,0,0",
You can change the color of the text here, but not the outline or background like with play or NPC names.
eg:
"Players": {
"Normal": {
"Name": "0,0,0,0",
"Outline": "0,0,0,0",
"Background": "0,0,0,0"
Adding the outline and background options, or another way to just turn them off completely is the goal.
Beta Was this translation helpful? Give feedback.
All reactions