April 26, 20169 yr Unless you are physically simulating the pressing of the wasd keys you will probably want to handle this serverside. Current Project: Armerger Planned mods: Light Drafter | Ore Swords Looking for help getting a mod off the ground? Coding | Textures
April 26, 20169 yr Setting motion client side would actually be a suitable approach, as that is where player motion is handled for the most part anyway. You don't have to simulate the key press itself to simulate the result of the key press That all said, the major issue is going to be path-finding. I suggest you take a look at the various pathing / move helper classes used in mob AI and consider using that as the basis for moving the player. This is not a trivial exercise, especially for a new coder, but at least Mojang has done most of the work for you. Another big issue is: what do you expect the player to be doing while you affect their motion? Will they still be in control, or is this supposed to be some kind of cinematic-like effect where the player sits back and watches as Steve/Alex gets moved around? http://i.imgur.com/NdrFdld.png[/img]
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.