Jump to content
LaunchBox Community Forums

JoeViking245

Moderators
  • Posts

    4,338
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by JoeViking245

  1. Is there any way? Sure! If I'm understanding correctly, when you say "filter the platform games list", I'm assuming you're doing this one platform at a time. vs. meaning all games in your collection. And for that platform, you've created 2 "collections". And by "collections", I presume you mean Playlists. (mere semantics, but it's important). Example [of my understanding]: Platform = Arcade Playlist-1 = "Games that are a lot of fun" Playlist-2 = "Games that are no fun" One way to "filter" these is: Select your Playlist-1 (to see games you have in there so far) Select one of the games and edit it Add a new Custom Field, call it "Lots of Fun" (or whatever you want) Set the value to "true" Save and close the Edit Game window Select all game in that playlist (click one and press Ctrl+A) Press Ctrl+E to start the Bulk Edit Wizard For Field, select Custom Field: Lots of Fun Enter "true" for the value Continue through the prompts to execute, save and close Select your Playlist-2 Do the same as above, changing "Lots of Fun" to "No fun" Now.... Create a new Playlist In the Auto-Populate tab, check the box Set the following Field = Platform, Comparison = Is Equal To, Value = Arcade Field = Lots of Fun, Comparision = Is Empty Field = No Fun, Comparision = Is Empty Click OK to save and close This new Playlist will now contain any game in your Arcade platform that is not in either of those 2 playlists.
  2. As shown above. %romfile% -localdata
  3. After adding the parameter, may need to re-setup the emulator (BIOS location etc.).
  4. The -localdata parameter makes it so the emulator is portable. It creates a folder in the same location as the emulator to store data. Otherwise (aka without the parameter), all the data is stored in the AppData folder (under C:/users/) making it not portable.
  5. When you make the copy and then edit to remove the blur, I'd be curious to hear how you like the outcome after using it a while. It seems to me that if both the background and the logo were both at full visibility (for lack of better words), they could [to a degree] cancel each other out (with like-colors blending into each other) making the logo hard to see. I suppose that would vary from game-to-game, depending on the actual images used together. Then again, it could be that I'm just not seeing it correctly in my head (and don't have a marquee to do any real testing). And it might look pretty dang amazing.
  6. LaunchBox doesn't sell hard drives. You need to contact your vendor regarding how to install games on their drive.
  7. You may need more than 5 seconds for the game to initially load. Maybe try increasing the Sleep, 5000 to say, Sleep, 10000 (10 seconds). Load the game and wait at least 10 seconds before trying to close it. (Normally you'd "wait" a lot longer because you're actually "playing" it.) Also, you probably need to set a SetTitleMatchMode. But instead, just change the 2 if WinExist lines (respectively). if WinExist("ahk_exe LaunchBox.exe") if WinExist("ahk_exe BigBox.exe")
  8. Try setting it to run Before Main Application.
  9. Try removing the quotes you have around %romfile%. OR you can check the box Remove Quotes. (I'd do the prior) EDIT: In fact, you can remove that altogether ("%romfile%") because LaunchBox will append that automatically (as it will show you in the Sample Command).
  10. I'd have to double back to the code, but I don't think there's a way from the API (aka, via the plugin) to do a Refresh Images. I also probably took the F5 feature for granted and didn't include it in the description. 😊 As for being "a thing on LaunchBox", you may be surprised at all the cool things you can do by perusing through the menu items.
  11. Version 13.22 - Released July 3, 2025 More information about the new Progress Badge (Game Progress Tracking) can be found here: Game Progress Tracking - LaunchBox
  12. If these are reports for the version 13.23-beta-1 that came out on Tuesday, should probably be posting in that beta thread (see below). If you're doing some backwards testing for 13.22, then I suppose here is fine. (but maybe change the version number to match)
  13. The big question, did it work for you in LaunchBox 13.22? If you have "the game" selected, does pressing F5 refresh the image? There's also the menu View < Media < Refresh All Images Are you adding an image type (e.g. Box-Front) that didn't exist for "that game"? Or e.g. adding a 2nd Box-Front?
  14. You are quite welcome! Yeah, like I indicated, I tried copying and pasting sections here and there, and it just W O U L D N O T W O R K !!!!! 😖 Glad to hear you're back in business!
  15. Ok, so the logs didn't help much. lol That said, the ini file wasn't much better. I replaced mine with yours and am seeing what you're seeing: mouse doesn't work without rawinput. Comparing yours and my ini files, they're pretty much apples-to-apples. 'Cept one is a Gravenstein, and the other is a Red Delicious. The 'variety' difference being mainly in the controller/key mappings (vs something [notable] in the Global section). I tried changing some of the mappings (without going too overboard), but my efforts were fruitless. I did try stuff in the Global section as well to no avail. So, giving up, I give you my ini file. This works for keyboard, mouse and controller [with no rawinput]. You may want to change some of the mappings to your liking. Some of mine to note: Start: (controller) "A" or (keyboard) "1" [same as MAME] Coin: "X" or (keyboard) "5" Lost World Fire: "A" or (mouse) Left-click or Ctrl Reload: "B" or Right-click or Alt Supermodel - Joe.ini Save it to your config folder. Rename your Supermodel.ini (my_Supermodel.ini or whatever). Make a copy of my file (Supermodel - Joe - Copy.ini) and rename the copy back to Supermodel,.ini. This way you always keep a backup of both versions. When you make changes in the file to suit your needs, I suggest doing them incrementally. Make a change - Save - Test. Wash, rinse and repeat. Also, in LaunchBox for the Supermodel emulator, you won't need any command-line parameters. FullScreen is set to on in the ini. (but keeping the parameter -fullscreen won't hurt anything either) I also have (in the ini) CrosshairStyle=bmp, Crosshairs=1 and InputSystem=xinput set in Global. This does not affect games that don't use crosshairs.
  16. I'll take a look at them in the morning (unless I get Shanghai'd into a honey-do list). When you say "controller only", you mean 'but also use the mouse for light gun games'? Because you can use the controller for them too. Just want to clarify your end-goal. In the meantime, if you wanted to try, you could do a fresh install of Supermodel (place in a new folder), run through the -config-inputs to set up the controller, and see if that works any differently. Yeah, configuring the controllers is a pain (because of the lack of a UI), but... should only ever need to be done once. Or...wait. Regardless, you should at least be on the latest build.
  17. Then I'd have to say something's not setup right because the mouse should just work without having to set rawinput. Also, setting it to rawinput puts you back to the original issue of this thread. That said, if you're using the mouse, isn't the keyboard nearby? If I recall, pressing Escape still worked to exit the game. I'd call this more of a speeDBump than a rOADBLOCk. Can you attach your supermodel.ini file here (just drag and drop the file onto the reply)? Also, (if you're not totally sick and tired of all this yet) load Lost Word using rawinput then exit the game. In Supermodels root folder, rename "Supermodel.log" to something like "raw_Supermodel.log". Then load LW without rawinput and exit. Attach Supermodel.log and raw_Supermodel.log as well. (may give some more insight)
  18. Like which games? You can customize/override the command line parameters per game, as needed. Or as shown above, certain parameters can be set per game in the ini file.
  19. Here's what I have. Default Command-line Parameters: -fullscreen supermodel.ini ; Light guns (Lost World) InputGunLeft = "KEY_LEFT" ; digital, move gun left InputGunRight = "KEY_RIGHT" ; digital, move gun right InputGunUp = "KEY_UP" ; digital, move gun up InputGunDown = "KEY_DOWN" ; digital, move gun down InputGunX = "MOUSE_XAXIS,JOY1_XAXIS" ; analog, full X axis InputGunY = "MOUSE_YAXIS,JOY1_YAXIS" ; analog, full Y axis InputTrigger = "KEY_A,JOY1_BUTTON1,MOUSE_LEFT_BUTTON" InputOffscreen = "KEY_S,JOY1_BUTTON2,MOUSE_RIGHT_BUTTON" ; point off-screen InputAutoTrigger = 0 ; automatic reload when off-screen InputGunLeft2 = "NONE" InputGunRight2 = "NONE" InputGunUp2 = "NONE" InputGunDown2 = "NONE" InputGunX2 = "JOY2_XAXIS" InputGunY2 = "JOY2_YAXIS" InputTrigger2 = "JOY2_BUTTON1" InputOffscreen2 = "JOY2_BUTTON2" InputAutoTrigger2 = 0 Then at the bottom [ lostwsga ] InputSystem = xinput Crosshairs = 1 Not sure if the InputSystem is required, but it doesn't break things. When starting the game, can use either the mouse or Xbox controller. Aim: Move the mouse, Xbox left-joy, (on my cab, the trackball) Shoot: Mouse left-click, Xbox "A" Reload: Mouse Right-click, Xbox "B" When starting and before the 1st shot, there's 2 "cursors" that are [sort of] side-by-side. But after the 1st shot, there's just the one crosshair. Aiming is kind of wonky and for me, the trackball is most stable. (I happen to also have 3 "mouse" buttons on my control panel. So shooting and reloading is not an issue)
  20. So you're not using any light guns? Nor using 2 mice, or a mouse and a trackball (for 2 players)? I believe those are why you'd use rawinput. Maybe there's more to it than I'm aware of.
  21. Is your 0.278 a full set? Or some curated set? Is it a merged set, or a non-merged set? If when importing, you told it to skip clones, it won't show up. If you told it to add clones as additional apps, it's probably under World Class Bowling. If it's still not found, while in your Arcade Platform, press Ctrl+N to add a new game. Type in the name. Then in the Launching Section, Browse to and select your wcbowldx.zip ROM. If you have a merged set, point to the wcbowl.zip file. Then change the filename (on the application path line) to wcbowldx.zip.
  22. The "settings" would need to get resolved by the emulator's developers. To overcome the emulator's shortcomings of being frontend-user-friendly, remove the Hotkey override you added to its config file (settings.bml). In LaunchBox, edit your Ares emulator and in the Running Script section, add the following: $Esc:: { WinClose, ahk_exe ares.exe Sleep 500 Process, Close, ares.exe } EDIT: a little more testing shows that you can simply use in the Running Script: $Esc::Process, Close, ares.exe "That" window is stubborn. But turning on Startup Screen hides it quite nicely. If you have a phobia of Start Screens, you can Open Windows Explorer and navigate to where your "ares.exe" file is located right-click the exe file and select Create shortcut Right-click the [new] shortcut and select Properties In the Properties window, change Run to Minimized Click OK to save and close In LaunchBox, edit your Ares emulator Change the Application Path to point to the shortcut file you created Click OK to save and close Play in peace
  23. Thanks for chiming in. One could have only hoped. Since you're using -input-system=rawinput in your command-line parameters (and the following will work even without that), to close Supermodel using your Xbox controller, add the following to your emulator's Running Script: 1Joy8:: { If GetKeyState("Joy7") WinClose, ahk_exe supermodel.exe } You must press and hold Joy7 FIRST, then press Joy8! Your topic says Select and Start. Your bindings show 7 & 8. Pretty sure on my Xbox controller, 7 is Back and 8 is Start. But mine also doesn't have a "Select" button. We'll just chalk it up to semantics. Since the Exit Game binding you have in LaunchBox doesn't work when using the rawinput parameter (for whatever reason), the above script is overriding those presses and is sending a more literal "close this exact process". (this at least worked in my quick testing, on my setup)
  24. Maybe @Warped Polygon (sorry to put you on the spot) might have some insight exiting Supermodel while in rawinput mode. I've never set it up to use dual mice (nor light guns).
  25. Clear Logo folder location changed as of version 13.21. Can read more about it here: LaunchBox Media Pack Feature – Version 13.21 - LaunchBox
×
×
  • Create New...