Frictional Games Forum (read-only)

Full Version: Is it possible (W)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to make so that player can press only w button to move forward Tongue? Others like d, s,a, space and everything else disabled Tongue. Just askin'.
It's possible to do if you set block boxes active around the player except from infront and then as the player moves forward, have block boxes behind him get set active. For jumping, I'm pretty sure that there is a script function that can prevent the player for jumping. Tongue
You may be better off disabling the player temporarily, force the user to look in the direction you want them to move and move the player with MovePlayerForward().
Yes, it would be easier to script a LookAt and such. I for one use the Arrow Keys to move around, always have. Would be frustrating to remember the primary keys just to move.
Hmm ok. I guess I keep as it is right now then (Your Computer method). I just wanted to know that maybe I can change it and make player move, but too much ass to change anyway Tongue