Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Can anyone help me upon loading skeleton x file in a specific frame of a specific x file?

Assumes that skeleton x file name is body.x and consisting of frames

Neck Upper spine Lower spine

and i want to load a skeleton x file name weapon.x on frame Upper Spine.. do you think this is possible?

share|improve this question
3  
Your question is, can anyone help you do that? Sure. What have you tried already, what didn't work about it? The more you give us to work with the more likely you are to get a useful answer. Please edit your question with additional information. – Byte56 Sep 8 '12 at 14:52

closed as not a real question by Byte56, Laurent Couvidou, John McDonald, Trevor Powell, Yannbane Sep 29 '12 at 14:26

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Here you go.

If you know Python there is also an exporting script for the .x file format bundled with Blender.

There also resources like this one that are more "verbose".

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.