Knights version 20 released

I am pleased to announce a new release of Knights.

New features include:

  • All quests can now be played as team games. (The House Colours determine whether a game is a team game or not; there is no separate “team” game type any more.)
  • Invisible knights are now shown with a transparency effect, and you can see invisible knights on your own team.
  • Added a Quest Requirements display in-game. This is a handy reminder of what you are supposed to be doing in each quest.
  • On Windows, Knights now uses DirectX for rendering by default (and falls back to SDL if DirectX is not available). This should reduce CPU usage for those with up-to-date Windows versions.
  • Many other bug fixes and improvements, see release notes for full details.

As usual the game can be downloaded from http://www.knightsgame.org.uk/download.html, where you will also find the full release notes.

Enjoy 🙂

About Knights

Knights is a multiplayer dungeon bashing game. Players must explore randomly generated dungeons and compete to solve various quests. For more information please visit http://www.knightsgame.org.uk/.

Quest Requirements display

I have added a Quest Requirements display to the in-game screen.

Screenshot showing the new Quest Requirements display
Screenshot showing the new Quest Requirements display (click to enlarge)

Originally I wanted to add a tick or cross icon next to each objective, to show whether you have completed that objective yet or not. However, I didn’t get time for that in the end, so I just left it as a static list of objectives, as shown above.

(Also, there is some debate as to whether we should always tell players whether they have completed each quest objective. For example, in a duel to the death, one of the objectives is “secure all entry points”, but players would not normally know whether they have secured the last entry point yet – so should we give this information away by telling them that the objective is complete? Hmm… perhaps it should be an option.)

Anyway, there is now just one more issue to fix (namely: invisible knights should be visible to other players on the same team), then it will be time to do the next release…

About Knights

Knights is a multiplayer dungeon questing game. For more information please visit http://www.knightsgame.org.uk/.

Progress update – making all games team games

Hi everyone, this is just a quick post to report some recent progress I have made on Knights.

It’s true that not much in the way of Knights development has happened recently (well, since January really…) — however, I did get some time to work on Knights yesterday and today and hopefully this should continue into the near future at least.

So I have been busy working on the first stage of the plan I posted last month, which was to remove the separate “team duel to death” quest and instead make ALL games team games. Here’s a screenshot of the new quest menu:

Quest selection screen (click to enlarge)
Quest selection screen (click to enlarge)

As you can see I have added five new house colours, this gives us enough colours for up to 12-player games which should be enough for now (and I can easily add more if needed). I also fixed the bug where entry points secured by the Black player were too dark (so black is now a usable colour for duel to the death quests).

Next up will be to implement a Quest Requirements window on the in-game screen, so that people can know what they are supposed to do without having to press ESC.

Knights development plans

OK so Knights development has been a bit quiet recently, but today I went through Trac and planned out what I would like to do in the next few releases. The plan ended up looking something like this:

  • Version 20 (the next release):
    • Get rid of the separate “Team Duel to the Death” quest type, and instead make all games team games (as proposed in the forum a while back).
    • Add a “Quest Requirements” box on the right hand side of the screen, this will show you a “checklist” of what you have to do (e.g. “Find 4 gems” and “Return to entry point”) plus a little tick or cross next to each item. The idea being to make it a bit clearer exactly what you are supposed to be doing in each quest. (You can already get the quest requirements by pressing ESC, but it is a bit non-obvious, especially to new players.)
  • Version 21: improve “modding” support (see this thread)
    • Make mods easier to install, by simply creating a new directory in “knights_data” (instead of having to edit the existing “knights_data” files as you do at the moment).
    • Change the Knights client so that it downloads all graphics data from the server, instead of looking in the local “knights_data” directory. This means that mods could be installed on the server side only, and players would automatically see the changes without needing to update their Knights installation at all.
    • Tidy up ImpassIve_Rus’s mod for multiple wand types and support it as the first official Knights mod.
  • Version 22
    • I would like to improve the Tutorial. I think a game like Knights needs a strong tutorial, since there is a lot of stuff you can do in the game, and it can be a bit confusing for newbies. The current tutorial is OK but there is definitely room for improvement.
    • Some other minor improvements, e.g. fix some bugs when players get eliminated (which Moo has pointed out recently).

There is also the small matter of the Knights Map Editor which is currently in a somewhat neglected state. I was thinking of rewriting this in C#, as that would give me an excuse to learn C# (and therefore increase my employability) however it doesn’t look like I will be able to do that any time soon. I plan to concentrate on Knights itself for the time being.

Still not sure when I am going to get time to work on the above, but at least there is a plan in place now 🙂

Knights 019 Released

I am pleased to announce the release of version 019 of Knights. As promised in an earlier post, this version has several new features including:

  • Improvements to team games
  • New “Deathmatch” quest type
  • Dungeon generator is now able to reflect/rotate rooms
  • Several bugs have been fixed.

Downloads, and full release notes, are available from http://www.knightsgame.org.uk/download.html.

Unfortunately I did not get time to add Loki’s ogre monster to the game this time; however, I did do a little work on refactoring the monster code, which paves the way for me to add ogres (and perhaps other monster types) in a future release.

About Knights

Knights is a multiplayer dungeon bashing game. Players must explore randomly generated dungeons and compete to be the first to solve various quests. For more information please visit http://www.knightsgame.org.uk/.

Happy New Year!

Just wanted to say a big Thank You and Happy New Year to all Knights players.

