Chelsea Louloudi @chelsea

Offline

Co-creator, along with Mudpuddle Cleanslate, of Pepperland and Pepperland II on wonderful Littlefield Grid. I shall add my own region, Hideaway, when I get around to it :) It can been seen on the map from the Pepperlands, and you will see Mudpuddle's Arles in the group of regions. Feel free to visit.Meanwhile, I love to hypergrid to see all the fabulous creations.


Threads

View context
lighting is fabulous there...worth a visit
And so is the train ride. Some amazing regions also
like(1)
View context
I have the Bloodstone Castle..not sure if that's one of them
like(2)
View context
Ummm...the dog is eating your pizza!
like(0)
View context
Fabulous Jimmy :) Really nicely done.
like(0)
View context
Thanks. I'm thinking more of an in-ground pool, which would have to be on a patio outside the ballroom, if that turns out to be a setting.
liked(1)
Ahh... i get what you're aiming for now
like(0)
Well, you inspired me to start making the kind of pool I want. Thanks for coming by and giving me a bunch of stuff I could use. It's looking pretty good. Next, a deserted hotel ballroom...
liked(1)
View context
Another awesome massive build with so much attention in every square centimetre.
like(0)
View context
I really like that idea...not a fan of multiple copies of the same thing to fill a space.
like(1)
View context
How gorgeous
Crystal Wind has been such a favourite since i found it many moons ago
like(1)
Thank you Chelsea, it was built in Neveworld and here it remains, even though Pasha has moved to her next destination ... hugs.
like(0)
View context
LOL!!
hey..thats MY chicken!
like(1)
View context
yes, your Ashwin IS beautiful!
like(0)
Thank you Chelsea :)
liked(1)
View context
Not sure if its just me...landing point is in the ocean...fly or swim to landmass in the distance.

Impressive and definitely the steam pirate atmosphere.
like(0)
View context
Would it be possible to add text for stop announcements?
like(0)
A little late but this is how I solved it... I place a new script in the car and define multiple states in it. For each state I use a llSensorRepeat in passive mode to search for a named (unscripted) prim. I set the script to scan every 5 seconds, when it detects the target is within 1m it will execute the command I specified then change to a NEW state. llSensorRepeat will now scan for the next prim. You can have a state for EACH stop. This example could be used for a TOUR TRAM ride... I used invisible unscripted prims, each uniquely named. You can also have it scan for scripted prims... change PASSIVE to ACTIVE for that. You may need to adjust range and time intervals accordingly.

default
{
state_entry()
{
llSensorRepeat("Stop-1-PRIM", "" ,PASSIVE, 1.0, PI, 5.0 );
//1.0 is the range in meters, PI is 360 degree scan, 5.0 is a 5 second interval
}
sensor (integer num_detected)
{
string message ="Our first stop on this tour takes us to this beautiful organic vegetable farm";
llSay(PUBLIC_CHANNEL, message);
state two;
}
}

state two
{
state_entry()
{
llSensorRepeat("Stop-2-PRIM", "" ,PASSIVE, 1.0, PI, 5.0 );
}
sensor (integer num_detected)
{
string message ="Our next stop on the tour takes use to the raw sewage dump which just opened across the street! The organic farmers are FURIOUS!";
llSay(PUBLIC_CHANNEL, message);
state default; // returns you to the default state or you could specify a third state and KEEP GOING...
}
}

// I hope this code snippet helps!
liked(1)
Wow,helps a great deal...thanks Spax!
ooh a sewerage dump! Making a note to add :D
liked(1)
I could not believe how flawlessly the prototype worked. The tour car did not miss a single announcement along the path.
liked(1)
View context
wow..so much fun! Imagine a number of people in the bumper cars..would be a blast!
like(1)
we played with 4 other day and was a funny chaos indeed :)
like(0)
View context
Another work of art!!
I love and am in awe of these shows :D
like(2)
View context
Wow, it is spectacular, Aurora.
like(1)
View context
Hi Aurora... I think the hop:// is local to the grid...it doesnt work for HG.
like(0)
playground.darkheartsos.com:8002
this is the HG address, then type "Boutique" (without quotations) into the map search
liked(1)
This works fine for me. Then LM the location and you can get back easily. It is very much worth a visit. Aurora has done an amazing job.
liked(1)
Correct. It won't work on the sURL bar. But it works if you add it in the world map, like this: https://gyazo.com/d75eed26ed08f2c555b32680656b44e5
It works for any grid outside your own
like(0)
Ahh...yes, tried it in the map. The hop doesnt work for me for HG. :/
like(0)
View context
A city to get lost in :) Need lots of time to explore here.
like(0)
View context
Wow, thanks for doing this video! I was looking for workflows in blender to make these (eek) this is wonderful!
like(1)
Which GLTF Packer did you use...or doesn't it matter which one?
like(0)
Hi Chelsea, yeah I did a pile of research and wanted to make something anyone could do!
liked(1)
So cool...thankyou! Steep learning curve for me, but you've made it really easy
now waiting for the grid i'm on to update so we can use it.
huge hugs!
liked(2)
View context
Love these styles
Very impressive setting
like(1)
View context
I love this script. Thank you!
like(0)
View context
This new installation is impressive!
like(1)