Jump to content
LaunchBox Community Forums

ckp

Members
  • Posts

    1,686
  • Joined

  • Last visited

Everything posted by ckp

  1. you should probably post screenshots of your Launchbox emulator setup, and for one of your games with right click edit game option.
  2. i knew it -> voodoo!! glad you got it sorted
  3. I just use the native Windows command line tool mklink.exe for symbolic links.
  4. So you import them, they appear in LB as expected and are functional. Then you close and reopen LB and they are gone? That's bizarro voodoo.
  5. Actually I think you need to launch it at the emulator level using emulator's ahk tab. I don't think this is available at platform level.
  6. they are safe to delete. and the copies should be limited to never exceeding 2-4 files in my opinion.
  7. i think i've seen that before. you might try checking your mame.ini if any file is set for ctrlr (search mame.ini, it should be the one under CORE INPUT OPTIONS). if there is a name to the right of ctrlr, you can check for that file inside the ctrlr folder in mame. also there is a file default.cfg inside the cfg folder in mame which may also have controller settings to look at. one or the other may be overriding your saves possibly. i think the default.cfg needs to have no settings if you set mame.ini to use a custom ctrlr controller file.
  8. You just need to have your emulators set for full screen or use the emulator's command line option in Launchbox for fullscreen. If you're games launch full screen without LB, then they should launch fullscreen with LB. Você só precisa ter seus emuladores configurados para tela cheia ou usar a opção de linha de comando do emulador no Launchbox para tela cheia. Se você estiver jogando tela cheia sem LB, então eles devem iniciar a tela cheia com LB.
  9. More information about what you have setup would probably be useful. As a total guess, maybe you setup some self extracting or ordinary zip file as the emulator in Launchbox?
  10. if you're using the VLC setting in LB try switching to Windows Media Player or vice-versa
  11. you'll probably need to do find/replace in some xml files like in Data\Platforms.xml and possibly other xml files depending on the paths in there if you are not on an E drive anymore.
  12. you're probably best off to just drag/drop the game shortcuts for the ones you have installed to import those instead of using the Steam import wizard.
  13. so how is it launched after it's installed? sorry if i'm not familiar with it.
  14. does that game run with rpcs3 ok from command line, taking LB out of it? if not, then LB won't work either.
  15. I don't know. Check to make sure you have all necessary bios files and have installed all microsoft visual c++ runtimes for 32bit and 64bit. I use Win 10 and all is well.
  16. it's like this: Run, C:\Xpadder\Xpadder.exe C:\Xpadder\Profiles\Atari2600.xpadderprofile /m So fix the paths to where you actually have your files. This is just an example
  17. oh, in that case can't you just modify the ahk tab script for each platform to include the profile parameter for that platform? so then you would just have a slightly different ahk for each platform. like use this in the ahk for atari2600: Run, C:\Xpadder\Xpadder.exe Profiles\Atari2600 /m
  18. i think if you use a specific Xpadder profile per game in the same emulator, you would need to not use this ahk and instead use the before and after additional applications tab for each game individually, where you would run the specific Xpadder profile command. Edit: you could use the global method if you want to get fancy with autohotkey by passing in the rom name into the ahk script, stripping off the extenstion and having your Xpadder profile be that name.
  19. hmm, i use the same exact epsxe settings in LB and import cue files to LB and mine work. tried rampage 2 also no problems.
  20. So, are those rom files actually in that location with the same exact paths as shown in your screenshots? What type of rom files are they (zip, iso, etc)?
  21. edit your epsxe emulator in LB and try adding this to the Autohotkey tab: $Esc:: { Process, Close, {{{StartupEXE}}} }
  22. show screenshots of how you have epsxe setup in LB emulators and show screenshots of one of the games not working by right click edit, and include the first tab and emulator tab for the game.
×
×
  • Create New...