YouGroove Posted August 12, 2013 Posted August 12, 2013 Trying to make some small fun LE3 game, that would need FPS view and jump ability. Actually what is the best method to jump for a character and physics , as there is physic bugs ? Use instead setPhysicPosition ? and in what way ? Does anyone have jumping code working great in FPS view ? Quote Stop toying and make games
tjheldna Posted August 12, 2013 Posted August 12, 2013 Hi YouGroove In the Entities SetInput(-character->GetYaw(), character->GetMove(), 0.0F, character->GetJump(), 0.8, 0.8) Its for 4th parameter which applies a jump force. I've set it on a timer so the force is applied for a fraction of a second when you hit a key. hope this helps. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.