Search found 45 matches

by alfarza
Sun Aug 07, 2011 12:56 am
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

maybe because I use this line to increace the gravity "SCC.Body.LinearVelocity += new Vector3(0, -10, 0);"
when I replace this value by 0 i can step with easily but the gravity will be weak .
by alfarza
Sun Aug 07, 2011 12:40 am
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

whate do u mean with slope , right now i have a small height on sidewalk (the picture in first page) .
and i don't know if u mean sliding movement , right now I have a sliding with walk too ??
and what is the geometry problem ??
by alfarza
Sun Aug 07, 2011 12:19 am
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

I tried many value like 1 , 20 and 100 but there is no difference , i cant step on sidewalk only if i had a higher velocity . how can i fix the problem ? :mrgreen:
by alfarza
Sun Aug 07, 2011 12:04 am
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

what is the support heigh for ? "SCC = new SimpleCharacterController(new Vector3(0, 100, 0), 90, 25, ? , 85);"
by alfarza
Sat Aug 06, 2011 11:49 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

I use this line "modelDrawer.IsWireframe = true;" but every thing i see in the wire frame , i need only the capsule ?
by alfarza
Sat Aug 06, 2011 10:41 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

another thing Norbo , I can now use the drawer code to see my capsule , can I see my capsule in wire frame mode ?
by alfarza
Sat Aug 06, 2011 10:35 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

ok nothing until now is hard , I just replace my old code with new :)
now in this line "SimpleCharacterController(new Vector3(0, 100, 0), 55, 25, 20, 85);" the second parameter"Height" do u mean in centimeter or what ?
by alfarza
Sat Aug 06, 2011 10:14 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

now the simpleCharacterController in my project , and I rename the name space to my projcet name space .
after that how can I use this class in right way to have a real character movement ?
by alfarza
Sat Aug 06, 2011 9:56 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

ok I need to know some things before use it . do u mean import those to class to my project ? I have already codes that move my player with joysticks , do u mean build another one ? and I have a camera that is behind the player and rotate with player + rotate up and down(arc ball camera), like (resi...
by alfarza
Sat Aug 06, 2011 9:47 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

and how can I use it in my project ?
by alfarza
Sat Aug 06, 2011 9:38 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

:oops: I lost with this variables ! can u give me a summary of what I need , actually I'm not need all code in the "simpleCha.." because it's many thing on it , instead of that I want to work with what I encounter with and then learn step by step , like that I can't understand all thing at...
by alfarza
Sat Aug 06, 2011 12:00 am
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

OK teacher I will study "simple character" line by line :( and if there a hard thing i will come back to you ! :twisted:
by alfarza
Fri Aug 05, 2011 10:34 pm
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

Norbo I was read some codes from the SimpleCharacterController but there is many thing in it this is not the SimpleCharacterController it's a Complex CharacterController :D . can you help me with the code I need to step on the sidewalk , I don't know if the "supportHeight" is what I need a...
by alfarza
Thu Aug 04, 2011 2:06 am
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Re: Improve the character movement

now I was play with some value like "playerCapsule.LinearVelocity += new Vector3(0, -10, 0);" I use this line to increase the gravity to the player , if I don't use these code the player will fall slowley and . if I leave the value = -10 , the player will fall like real and if I move the p...
by alfarza
Thu Aug 04, 2011 1:53 am
Forum: Questions and Help
Topic: Improve the character movement
Replies: 27
Views: 18831

Improve the character movement

Teacher that's Me :mrgreen: if I want to improve my character movement for some reason like : I can't reach to high places like hill (for example) bepu4.jpg sorry for many pictures (because my english is weak and maybe the picture tell u what i mean) and if the character is stay in slope , he slidin...