Armies and Units

As I already told at some point, armies will play a great role in my current game, especially since it could get a bit hard trying to take over the world without any armies. So I decided this part to be the first one that I’ll try to get playable before getting to the other parts. After having my WeltEdit so far finished that I was able to create the units that’ll be in the final game, I finished the army building window in the game (see the screenshot) and the player is now able to qeue units which will then be build and transfered into a global unit pool (contrary to my first design draft, units will be managed global, not regional anymore), from which the player can assign them to an army later on. [Read More]

Ingame Hexfield and more Gamedesign

Coding on the game is fun, doing game design is fun, but coding boring tools to create content isn’t. So I usually switch between those three things on the fly, so that the boring part of creating tools doesn’t overweight the fun of doing the creative stuff for my current project. And therefore, after coding some hours on “WeltEdit”, the editor to create all content for my current project I went on to implement the three-dimensional hex battlefield into the game, and now have it up and running in it’s own window, nicely implemented into the GUI. [Read More]

Tools and Content

Small note : I now put the abbreviation for the working-title of my current project before postings dealing with it, so you can directly see what the post refers to. The last days I spent on coding the tool needed for putting content into my current project. I already had some tools from the old prototype, but they were neither finished nor what I really wanted to quickly create content. So I made one single application (although not totally finished yet) where I can create all the content for my game, like region-settings, unit-info and buildings and export (and also import from) to XML. [Read More]

Animated skinned UI-control

I already wrote (and posted screenshots) about the skinned controls in the GUI of my current project. And this time you can even see it in motion, as I attached a small video I captured of that control which you can see here (it’s a flash movie, about 500 KBytes big). Due to the fact that swf is not the best format for videos it doesn’t look as good as in “reality”, but you should see that I also added a fade-in and fade-out to the controls, so that the buttons slowly fade in and seem to kind of glow out when you leave their mouse area. [Read More]

GUI - Coding and some Hex(es)

After having done the layout for the GUI, I started to implement a new skinned control into the already existing GUI-part of the project. Basically it’s a control consisting of different parts and every part has it’s own texture (overlay, the whole control has it’s own background) and is activated (rendered) as soon as the mouse cursor enters it’s polygonal area. The area itself is specified as a polygon, so you can recreate every complex shape that such a control can have. [Read More]

More on the GUI

Did some more work on the GUI and I guess what I’ve got now is going to make it into the final game (the screenshot already comes from within the game). It has the control center with all important buttons (still not named on the screenshot) and also plenty of space for the information the player needs to know about. And, most important, it (at least in my opionion) perfectly fits the theme of the game. [Read More]

Some GUI-Work

I spent some hours doing the basic layout for the control center of the game I already posted about. After doing some drawings (by hand) to get a hang on how it should look, I fired up photoshop and after several hours (and several designs) I came up with the skeleton you can see in the screenshot (click for bigger view) on the left. Right now it misses captions and symbols, so you can’t see what the buttons (the globe in the middle is, maybe as you already guessed, for ending the current round) are done, but that’ll be added. [Read More]

Refining the game design

Well, I’m still working at refining the design of my game project mentioned in my last entry. And since back then, alone the document in which I wrote down changes and additions to the initial gamedesign is already 10 pages long. So the ideas are flowing and everything is coming together. And this also is the first time that I ever invested so much time in writing a game-design document. Up until now I usually just wrote down outlines of my idea and implemented the details while coding, which works fine for arcade-like games (see e. [Read More]

Back again

Well, after a bigger break I’m back at coding again (at least hobby-coding, already did some “serious” coding during the last months) and I have started to work on something new that’s actually rather old : Back in 2003 I started on a roundbased strategy-game and wrote a rather big design document and also made a working prototype (but with no actual gameplay in it). But soon I realised that the design of this game was too complex (both in terms of gameplay and in terms of content I had to create), so I dropped it. [Read More]