Thursday, November 30, 2006

Ecksdee 0.0.9 Release and Developer Interview

For those of you who remember my Next-Gen Linux Game Roundup, you might recall Ecksdee as one of the games that was highlighted. In the months that have passed, the developers of Ecksdee have been hard at work tweaking and adding new features to the game, which has started to evolve into a playable fast-paced racer. A few days ago, the team released Ecksdee 0.0.9, which features the slick new Ciy map (video) along with some new ships.

With this new release, I had the opportunity to ask two of the Ecksdee developers, Vincent Knecht (vknecht) and Amir Taaki (genjix), a few questions:

Q. What was your original motivation for creating Ecksdee?

VK: I had free time when Amir came up with his hovercraft prototype, and thought it deserved a game project, like XRacer. At that time I was making a visualization application with Crystal Space, and wanted to do something more
fun with CS...

AT: I found myself working with the Crystal Space community, and on a under development game called Crystal Core. Since it was set in the future I imagined some type of hovering vehicle would be useful and began work on a CEL property class for hovering (basically like a kernel module that can be loaded in your game to do stuff). To go with it I made a demo to demonstrate it.

Since Vincent is an active Crystal Space developer, he managed to catch wind of it and started asking questions about the status of it - "Is it a game?", for which I had no ideas about :D Needless to say a week later I got a tarball back with a build system and proper application architecture... This was a great blank canvas to start working from since now everything was properly organised as it should and from there that was real good kick starter. I doubt I ever would've gone at this on my own otherwise.

Nonetheless after some time, the game started to play but looked crap -there were no ships, a poorly designed main menu... Luckily Pascal (who is also a Crystal Core artist), made us all the ships (we've taken some out for this release), the Ciy level and other textures and special effects.

Q. How has your decision to use the Crystal Space engine impacted the development of Ecksdee?

VK: Well, I've be following Crystal Space development and learning it since a few years. When we started, Crystal Core (technical demo for CS) was one of the best source of inspiration to kickstart Ecksdee. So I think Ecksdee wouldn't exist without CS :-)

AT: Very much, all of us come from the Crystal Space community. Using CEL is the biggest help since it simplifies many worked concepts in game development.



Q. What about Python?

VK: Currently, we're using Crystal Entity Layer XML scripting, which is great for simple things. However, we will switch to CEL python scripting to get more control and possibilities. Hopefuly, it will be easier to read and modify too.

Q. You're one of the only open source games that uses Nvidia's Cg Toolkit. How has this enhanced Ecksdee's graphics?

VK: Cg support is actually a Crystal Space feature, so all projects using CS use Cg to some extent. So far, we don't have really specific shaders, and use the ones provided with CS. Afaik, Cg is about shader portability, and is supported by CS since a few years.



Q. Can you tell us more about the Blender integration you're working on? How will it make content development easier?

VK: Basically, it's about having a straightforward way to get Blender models and maps running in the game. Blender and blender2crystal export script are the recommended tools for Ecksdee content creation. There are a couple of HOWTOs in our wiki about that.

AT: Hopefully Ecksdee will become more and more easier to modify in the future. I am also a blender2crystal developer and want to make it easier for people to quickly build levels and ships to make a huge load of quality content rather than developing a game like a traditional closed team.

At the moment you can set a few properties in blender, and click "Run" in the b2cs overlay and just start playing your level. With ships you can make a ship, drag it to a specific directory and the game will automatically show it in the menu.

For those who are interested I encourage them to check out the Blender conference video about Crystal Space, the blender2crystal page and the artists documentation section of our site.

Q. Lastly, what's on the roadmap for Ecksdee in the future?

VK: First there will be some porting from XMLScript to Python, especially for menus and head-up-display handling. Sure, there will be new tracks and ships. We also will look at networking and multiplayer support, though we cannot say now when that will be added.

AT: The addition of python will allow some interesting things like little drones following your ship (as a weapon system) and easier extending of the game for new features and options to the main menu among other things.

~

To wrap up, I'd like to thank Vince and Amir for the time they've both graciously spent on Ecksdee and this interview. Ecksdee is in good hands, and I'm looking forward to the future of the project. Finally, if anyone would like to get involved with Ecksdee (be it artists or coders), the Ecksdee documentation is a good place to start.

Links: