I would like a mod that hide all the gui (inventory screen, ect) or that prevents the menu for automatically appearing when window loses focus. I want it to use in conjunction with Multishot Timelapse Mod (http://www.minecraftforum.net/topic/646592-181multishot-timelapse-modv10/), so i can do other thing while it is recording the timelapse. (Like playing another copy of the game)
We're simply going to draw an invisible GUI over the game screen, the game does not pause when you're in a crafting bench/chest/furnace and alt-tab. This is better than juggling several changes in minecraft.jar because if Notch changes a large amount of code in future it won't be too hard to adapt (Just show the GUI)
I have figured out how to hide gui even when you leave the game! All i did was modify a if statement in EntityRender, It is at line 674 and if you remove the || and everything to the ) it will hide the gui all the time regardless if a menu is opened. If you scroll down past the "else" (it starts with GL11.glViewport) there is the code that hides the gui.
It just hides the GUI but it is a start, you are looking for a variable that has to do with window fours or mouse, something like that, i will looking to it more later. The EntityRender is probably the best place to start looking.
I'm not even sure what file to change... What handles it going to the escape menu when you put it into background?
We're simply going to draw an invisible GUI over the game screen, the game does not pause when you're in a crafting bench/chest/furnace and alt-tab. This is better than juggling several changes in minecraft.jar because if Notch changes a large amount of code in future it won't be too hard to adapt (Just show the GUI)
Go to http://www.minecraftforum.net/topic/672559-full-gui-hider-and-no-auto-menu/ to get mod!