Jump to content
LaunchBox Community Forums

JoeViking245

Moderators
  • Posts

    2,946
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by JoeViking245

  1. I've only kind of looked around for how to change where LB puts the "FULL\PATH\TO\ROM\FILE", but appears it only will put it at the end of the string. Which for most emu's that works. I think this will work... For your emulator settings, delete all your "Standard Command-Line Parameters" you have shown. Click OK. Edit one of your games. Click the Emulation tab. Check 'Use an Emulator' and select the GP32 emulator (if not already). Check the box "Use Custom Command-Line Parameters" and enter in: /smc=%file% /run I'm pretty sure it'll pass the rom filename into %file%. If that works, YAY!!! Now it's a matter of putting that in for all the games. I don't think the bulk edit give the option to change the CCL. So you'll need to do that for each one. If this method doesn't work there's always plan B. "Plan B": Create a new emulator pointing to an AHK script. You can't just add it to the "AutoHotKey Script" tab of your existing GP32 as far as I know. So again, New Emulator. The script will be something like: Run, "D:\emulators\Geepee32\geepee32.exe" /smc="%1%" /run Add a new emulator. Have the "Emulator Application Path:" point to the AHK script file. Give it a name. In "Associated Platforms" tab select your GP32 platform. Save it. Now have (or make sure) your games point to this 'new' emulator.
  2. I'd 1st look in your roms folder and make sure all 518 are the exact same "type" or file extension (or applicable PAL Megadrive game extensions). Sort by 'type' to make it easier to see. If they all have the same file extension, then: In LaunchBox, run an Audit for your PAL Megadrive platform. Look at the "Additional Apps" column and see in any are greater than zero. (Again sort by this column to make it easier to find). Some of your 'missing' 10 may be nested under another game/file/rom. If neither of these 2 things shed light, then I think the answer to your question is no.
  3. Do you mean like: Commandline options /GXB=<filename> Loads GXB file /FXE=<filename> Loads FXE file /SMC=<filename> Loads SMC file /RUN Starts emulation You can not use FXE and GXB at the same time
  4. .206, but that part shouldn't matter. ...until now that I just read your edit. lol Not that it should make a difference, my controller is the 360 (vs One). Just tried Robotron again and confirmed all's good here. Was able to shoot all 8 directions. And after playing it for more than just a few seconds this time had an "oh crap! I remember playing this game in the arcade!! ..moment. Sorry, no help here.
  5. Just tested those 2 games and it seems like it worked fine. On your input selections for the game, is it showing [for right joystick] "Joy 1 RSY -" (etc..) like this?:
  6. Gmail should be fine. They're probably talking about something like mail.com
  7. Glad to hear you got it going! Now if only I can get Kung Fu Panda to 100% on mine... ?
  8. Just tried both versions and only needed to (change) Enable HW Hacks and check Align Sprite for the vertical lines. ...and with PAL... So I think it has to some little setting or checkbox. Or maybe there is that much difference between a 3.0 and 3.5 GHz i5.
  9. Now you'all got me curious. I'm going to try it on my i5 3.4/6Mb/GTX960-4Gb
  10. Your computer specs are fine (especially with the holycrap 6Gb video ) to run PS2. I'd say stick with using PCSX2. I have an i5 3.4/6Mb/GTX960-4Gb and most my PS2's run fine. Note: most What version of PCSX2 are you running? I assume (at least) 1.4.0. You can find more recent builds but they're listed as "unstable" as a disclaimer for being unofficial. I looked at Zombeavers' setups and it turns out none of what I have is on the list. (mostly my taste in games) I ended up searching the pcsx2 wiki and forums for suggested configurations. https://wiki.pcsx2.net/Main_Page https://forums.pcsx2.net/ You'll find that a lot of games are listed as "playable" which can mean 'ya, you can play 'em but they emulate poorly'. Are you experimenting across the board with just one game, or have you tried several?
  11. In an AHK script it's: send, !{Enter} Problem is I don't know to incorporate 'after the program starts, press enter'. I think you to do something like: Run, "D:\MyFolder\MyProgram.exe" then add in something to the effect of 'if the program is running, press the Enter key then exit the script'. May try searching this site or Google.
  12. The easiest one to get going would probably be Pinball FX. https://www.pinballfx.com/ The best free (IMO) would be Visual Pinball. https://www.vpforums.org/ Though it'll take a little setting up to do (outside of LB/BB). Another good free pinball 'emulator' (player?) is Future Pinball. https://futurepinball.com/ Like VP, there's some extracurricular setup to go through.
  13. I have an XBox 360 controller and the official Microsoft wireless adapter and it works without a hitch. (If it helps any...) under Settings/Input/Input User 1 Blinds it looks like this: I don't think I had to do any other configuring.
  14. Joe's rendition take-away from https://docs.mamedev.org/usingmame/aboutromsets.html using ROMS for the game 1941. A merged set will have 1 zip file containing the parent game data and all clone games data. For example "1941.zip" will contain 19 files & 3 folders. (MAME 0.201) A split sets and non-merged sets will have the parent and clone game data in separate zip files. i.e. 1941.zip, 1941j.zip, 1941r1.zip, 1941u.zip. In this case "1941.zip" contains 19 files and no folders. Look inside "1942u.zip". If it contains 19 files it part of a non-merged set . If it only contains 4 (or 5?) files, it with a split set.
  15. Ya, I set it up quite a while ago and forgot about the FP.exe launcher (thought the name looked funny). I still get the editor window as well.
  16. Open your 1942.zip file in explorer. How many Files are inside the zip file? Any folders? If I'm correct on this, you should have 27 files. If you do, 1942 should work. (At this point, not to confused with 1942a, 1942w, 1942p...etc).
  17. Unless I'm behind on FP updates (which is very likely), the setup is very basic. If it doesn't seem to work, try different tables.
  18. I just checked mine, and got the same 'missing box front' for my Wii collection as well. Remembering from an earlier post... looked at the LB folder and sure enough mine are all "-02". Renamed them to -01 and now shows accordingly.
  19. I hadn't ran across this post before and wanted something very similar to your LMM so (just 2 days ago) I started creating an Access database that will do this. Guess I don't have to now. ? Actually the 'geek' in me still wants to just because I (think) I can.
  20. You won't need to convert the batch file to exe just for LaunchBox. Either will work. Based on your exe file (...Launcher.exe), I assume it's a game through Steam which makes this actually an issue with Steam and not LB. However a quick search indicates there have been issues (and resolutions) for 'forcing' DOA-5 to read the ini file. I don't have the game so I don't know, but since you're getting the option to Start the game OR run Settings Configuration, it might not be reading your ini file (via its' actual location). I presume the startup screen (after the short video clip) should look like: ...in which case, passing the "Enter" key is easier than passing a mouse click. May want to look at the SteamCommunity for more.
  21. I can see the screenshot. I see there's 2 options and the one you want want that's circled. My hanzi? or hanja? or kanja? calligraphy is pretty rusty. I'm not sure if it will help, but can you translate what the two options showing say?
  22. 1) If you launch the game straight from Windows, not through LaunchBox, do you get the annoying window anyway? 2) When the annoying window pops up, if you press the "Enter" key (instead of having to use the mouse and click that option) does it then proceed to the game?
  23. 1.7.5 is the latest stable release. But you can use this Great app by @wyzrd to update to the latest Nightly builds. Simple and easy to use. At the risk of having to completely re-setup RA, it would eliminate a potential culprit. As for your ssd (vs an hdd?), if it's older (with 'old' ssd technology) or has had a lot of use (a lot of writes) or is near capacity... it could definitely be the problem.
  24. So now got your Mame 0.201 Non-Merged full Set safely tucked away on your backup drive. Your LaunchBox Arcade platform is all dialed in just the way you like it with only the games you want and only those files are in your "../../Games/Arcade" directory (or wherever). Maybe added some. Removed some. Perfect! That's what I thought until I found the 0.202 thru 0.205 update packs. I know ClrMamePro is (more than likely) able to apply the updates to both my backup (full) set and my LB (partial) set. And now (literally just now) that I think about it, can probably do them both at the same time (vs doing the procedure once on the LB set, then again on the full set). Oof. Anyway... My resolve was use ClrMamePro to update the backup full-set and a single command-line batch file to copy/overwrite only the files that are in the LB set and only if their dates or sizes are different. The command is "robocopy" which is built into Windows 7 and above and, of course, a variant of "copy" and "xcopy". "xcopy" has a parameter "/u" that will copy (update) only files that exist in the destination folder as well. But in my searching to see if it matters if the date stamp is older/newer, I found "robocopy". (Which for sure, the actual date/size difference is insignificant). The command line to put in your batch file is (all one line): robocopy "source_directory" "destination_directory" /LOG:"filename" /XL /R:10 /W:10 source_directory = location of your full set destination_directory = location of your LB set /XL - Copies a file from the source directory only if a file of the same name already exists in the destination (regardless if the destination file is newer or older OR different size. But does NOTHING if they are the same in both respects) (optional) /LOG:file - Writes a log file of what all it did, overwriting the file if it already exists. The file will be created in the same directory the batch file was ran. /TEE - Shows "what all it did" in the DOS window AND in the specified file in /LOG /R:n Specifies the number of retries on failed copies. (The default is 1 million.) /W:n Specifies the wait time between retries. (The default is 30 seconds.) - The last 2 are good if your copying over a network and something weird happens. - Add a "pause" on a 2nd line if you want to see the summary in the DOS (sorry. Old school. "Command Prompt") Window before it closes. - The quotes may not be required, but may save some headaches. - No trailer \ (slash) at the end of the directories. Example: robocopy "F:\Backups\MAME_0.205_Full_Set" "D:\LaunchBox\Games\Arcade" /LOG:"MameLog.txt" /TEE /XL /R:10 /W:10 pause Now that we've gotten this far, we probably could keep the Bios and Device files in the same Games directory. And the chd directories for that matter. ?
  25. Looks almost like you have a blank right-side-only bezel setup.
×
×
  • Create New...