Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 03/01/26 16:40
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
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
3 registered members (Quad, TipmyPip, Grant), 5,429 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 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,141
Baunatal, Germany
Tobias Offline

Moderator
Tobias  Offline

Moderator

Joined: Aug 2000
Posts: 1,141
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