Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Animation overlay #66813
03/16/06 13:43
03/16/06 13:43
Joined: Mar 2006
Posts: 27
R
rogerant Offline OP
Newbie
rogerant  Offline OP
Newbie
R

Joined: Mar 2006
Posts: 27
Hello,
is it possible to overlay two or more animations for one model at the same time?
For example the first animation move the arm, the second the leg and they were called together, so the model move both!

Is there a maximum count of animations a models could have, or a maximum of frames per animation?

-roger

Re: Animation overlay [Re: rogerant] #66814
03/17/06 15:03
03/17/06 15:03

A
Anonymous
Unregistered
Anonymous
Unregistered
A



bone-animation: yes
vertex-animation: no (*)


If you use bone-animation this is a possible way (reset+anim_a+anim_b+... = total anim)

With vertex-animation you just can choose one animation name and the interpolation-sequence: e.g. "run" with 30% (its "run 3" out of 10 or interpolation between two vertex-models-sequences)

read more in the help about ent_animate().

(*) if you devide your model in separat parts you can join and animate the modelpart by script (a lot o work!)


mercuryus

Re: Animation overlay [Re: ] #66815
03/21/06 15:40
03/21/06 15:40
Joined: Mar 2006
Posts: 27
R
rogerant Offline OP
Newbie
rogerant  Offline OP
Newbie
R

Joined: Mar 2006
Posts: 27
Thank's for the infos.

do you know, if there is an maximum for frames in an .mdl-file??
I want to make a model with a huge count of animations-sequences!

And is it possible to overlay vertex and bone-animations?

-roger

Re: Animation overlay [Re: rogerant] #66816
03/22/06 14:24
03/22/06 14:24

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Hi again!

I don't know about limits in models.
Ask Conitec for that.

You can overlay vertex with bone-animation:

reset_bones+vertex_animation+bone_animation1+bone_animation2+...

mercuryus

Re: Animation overlay [Re: ] #66817
06/08/06 13:30
06/08/06 13:30
Joined: Mar 2006
Posts: 27
R
rogerant Offline OP
Newbie
rogerant  Offline OP
Newbie
R

Joined: Mar 2006
Posts: 27
Hello again,

thank for you infos.

You wrote I can overly vani and bani1 and bani2.
-My model should speak (vani) and run (bani)
But if I have a standing model talking.
And I overlay the run-boneani what is with the body.
The computer couldn't know which ani he must combine in which way,or?
Is there any example for this in forum/tut. I didn't found any

And it is possible to make two or more .mdl7-files (cause of the huge anicount I will have) and load that files to on model together??
So I could load a model (without any ani) and the anis from an other .mdl-file with only the anis (only boneani I think).

I hope I have explained my problem well enough ?!
Thank's for any info,
roger


Moderated by  HeelX, rvL_eXile 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1