Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

SL Script program

Krelish String
Registered User
Join date: 27 May 2009
Posts: 14
09-22-2009 12:59
Hey guys,

I've heard rumours about a program outside SL that you can run that is a simulation of the LSL platform, does anyone happen to know if its true and where I can find it? I would really like to script from my office without having to download and use SL while here.

Thanks,
Krelish
Anachronon Held
Registered User
Join date: 28 Mar 2008
Posts: 2
Lsl Plus
09-22-2009 13:14
Krelish,

I am currently playing about with LSL Plus for Eclipse. It seems promising. (I am a Mac user, and the Windows programs don't cut it for me!)

http://lslplus.sourceforge.net/

Good Coding,
Anachronon
Krelish String
Registered User
Join date: 27 May 2009
Posts: 14
09-22-2009 13:23
Awesome, thank you... Now all I need to do is stop being lazy and try to figure out Eclipse =/. I'm also trying to learn java but godamnit Eclipse is confusing at times
Meade Paravane
Hedgehog
Join date: 21 Nov 2006
Posts: 4,845
09-22-2009 13:23
There's also http://www.lsleditor.org/ but it hasn't been updated in about a year. Still nice, though.

Somebody else was talking here in the forums recently about some UMLish editor that they were wanted alpha testers for.. Dunno much more than that but it was here in the forums within the last few days.
_____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224
- If you see "if you were logged in.." on the left, click it and log in
- Click the "Vote for it" link on the left
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
09-22-2009 14:24
LSLEditor works fine. You can't test a script under running conditions to see if your logic is any good without going in world, of course, but you can certainly get syntax correct and see if a script compiles.
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask.... ;)

Look for my work in XStreetSL at
Anachronon Held
Registered User
Join date: 28 Mar 2008
Posts: 2
09-22-2009 17:21
A couple of things about LSLEditor, before the big plus (+++) I see with LSLPlus:

1) LSLEditor is Windows only. The world does not entirely run on Windows.

2) As mentioned, all you get is syntax and compilation with LSLEditor. As a RL systems designer, that's next to nothing. The proof is in the test, and if I can't test, I'd just as soon code in SL where I get the syntax, compilation and test all at once!

Now, with LSLPlus, you get the syntax, the compilation and the testing - along with debugging capability. But what's more, you can create an entire Sim prototype with avatars, objects inside other scripted objects such as notecards and rezzable items, interaction with dialogs, objects listening to other objects, et cetera. The only lack appears to be visual things like particles.
Rebekka Revnik
Registered User
Join date: 26 Mar 2008
Posts: 18
09-23-2009 00:36
You CAN test scripts with the LSLEditor. I do that every day.
Indeterminate Schism
Registered User
Join date: 24 May 2008
Posts: 236
09-23-2009 02:28
The new UML-based code-generator project that needs Alpha testers is at https://miceonabeam.fogbugz.com
Antonius Frentis
Registered User
Join date: 16 Sep 2009
Posts: 5
09-30-2009 19:46
From: Indeterminate Schism
The new UML-based code-generator project that needs Alpha testers is at https://miceonabeam.fogbugz.com


Thanks Inde. However the web site you mentioned is for signed-up alpha-triallers only. For general information about the product please check out www.miceonabeam.com

Antonius
Jeredin Denimore
Romani Ite Domum
Join date: 5 Jul 2008
Posts: 95
10-01-2009 01:23
LSLEditor does allow for more than syntax checking. You can fire events and test the code's response easily. The debugger is fairly useful in my experience.