drewjbx Posted May 5, 2020 Share Posted May 5, 2020 The recently released Mario 64 doesn't start in full screen, even if adding the 'fullscreen true' in sm64config.txt. So only way is hitting Alt+Enter. Is there a way to add this to an individual game exe after it is launched? Or a custom AHK script? Quote Link to comment Share on other sites More sharing options...
drewjbx Posted May 5, 2020 Author Share Posted May 5, 2020 I stopped being lazy and found the solution.. for anyone that might need the info. Just create your own AHK and point to it in launchbox. Run, mario.exe, E:\Super Mario 64 Remaster SleepAmount = 50 WinWaitActive , Super Mario 64 PC-Port Send !{Enter} 1 Quote Link to comment Share on other sites More sharing options...
hulkk01 Posted August 22, 2020 Share Posted August 22, 2020 On 5/5/2020 at 2:32 PM, drewjbx said: I stopped being lazy and found the solution.. for anyone that might need the info. Just create your own AHK and point to it in launchbox. Run, mario.exe, E:\Super Mario 64 Remaster SleepAmount = 50 WinWaitActive , Super Mario 64 PC-Port Send !{Enter} Where can I put this at? Create BAT files? Quote Link to comment Share on other sites More sharing options...
drewjbx Posted August 29, 2020 Author Share Posted August 29, 2020 (edited) On 8/21/2020 at 6:12 PM, hulkk01 said: Where can I put this at? Create BAT files? Create the AHK and put the code I used into it. Be sure to edit your path accordingly. (works same as BAT file but has ahk extension) Go to setting of the game and point Application path to the AHK file. I put the AHK into the game directory itself. Edited August 29, 2020 by drewjbx Quote Link to comment Share on other sites More sharing options...
Krakatoa Posted September 12, 2020 Share Posted September 12, 2020 How are you closing the program? Quote Link to comment Share on other sites More sharing options...
hulkk01 Posted September 12, 2020 Share Posted September 12, 2020 On 8/29/2020 at 3:39 PM, drewjbx said: Create the AHK and put the code I used into it. Be sure to edit your path accordingly. (works same as BAT file but has ahk extension) Go to setting of the game and point Application path to the AHK file. I put the AHK into the game directory itself. I follow your instruction and it still doesn't work. it popup and ask me "How do you want to open this file". Quote Link to comment Share on other sites More sharing options...
Krakatoa Posted September 12, 2020 Share Posted September 12, 2020 11 minutes ago, hulkk01 said: I follow your instruction and it still doesn't work. it popup and ask me "How do you want to open this file". Are you sure you need to do that with the latest version. I am using SM64 and it launches fullscreen without using a AHK file. All I need now is to figure out how to close it Quote Link to comment Share on other sites More sharing options...
drewjbx Posted September 13, 2020 Author Share Posted September 13, 2020 3 hours ago, hulkk01 said: I follow your instruction and it still doesn't work. it popup and ask me "How do you want to open this file". Be sure to download and install autohotkey https://www.autohotkey.com/download/ Quote Link to comment Share on other sites More sharing options...
drewjbx Posted September 13, 2020 Author Share Posted September 13, 2020 2 hours ago, Krakatoa said: Are you sure you need to do that with the latest version. I am using SM64 and it launches fullscreen without using a AHK file. All I need now is to figure out how to close it I'm not sure.. will have to look at it again Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.