Map Compliler?

Posted By: miladdelphi

Map Compliler? - 10/16/09 13:48

Where can i find a FULL explanation about options in Map Compiler?

SO thanks.
Posted By: Damocles_

Re: Map Compliler? - 10/16/09 15:42

http://www.conitec.net/beta/WED_Funktionen21-Map%20Building.htm
Posted By: miladdelphi

Re: Map Compliler? - 10/16/09 16:44

So thanks.

i have a problem.please help.

in workshop21(lite-c) walking command is :

c_move(me,vector(2*time_step,0,0),vector(0,0,0),GLIDE);

when i run it,when the actor gets to wall,his hands and foots panetrate wall.

so,i changed the line to this:

c_move(me,vector(2*time_step,0,0),vector(0,0,0),USE_AABB);

in this line the actor does not his hands and foots panetrate wall,but he is a few away from the wall.
1.what must i do?must i change the hull size?how?

thanks.(sorry 4 bad english)
© 2024 lite-C Forums