Looking back, I am amazed at how far this little game has come. I first started working on the project back in 2002, although at that point, the plan was not to make an exact remake of Amiga Knights, but instead to make my own game which was “based on” the concepts of the original. However, I wasn’t having much success with that so in about 2004 I decided to change course and just do a remake of the original Knights; I figured I could always add my own new features later if I wanted.

Coding began in earnest in 2005 and the first actual release was right at the end of 2006. About two years after that, the game was complete enough that I decided to announce it on a couple of Amiga forums. At this point it was still fairly basic, with only 2 player support and no central Knights server yet, but it still generated some interest and I was soon getting emails like “why can’t I compile this game on Linux” and “why doesn’t the network support work properly” (LOL). By mid 2009 I had the central server up and running and at the end of 2009 the Multiplayer support (i.e. more than 2 knights in the dungeon) was in place. It was at this point that we discovered that Knights is actually a lot more fun in multiplayer than the original 2 player game, and we even got the original creator (Kalle Marjola) along for a few games 🙂

2010 saw somewhat slower progress — although a couple new features (including a tutorial) were added, along with lots of bug fixing. This year (2011) the most important development was the addition of the “Knights game listing” on the Server List page. With this, I feel that the final piece of the puzzle is now in place: it is now possible to actually meet other players online (something that was surprisingly difficult beforehand) and indeed we are now regularly having 4 or 5 player games every week. (Thanks to K9 for suggesting this feature!)

So, what will the new year bring? With the basic Knights gameplay now in place, and an active (albeit small) community of players, I suppose the next logical step would be to add new gameplay features: new quest types, new room designs, new monsters and items, and so on. At this point I could use some input from players: if you have any new gameplay ideas, please throw them my way 🙂

In the meantime, best wishes to everyone for the new year and may the games continue into 2012 and beyond.

Coming soon: Knights version 019

So this is just a quick update to let you all know what I’ve been working on recently.

Apart from general bug fixing I have so far added two new features to the next version of Knights. These are:

  1. Improvements to team games. I’ve fixed the glitches we found recently and disabled friendly fire for team games. I’ve also added a team chat feature (send chat messages only to your team mates) and allowed more than two teams in a game.
  2. I made a change to the dungeon generator to allow it to reflect and/or rotate the predefined dungeon rooms. This is a “cheap” way of adding a bit more variety into the generated dungeons. It effectively means there are now eight different versions of each room (for the mathematicians, this is the D8 symmetry group…) Here is an example:

A familiar gnome book room... or is it?
A familiar gnome book room... or is it?

In addition I will try to add the following if I get time:

  1. Deathmatch quest type. This has been suggested a couple of times now. Here’s my proposal for how it should work:
    • Knights will spawn at a random entry point (i.e. it’s a different point each time you respawn; knights don’t have a fixed “base” location in this game type).
    • You get one point for a kill, and lose one point for a suicide (e.g. falling down a hole or zombifying yourself).
    • There is a time limit and the player with the highest number of points when the time runs out is the winner.
  2. I also wanted to have a go at implementing Loki’s suggested ogre quest (see previous post). This means importing the ogre graphics into the game, defining how the ogre behaves and designing a room layout for the ogre’s lair.

The plan currently is to release this either later in December, or early January.

Ogre graphics

A gentleman named Loki Trickster has sent me some ogre graphics for use in Knights. I have reproduced some of them below with his permission.

walk

strike

The idea is that the ogre would be a slow-moving, but powerful, “boss” monster. He would have his own room (a bit like the guarded exit or Necronomicon rooms), probably with a lot of corpses in it, and he would attack any vampire bats or zombies that came near him. Perhaps there could be a special quest type to kill the ogre, or bring something back from his room.

Unfortunately I’m not able to add the ogre to the game right now (due to lack of time), but as I’ve said before, I’m planning to add a modding system to Knights, which will make it easy to add new monsters (and other things) to the game. I’m a bit busy at the moment but I should be able to make some progress on that in December.

Reminder: Knights game tomorrow

Also I just want to remind people that we are planning a Knights multiplayer game for tomorrow (13th November) at 7pm GMT. If you want to find out what Knights is all about, then why not log on to the server at that time, and join us for a few quests?

New Knights game listing, and regular Knights game on Sundays

Some of you may have noticed that it is difficult to find an online game of Knights, because there is often nobody online. To help solve this problem, I have set up a listing of pre-arranged games on the Server List page. The idea is that you can check the list, find a time that’s convenient to you, and then log on at that time and play. You can also vote for games (this gives an idea of how many players will show up to each game) and add your own games to the list, which other players will then be able to vote for.

We have also now set up a regular weekly game, taking place at 7pm GMT (2pm EST) on Sundays. Everybody is invited to join — just log on to the server at that time. Last week five players turned up, and we had a great time — Knights really is great fun (and quite hilarious) when there are four or five knights running around at the same time. This week I hope to get even more players, so why not join us this Sunday?

About Knights

Knights is a multiplayer dungeon bashing game. Players must explore randomly generated dungeons and compete to be the first to solve various quests. For more information please visit http://www.knightsgame.org.uk/.

Knights 018 Released

Knights version 018 has been released. It can be downloaded from: http://www.knightsgame.org.uk/download.html

This release adds a Random Quest button, as well as fixing a number of bugs. Full release notes are available at the above link.

About Knights

Knights is a multiplayer dungeon bashing game. Players must explore randomly generated dungeons and compete to be the first to solve various quests. For more information please visit http://www.knightsgame.org.uk/.