Jump to content
LaunchBox Community Forums

launchretrogirl2562

Members
  • Posts

    2,953
  • Joined

  • Last visited

  • Days Won

    219

Everything posted by launchretrogirl2562

  1. Did u try these? #IfWinActive ahk_exe bsnes.exe F11:: ControlSend,, !{Enter}, ahk_exe bsnes.exe return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: SendMode Input Send !{Enter} return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: SendMode Event Send !{Enter} return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: SendMode Play Send !{Enter} return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: ; Send Alt+Enter using Windows messages PostMessage, 0x0104, 0x12, 0x20380001,, ahk_exe bsnes.exe ; Alt down (0x12 = VK_MENU) PostMessage, 0x0104, 0x0D, 0x20380001,, ahk_exe bsnes.exe ; Enter down PostMessage, 0x0105, 0x0D, 0xC0380001,, ahk_exe bsnes.exe ; Enter up PostMessage, 0x0105, 0x12, 0xC0380001,, ahk_exe bsnes.exe ; Alt up return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: WinGet, TempWindowID, ID, ahk_exe bsnes.exe If (TempWindowID) { WinGet, WindowStyle, Style, ahk_id %TempWindowID% If (WindowStyle & 0x20000) ; WS_MINIMIZE { WinRestore, ahk_id %TempWindowID% } Else { WinSet, Style, ^0xC40000, ahk_id %TempWindowID% WinMove, ahk_id %TempWindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight } } return #IfWinActive
  2. which ahk scripts have u tried?
  3. I dont think jzIntvImGUI has commandline arguments to pass from launchbox? At least I can't find anything relating to that. I think if u use the jzIntv then it will work.
  4. all time favorite when I was growing up
  5. u've been busy seaview59 😁
  6. @goofers And took the clearer letters 'THE' from the steamgrid image.
  7. @goofers Until someone makes a better one, u will have to do with this one @goofers : added a black border
  8. look perfectly fine to me
  9. To be clear. This is not my work. This was on the link that C-beats posted. Just had to scroll a bit to see it.
  10. sticker is there
  11. some CLRMAMEPro hocus-pocus it seems. But, good job!
  12. The missing clear logo's I made for commodore 64 are (after an update metadata) finally popping up in my C64 dreams platform ☺️
  13. @MJF : The other front cover is of too low quality. I cannot make that look decent nor usable.
  14. @MJF : Something like this? With a game called Pickle Wars...has to include the Pickle ofcourse
  15. I left that out deliberately. Cause it just says Contra ( γ‚³γƒ³γƒˆγƒ©) Seemed a bit double😁
  16. Thanks MysterNybble. Sure hope so. 😊
  17. My attempt.
  18. Then I guess u are good to go then 😊
  19. with merged...best to watch what u delete cause u might/will break things. If u want easier way of deleting stuff, then non-merged set would be the way to go. (Non-Merged is mostly used by people that want to delete games out of the MAME set and only use specific games.)
  20. I used KHMenu bold font. But to get the letter 'G' correct, I had to snip of the part that goes inwards of the G. Rest of the letters I think are a near perfect match.
  21. Something like this?
  22. I think I found it. Let me try. Do you want just generic color? Like white? Or does that not matter?
  23. why is there still no explanation after 6 days of errors and uploads/changes are still not being processed?
×
×
  • Create New...