Gamestudio Links
Zorro Links
Newest Posts
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
1 registered members (Ayumi), 662 guests, and 3 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 filesize? #294104
10/16/09 11:11
10/16/09 11:11
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline OP
Serious User
darkinferno  Offline OP
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
the new ent_animate function allows us to use animations from other models? so am wondering, does it make sense to have a model with alot of animations? say like 50 different animations?

am wondering because, now i mix animations with ANM_ADD to create the different weapon poses for my characters, this means i only need one of each animation...

i can run and ANM_ADD the 'hold large weapon' animation to it so i would only need one 'run' cycle

now if it was efficient to use really large animation files, i could instead create 5 different run animations, each with a different weapon pose, this would indeed make a larger file, is this practical or what?

Re: animation filesize? [Re: darkinferno] #294144
10/16/09 15:35
10/16/09 15:35
Joined: Oct 2009
Posts: 11
Y
Yaz90 Offline
Newbie
Yaz90  Offline
Newbie
Y

Joined: Oct 2009
Posts: 11
your animation file should contain the basics, such as run, walk, crouch, fire. When you inherit from that, you can control in script, like lower half body of bones play run and upper plays fire etc. So no need to have 5 different run animations. One is enough and then you can mix it up with the rest.

I would create left strafe, right strafe, forward and backward for both run and walk. then I would have an idle animation and a fire animation, weapon switch animation etc. Then in script when running and switching weapon, lower body would play run and upper would play switch.

PS: the animation file doesn't need to have any mesh, just the bone structure with the animations.

Last edited by Yaz90; 10/16/09 15:36.
Re: animation filesize? [Re: Yaz90] #294167
10/16/09 18:37
10/16/09 18:37
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline OP
Serious User
darkinferno  Offline OP
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
yes i'm aware of this and is stated that i already do that, you can see it here: http://www.youtube.com/watch?v=_q524cEQHOI

but i want to know if using a huge filesize with ALOT of animations will affect the speed of the engine...


Moderated by  HeelX, Spirit 

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