Posts

Showing posts with the label irrlicht

The Sky of Verdun 3D - dogfight in HTML5

Image
Came across this seemingly fun little game over here , too bad I don't have a Occulus Rift (yet): Check their page for the Win32 and browser server/client download.

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...

WIP "OpenFlashpoint"

Image
Here is another post about a project I found in the far ends of the internet ("here be dragons"), but which seems really promising never the less. But first of all a disclamer by the original creator: The screenshots you are about to see are not yet an eye candy, they're rather to be seen as a 'proof of concept' with lots of crappy placeholders. Work so far has mainly been done on the internal mechanics of game handling such as object interaction (player can carry gun which again can 'carry' a mag and the like), realistic calculation of trajectories, hit testing etc. So what am I talking about? A (most likely) open-source Operation Flashpoint type of game running on the Irrlicht engine with the current working title OpenFlashpoint: All there is so far is a thread on the Irrlich forums (with a few more details and development screenshots) and sadly the main developer seems to be bogged down by "real-life" ATM. But it seems like a worthwhil...