OpenSimWorld is the directory of 3D Virtual Worlds based on OpenSimulator and connected through the HyperGrid. Learn More

💬 Chat





Join Dj Howie at this Wonderful ballrooms dance and listen to some very awesome music with his host's honeyog
here the Link hop://gentlefire.opensim.fun:8002/The%20Maj3sty%20Syrian%2...
30 MINUTE CURTAIN CALL FOLKS!
WASHEDUP SIDEWAYS LIVE AT TEMPO ISLE
GUITARIST/VOCALIST 30+ years
Come have a listen to the talented guitar stylings of Washedup Sideways! LIVE GUITAR PLAYER!
WHEN: 10:00am
WHERE: TEMPO ISLE PAVILLION
WHAT: LIVE GUITARISTS
MAP: grid.wolfterritories.org:8002:Tempo Isle

Hello and Good Day! Does anyone have a garage door script?

voila c est en route . la region est en ligne .
hg.osgrid.org:80:Hicks 2
et il y a un groupe a prendre .
on va essayer de faire un peu de lien entre les francophone ...

WASHEDUP SIDEWAYS LIVE AT TEMPO ISLE
GUITARIST/VOCALIST 30+ years
Come have a listen to the talened guitar stylings of Washedup Sideways!
WHEN: 10:00am
WHERE: TEMPO ISLE PAVILLION
WHAT: LIVE GUITARISTS
MAP: grid.wolfterritories.org:8002:Tempo Isle
Change EEP on touch or collision
Hello,
I am trying to make (a touchable or walkable) prim that will change the EEP for the agent interacting with it.
I tried this script but it does simply nothing.
Does anyone has a working script or a suggestion, please?

string daycycle_a = "3545d068-b539-4f55-9687-2d33e1762eb4";
string daycycle_b = "19d7a2a7-e10a-451f-9064-0e2f426f21f1";
integer transition = 1;
integer switch;

default
{
state_entry()
{
llSay(PUBLIC_CHANNEL, "Touch to see osReplaceAgentEnvironment usage.");
llSay(PUBLIC_CHANNEL, "Transition: " + (string)transition + " second(s).");
}

touch_start(integer number)
{
key agentKey = llDetectedKey(0);

if (llGetAgentSize(agentKey) != ZERO_VECTOR)
{
integer result;

if (switch = !switch)
{
result = osReplaceAgentEnvironment(agentKey, transition, daycycle_a);
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "daycycle_a: " + daycycle_a);
}

else
{
result = osReplaceAgentEnvironment(agentKey, transition, daycycle_b);
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "daycycle_b: " + daycycle_b);
}

if (daycycle_a == "" || daycycle_a == NULL_KEY || daycycle_b == "" || daycycle_b == "")
{
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "The normal environment for the parcel or region has been selected.");
}

if (result > 0)
{
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "Agent environment replaced with success!");
}

else if (result < 0)
{
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "Agent environment replaced without success!");
}
}

else
{
llInstantMessage(agentKey, "You need to be in the same region to use this function ...");
}
}
}

Kelso.Uxlay: Hello Cherry - The script works for me, but the viewer needs to be set to shared environmental settings. The script does nothing when the agent is using a viewer local environment. 1 month ago
Picture a serene cottage surrounded by a lush tropical landscape. You feel like this is what you have always wanted! You look across the gorgeous ocean realizing you can sail on 1,000 connected sims anytime you want, enjoying the gentle ripples and peacefulness of the water.

Across the bay, you have the beautiful horse riding trail that takes you oceanside and then up into the mountains.


Friends Guest Cottages

No land editing or landscaping needed. This is turnkey
No local avi needed
Instant ownership, no cost, 500 prims
For the person who wants a place ready to go



Come to the kiosk at Friends Mall and find your cottage.
hop://login.friends-grid.com:8002/Friends%20Mall/672/395/2...
...dust kickin', boot-stompin', gun slingin', chew spittin' (yes we have spitoons) dirt roads, weeds, saloon, mercantile with free gifts , barn, with barn dancin' I think you get the idea. This is a rip roarin' kinda town, not for the squeamish of heart! Free items in the General Mercantile three.hills.grid.outworldz.net:8002:Abandoned Ghost Town

Sooo...there he is, my cute ratzi !
Now avalable in ZZ's shop


Ankhsenaton: I found it !! ZZ Top ! ;-) 1 month ago
Rockabend im Haligali!

Bock auf handgemachte Rockmusik und richtig gute Vibes? Dann komm zu unserem Rockabend!

Datum: 23.08.2024
Start: Ab 20.00 Uhr
Location: Haligali Club
Taxi hier : candorsrpworld.ch:8002:HaliGali

Fette Gitarrenriffs, harte Drums und eine Atmosphäre, die rockt!
Kalte Drinks und eine energiegeladene DJane erwarten dich.

