Dampire
Member
|
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 |
|
Tupac
Member
|
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 |
|
Dampire
Member
|
Re: Character.
Previously I saw only chr and controller :oops: ...
Thank you for your help.
|
|
06-13-2009 06:50 AM |
|
Dampire
Member
|
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 |
|
Tupac
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|