Search found 297 matches

by Kayaker Magic
Mon Dec 30, 2013 10:50 pm
Forum: Kitely Market
Topic: A required asset does not exist
Replies: 3
Views: 3928

Re: A required asset does not exist

I had a similar problem with a simple object that had only 3 textures! I checked the UUID of each texture, they did not match the invalid one I got from the marketplace. What could be the problem? Well, I figured it out: One of the prims was a cone, which is a cylinder with the top pinched down to z...
by Kayaker Magic
Mon Dec 16, 2013 7:17 pm
Forum: Events and Activities
Topic: Quayside Open Flying Day 17th December 2013
Replies: 23
Views: 16150

Re: Quayside Open Flying Day 17th December 2013

Will there be a free rez area for me to bring my own flying ...vehicles? Even if they look like animals? (You can ride them and steer them).
by Kayaker Magic
Sun Dec 15, 2013 5:11 pm
Forum: Kitely Market
Topic: Marketplace and FireStorm pre-processor
Replies: 8
Views: 9323

Re: Marketplace and FireStorm pre-processor

Awww, thanks for the plug Minethere! Dunbridge: That LSL editor, does it run on the Mac? On Linux? I'm on a Mac now and I know this is sacrilegious to say, but I HATE the Mac OS user interface. Even Windows is better, but I don't like encouraging Microsoft by giving them money. Who you gonna call? D...
by Kayaker Magic
Sun Dec 15, 2013 5:02 pm
Forum: Kitely Market
Topic: Marketplace and FireStorm pre-processor
Replies: 8
Views: 9323

Re: Marketplace and FireStorm pre-processor

Here is a (rather contrived, but short) example of a program with FireStorm pre-processor commands in it, and the resulting post-processed code: (I should stick this in the Script Library thread! Just in time for winter!) // Plays snowshoe crunching sound when walking or running #define KY #ifdef IW...
by Kayaker Magic
Sun Dec 15, 2013 5:10 am
Forum: Kitely Market
Topic: Marketplace and FireStorm pre-processor
Replies: 8
Views: 9323

Re: Marketplace and FireStorm pre-processor

Ah, but FireStorm puts the pre-pre-processed listing at the head of the file, commented out with one /* followed by many lines and terminated with a */
They also escape every // and * in the listing to prevent those prematurely turning the comment off.
by Kayaker Magic
Sun Dec 15, 2013 1:25 am
Forum: Merchants
Topic: Snowflake Maker Particle Effects Ready for You!
Replies: 4
Views: 4309

Re: Snowflake Maker Particle Effects Ready for You!

Uh Sierra, did you really mean to sell that avatar snowflake effect for USD$100 (30,000KC)??? :D
by Kayaker Magic
Sun Dec 15, 2013 1:19 am
Forum: Kitely Market
Topic: Marketplace and FireStorm pre-processor
Replies: 8
Views: 9323

Marketplace and FireStorm pre-processor

I see that your marketplace product tester includes crawling inside my scripts and pointing out invalid UUIDs that I reference in the code. Nice feature, it has caught one mistake of mine so far in only a half a dozen scritps. Unfortunately, I use the FireStorm pre-processor extensively and one of t...