Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Problem with Wed #184532
02/18/08 20:44
02/18/08 20:44
Joined: Feb 2008
Posts: 13
E
Eshodan Offline OP
Newbie
Eshodan  Offline OP
Newbie
E

Joined: Feb 2008
Posts: 13
I have a couple of questions that I cant seem to figure out involving WED.

1. How do you make a model controllable useing templates.

2. How do I controll what animations a model uses.

3. Sometimes after I build and run a level a random polygon will disapear. When I rebuild the level the poly comes back and I might lose another one.

Re: Problem with Wed [Re: Eshodan] #184533
03/01/08 18:51
03/01/08 18:51
Joined: Feb 2008
Posts: 13
E
Eshodan Offline OP
Newbie
Eshodan  Offline OP
Newbie
E

Joined: Feb 2008
Posts: 13
Ok I think when I wrote this I was a bit to blunt with what I was asking. How do you set the speed on which an animation runs. I set up the A6 template shooter and when you get into third person Cbabe's animations dont match the movment.

Re: Problem with Wed [Re: Eshodan] #184534
03/02/08 01:44
03/02/08 01:44
Joined: Apr 2004
Posts: 516
USA
Trooper119 Offline
User
Trooper119  Offline
User

Joined: Apr 2004
Posts: 516
USA
Please search the manual before asking these kind of questions. Search for ent_animate in your manual for the answer you need. Try doing something like the following:
Note: This is Lite-C code, it may slightly differ from A5-A7
Code:
 ent_animate(guardModelPointer, "jump", animPercent, ANM_CYCLE); 
animPercent += anAmountPerFrame;




A clever person solves a problem.
A wise person avoids it.
--Einstein

Currently Codeing: Free Lite-C
Re: Problem with Wed [Re: Trooper119] #184535
03/02/08 03:50
03/02/08 03:50
Joined: Feb 2008
Posts: 13
E
Eshodan Offline OP
Newbie
Eshodan  Offline OP
Newbie
E

Joined: Feb 2008
Posts: 13
ok thanks


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