Search Results

Showing posts with label BGE Resources. Show all posts
Showing posts with label BGE Resources. Show all posts

Thursday, May 30, 2013

New Resource: LightTrail

Hey. So, LightTrail is a trail system I made because I needed the functionality of a trail / ribbon, but I couldn't find anything for Blender 2.6. It's not exceptionally well made, but I'm happy with it.

Tuesday, April 30, 2013

Motion Blur

Hello! It's been awhile since my last post. Here's an example module that I made for motion blurring.

Friday, March 22, 2013

BlendSling v0.21b - Blender 2.66a runtime and Added OS X Build

Hey. So, here's another version of my BlendSling launcher. This one uses Blender 2.66a's BlenderPlayer. I've also uploaded an OS X version. As a side-note, the Linux versions were created on Windows, so they may or may not work. Feel free to give 'em a tug and see if they fall apart.

Monday, March 11, 2013

SolarLune-Game - Google Code Game Development Module Page

Hey. So, I thought it would be a good idea to make a central Google Code page for my BGE Python modules. That way, it's easy to make sure that you have the most up-to-date scripts and functions.  You can use an SVN tool like TortoiseSVN to download the latest versions and keep up to date. It's pretty slick, I think.

Monday, November 19, 2012

BlendSling v0.2 - Launcher for BGE Games

Hey. So, I renamed the launcher to BlendSling, as there had already been a 'BGLauncher' that launches BGE games before. This version adds a little safety to the launcher by adding in some (very, very, poor, but functioning) encryption to BlendSling from my BlendCrypt project before. What's more, thanks to a suggestion by Moguri from the BlenderArtists forums a few months ago (I was really slow to work on it for some reason), it doesn't decode the files to disk (like BlendCrypt did), but rather decodes them into memory, loading their scenes (and so everything in them) into the game via LibLoad.

Wednesday, November 7, 2012

bgLauncher on Linux

Hey. So, I ported (or at least tried to port) the bgLauncher to Linux. I don't have a 32-bit version of Linux, so I couldn't test that version, but the 64-bit version seemed to run alright, though you can't spawn a terminal from it, so the "Keep Terminal Open" option is useless. Also, it would appear that you can't change the full-screen resolution - it will always be at desktop resolution (though that might be something to do with Linux or my graphics card and driver moreso than the BGE). Both versions of the launcher are present in the download. It requires 7-Zip to unzip. It can be found on the bgLauncher post here. Have fun!

Sunday, November 4, 2012

bgLauncher - Launcher for BGE Games

Hey. So, I made a launcher for BGE games, something like Unity's launcher. It basically is a standalone executable that will run a blend file named game.data or game.blend that's in the same directory as the launcher, and with the command-line arguments that you specify (no mipmaps, specific resolution, fullscreen, etc).

Friday, October 19, 2012

Simple Linear Velocity Motion Template V2.0

Hey. So, I made a template for simple movement with linear velocity awhile ago, and while it was alright, I made a new version that's a bit more refined. For one thing, it ties in better with the Bullet physics engine, and so won't operate separately from it.

For example, I'm pretty sure my old template wouldn't work well with bumping into objects, as it kept it speed separate from Bullet's speed values. The new version adds and subtracts its speed from the object's built-in linear velocity values, so if you go from bumping into an object to suddenly moving forward, you won't launch forward extremely fast.

Anyway, check it out here.

Friday, August 3, 2012

BGHelper V1.9

Hey. It's been awhile since I've last released a version of BGHelper, but I've been working on it quietly for my own projects.

Thursday, July 5, 2012

2D Blender Game Engine Tutorial Part 2

Hey. Here's another part to the 2D BGE video tutorial series that I started earlier. This part goes into movement, animation changing, mirroring the sprite based on facing, and other things.

Friday, February 24, 2012

Voxels in the BGE Demo

Hey. So instead of working on my games or tutorials, I messed around in the game engine, heh. This time, the subject that I was interested in was voxels. I tried to use them before, with pretty poor results, as I couldn't get a large number of voxels to render in the BGE. Well, I then had an idea, which I tried to implement into the BGE, with pretty good results.

Thursday, January 12, 2012

BGHelper V1.8 - Joystick Input and Profiles

Hey. So here's yet another release of BGHelper. This one focuses on joystick input mostly, though there are a couple other new features.

Tuesday, January 10, 2012

2D Sprites V1.8.2

Hey. So, here's another iteration of my 2D Sprites Python module. This one just has a minor bugfix and an improved feature.

Tuesday, November 1, 2011

X-Emitter V1.10.2 - Bug-fix-fix

Hey. So, after getting an E-mail from a user of X-Emitter, I decided to update it to fix a bug.

Saturday, October 29, 2011

GLSL Electricity Shader

So, awhile ago, I was using RenderMonkey, a GLSL shader tool, and it shipped with a pre-made electricity shader. I have since readapted it to work with the BGE. :D
You can find a video of it below.

Saturday, October 15, 2011

Sprites Module Quick Bug-Fix

Hey. Turns out there was a pretty large error in my code in my Sprites module! :S

Friday, September 23, 2011

Simple Quick Character Setup

Hey. So while I was in the process of making a game, I found a nice setup that moves objects easily via linear velocity, but avoids the drifting that frequently arises.

Saturday, September 17, 2011

BGHelper V1.6 - Node Map PathFinding and Soft-body Pinning

Photobucket
Hey. So today, I'm giving out BGHelper V1.6. This version includes quick and simple NodeMap-based pathfinding, along with a soft-body pinning function.

Sunday, September 11, 2011

Disable Mip-mapping For Runtimes Python Script - BGE Pre-loader

Hey. Here's a quick little resource for you - it's a Display Preloader for your BGE runtimes.

Tuesday, September 6, 2011

BGHelper V1.5 - Nodes and Gradual Ranges

Hey. So here's another release of BGHelper. This one has a couple of new features.