Jump to content
LaunchBox Community Forums

JoeViking245

Moderators
  • Posts

    4,021
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by JoeViking245

  1. I just opened Xemu (by itself, without attempting to launch a game) and got the update message. Clicked it and it updated just fine. If it's truly not updating itself after clicking the message, then you should just do it the ol' fashion way. Go to their download site download the latest version Extract the contents of the download into your existing emulator folder (overwriting the existing files) Edit: so I started typing, walked away for a minute and came back and hit send. Just to see Retro808 beat me to it.
  2. What you're seeing in the games detail panel is the 3D Box Model (vs your 3D Box Image) which is comprised of the Box Front and Box Back (if you have that image as well). Click and hold the mouse button on it and you can spin it around. To not show the Model there, go to Tools < Options < Visuals < Game Details and un-check Show 3D Model.
  3. Sorry. I misread your original post indicating that those games do actually work with your MAME version 0.113. This will get 'those' game to work when launching from LaunchBox. You'll be adding a new Platform and a new Emulator. Later you can rearrange things to your liking. In Windows Explorer, select the (10 to 15) v0.113 ROMS and drag them onto LaunchBox This will start the ROM import Wizard Select ROM Files For the Platform, manually type Arcade 0.113 Select Scrape As: Arcade Under Choose an Emulator, select Add... Give it a Name (Like MAME 0.113) Browse to and select your mame.exe (for v0.113) Check Remove Quotes and Remove file extension and folder path Click Associated Platforms Manually type in Arcade 0.113 (the name from step #3. Spelled and capitalized the exact same.) Check the box Default Emulator Click OK to save and close You'll get a popup stating "MAME requires..." Click No Follow the rest of prompts accordingly Click Finish
  4. That error message is from FinalBurn Neo. Not LaunchBox. The emulator needs to know where your ROMs are located. I encountered an issue when I set the path(s) [in the emulator] then closed it, they weren't being saved. So be sure to click Save settings (step 4). Open FinalBurn Neo Go to Misc < Configure ROM Paths... Add the path(s) to where your ROMs are located Let it finish scanning Go to Misc Click Save settings to .ini now Close the emulator In LaunchBox, edit your FinalBurn Neo emulator Check the box Remove file extension and folder path UN-CHECK the boxes Remove Quotes (quotes are needed if using ROMS that have spaces in the filename) Extract ROM archives before running Click OK to save and close Play games
  5. Version 1.2.3 Released New Feature: Added clickable SteamGrid hyperlink. Click the Games Title to navigate to the games SteamGrid page. (Thanks for the suggestion @MrDeKat)
  6. I see it now. 😊 Those official Steam images don't appear to be available via the API. But I'm pretty sure when you import a Steam game, there's an option to prioritize Steam Images, which should get those. I presume the auto-import feature grabs those as well. There's no (reasonable) way to determine if a View Original Steam Assets button exists on the page. Though adding a link to the games SteamGrid page is a good idea (as you sort of illuded to). Thanks! I'll have my team add that for the next release. Always love to find good alternatives.
  7. Thank you so much! Correct me if I'm wrong, but I don't believe that information is available on SteamGrid. To be honest, I don't know what "the Steam button" is. 😊 The SteamGrid API will, to a degree do some 'fuzzy matching' when an exact match is not found. But obviously that doesn't help with alternate languages. The plugin isn't currently setup to be able to manually type in a name like the How Long To Beat plugin is. I'll make note of the feature request, but no promises that it will be implemented anytime soon. In the meantime, ... (My guess is) your games should have Alternate Names that are English. You could... edit the game and then [temporally] Set Selected Name as Title to the English name. Save, scrape and then set it back.
  8. This is a "known bug" in the system1.cpp driver. Since cocktail mode doesn't work (player 2 track and vehicle alignment), then you may want to put the game in upright mode and just have player 1 and 2 swap seats, using the same side of the table. Not ideal for a cocktail table. If you want to keep it visually 'cocktail', set the dipswitch for Cabinet to Upright, and the video option to Cocktail. This way it'll still look 'cocktail', but players 1 and 2 will [still need to] use the same controls. But the alignment doesn't get screwy when it's player 2's turn. BTW, After seeing this post, I played the game several times (for the 1st time ever). I can imagine this game took in A LOT of quarters. lol It's hard. But it's not. And it's frustratingly enjoyable.
  9. The raw data in the xml is not available via the API. (At least not that I've seen) Depending on how your plugin needs to access the data (a little each time you load it [i.e. one game at a time] or potentially a lot [i.e. load a platform and go through several games]), you may want to consider loading the xml into an object (model) when you open the plugin. Then just access the model [in memory]. The initial loading into the model may take a few seconds, but then accessing the data in the model is near instantaneous. Where-as parsing the xml each time, for each game, could still be 'fast', it would create a lot of 'excess' disk access. Just a thought.
  10. In the Auditing window, Select one of the games Press Ctrl+A to select all Press Ctrl+C to copy Open your new/blank spreadsheet press Ctrl+V to paste the contents of your clipboard into the spreadsheet
  11. Looking at the Change Log, the multiple instances of LaunchBox/BigBox had some 'safety checks' added in version 5.3.
  12. Honestly, I have never of anyone actually using/saving favorites in the MAME UI. 1st time for everything. There is currently no way to create (or import) favorites into LaunchBox from MAME's favorites.ini.
  13. You can disable the game Startup Screens on a per emulator and/or per game basis.
  14. Version 1.2.2 Released New Feature: Bulk. Use the ◄◄ and ►► buttons to select the Previous/Next game.
  15. Thanks! I nuked TP several years ago in favor of JConfig. Couldn't remember the specifics and idiosyncrasies.
  16. The script you show is in the Running Script section of the emulator. (An educated guess) To exit from the Pause Menu, that portion of the script [also] goes in the Exit Script section - 'The script to use when exiting from the Pause Menu'. So in the emulators Exit Script section, put: $Esc:: { if WinExist("JoyToKey") Process, Close, joytokey.exe Run, "D:\HFSBox\Utilities\JoyToKey\JoyToKey.exe" "Layout 8 Boutons.cfg" WinClose, ahk_exe {{{StartupEXE}}} } (while keeping the full script in the Running Script section.) Note: I moved the 'close the emulator' to the last line. I'm kind of surprise that when exiting from NOT in the pause menu that the script changes the profile back. I say this because when the game is exited, the Running Script is essentially discarded/thrown-away/process-killed. No matter where it's at. It may be that the processes you have, take place "super-fast". i.e. before the game is 'completely exited'. That said, if it ain't broke, don't fix it.
  17. I couldn't catch if you were saying switching the emulator to use xinput resolved the issue. Or you tried it, and it didn't work. If that did work, one can do the same thing with Xenia. Edit "xenia.config.toml" with any text editor. Look for the section [HID] Below that, change hid = "any" to hid = "xinput" And if I misunderstood, never mind. 😊
  18. Process of elimination... change the ~1 & 5:: to $Esc:: and see if it works to press Escape. If pressing escape works (with the above change) to exit the emulator, then (my guess is) something is taking control of your 1 and [or] 5 keys. I assume the 1 and 5 are keyboard presses (or something that effectively 'presses' 1 and 5 on-the-keyboard). Next thought is, if TP is launching another executable (acting as a launcher), and this script is in the emulators (TP's) Running Script section, it will never work. The Running Script is only available as long as the emulator that it started with is running. If that's the case, then you'll need to set this up as an Additional App for the game and set it to Run Before the Main Application.
  19. From a post back on page 12 of this thread, someone had put a ~ (tilde) in front of their 1. May give that a shot. ~1 & 5::
  20. Glad we were able to track down the root of the issue. In all fairness to others who upload their high scores to the leaderboard to stake their claim-to-fame, I'm inclined to say it's never going to happen.
  21. If you have time available, would you care to share exactly how you got it working? Even if it was something embarrassingly small, it could prove useful for other Community Members who in the future come across this thread and have the same issue. Thanks in advance for your time.
  22. If you have autosave enabled in MAME itself (autosave 1), you don't need the -autosave parameter. Adding that parameter just overrides whatever you have set in MAME. Just like as if you executed MAME form the Windows command prompt. Same thing with "state_directory sta" and the -state_directory <path> parameter. If in LaunchBox you have Upload Your MAME High Scores... enabled (Tools < Options < Integrations < MAME), there's a caveat... I know high scores and autosaves are 2 separate things. But if it affects that, it's possible it has an effect on auto saves as well. (I don't know for certain)
  23. Edit you MAME emulator in LaunchBox and check the Command-line Parameters for -rompath %romlocation%. If it is there, since you edited you own 'rompath' in mame.ini, remove that parameter and value.
  24. Was that copied and pasted? I ask because shouldn't there be a : (colon) in there after the D? (same in both instances)
  25. Ya, that's my problem. I see a problem/issue/concern where someone says something along the lines of "this can't be done in LB/BB", and I get on a mission to find a way that "it can be done". lol Hence many of the plugins I created. Personally, I don't call it a waste of time. Especially when I learn from it and figure out the how's and why-for's of whatever-it-is.
×
×
  • Create New...