Deadburg PC Update – February

Hey Folks!

Here’s a quick update on the PC release.

Animations

The Xbox version of Deadburg really had two animation systems in place.  One for the zombies and one for the Avatars.  This was due to how the animations were handled by XNA.  The result is that both were brought to a level that was “ok” but not great.  However since Avatar’s are Xbox only, they won’t be present in the PC version, which means all animations will be working on the same system/data.

The upside is now I can focus on improving the animation system and have those improvements apply to everything in the game.  A good chunk of this month was working on adding features to the animation system.  Some didn’t work out (Like mirroring animations), but others did (Like inverse kinematics and improved animation blending).  It’s still not ready for prime time, so the benefits of these changes are something you’ll see later on.

UI

UI systems are one of the more annoying things to deal with on the coding side of things.  In the Xbox 360 version I basically did stuff at a very low level, drawing individual pieces of the UI.  It worked well enough to get that version out the door, but it’s not particularly when making changes.  That’s part of the reason the UI in Deadburg is somewhat basic/no frills.

That wouldn’t cut it for the PC version, since we already need to rework the UI for mouse + keyboard.  So I’ve been adapting a system I built for another game to use in Deadburg.  This includes some nice features that makes changing/editing the UI a lot easier, and allows me to rip out a bunch of boiler plate code.  In short it should make the UI a lot faster to create, easier to change and ideally reduce the bugs in it.  It also means I can implement features that will add some flair/polish to the UI.

Here’s another teaser shot of some of the new stuff coming.

9 thoughts on “Deadburg PC Update – February”

    1. They’ll be similar to the Xbox versions. Although some of the geometry will be a bit higher detail to support aim down sights. So for instance the sights on the teaser are the higher detail version.

  1. Hello! I always found your game to be fun, and I know there’s a lot of limitations from XBLI and XNA. I would really like to contribute in some sort of way to make Deadburg ready for PC. (1/2)

  2. I have been modding a game called Murder Miners which is an XNA game that originally released on the XBLI which later released onto the PC platform and would like to point out somethings that Murder Miners had to struggle with since it’s an XNA game on PC and what you can do to find a better start and route later down the PC development and release. Somethings that is are mostly standard for people on PC is support for mods, 60fps+, etc…. (2/3)

    1. Hey Double,

      Sorry for the long delay in my reply. I haven’t been checking the website as much as I should be. I will be doing a closed alpha/beta of the PC version at some point this year. As part of that process I’ll likely be adding more PC specific features, and soliciting more feedback on changes to the game. In the meantime I do generally read/respond to most of the mail I get at jeff@reanimatedgames.com if you have specific topics to discuss.

  3. So excited! Great to see the game isn’t dead! Came back a year later and one of my favorites is not only still here but going to be updated! Cheers!

Leave a Reply

Your email address will not be published. Required fields are marked *