Zieh deine Lederjacke an und sei dabei – Let's rock!
Je vous propose un bac à sable ainsi qu'un groupe à prendre sur place pour partager et buildouiller en français.
Les détenteurs de régions ou de grilles franco sont bienvenus pour promouvoir leurs places.
Merci à tous.

The Dirty Fucking Hippies Were Right
https://www.youtube.com/watch?v=iKEZoY-TMG4

PAGANE WAS RIGHT!
From the firestorm creators own website, I quote. "There are occasions when a block is probably best for everyone. As an example, we can consider the recent 6.6.16 release, which had the potential to mess up inventory. That needed to be blocked to stop people from “hurting themselves” and causing ourselves and Linden Lab undue support overheads."
https://www.firestormviewer.org/firestorm-6-6-17-will-not-...

Ankhsenaton: Bravo Pagane ! https://www.youtube.com/watch?v=iKEZoY-TMG4 1 month ago

Have a good start to the week everyone. :-)


Jimmy Olsen: Greedy wolf, I`m sure he `s planning on have more SIMS in Moon lolol :_) 1 month ago
There is a new blog by Thirza Ember about the gallery. Thanks for reading! Some of you are mentioned in it.:) Bring your art to the gallery so we can get it up, please! Thank you!
https://hgsafari.blogspot.com/2024/08/dreams-on-10th-dimen...

Arcfury: That article captures a good sense of Star's grid and gallery. 1 month ago
Hello,
I am trying to make (a touchable or walkable) prim that will change the EEP for the agent interacting with it.
I tried this script but it does simply nothing.
Does anyone has a working script or a suggestion, please?

string daycycle_a = "3545d068-b539-4f55-9687-2d33e1762eb4";
string daycycle_b = "19d7a2a7-e10a-451f-9064-0e2f426f21f1";
integer transition = 1;
integer switch;

default
{
state_entry()
{
llSay(PUBLIC_CHANNEL, "Touch to see osReplaceAgentEnvironment usage.");
llSay(PUBLIC_CHANNEL, "Transition: " + (string)transition + " second(s).");
}

touch_start(integer number)
{
key agentKey = llDetectedKey(0);

if (llGetAgentSize(agentKey) != ZERO_VECTOR)
{
integer result;

if (switch = !switch)
{
result = osReplaceAgentEnvironment(agentKey, transition, daycycle_a);
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "daycycle_a: " + daycycle_a);
}

else
{
result = osReplaceAgentEnvironment(agentKey, transition, daycycle_b);
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "daycycle_b: " + daycycle_b);
}

if (daycycle_a == "" || daycycle_a == NULL_KEY || daycycle_b == "" || daycycle_b == "")
{
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "The normal environment for the parcel or region has been selected.");
}

if (result > 0)
{
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "Agent environment replaced with success!");
}

else if (result < 0)
{
llRegionSayTo(agentKey, PUBLIC_CHANNEL, "Agent environment replaced without success!");
}
}

else
{
llInstantMessage(agentKey, "You need to be in the same region to use this function ...");
}
}
}

Jimmy Olsen: Another suggestion, I have on my SIM LIght and Sound Museum, on EEP sector, the EEP HUD where one can change EEP by touch (HUD).. guess it could be used to what u need.. Take a look script inside and ... 1 month ago

Dj Dave At Club Paradise Taking your Request
Where: Club_Paradise
When: Now till whenever
What: MIXED AND YOUR REQUEST
Come Join Us and Chill to Some good music

Dj Dave At Club Paradise Taking your Request
Where: Club_Paradise
When: Now till whenever
What: MIXED AND YOUR REQUEST
Come Join Us and Chill to Some good music

Lynnestra Parker and On The Rocks present "A Tribute To Woodstock"

Sunday Aug 18th, 5:00 PM to 7:00 PM Pacific

DJ Maldrul will be playing Rock & Roll songs from the artists tha performed @ Woodstock as well as others from that era. He will also include his signature selection of SOMETHING COMPLETELY DIFFERENT!

hop://alternatemetaverse.com:8002/Airmid/478/97/23
==OUT NOW: Denis Skin for KRIS EvoX MEGAPACK + Beard + Add-ons==
Excited to share this one! A high quality skin with 18 tones (for skins available in our store too), and packed with add-ons that can be used for other skins:
Eyebrows in 11 tones
Beards in 11 tones
Hairbases in 11 tones
Face Tattoo in 3 shades
Cyberpunk Lines in 4 versions

Uber: hop://playground.darkheartsos.com:8002/Boutiques%20NE/85/2...

