LightShare

From OpenSimulator

Revision as of 01:03, 5 December 2010 by Fritigern (Talk | contribs)

Jump to: navigation, search

Contents

LightShare

The LightShare module allows region owners to get and set Windlight settings for their specific regions using in-world scripts, and for those regions to send those settings down to all, or specific, LightShare-aware viewers who visit the LightShare configured regions.

Enabling LightShare in OpenSimulator

LightShare core functionality is available within OpenSim 0.7 onwards.

The regionwindlight Database Table

A database table "regionwindlight" is used to store the settings.

OpenSim.ini Settings

LightShare is enabled by changing OpenSim.ini for the OpenSim.exe serving the regions you wish to use LightShare in:

  • setting enable_windlight = true in the [LightShare] section of OpenSim.ini
  • setting AllowLightShareFunctions = true in the [XEngine] section of OpenSim.ini

These changes affect all regions served by the specific OpenSim.exe which load this ini file.

Exmaple OpenSim.ini changes:

 [LightShare]
 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
 ; It has no ill effect on viewers which do not support server-side windlight settings.
 ; Currently we only have support for MySQL databases.
enable_windlight = true

and

[XEngine]
 ; Allow the user of LightShare functions
AllowLightShareFunctions = true

LightShare-Enabled Viewers

Updated virtual world viewers are needed to receive Windlight settings sent by a region through LightShare.

You must also have an updated viewer in order for LightShare scripting functions (see below) to be properly compiled, and show correctly in the script editor.

Imprudence Viewer

LightShare support is disabled by default in Imprudence.

To enable it, choose the "Edit" menu item, "Preferences" menu option, "Advanced" preferences tab.

Then, change the "Allow region Windlight settings (LightShare)" option.

Imprudence Viewer is available from:

More details of the options are at:

Meta7 Viewer

The Meta7 Viewer is compatible with LightShare regions.

!!! It is unknown if Meta7 can work with the OpenSimulator ls* script functions detailed below. !!!

LightShare Scripting

The features can be used through three LightShare (ls) functions:

See also the DefaultLightShareScript to get a starter script.

txOh has created an in-world LightShare controller, which allows you to easily set custom LightShare settings. An IAR with the controller can be downloaded from http://www.gridhop.net/IAR/lightshare.iar

See Inventory Archives for an explanation of how to add the contents of the file to your inventory.

LightShare Issues

Credits

LightShare was initially created by Meta7.

The Meta7 LightShare feature documentation can be found here:

Default settings are shown being set in this Meta7 sample script:

Using this script on OpenSimulator requires manual changing the cmSetWindlightScene function name to lsSetWindlightScene

Personal tools
General
About This Wiki