Search found 76 matches

by Ghaelen DLareh
Fri Apr 22, 2016 3:30 pm
Forum: Kitely Market
Topic: Marketplace funds toward region payment? (feature request)
Replies: 2
Views: 3500

Marketplace funds toward region payment? (feature request)

If anyone has already asked this, I apologize. Is it feasible and possible for us to have some of our US sales $$ to bypass paypal and go toward our region rental? Either automatically or we push a button to pay for the next month before the money is sent to our paypal account. By the time the $ los...
by Ghaelen DLareh
Sat Apr 16, 2016 2:18 pm
Forum: Scripting
Topic: Scripts Library
Replies: 83
Views: 133471

Linked Swing Door

I don't remember where I got this script, but it works great. Put the script in the door and link the door to the building. The building needs to be the root prim. /*John Duke offset door hinge (c) 2016 for SL and OS * Define the rotation in degrees, using the door prim's local coordinate * system *...
by Ghaelen DLareh
Sun Mar 13, 2016 4:48 pm
Forum: General Discussion
Topic: Spring Merchant Fair - Info for Merchants
Replies: 14
Views: 13881

Re: Spring Merchant Fair - Info for Merchants

Hi OZ, great idea. Not sure if you have enough people, if you got my IM, etc. Is it a go and have you decided firmly on May 1 as the date?
by Ghaelen DLareh
Thu Feb 25, 2016 8:01 pm
Forum: Scripting
Topic: Scripts Library
Replies: 83
Views: 133471

Re: Walkthrough Teleporter

I came across this script several times while looking for a teleport script for moving around within one region in Kitely (and between sims in Kitely). It looks wonderful, but I ignored it because I'm not using it for HG right now - I'm trying to get people from the link-in point to the classroom in...
by Ghaelen DLareh
Sun Jan 31, 2016 9:10 pm
Forum: Scripting
Topic: Fixing slow scripts
Replies: 33
Views: 26837

Re: Fixing slow scripts

but I don't know what the result should look like in this particular script to make that change and still work. I am uncertain as to whether I can just copy and paste one line or if other script lines also need to be changed. I did say that you should NEVER use functions that have a delay, but "mod...
by Ghaelen DLareh
Sun Jan 31, 2016 2:28 pm
Forum: Scripting
Topic: Fixing slow scripts
Replies: 33
Views: 26837

Re: Fixing slow scripts

Hi Ghaelen, Top Scripts no longer counts time spent in llSleep but all of Kayaker's recommendations are still very relevant for improving your script performance. What specifically do you wish to know? Thanks, Ilan, I am just trying to fingure out how to change the old language phrase to the new la...
by Ghaelen DLareh
Sun Jan 24, 2016 6:20 pm
Forum: Scripting
Topic: Fixing slow scripts
Replies: 33
Views: 26837

Re: Fixing slow scripts

In my experience, the most common reason for large Top Scripts scores is calling llSleep, llSetPrimitiveParams, llAdjustSoundVolume or ANY OTHER ROUTINE that has a forced delay. If your clock script is using llSetLinkPrimitiveParams to move the hands, change it to llSetLinkPrimitiveParamsFast and I...
by Ghaelen DLareh
Fri Jan 15, 2016 10:00 pm
Forum: General Discussion
Topic: Opensim 0.9 dev version is breaking things
Replies: 25
Views: 20214

Re: Opensim 0.9 dev version is breaking things

That is reassuring to know for those of us on Kitely grid, Ilan. Thank you. However, the main point is that OpenSim 0.9.0 breaks a great deal of current, popular tools and content, as Aine's last paragraph makes clear: ... these exact same changes will break all existing MLP systems, all furniture/...
by Ghaelen DLareh
Fri Jan 15, 2016 9:36 pm
Forum: General Discussion
Topic: Opensim 0.9 dev version is breaking things
Replies: 25
Views: 20214

Re: Opensim 0.9 dev version is breaking things

I'm glad to find this thread. I have recently gotten back to building and ran smack dab into the mesh issue on another grid. Simply put, my lovely, clean, mesh greenhouse which works beautifully in Kitely would not let me through the door in another grid. It acted the same way as in SL when the phys...
by Ghaelen DLareh
Thu Jan 14, 2016 9:47 pm
Forum: Scripting
Topic: Touch object to fade and turn to phantom
Replies: 3
Views: 4136

Re: Touch object to fade and turn to phantom

Perfect!

Just tested it in Kitely - worked like a charm, first time. And I can close/fade in a door on touch as well. Beautiful. :)
Thank you, Keith!