Jump to content

Recommended Posts

Posted

Hi

This is more of a question then it is a problem, considering the fact that I have done custom main menu's in the past. It seems that ever since forge started displaying the text on load-up (when the Mojang logo appears and the forge anvil is in the bottom right corner), my custom main menu's don't work. I've checked the code a billion times, nothing is wrong. The way that I'd hook my menu was by testing if the current screen was the main menu, and if it was, change it to my own. What is causing this and how do I fix it? Thanks.

Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]

Posted

I'm not sure specifically, but perhaps there is another type of gui opened at that time. You might want to check for any GuiScreen at all and print that to console. It should tell you what GUI is open at that time, and then you could check for that instead.

 

By the way, changing the main menus with a mod is frowned upon. Imagine if everyone tried to get cute by adding things to the main menus -- it would be a mess and probably lots of compatibility issues as well.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Posted

Yes, it works without it. My computer is definitely compatible with the new loading screen. I'm guessing I should turn it off in the config.properties?

Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]

Guest
This topic is now closed to further replies.

Announcements



  • Create New...

Important Information

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