I'm writing a small tool that launched minecraft (1.7.10) for me without any of the launcher crap. Now launching it does fine, I just can't get it to launch the initial screens (where forge is loading) fullscreen. Does anyone know how to add this to the command line?
I tried ramming F11 but that doesn't fix it.. and it's not something I want to rely on.. the reason I want this is: I want to run it over in home streaming from steam.. sure it works with the launcher and it works with the window not maximized.. but in home streaming doesn't really like the resolution switching that much.. so it would be ideal that it doesn't have to
Taking a look at the MC source, I honestly can't figure out why it doesn't go to fullscreen immediately. But as for options to make the loading screen fullscreen, I have never found any.
Well it doesn't go fullscreen even from the normal launcher for me ... anyway .. further in development of my "little" tool (so much headache already >.< ) .. for some reason the Steam In Home stream tool doesn't want to recognise the javavm as it's new master.
I guess an issue from going from .net to javavm .. *sighs* I guess I need to rewrite it to java as then I'm in the javavm already and I shouldn't have that issue
grrrrr.. multimc however.. doesn't have that issue...and that's not a java tool
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHi there,
I'm writing a small tool that launched minecraft (1.7.10) for me without any of the launcher crap. Now launching it does fine, I just can't get it to launch the initial screens (where forge is loading) fullscreen. Does anyone know how to add this to the command line?
I tried ramming F11 but that doesn't fix it.. and it's not something I want to rely on.. the reason I want this is: I want to run it over in home streaming from steam.. sure it works with the launcher and it works with the window not maximized.. but in home streaming doesn't really like the resolution switching that much.. so it would be ideal that it doesn't have to
I mean this screen:
Taking a look at the MC source, I honestly can't figure out why it doesn't go to fullscreen immediately. But as for options to make the loading screen fullscreen, I have never found any.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThx for looking
Well it doesn't go fullscreen even from the normal launcher for me ... anyway .. further in development of my "little" tool (so much headache already >.< ) .. for some reason the Steam In Home stream tool doesn't want to recognise the javavm as it's new master.
I guess an issue from going from .net to javavm .. *sighs* I guess I need to rewrite it to java as then I'm in the javavm already and I shouldn't have that issue
grrrrr.. multimc however.. doesn't have that issue...and that's not a java tool
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumahh after some puzzling the multimc tool uses QT .. and QT has some QProcess object.. time to delve into QT.. and brush up on my C++ again