Jump to content
LaunchBox Community Forums

JoeViking245

Moderators
  • Posts

    4,460
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by JoeViking245

  1. A screenshot game play image is probably doable. A video will probably create too many new problems, so most likely not gonna happen. If you don't have any images in your "Arcade - Controls Information" folder for that game, it will already show the Platform Device image. Which type Platform image (if other than Device) would you like to have?
  2. Most likely, yes. It would have to be an image category that the specific game being loaded has. Such as “Box – Front”, “Screenshot - Game Title” etc. Specifically, what image type are you thinking you'd like to show on your 3rd monitor? To me, the Controls image made sense because you'd already have the game playing on 1 and the games marquee on 2.
  3. Apologies. I thought inside the zip was the DeviceControls folder which had all of the files in it, so you'd just extract/copy that folder into Plugins, and the files would come with it. Glad it's working now!!
  4. FOR /D %%d in (*) DO extract-xiso -c %%d OR FOR /D %%d in (*) DO "D:\utils\ConvertToXISO\extract-xiso.exe" -c %%d Use the 2nd option if your extract-xiso executable is not in the same folder as the batch file. Change the path accordingly but keep that part in quotes.
  5. Just tested with LaunchBox version 12.7 and is working here. Did you follow all 4 install steps at the bottom of the post? Does the game you're testing with have an image for it in “Arcade - Controls Information” or a Device Image for the Platform it's in? If using just 2 monitors, did you rename "3.mon" to "2.mon"?
  6. Where it says LaunchBox DB ID#xxxx, it's a hyperlink. When you click it, where does your browser open up to?
  7. Create marquee images from Clear Logos (for use with Pixelcade™ LED Marquee displays) View File Create marquee images from Clear Logos (for use with Pixelcade™ LED Marquee displays) Pixelcade already provides numerous marquee images for many Platforms. But you may come across one or more that are missing. This plugin will create 128x32 marquee-resolution png images using your games existing Clear Logo and place them in your Pixelcade directory**, under the corresponding Platform folder. What’s needed: The plugin files Pixelcade software installed (including LEDBlinky) [https://pixelcade.org] ffmpeg.exe (used to convert/create the marquee images) [https://ffmpeg.org] (included) (optional) An actual Pixelcade™ Marquee display Installing: Download and unblock the plugin zip file (Right-click the zip file, select Properties and check UnBlock) Copy the contents of the zip file into your ../LaunchBox/Plugins/ folder i.e. D:\LaunchBox\Plugins\PixelcadeMarquees\ Setting up the plugin: The default install location for Pixelcade is “C:\Program Files (x86)\Pixelcade”**. If you installed it somewhere else, edit “pixSettings.xml” located in the Plugin folder. (Notepad can be used to edit it) Change the path (line #3) to match your install location. Save and close. <?xml version="1.0" encoding="utf-8"?> <settings> <pixCadePath>C:\Program Files (x86)\Pixelcade</pixCadePath> </settings> **Note: If your Pixelcade installation is located under “C:\Program Files (x86)”, you will need to have Access Permission to be able to save the images there. The plugin will check for permissions when launched. If it doesn’t have the proper permission, images will be saved to the "Completed" subfolder. i.e. D:\LaunchBox\Plugins\PixelcadeMarquees\Completed\ You will then need to copy them manually when done. The images will be saved to their own Platform subfolder as Pixelcade sees them. (Pixelcade Platform naming conversions are taken from "console.csv" located in your Pixelcade directory.) Example: if your Platform is called "Arcade", images will be saved in the folder "mame". Using the plugin: Start LaunchBox. Select one or more games. Right Click and select Generate Pixelcade Marquee Image Click Create Marquee Game Title vs. ROM name: In most cases LaunchBox passes the games ROM name to LEDBlinky (which in turn passes it to Pixelcade). But for certain games (namely Steam games [and others?]), LaunchBox will pass the games Title. For these, you’ll want to check the box Use game Title for marquee image. If the games Title contains illegal characters (such as : [semicolon]), the image will not be created. When selecting multiple games, if you check Use game Title for marquee image and click Create Marquees, if the game Title contains illegal characters, a message will popup indicating that game will be skipped. You can bypass these messages by checking Skip warnings about Titles with invalid characters. Special thanks to @megashub for coming up with the idea for this plugin and for figuring out how to manipulate and convert the images to make them suitable for Pixelcade™ displays. As always, questions, comments and suggestions are always welcome. Submitter JoeViking245 Submitted 01/09/2022 Category Third-party Apps and Plugins  
  8. Version 1.1.0

    159 downloads

    Create marquee images from Clear Logos (for use with Pixelcade™ LED Marquee displays) Pixelcade already provides numerous marquee images for many Platforms. But you may come across one or more that are missing. This plugin will create 128x32 marquee-resolution png images using your games existing Clear Logo and place them in your Pixelcade directory**, under the corresponding Platform folder. What’s needed: The plugin files Pixelcade software installed (including LEDBlinky) [https://pixelcade.org] ffmpeg.exe (used to convert/create the marquee images) [https://ffmpeg.org] (included) (optional) An actual Pixelcade™ Marquee display Installing: Download and unblock the plugin zip file (Right-click the zip file, select Properties and check UnBlock) Copy the contents of the zip file into your ../LaunchBox/Plugins/ folder i.e. D:\LaunchBox\Plugins\PixelcadeMarquees\ Setting up the plugin: The default install location for Pixelcade is “C:\Program Files (x86)\Pixelcade”**. If you installed it somewhere else, edit “pixSettings.xml” located in the Plugin folder. (Notepad can be used to edit it) Change the path (line #3) to match your install location. Save and close. <?xml version="1.0" encoding="utf-8"?> <settings> <pixCadePath>C:\Program Files (x86)\Pixelcade</pixCadePath> </settings> **Note: If your Pixelcade installation is located under “C:\Program Files (x86)”, you will need to have Access Permission to be able to save the images there. The plugin will check for permissions when launched. If it doesn’t have the proper permission, images will be saved to the "Completed" subfolder. i.e. D:\LaunchBox\Plugins\PixelcadeMarquees\Completed\ You will then need to copy them manually when done. The images will be saved to their own Platform subfolder as Pixelcade sees them. (Pixelcade Platform naming conversions are taken from "console.csv" located in your Pixelcade directory.) Example: if your Platform is called "Arcade", images will be saved in the folder "mame". Using the plugin: Start LaunchBox. Select one or more games. Right Click and select Generate Pixelcade Marquee Image Click Create Marquee Game Title vs. ROM name: In most cases LaunchBox passes the games ROM name to LEDBlinky (which in turn passes it to Pixelcade). But for certain games (namely Steam games [and others?]), LaunchBox will pass the games Title. For these, you’ll want to check the box Use game Title for marquee image. If the games Title contains illegal characters (such as : [semicolon]), the image will not be created. When selecting multiple games, if you check Use game Title for marquee image and click Create Marquees, if the game Title contains illegal characters, a message will popup indicating that game will be skipped. You can bypass these messages by checking Skip warnings about Titles with invalid characters. Special thanks to @megashub for coming up with the idea for this plugin and for figuring out how to manipulate and convert the images to make them suitable for Pixelcade™ displays. As always, questions, comments and suggestions are always welcome.
  9. LaunchBox version 11.3 switched to .NET Core. Also, starting with version 11.7, LaunchBox is available in 64-bit only.
  10. Most recent versions and older versions are here: Download - Supermodel: A Sega Model 3 Arcade Emulator (supermodel3.com) Not sure where your heard about issues with the newest version, but that same place should also be able to recommend what prior version is still good (which can be found in the above link). I haven't updated or even used mine in almost a year. I can only assume it still works.
  11. It's the same one you quoted from in your 1st post. "Supermodel.log"
  12. Well, definitely a Supermodel issue then and not a LaunchBox one. Read the log file again and try to fix what it's telling you is in [Error]. We know it's not still trying to find "Roms.zip".
  13. @mohanned85 File locations shouldn't make a difference. If you're using PowerShell instead of the Command Window, you need to enter .\Supermodel "G:\LaunchBox\Games\Sega Model 3\lamachin.zip" Also, you forgot the slash between "Sega Model 3" and "lamachin.zip"
  14. That looks as it should. Hmmm... Outside of LaunchBox, will L.A. Machineguns run if you launch it from your Sega Model 3 UI program? Can you open the Windows Command Prompt to where your Supermode.exe file is and type in Supermodel "D:\roms\Sega Model 3\lamachin.zip" (changing the actual path to the rom file, and keeping that part all in quotes.) Does the game run that way?
  15. @mohanned85 Can you show a screenshot of your Sega Model 3 Details page and also its Associated Platforms page?
  16. You mentioned something about games so I thought that's what you were asking about. My bad. For images and videos, I know some people use symbolic links and physically store them elsewhere (which you can use PowerShell to create). But there isn't a built-in, automagical way to that in LaunchBox itself. I don't use them for this purpose, but if you search here on the forums, you're bound to find something.
  17. Select all the games in your Platform, then look under Tools
  18. Ther isn't really any settings to run them.
  19. $Esc:: Send, !{F4} ExitApp Under the Application Command-Line Parameters:, put "full/path/to/the/.ahk" file you created [including quotes]. But doesn't LB/BB try to pass the Esc keypress to the game and also attempt Alt+F4 when you press the button [combo] you assigned?
  20. From LaunchBox, you can't use the Supermodel UI program. You have to point to Supermodel.exe. Well you can use the UI program, but if you want to launch the game directly from LaunchBox, use Supermodel.exe as the emulator's executable. Can you share a picture of your Supermodel settings in LaunchBox?
  21. Edit the game, what file is it pointing to?
  22. Press your ScrollLock key 1st. Then you can press Tab.
  23. Did you try the: "Drag it to the monitor (TV) where you want it display on" method when launched from LaunchBox?
  24. Dude! You're killing me!! lol You'd need to change the WinMove coordinates. But since they're not moving in the 1st place, it seems like that won't work. You might could do a WinActivate on one of the widows, then do a "Send #{Left}" (aka hold the Windows key and hit the left arrow key) which might send it to the monitor to the left. Then probably a WinMaximize to get it full screen. You wanna attach the script you're attempting to use? There could be some simple little thing that's holding you back. Just a thought.
  25. What are you needing to configure?
×
×
  • Create New...