[Opensim-dev] Couple questions on scripts

Mike Mazur mmazur at gmail.com
Fri Mar 20 05:04:28 UTC 2009


Hi,

On Thu, 19 Mar 2009 23:35:00 -0500
Skidz Tweak <skidz.tweak at gmail.com> wrote:

> Is there any special technique for passing down the CIL only to the
> assest server? 
> I remember in the old days there was an app called SnowCrash for
> doing this in SL Grid.
> And are there apps out in the wild that can decompile the CIL, or any
> reports of anyone really do this?

Something like this would probably be relatively simple to put together.

Look through the code for the lsl2cs compiler[1] that's being used in
OpenSim, copy the latest versions of CSCodeGenerator.cs,
LSL2CSCodeTransformer.cs and any other required files from OpenSim's
compiler[2], and compile that into a tool that takes LSL as input and
spits out a .NET dll.

Mike


[1] http://opensimulator.org/svn/opensim-libs/trunk/managed/lsl2cs/
[2]
http://opensimulator.org/cgi-bin/viewcvs.cgi/trunk/OpenSim/Region/ScriptEngine/Shared/CodeTools/



More information about the Opensim-dev mailing list