Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,263
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. Yeah, anytime you add an image in the correct folders and BigBox does not automatically display them just do a cache refresh. Sometime this may even be needed in LaunchBox.
  2. Agree. I cannot believe how horrible we are as moderators. ?
  3. No worries. I think you did read a little to much into it. I am never worried if someone is or is not being judgmental of me. Just to be open about it, I did not even think that. I was suggesting simply that after 30 plus posts in a short period of time and he is up an running that was a good enough stopping point for me. You quoted me, so I just wanted to respond as I try not to ignore a member if I am tagged in a post.
  4. I know. The fact he moved his original roms and did not have LB move them on import lets me know his new import is working and has good named roms which is why I really did not say much more. His last pic confirms what I was suspecting and even shows it does contain the proper rom along with the -1 name that LB can do when it moves roms. I know being more concise on the error might be helpful to others possibly, but a lot of info went back and forth and now that it is working sometimes it is best to stop right there for now.
  5. Yeah no worries. You are up and running now so glad you are sorted.
  6. Cool. My next attempt was going to be moving everything off that drive. Glad you did that already as what ever was the true issue got fixed since you started over. The platforms tab showing different is not an issue. It will only change if you manually change it. That is Launchbox’s default.
  7. Can you right click on a game in Launchbox, choose edit and post an image of that screen with the launcher tab showing and one with the details tab showing?
  8. When you selected the multi_cpu it should have changed it to full path. You can just copy and paste the path there. Just something to test and see. Like I said I had an odd issue with a relative path before. So would not hurt to try.
  9. I am at a loss. I was wondering if it was the relative path as I had an odd issue with a specific game playing before and when I changed the path from showing relative to the full path it worked. Not sure why it would matter, but it did. I notice though that even after changing it is still showing relative ::\::\m2emulator\emulator_multicpu.exe versus showing the full M:\Program Files (86x)\m2emulator\emulator_multicpu.exe
  10. Nope. Was not even an item that made the last users poll.
  11. Yes. Either should be able to run. But as Neil and Dos said I would also recommend using the multicpu exe. In my images I changed it to the standard one just to test your settings and make sure it ran.
  12. Could you try something. In the edit emulator screen you emulator path is showing a relative path. Can you edit the emulator path and reselect so it shows the full file path and then test again running a game?
  13. No there is not one needed. It is a pretty straight forward set-up. Do you game run directly in the emulator? That would not really be the issue, but just want to make sure. Here is my set-up and runs with no issue. Nothing additional added. Just made sure the emulator directory path was set. Set-up the emulator in LB and set the Associated Platform.
  14. If the folder in your image is correct you need to remove the ";" symbol in front of "Dir1".
  15. Are you roms stored in the roms folder where the emulator is stored or elsewhere? If stored elsewhere you need to add that folder path to the EMULATOR.ini file.
  16. Yeah, this is why I avoid downloading those random arcade rom sets and prefer using the roms from a Mame set if they are there. You never know how old/good the roms are. So I would recommend getting the latest or at least a newer Mame set. I know archive.org has some more recent versions. Download a newer set, use the batch file I posted and have it copy into a new folder the NeoGeo files. Move the folder wherever you want and set up Mame (try Mame over Retroarch first). You will need to open Mame and direct it to that folder. You should see an option in the Mame UI to set directories (You can do this by editing the Mame.ini, but honestly it is super easy to just point and click in the UI). Once done save the settings and test a game. Once you tested a bunch of games and they work, then import into Launchbox.
  17. Its actually not a theme thing. This is built into the BigBox UI to display marquee images. Theme developers do not need to create a view for platform or game marquees. So a theme should not affect the ability to display the marquee, but anything is possible. If you are not seeing images and you have them in the folder I mentioned and named correctly try refreshing your image cache. As well as, if you are not using the default theme, switch to the default, refresh the cache and if the images show then switch back to the theme you were using and see if it works. I have something similar happen at times with clear logos and do these steps to get it working again. What theme are you using?
  18. In LB under >Tools>Options in the Updates section make sure you have betas selected. The beta has already been released.
  19. So you are renaming the folder that Mame creates after it takes a screenshot? Launchbox is pointed to a folder of that name located inside the main LaunchBox folder structure. Also the image file name needs to be named after the game as it shows in Launchbox or like the rom is named. \LaunchBox\Images\Arcade\Screenshot - Gameplay
  20. Can you play the games directly in Retroach (without using Launchbox)? If the answer is yes, then in Launchbox go to >Tools>Manage emulators and edit Retroarch. In the Associated Platforms tab make sure you have Arcade listed, the core you are using in Retroarch is selected and in the last box it does not show "Missing Core". If the answer is no, then you need to figure out why they do not play in Retroarch. Which could be several reasons. 1. You did not download a core. 2. It could be bad roms. 3. Missing bios files. 4. A combination of any of those. 5. Some other issue.
  21. Is this with a specific emulator or with all of them?
  22. It pulls from The folders below and each image needs to be named exactly as the platform is named in your setup \Launchbox\Images\Platforms\[Platform Name]\Banner folder.
  23. Open Mame and set that same button combo inside Mame for its internal exit. Mame is weird like that and it is one of the ones you also need to set inside the emulator. Set it in the field for "UI Cancel"
  24. You should define a hold key and an action key like in the code below. If you hold Joy 7 and press Joy8 the command runs. I would also recommend not using the Process, Close, {{{StartupEXE}}} command. It is a hard close. Joy7:: If GetKeyState("Joy8") { SetKeyDelay, -1, 110 WinClose, ahk_exe {{{StartupEXE}}} } Return
×
×
  • Create New...