Archive for the ‘Gamedev’ Category
Robot Portraits
Thursday, August 12th, 2010These robot portraits were created for Jürgen Brunner‘s indie game Pitiri.
Craptastic Games From The Past
Saturday, January 3rd, 2009I did some digging today, saving old CD-ROMs by copying them to harddisk. Then I made an astonishing discovery – not only did I still have a backup of my second oldest homepage, but also of a couple of “games” I created when I was 14 or 15. Hilarity ensued. I’d like to present some of the, er – “gems” I created over 10 years ago in this article.
The first such “project” I’d like to show you is actually not a Click & Create game, but was programmed by nufan (with whom I later founded our demogroup skp) in Delphi if I remember correctly. It was called Outworld Apocalypse, and the story revolved around a character called “J.C” who crash lands on an alien jungle planet. Well, the game never really went anywhere, although I still have a prototype with clickable buttons and all. My “contribution” to the game were the ugly interface buttons and logo you see in the screenshot, as well as the website and manual. After the jump, you’ll be treated to even more astonishing creations!
Babel Babel released
Tuesday, July 15th, 2008Our Half-Life 2 Deathmatch mod Babel Babel is finished! Well, sort of. There’s still a bunch of bugs and unfinished stuff in it, but it’s playable. You can grab it over at the Babel Babel website.
Half-Life 2 Deathmatch Tutorial III: Triggerable Trapdoors
Thursday, May 8th, 2008In this tutorial I will demonstrate how to create a deadly trapdoor triggered by throwing physics objects at a certain point. In our HL2DM mod Babel Babel, the teams playing against each other have the option of throwing boxes lying around the arena at targets on the other teams’ side of the level that trigger a series of trapdoors in the ground. If one of the enemy teams’ players happens to be standing over one of these hidden trapdoors, he will face his certain death at the bottom of the pit.
I had some trouble getting this trapdoor to work at first, since it seemed to work fine – as long as no player was standing on it at the moment it was triggered. In this case, it simply refused to open at all. After browsing the net a bit I found several hints on how to make the trapdoor work correctly and combined them in the following tutorial. As always, you should already be a little familiar with Hammer, because I won’t tell you all the icons you have to click on.
Pixel Art Tutorial: Optimizing Tilesheets
Wednesday, April 23rd, 2008This tutorial doesn’t have that much to do with actually creating pixel art, but it’s aimed at artists smaking pixel graphics for games. It will show you how to create the best possible tilesheet layouts, without wasting any space in the image file, which is especially useful for mobile phone developers where every byte counts.
Half-Life 2 Deathmatch Tutorial II: Round Gameplay
Monday, April 21st, 2008This is the second in my series of HL2DM mapping tutorials. Today, I will demonstrate a way to restart your map in HL2DM, without losing the teams’ scores and resetting physics objects that might be scattered around your map. We needed such a game mechanic in our mod, because it’s based on “rounds”, where each team can score, and then the map should reset. This is very specific to our mod, but I think you can always use parts of the techniques explained here for your own map. Again, there might be easier ways to do this, but this one works for me so far.
Half-Life 2 Deathmatch Tutorial I: Making Sure Players Are Ready
Sunday, April 20th, 2008I’m currently working on a mod for Half-Life 2 Deathmatch for our game development course at the FHS. I’ve decided it might be a good idea to share some of the things I’ve learned creating the game logic with Valve’s Hammer editor. Since nobody in our team can code, we have to entirely create the game with Hammer. Of course, this severely limits our possibilities, especially since we’re creating a multiplayer mod, and Valve disallowed pretty much all commands to be executed on clients. However, I found out that there are usually always a couple of things you can do to create interesting and different gameplay in HL2DM nevertheless. If I’m motivated enough, I’ll make an entire series of tutorials to cover the creation of our mod, but we’ll see. The tutorials are aimed at people who already know their way around the editor.