Search found 37 matches

by Dale Innis
Sun Jan 17, 2021 12:58 am
Forum: Scripting
Topic: Does Kitely and/or OpenSim have Experiences?
Replies: 3
Views: 2471

Does Kitely and/or OpenSim have Experiences?

Do either Kitely or OpenSim in general, or both or neither, have the "Experiences" feature that SL describes for instance on https://community.secondlife.com/knowledgebase/english/experiences-in-second-life-r1365/ ? I notice when I go into the Experiences section of Firestorm while in Kitely, it jus...
by Dale Innis
Mon Jan 04, 2021 3:35 pm
Forum: Scripting
Topic: What actually happens in a script when the sim restarts?
Replies: 15
Views: 7705

Re: What actually happens in a script when the sim restarts?

Thanks to all! So that's my case (4), and I do agree that seems to be the thing that happens. On the 30-second limit: that was probably me :) investigating some similar things. It seems that if a handler doesn't exit for 30 seconds, the entire script gets reset. Which is mostly fine with me, actuall...
by Dale Innis
Sun Jan 03, 2021 12:34 am
Forum: Scripting
Topic: What actually happens in a script when the sim restarts?
Replies: 15
Views: 7705

Re: What actually happens in a script when the sim restarts?

Thanks for all of this! That pretty much agrees with my own experience. To make my specific remaining question more concrete, consider this (very artificial) example: default { state_entry() { llSetTimerEvent(30.0 + llFrand(30.0)); // Wait for 30-60 seconds } timer() { llSetTimerEvent(0.0); // Turn ...
by Dale Innis
Thu Dec 31, 2020 1:56 am
Forum: Worlds Support
Topic: Monitoring and optimizing your world's performance
Replies: 10
Views: 112751

Re: Monitoring and optimizing your world's performance

The link to the Optimization Guide in the first post of this thread gives me a "Page Not Found" error now; has it moved?

EDIT: Karima had it for me :) it's now at https://kitely.atlassian.net/wiki/space ... erformance
by Dale Innis
Wed Dec 30, 2020 8:39 pm
Forum: Scripting
Topic: What actually happens in a script when the sim restarts?
Replies: 15
Views: 7705

Re: What actually happens in a script when the sim restarts?

Thanks, that's really interesting. I don't think it's literally a script reset, unless I'm completely misremembering things. I have scripts that handle being reset just fine, but get confused sometimes when the sim restarts. I guess I should add a changed() handler that does an llResetScript() on CH...
by Dale Innis
Wed Dec 30, 2020 4:43 am
Forum: Scripting
Topic: What actually happens in a script when the sim restarts?
Replies: 15
Views: 7705

Re: What actually happens in a script when the sim restarts?

So a line line: visitorcount++; // won't work, because if the sim resets it will revert to 0. Why does it revert to zero? Is the script actually reset, as if an llResetScript() happened? Or are variables set to default values without the script resetting? Or something else? This is why I asked the ...
by Dale Innis
Tue Dec 29, 2020 4:38 am
Forum: Scripting
Topic: What actually happens in a script when the sim restarts?
Replies: 15
Views: 7705

What actually happens in a script when the sim restarts?

Sorry if this is a frequently-asked question or anything, but I haven't stumbled across an answer: what actually happens in a script when a Kitely sim shuts down, and later starts up again? Especially if the script is in an event handler (or a function called from one, or etc.) at the time. I'm pret...
by Dale Innis
Sun Jul 19, 2020 6:12 pm
Forum: Scripting
Topic: Has the event timeout limit changed?
Replies: 12
Views: 6437

Re: Has the event timeout limit changed?

Ah, thanks! In that case no scripts were probably broken. I should tour around and see if any existing ones have been getting reset for this reason all this time and I just didn't realize it! Might explain some things...

Thanks again for the helpful explanation!
by Dale Innis
Sat Jul 18, 2020 4:05 pm
Forum: Scripting
Topic: Has the event timeout limit changed?
Replies: 12
Views: 6437

Has the event timeout limit changed?

I have a set of scripts that do lots of processing and waiting within a listen() event (which works fine, given the overall design), and I notice that as of sometime recently I am getting script errors like "Script restarted due to event timeout" or other words to that effect, and it does look like ...
by Dale Innis
Sun Jun 21, 2020 3:03 am
Forum: Worlds Support
Topic: Trouble recently with media stopping / incomplete in some worlds?
Replies: 7
Views: 3965

Trouble recently with media stopping / incomplete in some worlds?

I don't know if this is a viewer issue or a sim issue or what, but... Does anyone know of any changes to Kitely or anything related to it, that could have caused an m4v movie that had always played fine before (as parcel media) on loop, to suddenly start to stop before it gets to the end, sometimes ...