Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Any alternate viewers allow simulated avatar chat?

SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
01-17-2010 11:00
I was just wondering if any of the alternate viewers allow a script to say some text which is then replayed on the normal avatar chat channel such that the LL servers would treat is as being text typed in the normal manner by a user.
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Naz Fride
21st Century Faux
Join date: 8 May 2007
Posts: 341
01-17-2010 12:28
From: SuezanneC Baskerville
I was just wondering if any of the alternate viewers allow a script to say some text which is then replayed on the normal avatar chat channel such that the LL servers would treat is as being text typed in the normal manner by a user.


I'm not exactly sure what you're asking here, but MystiTool has a feature under Av Toys that will let you do that, though I'm pretty sure it shows up in chat as a different color. What you're asking about sounds somewhat nefarious, I must say.
_____________________
“Ideologies separate us. Dreams and anguish bring us together.” - Eugene Ionesco
"Smart people believe weird things because they are skilled at defending beliefs they arrived at for non-smart reasons."- Michael Shemer
Scylla Rhiadra
Gentle is Human
Join date: 11 Oct 2008
Posts: 4,427
01-17-2010 12:33
Isn't there a script that allows one to use a kind of ventriloquism, entering chat which is given in text as having come from someone else? I should have thought that could be modified to have the effect that you want.
_____________________
Scylla Rhiadra
Pete Olihenge
Registered User
Join date: 9 Nov 2009
Posts: 315
01-17-2010 12:42
Things like the Mysti tool mimic produce clearly identifiable green object chat. I think you'd need a bot to produce avatar-like chat. (I guess most bots are actually modified viewers.)
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
01-17-2010 12:46
Here's my post in the Emerald Viewer "Feature Suggestions / Ideas" forum, which I made just after starting this thread:
From: someone
The idea is that a script would say, on a channel other than 0, which the viewer would know to look for, something like:
"FakeChat This is a line of fake chat."
and the viewer would send

This is a line of fake chat

as if it had been typed normally by the user.

People use llDialog to accomplish the same result, but this would allow this to be done without having to see a dialog popup.

This might already be done; I'm thinking maybe the RLV functions can do this, but I'm not familiar with them.


The thread "How do I make an interactive (show/hide, clickable) HUD?" at
/54/d2/360541/1.html
is what prompted this thought.

The viewer could check to see that the FakeChat text came from an object owned by the viewer's operator, or to be more fancy, it could have an "authorized user" list to check.
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
01-17-2010 12:51
From: Pete Olihenge
Things like the Mysti tool mimic produce clearly identifiable green object chat. I think you'd need a bot to produce avatar-like chat. (I guess most bots are actually modified viewers.)

Most bots are made from libomv (libsl) code, they can be considered viewers in a sense, but they don't have graphics and are generally intended for unattended operation by the program, rather than continuous interactive operation by a person.

So "bots" generally are not modified LL produced SL viewers, nor are they generally modified Emerald viewers, nor modified CoolViewers, nor any of the other graphics equipped, human operated viewers.

Using a full graphics viewer for bot purposes would be a waste of computer resources. LibOMV bots use a lot less memory, less processor time, and are much less video card intensive than a graphical viewer.
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Innula Zenovka
Registered User
Join date: 20 Jun 2007
Posts: 1,825
01-17-2010 15:58
From: SuezanneC Baskerville

The thread "How do I make an interactive (show/hide, clickable) HUD?" at
/54/d2/360541/1.html
is what prompted this thought.
I've been following that thread, too. To my mind, it would far simpler just to ask whoever made the thing just to change the listen slightly -- an open listener with a filter of if(llGetOwnerKey(id)==llGetOwner()) is all that's needed, after all. Better, though, would be https://jira.secondlife.com/browse/SVC-790