About Store Forum Documentation Contact



Post Reply 
Master skeleton, how to set it up?
Author Message
UntamedChaos Offline
Member

Post: #1
Master skeleton, how to set it up?
Hi,

So I would like to set up one master skeleton for all characters in game, I have never done anything like it and might need some pointers pfft
- How would this be setup in the animation software I am using for best effect?
- How would this be setup in the Editor and Code the best way?

Thanks for any help! smile
03-16-2013 09:24 PM
Find all posts by this user Quote this message in a reply
gwald Offline
Member

Post: #2
RE: Master skeleton, how to set it up?
1. play with the tuts/search forums :EDIT: http://www.esenthel.com/wiki/ under resources
2. play with the tuts/search forums
Welcome to esenthel smile

My Blog
http://www.esenthel.com/community/showthread.php?tid=6043

I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
(This post was last modified: 03-17-2013 04:06 AM by gwald.)
03-16-2013 11:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #3
RE: Master skeleton, how to set it up?
1) It's not so much how you set up the software, it's the format you export to. The file type and the way you create your models/animations should adhere to the standard. You want DAE or FBX.

2) There's a couple tutorial projects for learning the ropes on animations that you should look at to orient yourself.
03-16-2013 11:28 PM
Find all posts by this user Quote this message in a reply
darthsauron Offline
Member

Post: #4
RE: Master skeleton, how to set it up?
May i ask here 'cause it's for the same thing. Ok so i have created like 7 characters/npcs. They are in obj format but how to make them move - i know first i need skeleton - that's what i'm thinking at least. 'Cause they are just standing there and floating but don't move they're parts - hands, eyes, legs and so. on.
03-18-2013 01:12 PM
Find all posts by this user Quote this message in a reply
gwald Offline
Member

Post: #5
RE: Master skeleton, how to set it up?
Hi darthsauron,
In v1 you could do it all (minus modeling) but in v2 it's been removed.
So you'll need to set up skeletons in your editor, you can reuse the same skeleton for models ( I think)
Or you can look at tut 10-04 manual editing which animates via codes using bones.

http://www.esenthel.com/wiki/index.php?title=Main_Page
Explains the pipeline (v1 I think)

My Blog
http://www.esenthel.com/community/showthread.php?tid=6043

I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
03-18-2013 02:24 PM
Visit this user's website Find all posts by this user Quote this message in a reply
UntamedChaos Offline
Member

Post: #6
RE: Master skeleton, how to set it up?
Yeah I know how to export models and animations to Esenthel smile
I am wondering more like how to be most efficient about this, guess it's alot of trial and error but if anyone has done anything similar what is the most efficient way to go about it, from own experience? pfft
03-18-2013 10:57 PM
Find all posts by this user Quote this message in a reply
para Offline
Member

Post: #7
RE: Master skeleton, how to set it up?
Well from my short experience with this engine, I can only suggest the following:

- do your animations as separate sequences / multitrack, EE automatically extracts them to separate files on import.

- if you use the same animations and skeleton / rig on the models in your animation editor, you can do the same in EE. You can link all the animations and a single skeletons to the models in editor or code

- if you want to easily plug and play your models to existing code with minimal fuss, name the skeletons according to this: http://www.esenthel.com/wiki/index.php?title=Skeleton

- you can save work doing the transitional animations (ie walk to run) and let EE blend between them (you can play both animations with a blend factor)

- see http://www.esenthel.com/wiki/index.php?title=Animation , most importantly "If a bone doesn't have any keyframes, it will simply not affect the animation blending process." - meaning you can have split animations, ie. re-using the shoot animation with walk or run or stand, if the walk anim has keyframes for leg bones only, shoot for right arm bones only etc.

I'm sure there are other things to consider, maybe some of the older users will have something to add or correct, as I've only been using EE for a good week..
03-19-2013 01:30 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply