help with badly bouncing actors

nowherejaynowherejay Member, PRO Posts: 85

Greetings,
I am having a problem with bouncing actors. I have two player controlled actors that when they touch each other they bounce off. In the same game I also have a player character and other actors that chase the player. when i stop controlling the player and let the other actors touch him, he bounces off of them. I have tried changing the bounciness and friction and the like but nothing seems to make a difference. please help!

Thank you!

Comments

  • colandercolander Member Posts: 1,610

    Try increasing the density of your player controlled actor to 1000 and decrease the density of the character actors to 10 and see what happens. It will take some experimenting with different values for Density, Friction and Bounciness of all your actors to get them to behave realistically in your game.

  • TosanuTosanu Member, PRO Posts: 388

    If you want him to hold still entirely, you can make it so that when no controls are pushed, his X velocity is Constrained to Zero.

  • nowherejaynowherejay Member, PRO Posts: 85

    Thanks for the help! Sorry it takes me so long to reply!

Sign In or Register to comment.