Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
obzen's avatar
obzen
Expert Protege
10 years ago

FPS control simplification

Just wondering if anyone tried a simple control scheme for FPS games, where the character looks (yaw axis) would be the 'desired orientation' for the 'body' orientation.

So you basically move towards where you look, while the stick controls the strafing (meaning forward / back for walk / run speed, and left right for strafe corrections).

This would be dependent on movement speed as well.

When static, the character body orientation remains static. then you can look around, say up to 30 degrees left and right.

When looking past that limit, the character orientation will adjust. The HUD will rotate with the body orientation, so it will always be within a decent visual range.

Something I've got to try I suppose.

1 Reply

  • I've used that control system in mine, and I prefer it.

    I wrote up this detailed instructions (with code) about how to do it:

    http://talesfromtherift.com/vr-avatars/

    Sorry, it's a long post, so skip to section 6 "Look Move Mode" which is exactly as you describe it.

    HTH,

    Peter