Download
(6 Kb)
Download
Updated: 10/16/16 07:35 AM
Pictures
File Info
Compatibility:
One Tamriel (2.6)
Updated:10/16/16 07:35 AM
Created:08/25/14 08:02 PM
Monthly downloads:32
Total downloads:6,185
Favorites:16
MD5:
Simple Chat Bubbles - Revived  Popular! (More than 5000 hits)
Version: 2.1.3
by: RibbedStoic, uladz
This addon will add chat bubbled to the top of the screen to make it easier to know when someone is messaging you. You can turn it on or off for various channels and change the font size and color to your liking. If you have any suggestions for improvement or constructive criticism feel free to leave a comment!

Original Addon: http://www.esoui.com/downloads/info136-SimpleChatBubbles.html

Upcoming updates:
Different Positioning
Selectable Backgrounds
Better Organization of Options
2.1.2
Updated API Version

2.1.1
Updated API Version
Removed fonts from dropdown that were removed from game.

2.1
Added option to give a text shadow for easier readability
Added option to show a black background

2.0
Updated LAM to V2 (Settings are now under Addon Settings)
Added Ability to change color of player names
Added ability to change font for player names
Added ability to change font for body text
Added ability to change font size for player names
Added ability to change font size for body text
Added Ability to change player name color
Added Ability to override and change body text color
Removed black background from text(May be added back with selectable options at a later date)

1.0.5
Updated api version

1.0.4
Updated api version
Changed Title in settings to prevent overflow

1.0.3
Added Minimum Duration config options
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
2.1.2
38kB
RibbedStoic
10/15/16 06:52 PM
2.1.1
39kB
RibbedStoic
11/04/14 08:39 PM
2.1
38kB
RibbedStoic
09/29/14 09:54 PM
2.0
38kB
RibbedStoic
09/23/14 09:53 PM
1.0.5
12kB
RibbedStoic
09/23/14 07:35 AM
1.0.4
12kB
RibbedStoic
08/25/14 09:58 PM
1.0.3
12kB
RibbedStoic
08/25/14 08:02 PM


Post A Reply Comment Options
Unread 01/09/21, 03:26 AM  
Phuein
 
Phuein's Avatar
AddOn Author - Click to view AddOns

Forum posts: 132
File comments: 268
Uploads: 16
I checked out the addon for other developer reasons, but hey there's the fix for you guys waiting on an official update!

Edit your file
Code:
%userprofile%\Documents\Elder Scrolls Online\live\AddOns\SimpleChatBubbles\SimpleChatBubbles.lua
Line 75 should be commented out by changing it into:
Code:
-- local UTF8 = GetUTF8() -- Deprecated!
And line 273 should be changed into:
Code:
	local duration = self.db.minDuration + (ZoUTF8StringLength(text) * 30)
Looks like the methods were changed by the game devs. Enjoy
Report comment to moderator  
Reply With Quote
Unread 05/04/20, 12:40 PM  
Bearguy87

Forum posts: 0
File comments: 1
Uploads: 0
error

This is the error I run into when trying to use it, prior it said I was missing a addon, which I then installed.




user:/AddOns/SimpleChatBubbles-2.1.3/SimpleChatBubbles/SimpleChatBubbles.lua:75: function expected instead of nil
stack traceback:
user:/AddOns/SimpleChatBubbles-2.1.3/SimpleChatBubbles/SimpleChatBubbles.lua:75: in function '(main chunk)'
|caaaaaa<Locals> SCB = [table:1]{name = "SimpleChatBubbles", title = "SCB - Revived", dbVersion = 1}, AM = ud, LMP = [table:2]{} </Locals>|r
Report comment to moderator  
Reply With Quote
Unread 02/01/17, 06:45 PM  
RibbedStoic
 
RibbedStoic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
Hi, yes it is. I've just been very busy lately. I'll see if I can check out what's going on with the error this weekend.
Report comment to moderator  
Reply With Quote
Unread 01/07/17, 01:50 PM  
r621

