Difference between revisions of "LSL Protocol/Restrained Love Relay/Introduction"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Restrained Life Relay Specs TOC}}
{{Restrained Life Relay Specs TOC}}
===Restrained Life===
===Restrained Life===
Marine Kelley modified the Second Life viewer to disable functionality in order to make "restraints" more real (or less prone to cheating). This modified viewer got code-named "Restrained Life Viewer".
The Restrained Life viewer is an alternative to the Second Life viewer, mostly aimed at enhancing BDSM play. It is aimed at making restraints more secure and more restrictive, by giving the "top" more tools to keep the "bottom" under control.


Many avatars in SecondLife when asking questions such as "do you use it?" use abbreviations such
It is operated through llOwnerSay calls in LSL scripts, by reacting when the message sent through this call is formatted in a special way. However llOwnerSay is obviously limited to objects the user of the viewer owns, mainly attachments.
as RL (Restrained Life), RV (Restrained Viewer) or RLV (Restrained Life Viewer). These abbreviations
also cover many other views supporting the patches/extensions that have been done.
 
By 2008 there are several to possibly many other viewers that one can use now with this support.


===Restrained Life Relay===
===Restrained Life Relay===

Revision as of 03:52, 6 June 2009

Restrained Life

The Restrained Life viewer is an alternative to the Second Life viewer, mostly aimed at enhancing BDSM play. It is aimed at making restraints more secure and more restrictive, by giving the "top" more tools to keep the "bottom" under control.

It is operated through llOwnerSay calls in LSL scripts, by reacting when the message sent through this call is formatted in a special way. However llOwnerSay is obviously limited to objects the user of the viewer owns, mainly attachments.

Restrained Life Relay

Additional support was added to enable objects such as cages, furniture and so on to also disable functionality. This support works by communicating the commands through a script associated with the avatar (controlled by the viewer). This indirection is frequently described as a "relay".

Discussions in SecondLife either talk about "relay" or use abbreviations such as "RLVR".

The documents associated with this portion of the wiki discuss the "relay" or Restrained Life Relay API.