Jump to content
LaunchBox Community Forums

codetvirus

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by codetvirus

  1. 1 hour ago, Retro808 said:

    How are you launching the games? Nesica and Sega Ring Edge/Wide games can run through TeknoParrot and you just use that as the emulator. Then LB can exit using the key or button you mapped in LB/BB mapping sections. 

    Thanks, have no problem with those but for some games of Sega Rings and others systems i use jconfig and those games are launching from a .exe. Same for Nesica/Taito that in my case are launching from GameLoader All RH. Thanks

  2. 6 hours ago, Charco said:

    Mine is the same as the script posted above:

    #SingleInstance force
     Loop
    while WinExist("YatagarasuLauncher")
    {
    Send, {Tab}{Enter}
    ExitApp
    }

    image.thumb.png.547ede9dae6ebf62024c5be82105ddf0.pngDont know what its wrong, try many times with no luck. Can you please share your .exe?

  3. 7 hours ago, Charco said:

    In your LaunchBox\AutoHotkey folder, right click and select New-> AutoHotkey Script. Open the created file with Notepad and paste the script into the file and save it.  Right click on the file and select Compile Script. Name the newly created file to whatever you wish, I named mine Full Screen, for example. Place that file in your Yatagarasu Attack on Cataclysm game folder.  

    In LaunchBox, click edit on the game, choose YatagarasuLauncher.exe in the Launcher tab:

    Yatagarasu.thumb.PNG.f0d793cdcf729feb41b7ff29d21e5178.PNGIn the Additional Apps tab, click Add Application and browse to your compiled AHK script exe:

    826548777_AdditionalApp.thumb.PNG.98da5a23b88b716c814c7a0e6f45ab30.PNGEnsure the following settings are selected:

    1903863495_AdditionalApp2.thumb.PNG.23a2ccf7f1474f5a68a8c9145f2acca8.PNG

    Its weird my AHK says its something wrong in the line 7. Can you please share how its looks yours? Thanks by the way.

  4. On 2/19/2018 at 2:30 PM, Charco said:

    Here's a script to launch Yatagarasu Attack on Cataclysm in full screen from the launcher:

    #SingleInstance force
    Loop
    while WinExist("YatagarasuLauncher")
    {
    Send, {Tab}{Enter}
    ExitApp
    }

    Just point LaunchBox to the launcher and this script should do the trick.

    Hi, how can i create a .bat with this?

×
×
  • Create New...