Forum posts: 0
File comments: 3
Uploads: 0
Is this still being updated? I keep on getting the same error and it does not show up in my setting for addons.
Report comment to moderator  
Reply With Quote
Unread 10/18/16, 12:56 PM  
RibbedStoic
 
RibbedStoic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
I'm not sure uladz is active anymore(last login date was July). In the next few days I'll be pulling his updates he made in 2 and merging them back into Revived.
Report comment to moderator  
Reply With Quote
Unread 10/15/16, 07:24 PM  
RibbedStoic
 
RibbedStoic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
Sorry I've been gone so long. Uladz, I added you as a team member for this addon
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 02:35 PM  
uladz
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 223
Uploads: 2
Exclamation update

While I'm still waiting for a reply from the author here's an updated version that's compatible with the latest 2.3 ESO client and has all updated libraries plus a bunch of fixes. You can grap the latest dev version from git: https://github.com/uladz/SimpleChatB...rchive/2.2.zip

Changelog:
* Updated all libraries to the latest version.
* Replaced LibAddonMenu-2.0 with the latest r19.
* Replaced LibMediaProvider-1.0 with the latest r8.
* Replaced LibStub with the latest r4.
* More settings fixes and other minor changes.
* Changed vertical row 2 position setting to vertical spacing options.
* Added realod UI warnings.
* Horizontal distance option renamed to "spacing".
* Added version # to the addon name and description.
* Added options to re-position chat bubbles to fit your HUD.
* Moved chat bubbles a bit lower by default to do not overlap with target frame.
* Updated API version, no more "Outdated" warning in ESO.
* Changed name of addon from "SCB - Revived" to "Simple Chat Bubbles" in Addon Settings.
* Updates manifest file to conform with ESO addons standard.
Last edited by uladz : 03/12/16 at 02:27 PM.
Report comment to moderator  
Reply With Quote
Unread 03/04/16, 09:08 PM  
uladz
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 223
Uploads: 2
I've made some update and fixes to this addon including chat bubbles configurable positioning. Not sure how to release them and merge back to the original addon. Will try to contact the author.
Report comment to moderator  
Reply With Quote
Unread 03/21/15, 01:50 PM  
LexanLifau

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by RibbedStoic
Originally Posted by Arcaius
It'd be nice to change positions of where the bubbles show up.
Agreed, it's something I'm working on.
I just tried this addon, as I used to use the old one. Says its outdated, but works fine if you could fix that.

Only thing missing is size scaling for box, and box positioning ( make sure to include a horizontal centering option ).

And does this addon take colors set for chat already in the game? If not, that would be needed as well. Would be confusing if say, party , and 3 different guild officers were all the same text color in the chat bubbles.

Just a few adds and it will be solid Great work!
Report comment to moderator  
Reply With Quote
Unread 01/31/15, 05:58 PM  
Skyles
 
Skyles's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Having tried chat bubbles in game, I came here and found this - it's definitely a marked improvement. The ESO standard chat bubbles are limited to say, yell, tell, group and emote. This addon allows me to have popup chat bubbles for guild and zone - I'm no longer missing those conversations, love it.
Report comment to moderator  
Reply With Quote
Unread 11/05/14, 09:46 AM  
RibbedStoic
 
RibbedStoic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
That's a fair question and I don't have the answer at the moment. I'm waiting to see opinions about the default bubbles before I make a decision.
Report comment to moderator  
Reply With Quote
Unread 11/05/14, 02:44 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
is this addon still usfull, if we have an option in game now?
Report comment to moderator  
Reply With Quote
Unread 11/04/14, 08:41 PM  
RibbedStoic
 
RibbedStoic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
Turns out the issue was just that some fonts had been removed from game, everything appears to be working correctly now.
Report comment to moderator  
Reply With Quote
Unread 11/03/14, 09:16 PM  
RibbedStoic
 
RibbedStoic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
1.5.2 completely broke the addon, I'm looking into how to fix it so hang tight.
Report comment to moderator  
Reply With Quote
Unread 10/14/14, 08:45 PM  
RibbedStoic
 
RibbedStoic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
Originally Posted by Arcaius
It'd be nice to change positions of where the bubbles show up.
Agreed, it's something I'm working on.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.