About Store Forum Documentation Contact



Post Reply 
Character.
Author Message
Dampire Offline
Member

Post: #1
Character.
Hello everybody.

I recently started using Esenthel. And I have two questions.

How can I add a character more inertia. Look at HL2. When you release the button the character does not stop immediately, but stopped after some time.

The second question.
In HL2 character after the jump losing speed. How can I do it?

Thanks...

P.S.
Sorry for my english... :oops:
???? ?? ??? ????, ????????? ?? ????????
06-12-2009 06:38 PM
Find all posts by this user Quote this message in a reply
Tupac Offline
Member

Post: #2
Re: Character.
all you need is in Chr - ctrl - actor - ....
just have a look and enjoy !
you have phisics settigs of Chr so you can imagine everything (reduce speed after landing, change mass ..)

regards
06-12-2009 10:31 PM
Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #3
Re: Character.
Previously I saw only chr and controller :oops: ...
Thank you for your help.
06-13-2009 06:50 AM
Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #4
Re: Character.
Hello again.
I change all parameters, but it doesn't work. Mass changing, affects only the jump.
I change other parameters, but desired result is not produced... :(
06-17-2009 07:26 AM
Find all posts by this user Quote this message in a reply
Tupac Offline
Member

Post: #5
Re: Character.
I think the mass parameter dont change friction effect from floor.
I use freezePos to make my character stoping at marker meeting.
I have to disable gravity so i did not try to change these parameters.
But i remember creator saying me that you have to change this after 1st WorldUpdate (or WorldInit).
maybe you change that too early ... ?
06-22-2009 06:07 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
Re: Character.
maybe you could try setting the velocity to zero when the player doesn't want to move ctrl.actor.vel(Vec(0));
06-22-2009 06:17 PM
Find all posts by this user Quote this message in a reply
Post Reply