YaK:: The Kingdom of Yaknetistan in Second Life -> "Bedstraw (128, 128)" | [Changes] [Calendar] [Search] [Index] [PhotoTags] |
Advocacy:
Second Life
is a virtual world with many thousands of people
simultaneously connected, creating their world.
It's a lot like the
Croquet
system that Ryan and Strick were working on in 2005-2006,
but all grown up, done commercially, and running pretty smoothly,
using market forces within the world to make it work.
It's amazing both as a technical and as a social hack.
It's also like a MMORPG, except that everything is designed and created
by the residents (users) of SecondLife, rather than by level designers
(employees) of the company. You can create objects, model places,
and script things yourself.
You can create a free account, and there are free clients for Mac, Windows, and Linux(alpha). Use "skip this step" option to avoid providing a credit card or a PayPal account, although if you do provide one, you can convert some US dollars into Linden Dollars to play with. Ordinarily you need a paid $10USD/month membership to own land. But if you're a YAK person, we've got land you can use, and we'll give you a few Linden Dollars to spend. |
Scripting Links:
Scraps of code you don't need...
// Strick's Cannon Script default { state_entry() { } touch_start(integer total_number) { integer i; //llSay(0, "Shooting 30 cannonballs..."); float speed= 40; vector direction= llRot2Up( llGetRot() ); for ( i=0; i<30; i++) { vector epsilon= < llFrand(0.3)+-0.15, llFrand(0.3)+-0.15, llFrand(0.3)+-0.15 >; llRezObject( "BlueRubberCannonball", llGetPos(), // position //<1, 1, 10>, // velocity (epsilon + direction) * speed, <0.0, 0.0, 0.0, 0.0>, // rotation 1 // param ); } //llSay(0, "... Done."); } }
Discuss Stuff Hereshowing 10 of 26 messages [Show 3 7 14 30 100 *999* days or *10* 30 50 100 999 messages] |
|
[edit]
|
avatars seem to be about 2m high, maybe a little more... when I put up railings at 1m above floor, they seem to hit the avatar about in the middle.
|
|
[edit]
|
ANTS! We've now got ants!
|
|
[edit]
|
http://secondlife.com/developers/mapapi/ -- I've got an object that maps a region; i want to merge the data i collect with the map from the above API ...
|
|
[edit]
|
After a few weeks of prim-torture, I got the first "public" version of the Yak SkyStation above Yaknetistan Industrial Park up and running. It's mostly done with Blanc Noir's SkyHome Kit, so be patient and wait for the first Yak-grown modules..
So far, we got: - a Meeting Room with panorama windows - a Sun Deck with a beta version of my Yakkuzi (no bubbles yet) - a Garden Module with trees and a round table - a Heli-Pad (with integrated Skydiving Target) - a giant Pool - a Power Supply Module (with one of the Flat Bottom Reactors.. can someone help me out with the particle system on that one? the particles are steaming up through the heli-pad) ... plus my private workshop module, where i will be building and developing new stuff for the station. There are three long-distance teleporters installed get to/escape from the Yak SkyStation: - on the ground, near the "9" end of the runway - at the guest entrance on level 1 of the station - at the heli-pad I got a few neat features planned, so stay tuned. If you have any questions, comments, suggestions or flames, IM me inworld.
Yoshua Mandelbrot |
|
[edit]
|
BLIMPS! We've now got blimps!
|
|
[edit]
|
Yak Blimps made it into the latest update of the World Map! e.g. look in Misogada or in Cepphis.
|
|
[edit]
|
We're doing another redesign of Bedstraw, mainly the southern half right now. This effort is being lead by Yoshua Mandlebrot.
My latest hack is an experimental ski lift. The ride is a bit rotational right now, but come try it. Look at Bedstraw 128,120.
|
|
[edit]
|
In the last few days, Bedstraw has seen a lot of activity. As Strick already mentioned, we were pretty busy redesigning everything south of 128.
Added features include: - Route 69, the Yaknetistan Central Highway. Connects the two Linden roads on the SW and NE corners of Bedstraw by taking the scenic route through Yaknetistan. So saddle your horses and get ready for a ride along the new - Sandbox. New, improved, kidney-shaped. A bit smaller than the last two sandboxes taken together, but with enough space to rez huge pre-fab houses, ships or other stuff. - Yaknetistan International Airport. Bigger, better, and with a large hangar (courtesy of Mr. Cubey Terra). Please watch out for approaching planes or skydivers! - The new New Yak City. We moved it to the border of Bedstraw and Amelia. Not much new stuff here. Well, except for some exceptionally.. uhm.. exceptional architecture by Kaxis Phlox, whom I'd like to thank for all the hard work he's been putting into the redesign of Yaknetistan. - The Yak Emporium. Still under construction, but I think the first items "Made in Yaknetistan" have already been put on sale here.
So, come by anytime and have some fun in the new Yaknetistan! Yoshua Mandelbrot. |
|
[edit]
|
Someone messages me:
a blimp of yours has landed in my living room, can you remove it please
but she doesn't tell where that is...
|
|
[edit]
|
How to populate the new sandbox:
PutSand(x,y,count) -- where x and y are in units of 4m,
and count runs across the y direction.
PutSand(32,23,4); PutSand(33,22,6); PutSand(34,21,8); PutSand(35,20,10); PutSand(36,20,10); PutSand(37,20,11); PutSand(38,21,10); PutSand(39,22,9); PutSand(40,22,10); PutSand(41,22,10); PutSand(42,23,10); PutSand(43,23,10); PutSand(44,23,10); PutSand(45,23,10); PutSand(46,22,10); PutSand(47,22,10); PutSand(48,22,9); PutSand(49,21,10); PutSand(50,20,11); PutSand(51,20,10); PutSand(52,20,10); PutSand(53,21,8); PutSand(54,22,6); PutSand(55,23,4);
|
(last modified 2007-03-19) [Login] |