Website may be up and down over next few months. I'm currently doing a complete overhaul of everything. Going back to simple individual .htm pages, new overall site theme, sanitizing and cleaning up html of all pages and blog posts, attempting to implement a new tooling and publishing system etc etc.

The first release of the xMessages component was really just a introduction to what I was working on. I have yet to see any other components out there that does what the xMessages component does. Anyway I updated the code (Release 2) so that it now supports a interface driven modal so that text effects and image effects can be created and applied to the message. I am still no where close to being done. There are still some minor bugs here and there, and I put a little more comments in my code. Future releases will continue to improve the code as well as provide better documentation.

Eventually I hope to write some content pipeline processors so that an entire conversation can be created and stored in a xml file and then use the content.Load method to load that whole conversations in one line of code rather then having to write many lines of code by hand to get it to do stuff. i am also thinking of writing a tool for authoring conversations and saving them out to xml files so that you do not have to write the xml files by hand. But that will not be for some time.

If you watch the updated video you can start to see what the end goal for the xMessage component is trying to achieve.

I have posted a video of the xMessage component in action to give people a sense of what it can do. You can find the video here.

I have added a new XNA based project to the XNA page called xMessage. The xMessages component is designed for in game chararacter dialog to be displayed similar to games like Final Fantasy for the NES. This component makes use of xFripperyXNA and StreamContentProcessor. Both are included in the download.

Being the first release ther are some minor issues that still need to be worked out, such as when the component is typing out text if the word being drawn will not fit within the rectangle, the partly drawn word will dissapear from the end of the line and reappear at the begining of the next line.

Other then that the component allows an image to be displayed with the text, and the text is also dynamically changes acording to the size of the dialog. When running the demo use the left mouse button to move the dialog and the right mouse button to resize the dialog.

Future editions will have support for animated images so your game could have a picture of a talking head for example. As well as better text drawing support, and the ability to display the image on the right hand side. Also planning on adding more text drawing animations.


I just uploaded a new XNA content importer/processor library to the XNA page called StreamContentProcessor. The StreamContentProcessor allows you to use simple stream based importer and/or processors, so you can read your content files as a stream using content.Load("AssetName");

I have just uploaded the third release of my still in progress Zider game engine for XNA. You can find the download on the Zider page.

Features or changes for R3
  • Updated the xGameConsoleXNA library so commands now have an array of string arguments and a new "usedAsFunction" boolean parameter. usedAsFunction when set to true means that the command is being used as a function and allows the command logic to be aware of that.
  • Added Actor support
  • Added a SceneManager to the
  • Added an abstracted "UserInputService" service (Work in progress)
  • Full 360 controller support added. So virtually everything can be done using just a gamepad controller.
  • Added layering support, so a map can have multiple layers.
  • The zider project is no longer a standalong exe, it has been change into a class library.
  • Added SMLOP: Heroes which is a game that is being developed by me that uses the zider engine to run it.
  • The engine now makes use of the content pipeline for loading game files

Lots of new content added

Published 4/8/2007 by createdbyx in Example | Games | News | Reviews | XNA
Tags: , , ,
I have ported over some more of my old content from the previous incarnations of the createdbyx.com website.
I have also decided to re upload the numerous incarnations of my old websites. You can find some of them listed here ...
The contact page can now be found by hovering your mouse over the Home link at the top of the site.

Also fixed some minor spelling mistakes and formatting on various pages. A new XNA example project wa added as well called HealthBarProject. HealthBarProject demonstrates one way to display a health bar that floats above a desired object using the Viewport.Project method and 2D sprites rendered with a SpriteBatch object. The health bar also scales itself depending on the distance from the camera's position.
View Screenshot

Site updates

Published 4/3/2007 by createdbyx in Games | Programming | XNA
Tags: , , ,
I have fixed the link to the XMLDOCContentProcessor content processor tool. It was giving a strange no access allowed error.

I also posted a new content pipeline tool called StringBuilderContentProcessors.

It seems XNA and GSE (Game Studio Express) does not ship with a simple string importer and/or processors, so you can use text files as a game asset. The TextFileContentProcessor library allows XNA developers to use regular text files as game assets using the xna content pipeline, and returns a StringBuilder object containing the text data.

I called the project TextFileContentProcessors because I intended to include StringCollection and string[] array support in subsequent releases.

I have also added a new game project I am working on called Kabombulator. It's still kind of in the prototyping phase.

Yet another xna based project that I have added to the XNA page is the XNAContentCode pre-build utility.

I am still working on release 3 of my Zider Game Engine. I have not written any code for it lately because I am taking time to think about how to proceed further with it's design and functionality, as well as taking some time to do some code refactoring.

Created by: X

Just another personal website in this crazy online world

Name of author Dean Lunz (aka Created by: X)
Computer programming nerd, and tech geek.
About Me -- Resume