saindd Posted April 22, 2015 Share Posted April 22, 2015 Has anyone tried to modify the player class attributes regarding speed, friction, etc and make the gameplay to feel a bit more like Q3? I tried playing with the values a little bit, and comparing the movement side by side, but my T3D pawn seems to move either too fast or too jerky. Maybe i'm missing something? Has anyone tried to mimick other player controllers? Which techniques did you use? Quote Link to comment Share on other sites More sharing options...
saindd Posted May 1, 2015 Author Share Posted May 1, 2015 Also: does Torque suffer from http://en.wikipedia.org/wiki/Bunny_hopping? I wanted to implement this "bug" on my player pawn. :D Quote Link to comment Share on other sites More sharing options...
Johxz Posted May 1, 2015 Share Posted May 1, 2015 Also: does Torque suffer from http://en.wikipedia.org/wiki/Bunny_hopping? I wanted to implement this "bug" on my player pawn. :D I think you can script this... I don't see why not. But may be I'm wrong. Quote Link to comment Share on other sites More sharing options...
Duion Posted May 3, 2015 Share Posted May 3, 2015 You need to remove the delay for jumping. Quote Link to comment Share on other sites More sharing options...
buckmaster Posted May 8, 2015 Share Posted May 8, 2015 And if you want fast acceleration, you should probably up the runForce. I'm not sure exactly how Q3 feels. You might want to look into the Player source code - the updateMove method is scary, but it's at least kind of self-contained code that all has physical consequences, so it's not too hard to tweak, recompile and test. Quote Link to comment Share on other sites More sharing options...
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.