Jump to content
LaunchBox Community Forums

Cnells2000

Members
  • Posts

    391
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Cnells2000

  1. unfortunately this did'nt work still had to push alt+F4 BC as many times as i mashed them all ways it didnt work
  2. I have a Game That Has Two Exits. and it will not escape quickly no matter what i do. The Controls Are: When Loading Game: ESC = quit In-Game: Soft Reset= ALT+F4 This Particular game has to soft reset before the ESC works. Since im using arcade controls i would like to be able to press 1+2 simultaneously and that would send Alt+F4. Then when it takes me to the beginning i can just press escape like normal. can someone help me please? and would i paste this in running ahk script or exit ahk script? thank you in advance
  3. @DeadVoivodit seems like pressing escape does it automatically, just like mugen. im running my games through shortcuts.
  4. @VinceF I changed over 2 years ago and have'nt turned back. now all i use it for is a jukebox and movie player now lol.
  5. This Is My Teknoparrot Userprofile Folder. It Contains All The XML's Needed. Direct it In Your Launching Area Lastly, Use A Custom Command Line Like Above starting with --profile=GAME.xml no spaces! try that
  6. Its not. its called nox.exe actually @Koroth the first script did actually work my mistake and thank you both. now if i can get my Daphne in order ill be alright lol $Esc:: { WinClose, ahk_exe nox.exe ExitApp }
  7. @KorothNeither one of those worked. i changed to 100, didnt work. i think the exe is called noxplayer.exe so i changed it and it didnt work either. They wont even work sometimes like the first script from joe does. $Esc:: { WinClose, noxplayer.exe ExitApp } and $Esc:: { Send, {Alt down} {F4 down} Sleep 100 Send, {Alt up} {F4 up} ExitApp }
  8. that worked great! but at times it does'nt escape but instead minimizes to the previous smaller screen and wont escape at all until i use the mouse. maybe im escaping too fast or sumn
  9. hello Everyone. I checked the hotkeys for the nox player and it has Ctrl + 0 for full screen and alt + F4 for exit nox. my problem is that im loading the games through shortcuts so i would have no way of pasting these in the script area BC i dont have an emulator set. is there any way i can place them in the section in the picture anywhere so i can use these shortcuts. i would like to run the game, then after like 20 seconds send Ctrl+0 and when i push ESC it send the Alt+F4 keys to close. Thank you In advance. Android Issue.mp4
  10. Your Script Worked. Thank You My Friend Once Again. You Guys Are Awesome
  11. Hey guys. im using a few mugen games and some of them are starting with a small screen. Is there a way i can paste an ALT+Enter script into the autohotkey section? that section is not showing up Because im not using an emulator for mugen. thanks in advance Sleep, 2500 SetKeyDelay, -1, 110 Send !{Enter} Return
  12. Didnt work in the exit tab, but i updated the program, used QT and used this script in the running autohotkey section and it worked. Exits smoothly now. $Esc:: { Process, Close, {{{StartupEXE}}} } ; Project64 has a messy exit process; this ensures that it exits cleanly Process, Close, {{{StartupEXE}}}
  13. I pasted this in the running and exit autoscript section each (Not both at once) just to test and it still same as video above. not even with qt.
  14. Hey Guys. Trying to figure why when im closing duckstation emulator the UI still remains. i used the exe duckstation-sdl-x64-ReleaseLTCG but the ui still stays open. my guess is that this emulator has two exes. I Tried to made a .bat (I Put it in the additional apps section) to close the UI upon Exiting but its not closing it. Im Trying to get the proper name of the UI .exe whatever it is because apparently its not duckstation-qt-x64-ReleaseLTCG or duckstation-sdl-x64-ReleaseLTCG. So its that or either a proper AHK script to close it successfully. This is the .bat script line i used but i was unsuccessful taskkill /im duckstation 0.1-3019-g3c2b11fc (Master).exe This One Failed too... taskkill /im duckstation-sdl-x64-ReleaseLTCG.exe And This one... taskkill /im duckstation-qt-x64-ReleaseLTCG.exe Duckstation close.mp4
  15. Is there a way to make the cmd windows appear behind the loading screen and/or make a script for my Teknoparrot Section to have a splash screen for about maybe 40 secs before the game pops up. teknoparrot takes a while to begin the games. those cmd windows are annoying. thanks in advance. bandicam.mp4
  16. Anyone here run pop cap games? hi all. im running across a problem with some of my popcap games where when i load them they sort of go out of focus and i have to completely escape out of big box when that happens. But before i escape i have to click back on the big box screen because the screen is froze BC its out of focus. then once i've escaped its running and minimized to the taskbar at the bottom of the desktop. is there any way to fix this? i dont wanna have to delete my games bc they are doing this ya know? thanks in advance Popcap games running in background, Bigbox out of focus - Troubleshooting - LaunchBox Community Forums.mp4
  17. I followed your instructions and star trek loads perfectly!!!!! thank you all so much for your input!!!
  18. That command did'nt work for me. i pasted it in the custom line parameters. was i wrong?
  19. i put on minimum and default. both games still load like this 2020.mp4
  20. i just batch changed all to work with FP loader. All act correctly except for jurassic park ultimate and my favorite, Star Trek ultimate
  21. this is my spiderman config. it has custom line parameters but the game and several others T2, metal slug, etc work perfectly
×
×
  • Create New...