Jump to content
LaunchBox Community Forums

All Activity

This stream auto-updates

  1. Past hour
  2. Spider Quake
  3. Spite and Malice
  4. Spider Invasion
  5. Spitfire 40
  6. Spider Eater
  7. Looking for reliable predictions? Kolkata Fatafat Dada has been my go-to for months. His analysis of Bazi time results and VIP digits is spot on. I track his 3-tarike tips and adjust my play accordingly. If you haven’t followed him yet, you’re missing out. Which platform do you use to get Dada's updates
  8. Today
  9. Dragon World Pretty Chance mame arcade bezel dwpc.zip
  10. Is there anyway to hide the Splash screen when opening the app? Currently using it to display magazines and comics?
  11. Dragon's Heaven (development board) aka DarkSeed mame arcade bezel dragonsh.zip
  12. tachyons have entered the chat!
  13. Hanabi de Doon! - Don-chan Puzzle mame arcade bezel doncdoon.zip
  14. MaineBear

    PS Vita

    I am trying to import PS Vita games into Launchbox. I have one folder of nonprdm files that are zipped and I also have a folder of VPK files. When I import them there are no games in the games screen to import. I've tried several times and can't find what I'm missing. My emulator is Vitapk3. Thanks!
  15. Kefka2b

    TooFast

    Only particles with zero rest mass may travel at the speed of light, and nothing may travel faster. Topic can be closed
  16. Uncheck "use m3u playlist" for sure. I believe that feature attemps to create m3us on the fly. If you've imported the m3u just like you would a rom, you don't need to check it. Thats probably your problem right there. If that doesn't work, next step is to open Retroarch, load the core, then manually launch the m3u. If that works, we know its a launchbox setting. If it doesn't, we know theres probably something wrong with the m3u itself. But I'm pretty sure the above will fix your problem. And you don't need any special command line parameters. I'm only saying this because I know when something isn't working it gets frustrating and we can start overthinking it. Launchbox should treat an imported m3u the same as if you imported the rom directly. There's really nothing extra to it. Either that setting is your problem or there has to be something wrong with the m3u.
  17. No problem, did you get the menu hotkey sorted? The part about windows and not being able to save the order per core IS the same issue. Every time you unplug one controller or plug in another, windows jumbles the IDs and therefore so does retroarch. So even if you saved it one way per core, it would be different the next time you plugged or unplugged either controller. It's just something we all kind of deal with, and it IS very annoying and unfortunate. Its not so bad if you have like an arcade board, because those controllers stay plugged in at all times, but beyond that the best way to deal with it is to be able to swap controller players on the fly using the controller - that I know of.
  18. Hello, try this, ; Check if a parameter was provided if 0 < 1 { MsgBox, No .exe file specified as a parameter. ExitApp } ; Get the first command-line parameter (game path) game = %1% ; Extract the EXE file name SplitPath, game, , , , gameExe ; Ensure .exe extension is present if (SubStr(gameExe, -4) != ".exe") { gameExe .= ".exe" } ; Launch the game Run, "%game%", , , PID_Game ; If the launch fails if (ErrorLevel) { MsgBox, Failed to launch the game. Check if the path is correct. ExitApp } ; Wait for the game process to appear Sleep, 3000 Loop { Process, Exist, %gameExe% if (ErrorLevel) break Sleep, 1000 } ; If process never shows up if !ErrorLevel { MsgBox, The process %gameExe% was not detected. Check the file name. ExitApp } ; Wait until game process exits Loop { Process, Exist, %gameExe% if (!ErrorLevel) break Sleep, 1000 } Sleep, 2000 ; Hide EA Desktop when game closes WinHide, ahk_exe EADesktop.exe ExitApp this is v1 autohotkey file, i have it as ahk not exe and it works but autohotkey must be installed in order for this to execute, create a new emulator call it what ever you want, eg, EA Launcher, Application Path point it to the ahk file, then in any game use emulator and choose the one you created EA Launcher for example. I have attached the file ready to use if you want. Regards. MinimizeEA.ahk
  19. ok, I'll upload here, thanks for the feedback
  20. Maybe it's a hidden setting in launchbox emulator setup or something. But I just re-named to your style, and my m3u is Dracula Unleashed (USA).m3u with lines just like yours. rom files renamed to match. and it is still just a black screen in retroarch. nothing happening. 1.21.0 as well. I even have "use m3u playlist" check marked in the edit emulator window. unless there's some default command line parameters that aren't in there, or something. I have no clue.
  21. Glad to have helped!
  22. And make sure your bat files are aptly named. Cause if u want to scrape metadata or artwork...your batfile name should reflect the name in the Games DB
  23. you have to remember...u only need to import them once. So take your time doing so cause trying to handle everything all at once can cause headaches later on when certain things don't work as u planned/thought. After each import...test a few games. Test the windows bat files u imported Test the windows exe files u imported
  24. I found that out thanks
  25. I would take it step by step. First import your windows games. And first import the windows games who have bat files. Then import the windows games who run by their exe files. You can do this in steps cause in LB you can import windows games (or just select import rom files - single platform)...select 'Add files'...and go to your folder where your games are...in explorer right top search...just type *.bat Then explorer shows all bat files in the folder you selected. IF you select all bat files from your windows games with CTRL left click...you can easily add all of them. Next you can do the same but then search for *.exe Get that out of the way first. Then start focusing on MAME
  1. Load more activity
×
×
  • Create New...