Jump to content

Q3-like player movement?


saindd

Recommended Posts

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?

Link to comment
Share on other sites

  • 2 weeks later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...