Gamestudio Links
Zorro Links
Newest Posts
Zorro version 3.0 prerelease!
by Grant. 02/24/26 22:21
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
ZorroGPT
by TipmyPip. 02/23/26 21:52
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
5 registered members (TipmyPip, clint000, Grant, chsmac85, Martin_HH), 5,858 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
how to animate a model.. help please #387709
11/22/11 15:13
11/22/11 15:13
Joined: Nov 2011
Posts: 17
Caloocan City
kHimaSutra Offline OP
Newbie
kHimaSutra  Offline OP
Newbie

Joined: Nov 2011
Posts: 17
Caloocan City
please help.. i'm a beginner in this programming language..how to animate a "walk" animation in a model?

i'd try to use ent_create() but it only loads the model..i wanted to animate its "walk" animation after it was loaded to the terrain.

thx

Re: how to animate a model.. help please [Re: kHimaSutra] #387711
11/22/11 15:23
11/22/11 15:23
Joined: Dec 2003
Posts: 1,225
germany
gri Offline
Serious User
gri  Offline
Serious User

Joined: Dec 2003
Posts: 1,225
germany
hi

did you already create the animation in a 3D editing Program like MED ?

If so... then take a look in the manual -> ent_animate


"Make a great game or kill it early" (Bruce Shelley, Ensemble Studios)
Re: how to animate a model.. help please [Re: gri] #387751
11/23/11 04:32
11/23/11 04:32
Joined: Nov 2011
Posts: 17
Caloocan City
kHimaSutra Offline OP
Newbie
kHimaSutra  Offline OP
Newbie

Joined: Nov 2011
Posts: 17
Caloocan City
sir.. i just imported the model from cinema4d..

my problem is what should i do to load the model without adding the model to the terrain via WED and calling the terrain using level_load(). This way, my model is loaded with the terrain but it animates all of the animation of the model

i wanted it load the model in other way..

Re: how to animate a model.. help please [Re: kHimaSutra] #387767
11/23/11 10:26
11/23/11 10:26
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
Hey, the best way to learn the Lite-C basics is to do this workshop:

http://www.conitec.net/litec/index.htm

There you'll find answers to all your (quite simple) questions. Animations are handled in workshop 21. Good luck.

Re: how to animate a model.. help please [Re: PadMalcom] #387776
11/23/11 14:23
11/23/11 14:23
Joined: Nov 2011
Posts: 17
Caloocan City
kHimaSutra Offline OP
Newbie
kHimaSutra  Offline OP
Newbie

Joined: Nov 2011
Posts: 17
Caloocan City
sir.. the tutorials in that workshop in mainly for RPG or first-person..

i'm looking for some tutorials or samples project that are tactic games or strategic games. Because i'm create a tactics games. but i'm a beginner in lite-c..

Re: how to animate a model.. help please [Re: kHimaSutra] #387781
11/23/11 15:37
11/23/11 15:37
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
Yeah you are a beginner and you are asking how to animate models and how to draw lines. This is explained in the workshops wink You cannot expect us to explain exactly how to write a tactics game line by line. Practise Lite-C and you'll find your answers automatically!

Re: how to animate a model.. help please [Re: PadMalcom] #387868
11/24/11 20:19
11/24/11 20:19
Joined: Nov 2011
Posts: 17
Caloocan City
kHimaSutra Offline OP
Newbie
kHimaSutra  Offline OP
Newbie

Joined: Nov 2011
Posts: 17
Caloocan City
i got the animation and the draw of line.. but how can i make the line more thicker? because this code ithat i'd try. :-D

while(1)
{
draw_line3d(nullvector,NULL,100);
draw_line3d(vector(20,20,30),vector(20,20,20),100);
wait(1);
}


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | 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