Cesar24 Posted September 16, 2017 Share Posted September 16, 2017 Need a way to execute games with high priority, any script, code or something? Sorry for the image in Spanish Quote Link to comment Share on other sites More sharing options...
GunerX Posted October 7, 2017 Share Posted October 7, 2017 i want this aswell Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted October 7, 2017 Share Posted October 7, 2017 You can but you will need to use a bat file to launch your game or emulator. http://www.wikihow.com/Make-a-Program-Start-at-High-Priority-(Windows) Quote Link to comment Share on other sites More sharing options...
shinra358 Posted October 8, 2017 Share Posted October 8, 2017 the integrated ahk is the more efficient method. use your bigbox variables in the place of what needs to be placed and use this for a base: Process, Priority, %game%, high 1 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted October 8, 2017 Share Posted October 8, 2017 I should have known someone would come along with a much better method, thanks @shinra358 1 Quote Link to comment Share on other sites More sharing options...
GunerX Posted October 9, 2017 Share Posted October 9, 2017 9 hours ago, shinra358 said: the integrated ahk is the more efficient method. use your bigbox variables in the place of what needs to be placed and use this for a base: Process, Priority, %game%, high so you mean it goes here? Quote Link to comment Share on other sites More sharing options...
shinra358 Posted October 9, 2017 Share Posted October 9, 2017 Launchbox > tools > edit autohotkey script for * games. That's not the complete script by the way, you'd have to have a bit of ahk knowledge but it is the easiest thing to learn. And there are many examples online on how to do certain things. But that is the part of the script that you mainly need. I don't know the official bigbox variable for pinpoint launched games so I just put %game%. I believe it may be something else. Maybe lordmonkus can refresh my memory on what the variable that stores launched games is? 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.