Marpil Grafenwalder: espectacular!!!! nena estas que te sales ... los chicos no podrán quejarse ni nosotras que ahora si les disfrutaremos al verles tan guapos!! gracias por compartir ♥ 1 month ago
Miss Munk will be spinning her wheels of steel at 1 pm grid time, at The Piazza!
Bring your headphones and get on down here and listen to nonstop beat matching and full spectrum sound!
Plug the link into your map and we'll see you there.
http://bridgemere.outworldz.net:8002:Paradise Lagoon
Special Sunday Brunch Blues with DJ Macy on the Bayou Belle this Sunday Morn at 9:00AM (SLT)!!
Region: Bayou Belle at Wyldwood Bayou Rockin' The Blues
Event begins: 2024-08-18 09:00 SLT
Added by: Kith Whitehawk✦
Details:
Get up, grab your breakfast and come on down to The Bayou Belle to chill with DJ Macy & The Tribe for coffee and relaxing blues!! DJ Macy is a fabulous blues DJ! She's got the happiest blues that will both ease your troubles from the previous week, put a smile on your face and give you the motivation to head into the next! No better way to start your day than with a heaping helping of DJ Macy and some chill blues! See you there!!

wyldwoodbayou.com:8002:Wyldwood Bayou Rockin' The Blues
Dj Isadora At Club Paradise Rocking it Come hang out

CLUB PARADISE
WHO: DJ Isadora
WHAT: MIXED AND YOUR REQUEST
WHEN: now to when ever
WHERE: CLUB PARADISE
COME DANCE WITH US!!!
BRING YOUR FRIENDS AND SONG REQUESTS
Clothing Optional Beach Club

Luna Lunaria: I had a lot of fun :-) 1 month ago
A question I often get asked is, "Why are some OARS exclusive for Dreamgridders only, I thought this was a free and opensource platform with sharing?" Yes it is however, the reason some OARs are exclusive to DreamGrid users is that they contain purchased items with licenses that must be respected. Or the Creators of these OARS only offered them to Dreamgridders it is their license to share with us exclusively. By limiting the distribution of these OARs to the DreamGrid platform, we ensure that we are honoring those licensing agreements.

"If a copyright is not enforced then it is worthless. I have paid tens of thousands for exclusive rights" Fred Beckhusen
Why do you want a Friends Guest Cottage?

* a place to change clothes
* your own island!
* Romantic rendevous hideaway
* You might prefer others to landscape for you
* no stress over land editing
* do not need local avi
* Horse riding trails, 1,000 sims to sail and a huge skatepark
* instant ownership, no cost, 500 prims

I know, the cottages are not for everyone, but they are absolutely perfect for some people!

Come to the kiosk at Friends Mall and find your cottage.
hop://login.friends-grid.com:8002/Friends%20Mall/672/395/2...
Ankündigung und Infos: 4. Geburtstag des Pangea Grids

Liebe Pangea Grid & Opensim Freunde,
Wir freuen uns, ab Oktober den 4. Geburtstag des Pangea Grids zu feiern! Bis zum Jahresende erwarten euch viele überraschende Events und interaktive Erlebnisse, an denen alle teilnehmen können. Unsere Feierlichkeiten umfassen außergewöhnliche Veranstaltungen und Themenwochen, die die Vielfalt und den einzigartigen Charme der Sims würdigen, die in den letzten vier Jahren entstanden sind.
Erste Eventankündigungen und Infos:
6. Oktober: Blues, Rock & Reggae Event an der Bourbon Beach
Adriana Darkheart präsentiert:
Livemusic Evan Williams: Ein unvergessliches Pink Floyd Konzert.
Livemusic PutriSolo: Mitreißende Blues- und Rock-Performance.
DJane Adriana Darkheart: Aftershowparty mit Reggae-Rhythmen.
Rogue Galaxy: singt Reggae
11.-13. Oktober: Jubiläumswochenende
11. Oktober: Mega-Party in Köln
DJ Marlon Wayne: Heizt mit einem fantastischen Musik-Set ein. Ein unvergesslicher Abend voller Musik und Tanz, gekrönt von einem unglaublichen Live-Act.
12. Oktober: Pangea Regenbogenparade
Motto: "Vielfalt ist unsere Freude: Respekt verbindet uns"
Teilnahme: Jedes Grid kann teilnehmen, bunte Wagen bauen oder sich als Jurymitglied bewerben, um die besten Kreationen auszuzeichnen. Zu gewinnen gibt es u.a. kleine Geldbeträge.
Shows: Bink Draconia präsentiert ein Männerballet, und Lampithaler mit einer Regenbogenshow zur Musik von Reyno Parx.
Aftershow-Party: Mit erstklassigen DJs.
Anmeldung: Bitte meldet euch bis spätestens 15. September. Weitere Infos findet ihr in der Regenbogenparade-Infobox Inworld.
13. Oktober: Geburtstags-Go-Kart-Rennen
Teilnahme: Jedes Grid kann Fahrer ins Rennen schicken. Die Strecke kann im freien Training kennengelernt werden.
Event: Nach der Siegerehrung gibt es ein Konzert von SarahMarie Phillis und eine Go-Kart-Race-Party mit DJ Marlon.
Weitere Informationen und Updates werden auch auf unserer Webseite, weiter hier auf Facebook und in Opensimworld veröffentlicht. Für Fragen steht euch unser Pangea Team jederzeit zur Verfügung.

