Search found 297 matches

by Kayaker Magic
Thu Jan 26, 2017 10:42 am
Forum: Using Opensim
Topic: llGetLinkPrimitiveParams bug
Replies: 11
Views: 22632

PROBLEM RESOLVED

PRIM_ALPHA_MODE is not how I read the transparency of a prim, I use PRIM_COLOR and then alpha is the second item in the returned list. the good news is that I have been reading and writing the alpha values in lots of scripts this way and it works fine. This is an example of "clumping" in the argumen...
by Kayaker Magic
Mon Jan 23, 2017 10:58 pm
Forum: Using Opensim
Topic: Build>Undo bug on linksets
Replies: 10
Views: 17820

Re: Build>Undo bug on linksets

Undo in all the viewers has been a scary button to push for a long time. It is often greyed out and can't undo many operations. And it has a history of undoing things to the other side of a region and loosing them for you. I usually push undo with great trepidation. I am afraid to push undo in a var...
by Kayaker Magic
Thu Jan 12, 2017 7:42 am
Forum: Scripting
Topic: Bug in llWater
Replies: 2
Views: 3781

Re: Bug in llWater

Can you write a short example script that demonstrates the problem? I find that llWater works exactly as it should and have many scripts that use it successfully. I tried to write a small example script to test it, and it continues to work well for me. //test llWater // letting the test run to the e...
by Kayaker Magic
Thu Jan 05, 2017 7:31 am
Forum: Wanted
Topic: Animation Overrides, Dance Animations/System, Furniture pose
Replies: 7
Views: 8468

Re: Animation Overrides, Dance Animations/System, Furniture

Someone should tell you that the best dance ball ever is available for free. It is called the Clubmaster Dance Machine. You can get a copy free by hypergridding to the developers grid. Read about it here and follow the links: http://ainetutorials.blogspot.com/2016/08/release-paramour-clubmaster-danc...
by Kayaker Magic
Thu Jan 05, 2017 7:10 am
Forum: Other Support
Topic: Sailing
Replies: 4
Views: 5407

Re: Sailing

SPD is a class of sailing scripts based on the BWind script from SL, which in turn was based on the Tako script in SL. It may be possible to make these scripts work with BulletSim, but it would requires that you understand the Physical Vehicle API very well and you could tinker with the vehicle para...
by Kayaker Magic
Tue Dec 13, 2016 7:38 am
Forum: Other Support
Topic: When does content filtering happen?
Replies: 1
Views: 2894

When does content filtering happen?

I've been told that hypergrid visitors cannot take things with them they aquire in Kitely unless they are marked COPY and TRANS or were marked EXPORT and purchased in the Kitely Market. But when does this filtering happen? I thought it happens when they try to leave, like when I try to HG jump while...
by Kayaker Magic
Mon Aug 22, 2016 6:07 am
Forum: Other Support
Topic: Overzelous HTTP request filter
Replies: 17
Views: 19740

Re: Overzelous HTTP request filter

Well, the small hack turned out to be easy to do with a regexp, but not so fun to do in LSL with the functions we have: string myurl="http://ec2-54-177-75-185.us-west-1.compute.amazonaws.com:9002/lslhttp/cf8537b4-3758-4c3c-a2fd-d3fa60242820/"; default { state_entry() { llOwnerSay(llGetSubString(myur...
by Kayaker Magic
Sun Aug 21, 2016 5:15 pm
Forum: Other Support
Topic: Overzelous HTTP request filter
Replies: 17
Views: 19740

Re: Overzelous HTTP request filter

with just a small hack Haha! I love small hacks! Thank you! However, this hack will only work on Kitely. Is this a problem only on Kitely? Is it potentially a problem on any grid? I do recall being surprised to find out that prims CAN communicate on OSGrid in some places, but I assumed they had lef...
by Kayaker Magic
Wed Aug 17, 2016 4:11 am
Forum: Other Support
Topic: Overzelous HTTP request filter
Replies: 17
Views: 19740

Re: Overzelous HTTP request filter

This topic HAS now cycled around until it IS the same now as https://www.kitely.com/forums/viewtopic.php?f=11&t=2914 In that post I said "I can't send HTTP requests from one prim to another", Oren's answer: that is disabled in OpenSim for security reasons. (It works in SL and in IW, it works if scri...
by Kayaker Magic
Tue Aug 16, 2016 7:57 pm
Forum: Other Support
Topic: Overzelous HTTP request filter
Replies: 17
Views: 19740

Re: Overzelous HTTP request filter

I have to run now, but I will post a little test script to show the problem when I get back.