Charas-Project

Off-Topic => Archive => Resources => Topic started by: fruckert on June 21, 2010, 03:29:45 PM

Title: Neat Game Maker Engines
Post by: fruckert on June 21, 2010, 03:29:45 PM
I've decided that starting a list of neat Game Maker stuff would be a good idea.
I don't claim that any of these are mine, by the way.
All engines herein are the property of their respective owner.

Format will be as follows:
Name with link (http://www.google.com) - Difficulty (Version)
Description, and what you can do with it.
Other Resources:
Linkity link link (http://www.googlecode.com)

GAMEPLAY

The Zero Engine (http://gmc.yoyogames.com/index.php?showtopic=454506) - Intermediate (GM7 Pro, lite is easily available from my understanding (depends on the functions that you use))
The Zero Engine is probably the most complete engine on the GMC right now. It's what's currently powering Kyoob.
It works off of the Finite State Machine (http://en.wikipedia.org/wiki/Finite_state_machine) concept.
It's kind of a hard topic to discuss briefly, so just download the example and take a look at it's scripts.
Other Resources:
Charas! Yes, there is a script in it that loads RPGMaker character formats. So, basically you can just make a character in Charas (or sprite one yourself), and then load it into GM.
I'm also available for help if you want to achieve something

GRAPHICS

GMOgre3D (http://code.google.com/p/gmogre3d/) - Advanced to Very Advanced - tutorials available (GM7 Pro)
GMOgre is a port of the very popular Ogre3D (http://ogre3d.org/) engine.
It's a fully functional 3D engine, with a small inclusion of Havok like physics (about a hundred boxes at once didn't slow me down, and I'm on a craptop).
It is, however, kind of difficult to learn, as it's basically another object oriented language wrapped up in GM.
A number of tutorials are available, however, on the site linked.
Other Resources:
Ogre specific resources are at the site above.
Sculptris (http://www.sculptris.com/) is a free, lightweight sculpting application. You can make some impressive stuff with this.
Only problem that I've had so far is I can't figure out how to export things with their textures :(

Wannabe3D (http://gmc.yoyogames.com/index.php?showtopic=421418) - Beginner to Intermediate (GM8 Pro)
W3D is exactly what it sounds like...a fake 3D engine. It achieves it's effect through drawing polygons on the screen in such a manner that it looks 3d.
Unfortunately, it doesn't like the camera being in angles that AREN'T straight down, so it's kind of limited in what you can do with it.
Other Resources:
N/A

SOUND

SuperSound (http://gmc.yoyogames.com/index.php?showtopic=120034) - Beginner - (Pro)
Supersound is basically a powerful sound system.
It's what Spelunky uses.
There IS a .gex available, but it has a rather severe bug, in that it doesn't delete the temp folder.
So...use this.
Other Resources:
Musagi (http://www.drpetter.se/project_musagi.html), an awesome music creator that's easy to use. Still need to know how to compose though :P
SFXR (http://www.drpetter.se/project_sfxr.html), "MS Paint for sfx"

More to come as I please.
Title: Re: Neat Game Maker Engines
Post by: fruckert on June 23, 2010, 07:24:32 AM
Updated with SuperSound and Wannabe3D.
Title: Re: Neat Game Maker Engines
Post by: drenrin2120 on June 23, 2010, 08:15:59 PM
Musagi is awesome. Thank you for introducing this to me! I'm going to delve a little bit into the other things posted and report back later.
Title: Re: Neat Game Maker Engines
Post by: fruckert on June 23, 2010, 08:37:41 PM
The guy who made those actually has a lot of really cool free game creation apps.
Including a free modelling program that kicks ***.
I'll go add that stuff to the list.