[Opensim-users] Windlight and LightShare in Opensim 0.7

Juliana Dutra kila01 at yahoo.com
Mon Sep 13 04:43:31 UTC 2010


OMG can't believe I did that n00b mistake!

Alas, changing it to true had no effect. I even tried adding careminster=y as I 
saw on an earlier thread. restarted the server and same result as always.

Tried it with recent release too (0.7.0.2), no change

-------opensim.ini--------------
[LightShare]
enable_windlight = true

[XEngine] 
;Windlight enable needs os -- don't like this At all!!!
AllowOSFunctions = true
AllowLightShareFunctions = true
OSFunctionThreatLevel = Severe
Allow_lsGetWindlightScene = true
Allow_lsSetWindlightScene = true
Allow_lsSetWindlightSceneTargeted = true
AllowMODFunctions = true
AllowCareminsterFunctions = true
--------------------------------------------------


Re: [Opensim-users] Windlight and LightShare in Opensim 0.7

James Stallings II
Sun, 12 Sep 2010 20:12:47 -0700

AllowLightShareFunctions = false

Should be true

Good luck and enjoy :)

On Sun, Sep 12, 2010 at 3:19 PM, Juliana Dutra <kil... at yahoo.com> wrote:

> Even opening my sim up to all kinds of os threat got me nowere
> ----------------------opensim.ini-------
> [LightShare]
> enable_windlight = true
>
> [XEngine]
> ;Windlight enable needs os -- don't like this At all!!!
> AllowOSFunctions = true
> AllowLightShareFunctions = false
> OSFunctionThreatLevel = Severe
> Allow_lsGetWindlightScene = true
> Allow_lsSetWindlightScene = true
> Allow_lsSetWindlightSceneTargeted = true
> AllowMODFunctions = false
> -----------------------------------
> This script compiles but gives me
> windlight get: LightShare functions are not enabled.
> --------get ls settings-----
> default
> {
>     state_entry()
>     {
>         llSay(0, "Script running");
>
>     } // end entry
>       touch_start( integer vIntTouches )
>   {
>         list wlist;
>         list rules;
>         list al = lsGetWindlightScene(wlist);
>         string lal = llDumpList2String(al, ", ");
>         llSay(0,lal);
>         //works if lightshare enabled / how do you enable it ?
>   } //end touch
> } // end default
> --------------------------
>
> Any clues ?
>
> PS: I favor the XML load approach. hate having the sim so open
>
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
>


-- 
===================================
http://simhost.com http://osgrid.org
http://twitter.com/jstallings2
http://www.linkedin.com/pub/5/770/a49

_______________________________________________
Opensim-users mailing list
Opensim-users at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20100912/c3c1b925/attachment.html>


More information about the Opensim-users mailing list