Skip to main content

Playing with SpacialOS

I've been wanting to explore some other Virtual Worldy environments outside of Second Life and OpenSIM a bit, and recently went through a quick look at Spacial OS, using their tutorial which can be found here.  Spacial OS kind of feels more like a basic game engine/server than a real virtual world environment.  You don't really develop in world or anything, but it is something that can be used to develop and deploy a multiplayer online environment.

I didn't get too detailed into developing anything, though it uses Unity, which is a pretty common platform these days.  I did run through and deploy a world that I could connect to, and somewhat more fun, I used a remote computer for the server and my laptop for the client.  I had to adapt the tutorial a bit, during the authorization phase by copying and pasting the URLs around and entering the IP of the server instead of "local host" but it worked out easily enough.  I deployed the server end on a Windows 7 VPS I have on Cloud At Cost.  


During the set up, you connect the server to the console at improbable.io.  Once it's up and running, you can use this dashboard to view and interact with the backend of the game world, in this case, the demo Lumberjacks and Wizards game.


The demo game itself is pretty basic, and definitely a demo, you control a little wizard, you can set fire to things with one button and put out fires using rain with the other button.  There are also some lumberjacks gathering wood and building little houses.  You pretty much just walk around setting trees, lumberjacks, buildings, and even yourself on fire.  


It's kind of neat watching the back end of the world, you can do some interaction here as well, like deleting things removes them in real time.

Ultimately, I decided to wander off to the edge of the map, when i reached it, my little wizard just disappeared, forever.  Kind of disappointing, but it was a neat little demo.  It would take more time and skill than I have to go much farther with this platform however.





Comments

Popular posts from this blog

Setting up a Google Docs Form for Second Life Interaction

I'm using Google Docs now with Second Life for tracking a few different things, and the basic set up is the same, so I've decided to just make this it's own post, that I can reference later.  For this example, I'm using aspects of the sales tracker script, but it can be adapted for any script. Google Forms can be easily used to track various inworld activities in Second Life.  I am currently using it to track visitors to my store and for tracking sales in my store.  It's free, it doesn't require running or setting up a webserver or PHP or SQL.  I will say up front, I have no idea if there are API limits at all to this.  My use is extremely low traffic.  I suspect that, since it's Google, it's pretty robust. Firstly, go to your google drive, at drive.google.com .  Create a new form and name it something useful.  In this case, I used "Gique Sales Tracker". Change the default included field to "Short Answer" and give it a usef...

LSL - Vendor Script with Google Docs Tracking

Better late than never I suppose.  Last post, like 2 years ago, I talked about how to set up a Google Form to track data in a Google Sheet for use in LSL scripts.  It's very similar to how you would make a GET call in a PHP web form.  Anyway, I'm here to post a Vendor Script that is designed to work with the Google set up to track sales.  The form values you want to create in the Google Form are: Avatar, Location, Price, and Item. The script is available below, you can also have one delivered through the Marketplace .  I have used this vendor script in world but I didn't build the base Vendor functionality, so I would test it out with a cheap price and a friend or an alt to make sure it's working properly.  I take no responsibility if this screws up and you lose L$.  This script should be placed in the root prim of a vendor along with an informational Notecard of some kind, and a single item to be distributed on payment.  You'll need to box ...

A Quick Look at the Normie Head

I've tried a pretty wide variety of MESH bodies, but I've not really stepped into the realm of MESH heads yet.  Partially because they all are pretty expensive.  Also, there's a pretty large variety of options and it's not quite as clear on which is "best for me".  The body part felt pretty easy, for the most part, they are a layer a MESH that lays over your standard avatar skeleton to sort of smooth things out.  There are nuances in there, but picking one and then adjusting it with the standard body sliders felt pretty straight forward. Heads feel different.  Like, it would be easy to end up spending 2000+ L$ on something that I couldn't possibly make work for my "preferred style".  It's not clear to me how much these heads can be adjusted using the standard sliders.  The head and face are kind of a big deal, at least to me, as part of the identity of my Avatar.  It's what I look like.  I use it in SL, I have all of my values written d...