Search Results

XNA Secure Unlock System

A recent forum thread unearthed a great idea by Jon Watte To generate revenue, you could have an unlock mechanism, where someone pays you money and gets an unlock code. The unlock code would be some hash of their gamer tag and a key, and the game would know whether it’s right or not. Because [...]

Comments (2)

XNA MVP Award for 2008

Earlier today, I was informed that I’ve been awarded a DirectX/XNA MVP award for 2008.  One word, Wow I am very thankful for the award, and want to thank those that have supported me … whether it’s through tolerating the time I spent helping random people on internet forums.  To those that have supported my [...]

Comments (5)

Adapting one Content Pipeline to Another

A question recently came up in the XNA Forums.  The poster wanted to maintain his own asset pipeline, but still wanted to use the content manager infrastructure. Regardless of the discussion on whether it makes sense to reproduce the functionality that the XNA Team has built for us, he may have had perfectly valid reasons.  [...]

Comments

Socially Aware XBox Live Games

What if a network session was more than simply a temporary connection to exchange interactions between two or more geographically distributed participants? What if every encounter meant that the value of your local “installation” grew by just a little bit? These are some of the questions I’ve been asking myself recently after reading an article [...]

Comments (2)

Why all the XACT hate?

XNA has been out for a few years now, and I still don’t understand why people seem to dislike XACT so much.  After I started working on some of the audio for an upcoming presentation, I was reminded just how powerful of a tool it is.  I mean, I guess I understand the allure of [...]

Comments off

Scurvy Media Logo Contest

So I’m really interested in finding a really good logo for the Scurvy.Media library.  Ideally, it would work in, or at least be related to the Scurvy Bones logo: But that’s not a requirement.  I won’t go into the properties and virtues of a good logo, since if you’re the kind of person that could [...]

Comments off

Scurvy Media v0.7.2008.0427 Released!

I’m happy to announce that the next version of Scurvy.Media has finally been released My original plan to support audio in this release was subsumed by some actual requests for the following features/fixes.  It’s rather exciting to see the library actually being used for some projects and I hope that these items, along with further [...]

Comments off

XNA/XACT Pre-Mortem

Hehe … poking around on the internet, I actually came across an old post of mine on the old XNA forums from when they were on the MSDN forums. I believe I had posted this on my blog previously as well, however, since I changed blog engines this post has been lost to the ages, [...]

Comments off

Sample Video Project

If you haven’t already seen it, the Scurvy.Media source code contains a sample project.  It’s not very complex, just a simple example of how to use the API to display a short video using the SpriteBatch. http://www.codeplex.com/ScurvyMedia/SourceControl/ListDownloadableCommits.aspx Since you can download the whole repository from the link above, I didn’t bother to make a source [...]

Comments off

Next build of Scurvy.Media almost done

I fleshed out the content writer and reader in my latest checkin to codeplex.  I’m almost done, there’s just a little bit of work left to do on the reader, then time for testing, and a bit of re-organization of namespaces and types.  I anticipate having it ready in another coding session or two.

Comments off