Search found 71 matches

by Christine Nyn
Wed Mar 20, 2024 3:09 am
Forum: Worlds Support
Topic: Items in My Suitcase are not rezzing across Hypergrid
Replies: 10
Views: 3527

Re: Items in My Suitcase are not rezzing across Hypergrid

As a follow-on to my previous post (and not necessarily related to Mike's problems) if you HG around the place with a very large MySuitcase inventory you are expecting each of the servers you come into contact with to transfer quite a lot of stuff and this will take time. I've been told some grids w...
by Christine Nyn
Tue Mar 19, 2024 6:53 pm
Forum: Worlds Support
Topic: Items in My Suitcase are not rezzing across Hypergrid
Replies: 10
Views: 3527

Re: Items in My Suitcase are not rezzing across Hypergrid

...I removed my tag, and removed the group tag from the object, and went to AMV to rez the object in my suitcase. It won't rez. Try this: Once the object is in your suitcase and while you are on Kitely wear the item. Just attach it to your hand or something. Then HG into your chosen grid and detach...
by Christine Nyn
Thu Feb 29, 2024 1:24 am
Forum: Feedback and Suggestions
Topic: Options in the Market
Replies: 12
Views: 738

Re: Options in the Market

Another problem is that inworld lighting is not kind to darker skins. It's better than the old windlight, but not better enough. I'm experimenting with removing all ambient occlusion shading and letting EEP do the work, but darker skins still need a local light to show up. My partner in Inworldz us...
by Christine Nyn
Mon Feb 12, 2024 1:02 am
Forum: General Discussion
Topic: Caught Google Red Handed!
Replies: 1
Views: 254

Re: Caught Google Red Handed!

Caught the GoogleBot browsing Kitely Forums.. ... "Googlebot is a crawler that collects documents from the internet and compiles them for Google's index. It's a harmless spider that archives information from forums." Harmless or not I'd vastly prefer it kept its sticky nose out of here. Archiving s...
by Christine Nyn
Fri Feb 09, 2024 12:19 am
Forum: General Discussion
Topic: For my friends to know...
Replies: 16
Views: 2301

Re: For my friends to know...

That's harsh Gregg. Here's hoping you get a favourable outcome.

Prosthetics are way better than just a peg leg these days so perhaps if it comes to that at least look at the options?
by Christine Nyn
Thu Feb 01, 2024 2:03 pm
Forum: Scripting
Topic: need script fix please
Replies: 1
Views: 672

Re: need script fix please

I ran this inworld and the particles seem to turn on and off as they should. There's no provision to turn the sound off though so I've added that. I've also slightly modified the logic so it's perhaps a little clearer what happens at each click. I've passed you the script inworld. // Jopsy's No-Fril...
by Christine Nyn
Sat Jan 27, 2024 11:24 pm
Forum: Scripting
Topic: Sit With Eject at End
Replies: 3
Views: 631

Re: Sit With Eject at End

. Does anyone have a script that a person sits on and then after the animation cycle it ejects the person? . That isn't exactly an off-the-shelf script, for the following reasons. If the animation is looped there is no end to the cycle. If the animation is not looped there is still no way to detect...
by Christine Nyn
Wed Jan 24, 2024 1:05 pm
Forum: Scripting
Topic: Moving Sidewalk Script Help
Replies: 2
Views: 645

Re: Moving Sidewalk Script Help

The Moving sidewalk uses a very simple method of moving - it simply pushes the avatar while they are "in collision" (touching) the walkway. Unfortunately the way that "push" works is it uses a calculated energy budget allocated to the script and that diminishes with each push. Then a pause ensues wh...
by Christine Nyn
Tue Jan 09, 2024 1:08 pm
Forum: Wanted
Topic: NEED TRAVELING SCRIPT
Replies: 7
Views: 78353

Re: NEED TRAVELING SCRIPT

If drift occurs over time that suggests that the script you mention is using relative offsets to move from one position to the next. Rounding errors would then cause drift. You could avoid that entirely by making your waypoints absolute sim coordinates and using llSetRegionPos instead of llSetPos. Y...
by Christine Nyn
Tue Dec 05, 2023 10:23 pm
Forum: Other Support
Topic: Vehicles won't move when sitting or boarding
Replies: 15
Views: 31639

Re: Vehicles won't move when sitting or boarding

...We found problems with using vehicles. When sitting on a ship or balloon, no matter what script is used, and you try to move your vehicle ( with HUD, or with arrows on keyboard, does not make a difference ) it won't move at all. To solve the problem is moving the vehicle a little in edit mode, t...