Jump to content
LaunchBox Community Forums

Crush

Members
  • Posts

    161
  • Joined

  • Last visited

Everything posted by Crush

  1. Did you try the latest version of AutoHotKey? I have a PS2 controller with a USB adapter so i use Directinput instead of Xinput.
  2. Joy6:: Send !{enter} Sendinput {Alt Down} Sendinput {D} Sendinput {I} Sendinput {E} Sendinput {Alt Up} WinWait, Choose a disk image file WinWaitClose Send !{enter} Return I am assuming that you start Hoxs64 in fullscreen mode (else you don't need this script!) Hoxs64 must be in windows mode to be able to change disks, so this script disables fullscreen and opens up the dialog to select another disk. As soon as you are done it reverts to fullscreen mode. The script runs by pressing the controller button 6 - change this to your liking in the first line.
  3. Another thing i noticed: I use ScummVM to run Lands of Lore (CD version). ScummVM standalone recognizes that i have the CD version and stores the saved files as lol-cd.xxx. But... When you add Lands of Lore to Launchbox you don't have the option to select the CD version. As a result it is recognized as the plain version and saves are stored as lol.xxx.
  4. That's what i also did. Still the games can't find their original saves because when launched from Launchbox the saved data is always stored in LaunchBox\ScummVM and not in the save path defined in ScummVM. A problem with --savepath command in Launchbox i guess... A symlink of the original save path to LaunchBox\ScummVM would solve the problem until the issue is fixed in Launchbox.
  5. I was careful about the long path name but some roms had double parenthesis. After removing all extra characters from the file names everything worked as it should! Thanks!
  6. Need some help here with CCS64: Without any command line parameters in Launchbox the emu starts but doesn't run the game. From cmd if i type CCS64 filename the game runs fine. If i set -autorun as parameter still nothing happens The syntax for CCS64 is: CCS64 filename parameters so i guess that -autorun doesn't work because Launchbox sends the parameters before the filename. Any solution?
  7. I setup this Autohotkey script with Launchbox to get DESMUME (not Retroarch) to run fullscreen: WinWaitActive, DeSmuME Send !{Enter} The script waits for a window including "DeSmuME" in the title to become active and then sends ALT+ENTER for fullscreen. I have setup Desmume to "Always stay on top" and in desmume.ini i added Show=0 under the Console section to hide the console.
  8. Figured it out: If you run Launchbox with "Run as Admin" you are not allowed to drag & drop roms into the gui. If you run it normally it is fine!
  9. Drag & Drop worked fine with v7.0 but since the last updates i can no longer drag & drop a rom in the gui to import it. No big deal as i can always import the roms through the menu.
×
×
  • Create New...