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
2 registered members (AndrewAMD, TipmyPip), 12,555 guests, and 5 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
I HAVE PROBLEM IN C_MOVE #322905
05/10/10 14:04
05/10/10 14:04
Joined: Apr 2010
Posts: 43
C
cgcg Offline OP
Newbie
cgcg  Offline OP
Newbie
C

Joined: Apr 2010
Posts: 43
pic of problem
How to Make the player Climb and Descend blush

Re: I HAVE PROBLEM IN C_MOVE [Re: cgcg] #322979
05/10/10 19:10
05/10/10 19:10
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
c_trace and manual.


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends
Re: I HAVE PROBLEM IN C_MOVE [Re: Superku] #322983
05/10/10 19:31
05/10/10 19:31
Joined: Apr 2010
Posts: 43
C
cgcg Offline OP
Newbie
cgcg  Offline OP
Newbie
C

Joined: Apr 2010
Posts: 43
GIVE me exemple:
if (key_w)
{
c_move(my,vector(5,0,-0),nullvector,glide);
walk_speed += 5 * time_step; // increase walk_speed; 1.5 sets the speed
ent_animate(my, "walk", walk_speed, ANM_CYCLE);
}

Re: I HAVE PROBLEM IN C_MOVE [Re: cgcg] #322988
05/10/10 19:40
05/10/10 19:40
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
GIVE me money.

EDIT: Use c_trace to measure the distance to the ground and if it's more than some quants, apply negative vertical speed.

Last edited by Superku; 05/10/10 21:54.

"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends
Re: I HAVE PROBLEM IN C_MOVE [Re: Superku] #323129
05/11/10 19:27
05/11/10 19:27
Joined: Aug 2008
Posts: 408
mi usa
sadsack Offline
Senior Member
sadsack  Offline
Senior Member

Joined: Aug 2008
Posts: 408
mi usa
download this and you will have a goow working model of a shooter game

http://www.opserver.de/ubb7/ubbthreads.php?ubb=postlist&Board=32&page=1


I have A7 Commercial .............. Now I just need to learn how to use it

Re: I HAVE PROBLEM IN C_MOVE [Re: sadsack] #323166
05/11/10 21:57
05/11/10 21:57
Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
Tobias Offline

Moderator
Tobias  Offline

Moderator

Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
Just read the tutorial, walking is covered. It's also covered in the manual with an example.

http://www.conitec.net/beta/ac_move.htm

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



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