Posted February 15, 201411 yr I need to make GUI that would not block player movement (W,S,A,D) . How can I do that ?
February 15, 201411 yr Define "GUI." Do you mean something like the player's health? Or do you mean like a furnace inventory? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
February 15, 201411 yr I'm thinking the OP might be talking about an active HUD... I could be wrong. It would allow clicks and such? Perhaps the problem of the cursor always being centered in the visual field might render such a HUD useless (at least for Mouse clicks). If you can't use mouse lick in the "GUI" then in what way would the player interact with it while still being able to move about? -S- (if I helped, please click Thank and applaud) http://6upnqa.dm2301.livefilestore.com/y2mtf-vG7Tqq1TiiVpIm53KWj7294NDPoHfSHHb4PzZiMAUfRCfK0UY0MwOu7Q3zTBNVTKqWjr2-xgBfFRpQT5p-QivtvknPpoABMNUw9br9WuZcBFkjePhnAbW500gVm-P/sequiturian.png[/img]
February 15, 201411 yr Author I'm thinking the OP might be talking about an active HUD... I could be wrong. It would allow clicks and such? Perhaps the problem of the cursor always being centered in the visual field might render such a HUD useless (at least for Mouse clicks). If you can't use mouse lick in the "GUI" then in what way would the player interact with it while still being able to move about? I mean "furnace inventory" I have an item. When i rightclick, inventory opens (container) . All player movement is normally blocked. But i need it to be not blocked. I know i could make smth like a HUD that shows on rightclick, but i want vanilla to maintain all container/gui, mouse clicking, itemstack grabbing stuff .............., it's too hard to make !
February 15, 201411 yr I mean "furnace inventory" I have an item. When i rightclick, inventory opens (container) . All player movement is normally blocked. But i need it to be not blocked. I know i could make smth like a HUD that shows on rightclick, but i want vanilla to maintain all container/gui, mouse clicking, itemstack grabbing stuff .............., it's too hard to make ! Well, movement with WASD only allows forward, backward, and strafe left and right. Turning and looking up/down/right/left requires a captive mouse, so you cannot have both at the same time. At least without a major rework of the movement code. If you want to get into that, I can't help. But, I'd advise against it because users may become very disoriented. -S- (if I helped, please click Thank and applaud) http://6upnqa.dm2301.livefilestore.com/y2mtf-vG7Tqq1TiiVpIm53KWj7294NDPoHfSHHb4PzZiMAUfRCfK0UY0MwOu7Q3zTBNVTKqWjr2-xgBfFRpQT5p-QivtvknPpoABMNUw9br9WuZcBFkjePhnAbW500gVm-P/sequiturian.png[/img]
February 15, 201411 yr Author I mean "furnace inventory" I have an item. When i rightclick, inventory opens (container) . All player movement is normally blocked. But i need it to be not blocked. I know i could make smth like a HUD that shows on rightclick, but i want vanilla to maintain all container/gui, mouse clicking, itemstack grabbing stuff .............., it's too hard to make ! Well, movement with WASD only allows forward, backward, and strafe left and right. Turning and looking up/down/right/left requires a captive mouse, so you cannot have both at the same time. At least without a major rework of the movement code. If you want to get into that, I can't help. But, I'd advise against it because users may become very disoriented. Im working on thaumcraft addon(for now just for private uses). Im remaking the foci switching system (pressing F when you have dosens of them may be confusing). So far ive made a working quick-change system. But what if you are escaping some monsters chasing you and you want to quickly change the focus and run at the same time ? Thats it ! I looked at ichuns morph source, he actually does what i need but he uses his own HUD not smth like a furnace gui. Thats the problem
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.