From bb3bb7b9bee56ac764c72cdfb26aaba9aa82be9c Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 30 Jul 2017 23:41:46 -0500 Subject: [PATCH] Updated babble buds page and added one for LD 39 --- _content/babble/babble-asset1.md | 5 +++++ _content/babble/babble.md | 6 ++++-- _content/babble/hosting.md | 31 ++++++++++++++++++++++++++++ _content/babble/network.md | 21 +++++++++++++++++++ _content/slime/slime-asset1.md | 5 +++++ _content/slime/slime-asset2.md | 5 +++++ _content/slime/slime-asset3.md | 5 +++++ _content/slime/slime-asset4.md | 5 +++++ _content/slime/slime.md | 5 +++++ _layouts/default.html | 1 + _posts/2017-03-30-babble.md | 8 +++---- _posts/2017-07-28-slime.md | 10 +++++++++ assets/babble-assets/screenshot.png | Bin 0 -> 225197 bytes assets/banners/slime.png | Bin 0 -> 185515 bytes assets/slime-assets/screenshot1.png | Bin 0 -> 104172 bytes assets/slime-assets/screenshot2.png | Bin 0 -> 200677 bytes assets/slime-assets/screenshot3.png | Bin 0 -> 154955 bytes assets/slime-assets/screenshot4.png | Bin 0 -> 307200 bytes index.html | 5 +++-- 19 files changed, 104 insertions(+), 8 deletions(-) create mode 100644 _content/babble/babble-asset1.md create mode 100644 _content/babble/hosting.md create mode 100644 _content/babble/network.md create mode 100644 _content/slime/slime-asset1.md create mode 100644 _content/slime/slime-asset2.md create mode 100644 _content/slime/slime-asset3.md create mode 100644 _content/slime/slime-asset4.md create mode 100644 _content/slime/slime.md create mode 100644 _posts/2017-07-28-slime.md create mode 100644 assets/babble-assets/screenshot.png create mode 100644 assets/banners/slime.png create mode 100644 assets/slime-assets/screenshot1.png create mode 100644 assets/slime-assets/screenshot2.png create mode 100644 assets/slime-assets/screenshot3.png create mode 100644 assets/slime-assets/screenshot4.png diff --git a/_content/babble/babble-asset1.md b/_content/babble/babble-asset1.md new file mode 100644 index 00000000..f440df82 --- /dev/null +++ b/_content/babble/babble-asset1.md @@ -0,0 +1,5 @@ +--- +layout: default +title: Babble Buds Screenshot +--- +![](/assets/babble-assets/screenshot.png) diff --git a/_content/babble/babble.md b/_content/babble/babble.md index 3c19fba0..e7323093 100644 --- a/_content/babble/babble.md +++ b/_content/babble/babble.md @@ -2,6 +2,8 @@ layout: default title: Babble Buds --- -A public, open source version of URealms' Puppet Pals software, written in electron and PIXI.js +Babble buds is a free, open source virtual puppet show software. It is heavily based on the non-public software called "Puppet Pals", used in URealms Live. The software is written in javascript using a rendering library called PIXI.js and distributed as an electron app. -It allows people to create digital 'puppets' and make them move and talk and emote, with others via networking. It can be used to make more authentic role play sessions, animations, interesting game dialogue/cutscenes, and anything else you can come up with! It's versatile engine allows for a large variety of different puppets with different art styles, themes, moods, etc. +Users can create puppets with different faces for different emotions, and then use the puppet on a stage where you and other users can each make your respective puppets move, change emotions, and "babble" at each other. The stage has a green screen feature and can be popped out, which gives the users tons of possibilities in terms of using the program for a role playing live stream, faux video chatting with friends, game development, or whatever else you want! + +Credit to [@TheGravyNator](https://forums.urealms.com/profile/TheGravyNator) for the awesome puppet on display in the screenshot. diff --git a/_content/babble/hosting.md b/_content/babble/hosting.md new file mode 100644 index 00000000..99d789b2 --- /dev/null +++ b/_content/babble/hosting.md @@ -0,0 +1,31 @@ +--- +layout: default +title: Hosting +--- +#### Hosting + +Here are some rough instructions for setting up an AWS server to run babble buds. It could work on any server you have so long as you can open a port on it. + +1. Create an AWS instance running Ubuntu (just so you can use aptitude, you could also use a different distribution, if you know how to search for the needed packages in its respective package manager). If you're using a server you've set up previously, then you can skip this step. + +2. Install node and the node package manager: + + ``` + sudo apt-get install nodejs npm + ``` + + If you're not running ubuntu then that command will look different. There is probably a tutorial out there somewhere if you look up "How to install node and npm on ". The rest of the commands should work on any operating system, even Windows. + +3. Install the node packages listed in server.js: + + ``` + npm install fs-extra + npm install socket.io + npm install socket.io-stream + ``` + + I plan on making a package.json for the standalone server so that you'd just need to run "npm install" and it'd automatically install all 3 of those for you. It should be pointed out you don't need to install http or path, as those are included in nodejs. + +4. In whatever form you choose, get the server.js file onto your server. You could do this over scp or by downloading it from github. You only need the server.js file! + +5. Start the server by running "node server.js". I'd recommend doing this in a program called tmux or screen, as those will allow you to start the server, and exit out of the AWS instance without closing the server. The server will now be running, and all the users can just put in the IP address of your AWS server into Babble Buds and press "Connect to Server". They will not need to deal with node or npm or anything else. diff --git a/_content/babble/network.md b/_content/babble/network.md new file mode 100644 index 00000000..edb2d4d4 --- /dev/null +++ b/_content/babble/network.md @@ -0,0 +1,21 @@ +--- +layout: default +title: Networking +--- +### Networking + +It can be a bit complicated to connect to other users (but no more than it would be for, say, a minecraft server), so here are some basic instructions on the various methods you can try: + +1. To connect to other instances on the same computer, leave the IP address set to "localhost" and just open the application a bunch of times, press "Host Server" on one of them, and "Connect to Server" on the rest. + +2. To connect over LAN (e.g. two people in the same house), have one person press "Host Server", and find your local IP (generally in the format of 192.168.1.XXX). Other users put that IP in the "Server IP" field in project settings, and then press "Connect to Server". + +You have three options for connecting to people world wide: + +1. One user can port forward port 8080 (or whatever port they prefer, its configurable), press "Host Server", find their global IP (google search "what's my IP?" and google will tell you this), and the other users put that into the "Server IP" field. + +2. You can use hamachi, and have everyone connect to the same hamachi room. Then one user presses "Host Server", and the others will plug in the IP address for that user, as given by hamachi, into the "Server IP" field, at which point they should be able to connect. + +3. If you have a server running somewhere (through AWS or Azure or something), on the github page there is a "server.js" file you can run that will host the server for you, and then people just connect to the IP of your server. + +I realize some of that sounds complicated, but fortunately you only need to do most of it once. For example, after you've found the IP you need to use, that gets saved in the project file so you don't need to find it again. diff --git a/_content/slime/slime-asset1.md b/_content/slime/slime-asset1.md new file mode 100644 index 00000000..09806bef --- /dev/null +++ b/_content/slime/slime-asset1.md @@ -0,0 +1,5 @@ +--- +layout: default +title: Slime Chargers Screenshot 1 +--- +![](/assets/slime-assets/screenshot1.png) diff --git a/_content/slime/slime-asset2.md b/_content/slime/slime-asset2.md new file mode 100644 index 00000000..f6a402c0 --- /dev/null +++ b/_content/slime/slime-asset2.md @@ -0,0 +1,5 @@ +--- +layout: default +title: Slime Chargers Screenshot 2 +--- +![](/assets/slime-assets/screenshot2.png) diff --git a/_content/slime/slime-asset3.md b/_content/slime/slime-asset3.md new file mode 100644 index 00000000..c1767db1 --- /dev/null +++ b/_content/slime/slime-asset3.md @@ -0,0 +1,5 @@ +--- +layout: default +title: Slime Chargers Screenshot 3 +--- +![](/assets/slime-assets/screenshot3.png) diff --git a/_content/slime/slime-asset4.md b/_content/slime/slime-asset4.md new file mode 100644 index 00000000..ecdb3a4d --- /dev/null +++ b/_content/slime/slime-asset4.md @@ -0,0 +1,5 @@ +--- +layout: default +title: Slime Chargers Screenshot 4 +--- +![](/assets/slime-assets/screenshot4.png) diff --git a/_content/slime/slime.md b/_content/slime/slime.md new file mode 100644 index 00000000..9c8c4db9 --- /dev/null +++ b/_content/slime/slime.md @@ -0,0 +1,5 @@ +--- +layout: default +title: Slime Chargers! +--- +A rare crystal has emerged, and you've taken your flying fortress to obtain it. Unfortunately, you'll first need to charge it up, before you can remove it. To do so you'll use a special breed of slimes that can charge these crystals through contact. Use your fortress to protect your slimes as they charge up your crystals! diff --git a/_layouts/default.html b/_layouts/default.html index 68535bac..f68d4916 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -93,6 +93,7 @@