Pangea Grid: Ein Ort, an dem Kunst und Kultur florieren, wo Menschen gemeinsam lachen und einander unterstützen, und wo Kreativität in jedem Winkel sprüht. Hier verzaubern uns Live-Konzerte, beeindruckende Showaufführungen, farbenfrohe Karnevalsfeiern und inspirierende Kunstausstellungen, die viele Menschen begeistern und zahlreiche Partys unvergesslich gemacht haben.
Wir freuen uns darauf, mit euch allen zu feiern!
Euer Pangea Team

Bonjour
Bien Hicks
juste bon courage
bisoux


Hicks: bha .. merci :p 1 month ago
DJ Rosie in for DJ Kith at Rockin' the Blues 7:30-9PM!
Region: Wyldwood Bayou Rockin' The Blues
Event begins: 2024-08-17 19:30 SLT
Added by: Kith Whitehawk✦
Details:
DJ Kith can't make it tonight but our own Hot Daddy's DJ Rosie steps up to spin your Blues tonight at Rockin' the Blues!!! Rosie has the rockin' Blues you love with her crazy sweet giggles and humor! This girl from Down Under will have you laughing and dancing all night long! Come share this rare opportunity for Rosie to spin the Blues!!! You're gonna love it!

wyldwoodbayou.com:8002:Wyldwood Bayou Rockin' The Blues
Dj Isadora At Club Paradise

CLUB PARADISE
WHO: DJ Isadora
WHAT: MIXED AND YOUR REQUEST
WHEN: now to when ever
WHERE: CLUB PARADISE
COME DANCE WITH US!!!
BRING YOUR FRIENDS AND SONG REQUESTS
Clothing Optional Beach Club
DJ Riker's Saturday Blues Showcase at Rockin' the Blues tonight at 6:00PM!
Region: Wyldwood Bayou Rockin' The Blues
Event 2024-08-17 18:00 SLT
Added by: Kith Whitehawk✦
Details:
Calling all blues lovers! Get ready for a night of smokin' hot blues with DJ Riker at Rockin' the Blues! Riker is a master of the blues, with a deep knowledge of the genre and a knack for keeping the dance floor packed! He'll be spinning your favorite blues from classics to contemporary! Rockin' the Blues is the perfect place to soak up the atmosphere of the blues! Come on down!

wyldwoodbayou.com:8002:Wyldwood Bayou Rockin' The Blues
This week alone, three people have asked me about Outworldz DreamGrid. Simply put, it's a powerful software developed by Ferd Frederix (Fred Beckhusen) that makes it incredibly easy for anyone to run their own virtual grid. If you're curious to learn more, you can check it out here: https://outworldz.com/Outworldz_installer/Grid/
https://www.outworldz.com/

CyberGlo CyberStar: I once ran opensimulator on slitaz linux, on a pIII 900 mhz with 512 mb ram. 1 region. LOL. It was actually not slow at all. But I couldn't have more than 1 visitor. 1 month ago

You solved the box. We came. Now you must come with us. Taste our pleasures.
--- Clive Barker

Wish you a nice weekend:-)


Xenon Darrow: ty gorgeous!! 1 month ago
Join us at 5 pm grid time for an hour of great fun with a live performance from Steven Strikker.
The Piazza, where great fun and good friends come together.
Drop this link into your map;
http://bridgemere.outworldz.net:8002:Paradise Lagoon
JOIN US TODAY!
DATE: August 17th, Saturday
TIME: 2pm Grid time
WHO: DJ Maldrul Smith
Hostess Lavia Lavine
WHERE: grid.genesis-roleplay.org:8002:Masala Al Kohav
When you arrive use the large black "S" shaped teleporter and select "Dance Event" on the menu then click to set and TP
DRESS CODE: Clothing that actually cover you, cover those bits we have enough of our own to look at if we want to. No nudity, No partial nudity, NO exceptions.
DJ Loves requests
Bring your friends!
ANNOUNCING our newest department at the mall - "Heating & Cooling" and we'll have some cool stuff and hot deals for you!!! These two fireplaces are two of my original builds, but only two. There will be others and yes we'll have a few "imported" fireplaces and other items, but I will do my best to build many more items than are imported. What I have been doing is taking the houses I've built that have "heating" units and unlinking the units from the homes then placing them independently in the Heating & Cooling department. Stop in and have a look around though this department is only just beginning so it only has a few items in it..but more is coming, I promise! Blessings and much love, Lavia