Archive for the ‘graphics’ Category

Shopping in progress…

I have managed to arrange some more time to spend with the game development and things are looking bright.
I made a big refactoring round and I now have all item and NPC statistics in one place, so tweaking the game balance will be easy and … well easy. Perhaps fun even.
I also started working on [...]

Read the rest of this entry »

Dynamic NPC face generator test

Well, yes, I should be bugfixing and polishing the game, and writing storyline, but no. Instead, I have been playing around with Flash, trying to set up NPC face generator.
Im not sure if this is something that will be in the game, but maybe I’ll use it in some other project in future. But anyway, [...]

Read the rest of this entry »

Castle in the pine woods

I did some fast work on the castle tile set I found lying around some time ago, and they look quite good. I also created simplified version of the tree system – earlier one created trees dynamically  using recursive code. Now I just have 10 different tree types, and the type used is based on [...]

Read the rest of this entry »

Progress progress everywhere

Well suddenly I have been doing lots of progress, and the game is feeling quite complete now, featurewise. I have added several sound effects, some new monsters, And I’m in middle of finalizing the User Interface.
There will be  weapon stats and armor stats shown in the UI, so one doesen’t need to guess too much [...]

Read the rest of this entry »

Swing the sword, climb the mountain

While playtesting the game lately, I had noticed that the combat was bit boring, so I decided to try different approach. Instead of relying to automatic melee based on weapon speed, I set up an action based melee system. So now you need to “swing” the weapon yourself, by pressing the quickbar slot (  I [...]

Read the rest of this entry »

Map teleporting and gifts from strangers

I have made nice progress again. I implemented an  item transfer to the quest system, and I also have a world map teleport functionality up.

Read the rest of this entry »

Concept art, as in “real games”

I have been suprisingly productive lately. First I created those funny monsters  (check previous post), then I whipped up a Bog Imp, flying insect-like thing in mere seconds (well, it did actually take bit longer, to tell the truth) and now I have created a beautiful ghost mage lady.

Read the rest of this entry »

Ooze Monsters

I did some fast tests for a green slime / oozemonster and it appeared good, so I did some other “crazy” monster designs also.


Funny looking stuff. I’ll make them move relatively slowly and deal A lot of damage… so they are easy avoid – unless you get caught on [...]

Read the rest of this entry »

Map of the World

I made a world map test. Not sure how to incorporate this to the game, but now that I have a map, Im sure I’ll figure out how to use it =)

I find that having maps like this trigger imagination and you sort of “find” the story with no heavy effort.
[edit] Well hmm, yes, maybe [...]

Read the rest of this entry »

No more heroes (with missing weapons)

Yes!
I got the saving and retrieving inventory items to work finally! Hooray! There are some tidying up still to be done, but in practice I now can trust the system to work well.

Read the rest of this entry »