Not dead....

Published August 08, 2007
Advertisement

Check out my assets... database


Yuck [headshake]. Must wash foul taste of crappy joke out of mouth....

Okay, so I'm taking my experience from the sprite-sheet editor and using it to make an asset-database app. It's been coming along quite quickly so far. The app will basically let me enumerate all of the assets to be used in the game. These include: textures, sounds, scripts, units, levels, campaign layout etc. At the moment it only supports textures and the unit data classes are a work-in-progress (and likely will be for the rest of the game's development). Sound, scripts, level management, etc will be included as I need them. The main purpose of this app is tying the different assets together in a meaningful way. For example, the tab for unit-data editing allows the user to choose the appropriate animations from those loaded against each texture (using the sprite-sheet editor). This is a much nicer approach than hard-coding (in my mind) and it's much more flexible as well. You select textures and animations by their name. This allows the engine to resolve them to indeces at engine initialization time even if other animations or textures have been removed. As long as the texture and animation still exist, the engine will be able to find them and convert into the indeces (texture number x, animation number y) needed. Once everything is resolved, the engine can throw away the names that it doesn't need.

No screenies today, but I hope to have some soon.
Previous Entry Mostly done...
0 likes 2 comments

Comments

HopeDagger
I haven't commented in a while, but I'm still keenly reading. I'm looking forward to those 'screenshot' things too, whatever they are. [smile]
August 09, 2007 07:23 AM
LachlanL
Yeh, been a while since I posted any screenies. To be honest, I don't consider screenshots of apps to be very interesting.

I've got a long block of coding tentatively scheduled for this weekend, so I'm hoping to have done everything I currently need for the apps and be back onto some more interesting game work.
August 09, 2007 10:49 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Advertisement