Jump to content

southernzax

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by southernzax

  1. Hey thank you it helped set me on the right track, except I now appear to be at a standstill, I am not sure if I am doing something wrong but most people seem to be able to walk the character forwards like this: "Minecraft.getMinecraft().gameSettings.keyBindForward.pressed = true;" and just kinda tell it that its true, but my forge setup doesn't seem to find .pressed to even exist! it says this "The field KeyBinding.pressed is not visible" I feel like this is something elementary I am missing but I am not quite sure what.. Also thank you sincerely for the help and awesome blog writeup!
  2. What is a way to move the clients character forward naturally? A way to get the players character to move forward as if the W key was pushed down for say 3 seconds, I am working on this puzzle idea and it's supposed to be able to be used on any server (It's for boredom and just a learning project of mine) -- and I have been trying to solve how to make the character naturally work forward from the mod but I can't seem to get it! I want a sort of puzzle AI which moves the character in a predetermined fashion that the user then the user has to try to follow it, but how do I path the player like that? As in getting the clients character to move different directions, thank you very much for your help it's heavily appreciated!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.