Jump to content
LaunchBox Community Forums

at_the_arcade

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by at_the_arcade

  1. Solved:

    if WinActive("PAC-MAN Championship Edition DX+") ; must be window name can use window spy to find this
    {
        
        h::Enter ; Remap h into enter
        y::Backspace ; Remap y into backspace
    }
    
    WinWaitClose, PAC-MAN Championship Edition DX+
    ExitApp

     

    • Game On 1
  2. I don't have any copies of the scripts I've tried on hand. I just kept replacing code over and over again hoping something I found would work. I don't really know a whole lot about coding so I was just hoping someone had a working script I could use. 

  3. I have LB/BB running on an arcade cabinet. Today I added a Steam Game (PAC-MAN Championship Edition DX+) to my setup. You can't custom map controls inside the game itself from what I've seen but the game only uses a joystick and three buttons (Escape, Backspace, Enter). I created an AHK script to change my button 1 to Enter and my button 2 to Backspace so I can play the game, navigate menus, etc. It works great but the problem I have now is that the script continues to run when I exit the game. So my controls are incorrect for other games. I spent a couple of hours searching the forums, the AHK forums, watching Youtube tutorials, and trying things on my own and I can't seem to figure out the right way to get the script to exit when the game exits. Does anyone know how to do this properly? It seems I need to use the winwaitclose command but I must be doing something wrong because every variation of it I've tried has failed.

  4. Hello All!

    Long time EmulationStation and Hyperspin user here. I'm trying to migrate a couple of my machines over to LaunchBox so I'm still learning my way around this system.

    There's a nagging issue that I can't seem to figure out: how can I remove the text that appears at the bottom when in a game list menu? It first shows the file name of the selected game and then it scrolls to Publisher: Genre: Play Mode: Rating:. I want a nice clean look so I'd like to remove those. I've unchecked every box I thought that could apply both in general options and theme specific options but that information is still down there. 

    Not sure if it matters but I'm using BigBox with the Unified theme. I'm using the Vertical Wheel 4 Games View inside that theme.

    Thanks!

×
×
  • Create New...