Posts

Showing posts with the label bge

Blender Game Making Challenge starts on the 20th of this month

Image
While not necessary only for FOSS games, all will be done with the Blender3D included game engine (BGE). Check out their website here and/watch the video below: The overall theme will be announce on the 20th when the contest starts.

DevCorner: Underapprechiated game engines

In my never ending search for a FOSS game engine that is usable for game modding with out having to reinvent the wheel (nor requiring to be a C++ code master) & having decent tools for content creation (because I am spoiled and think that is a minimum requirement for a game engine) I have become quite disillusioned lately. That is because *spoiler alert* sadly there is none so far... but a few are close luckily. The usual contenders for 3D action games are your mixed assortment of idTech based engines, most notably ioQuake3 . There are a few upcoming contenders like Unvanquished's Daemon engine (which is a mix of ET:Wolf, ioQuake3 and Xreal) and a yet to emerge idTech4 based champion (my uninformed guess is that it will be dhewm3 ). But all of them lack a decent game-play scripting function. On the other side of the idTech spectrum, there is the idTech1 based granddaddy DarkPlaces , which while having advanced to an quite impressive feature set, suffers a quite a bit from its...

DevCorner: Blender Game Engine

Image
While Blender3D is one of the premier FOSS projects out there, its integral part the Blender Game Engine (BGE) is often belittled as not a serious game engine. While the criticism is certainly not completely unfounded   and the integration of limited "non-programming" game code creation (via logic bricks) gives it a bit of a "RPG maker" image, it really is a quite interesting platform to work on it seems. Ok, probably as of now the BGE is really more of a rapid game prototyping engine, but previous experience during the Yo, Frankie! project has actually shown that at least compared to some other well known FOSS engines, it is a serious contender (that Blender Foundation project originally started on Crystal Space , and after many problems was implemented in the BGE in a few weeks only). So what makes it so interesting? Well for one there is the full integration with a creation tool (obviously Blender3D) so that getting your content into the game is only a matter...