Animation cache using D3DXSaveMeshHierarchyToFile.

Published February 26, 2006
Advertisement
So right now the game's load times are pretty barbaric. It takes about 90-120 seconds to load the game up, which isn't THAT bad....but about 65% of the time is spent loading/combining player animations + player models. I could easily just cache a 'game ready' version on the hard drive....by saving the final frame hierarchy, and animation controller.

I'm trying to use the D3DXSaveMeshHierarchyToFile function to write out the .x file. It doesn't work. It only writes out 2KB and returns D3DERR_INVALIDCALL.

If anybody wants to know more about the issue...and maybe help me out [grin] I've created a thread here, discussing the issue:
https://www.gamedev.net/community/forums/topic.asp?topic_id=377823

I had a test session with some people from my publisher the other day, everything is still coming together...I've got a lot of work to do this week for our next test session. I'm going to focus on adding gameplay modes into the game. For my last test session the only gameplay mode I had in there was a Capture the Flag mode.

I've added a few new features into the game in the last few days...including the ability to run the game windowed, and I added a way to select a gang symbol, that will represent your gang, as well as color coded chat:


I've actually changed things to look a little better since that screenshot.

Well I've got a lot fo stuff to do, so back to work. Probably going to try to figure this damn D3DXSaveMeshHierarchyToFile issue out.

- Dan
Previous Entry 1st person?
0 likes 6 comments

Comments

Anlino
Something that would truly rock, would be if you could spray tag with your symbol on walls and such.
February 26, 2006 09:07 AM
Sir Sapo
Wow, looks like its really coming together. How many source files does the game have currently?
February 26, 2006 09:25 AM
ildave1
Very cool. Keep up the great work!

p.s. I think I enjoyed looking at your IDE more so on this post. Always interesting to see what people are working with.
February 26, 2006 10:27 AM
Rob Loach
No Visual Studio 2005? [wink]
February 26, 2006 01:26 PM
Anlino
Haven't you heard? Visual C++ is hardcore:)
February 26, 2006 04:09 PM
Gaheris
Nice as usual. I hope you'll get that issue figured out.
February 26, 2006 07:15 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement