demonseed Posted October 12, 2017 Posted October 12, 2017 Hey Guys, So I discovered this really cool game Mushroom Kingdom Fusion ( I am sure most already knew about it :).... anyways I have it showing up in HS, and it runs in RL.. however I do not understand how to get it to go full screen on load? It keeps going windowed (which is tiny). I tried loading the game outside of RL and maximizing it and exiting but it still loads small. Under the PC module under the game specifics I set Full screen to true but it does not work.. any suggestions? I would appreciate it.. also if you like Mario games you really should try it!
wesfranks Posted October 12, 2017 Posted October 12, 2017 Did you get it loaded fullscreen outside of HS/RL? I presume you edited the "MKFusion.ini" file in the game folder and set fullscreen = from false to true? Or added the entry if it wasn't there? Looking at the faq. Dunno, just throwing out ideas you probably already tried.
Yeuxkes Posted October 12, 2017 Posted October 12, 2017 18 hours ago, demonseed said: Hey Guys, So I discovered this really cool game Mushroom Kingdom Fusion ( I am sure most already knew about it :).... anyways I have it showing up in HS, and it runs in RL.. however I do not understand how to get it to go full screen on load? It keeps going windowed (which is tiny). I tried loading the game outside of RL and maximizing it and exiting but it still loads small. Under the PC module under the game specifics I set Full screen to true but it does not work.. any suggestions? I would appreciate it.. also if you like Mario games you really should try it! From their FAQ: Q: How do I set the game to start in full screen mode? A: STEP 1: Open the file "MKFusion.ini" with a text editor. Notepad will do the trick. STEP 2: Find this line: "fullscreen = false" Replace it with: "fullscreen = true" STEP 3: Save the ini file and you're done. If however you refer to Mushroom Kingdom Fusion Revival then you can fullscreen with alt+enter. I have created an ahk script which does this automatically once the game is loaded.
demonseed Posted October 13, 2017 Author Posted October 13, 2017 Hey, So I checked my MKFusion.in and there is no fullscreen option.. this is what I have: [Settings] low_detail=1 color_depth=32 hpmode=0 [Debug] Debug_mode=1 [Control] 38=38 40=40 37=37 39=39 16=88 17=90 67=67 32=32 I tried adding fullscreen=true and "fullscreen=true" under settings tab but it does not work. The version is .v53 beta. I tried hitting alt+enter however it does not make it full screen. If I hit F$ it does go fullscreen!! I am not sure how to tell it to hit F4 on load.? Any suggestions? Thanks Jim
Yeuxkes Posted October 13, 2017 Posted October 13, 2017 PC launcher doesn't have a "enter this key" option like the dosbox module for instance. However you can have pre & post launch applications. Like I said in my previous post I just point to an ahk file which sends the key combination that I need for that particular game. One downside to this method is that you have to install autohotkey for windows to know on how to open the ahk file. Another option is to compile the ahk file to an exe but then it isn't editable anymore. Anyways both of these options require you to install ahk. I'm a little short in time right now but will see if I can add a generic ahk file later today which sends a F4 keystroke.
demonseed Posted October 16, 2017 Author Posted October 16, 2017 Any luck making the script for f4 on load ? Not sure how to do it or how it works.... Thanks for any advice. jim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.