Xblog.org

>> Home


Locations of visitors to this page

09 June 2008

Map-Ed v0.0.1.16569

I've been hard at work trying to get a new job and working on the Map Editor of Bert, screen shot right.

The thing that has proven to be tricky is that the Bert Higgins uses over 1900 blocks at 16x16 and over 1500 Sprites at 24x24 this makes for rather a large overhead in the map editor writing this as a windows forms application with the standard objects is impossible because the application slows down too much with all those objects, so I wrote a new component to view them based on this article by Marc Clifton.

As a whole I'm using the work done in Nick Gravelyn's series "The Tile Engine Tutorials" as a bases for my editor, the problem with this is that the way I'm storing my map data and nick's method differ massively and he is using individual sprites for his tutorial(I'm only up to part 4), there are also other things that I'm doing differently to nick and features that were outside the bounds of his tutorials, like I want to have an auto wall feature so you select your wall tile and just draw with it the connecting sprites are inserted where two or more blocks are next to each other, and I'm using a group system to insert objects larger than a single tile, and the random select to reduce the repeating effect, I'm also trying to come up with a way to add in the auto edging for grass meets water or dirt meets concrete.

All in all The Map Editor is shaping up to be far more complex than the game, but I should end up with something that can be used for far more than just Bert.

Until next time...

Labels: , , , ,

posted by Dave Henry at   0 Comments   Links to this post

21 May 2008

Long time no post

Oops, I haven't been posting as often as I should, a few things have happened since my last post.
  • I quit my job at Comtec (Because I just wasn't happy there).
  • Wife has opened her own on-line shop selling Gothic and occult stuff.
  • I've found the joy of Portable Apps.
  • XNA Creators has launched the new site in Beta.
  • I've started looking at how I can convert Dodge to work on the Xbox360.
  • I've been working on the Editor for my Big Game.
  • I've been working on a few ideas for my CMS application.

Labels: , , , , , ,

posted by Dave Henry at   0 Comments   Links to this post

03 February 2008

New Page!

As you might have spotted I've added a new page to the side bar menu. The Bert higgins:Redux Page is where I'll try to keep a current feature list for each of the applications, at the moment there is the Game and the Map editor. The game has screenshots from v0.0.1 and less on the feature list but the MapEd also on V0.0.1 was easeir to pin down the features but there are less in the way of Screenshots.

Labels: , ,

posted by Dave Henry at   0 Comments   Links to this post