Jump to content
LaunchBox Community Forums

Third-party Apps and Plugins

203 files

  1. Retroarch Mame 185 Core

    I have seen several times over the last couple of months people looking for the old 185 version of the Mame core for Retroarch which is no longer available through their downloader. Many people still use older Mame rom sets and would like to have this version of the core over using the newer one and having to update their rom set to ensure full compatibility. I got permission from Hunterk over on the Retroarch forums to provide this core openly for people to download https://forums.libretro.com/t/where-can-i-redownload-the-mame-185-core/11335/17?u=lordmonkus but if I am asked to remove it at a later date I will do so.
    This is the 64 bit version, sorry I don't have the 32 bit version.

    155 downloads

       (0 reviews)

    0 comments

    Updated

  2. NeoGeo Rom Copy 190 Non-Merged

    This is an updated batch file to copy out a full NeoGeo rom set from a Non-Merged 190 Mame rom set. The zip file contains both a batch and a plain text file so you can see what is being copied out.
    Simply place the bat file into the folder where your Mame roms are located. Run the bat file and it will create a folder in that folder called NeoGeo and then copy the files located in that folder over to the folder that was created. It will copy all the game roms and the bios files.
    @ckp deserves the bulk of the credit for compiling this list, all I did was convert it to a batch file and upload it.

    171 downloads

       (0 reviews)

    0 comments

    Updated

  3. ps2_rd1.1.zip

    I've created two batch files the first one, copy.bat simply copies the second file, check.bat into every sub folder in the directory it runs in. (I copy both files then run it from d:/launchbox/games/sony - playstation 2) BEFORE you copy the create file into every folder, EDIT it and make sure the paths are the same that you use, if not, you will NEED to change them.
     
    Ok, second file, check.bat, I use this as the rom file, import it into LB and choose "use folder name" when the option appears. I have all the PS2 games as folders so, for example, Gran Turismo 4 is : D:\LaunchBox\Games\Sony - Playstation 2\Gran Turismo 4 (USA) and it has a check.bat file inside it.
     
    The batch file will check the directory it runs from to see if there is a .ISO or a .BIN file present, if not, it will download it from your remote storage location (I use my google drive to store PS2 roms) You would have to mount your google drive using rclone or something similar, so it has a drive letter, and again, check the settings of the batch file to make sure the location is correct. In my case, for GT4, the location is : Z:\redump\Sony - Playstation 2\Gran Turismo 4 (USA) and therein lies a .ISO file. It will give you an option to download to local storage and once complete, will display a message and exit. You can play the game by running it again from within launchbox.
     
    NOTE - If you import your games this way, you then need to mass edit the emulator field and leave it BLANK otherwise it tries to use an emulator to run the batch file, which won't work.
     
    Any issues whatsoever, please post and i'll check, but it worked perfectly for me so far, 1800+ ps2 games in my library but it only downloads the ones I want to play

    32 downloads

       (0 reviews)

    0 comments

    Submitted

  4. LaunchBox Plugin Repository

    Description
    this program is a repository of all all my plugins. Simply extract the 2 files to your root LaunchBox directory.
    Close LaunchBox before running this program.
    simply click download and the program will download the desired plugin and extract it to the correct folder.
    you are able to add other repositorys from other developers by add the repo url to the Repositorys.txt
     
    This is the first build more functions will be added later.
    BUY ME A BEER

    455 downloads

       (0 reviews)

    1 comment

    Submitted

  5. Philips CD-i to .CHD Batch Converter

    Philips CD-i (cue/bin) format to .CHD converter
    I have automated the process.
    Usage: simply place the extracted files into your Philips CD-i games folder.
    Launch RUN ME.bat
    And every bin file in the folder will be converted to .CHD format ready for loading into MESS.

    2,786 downloads

       (13 reviews)

    6 comments

    Submitted

  6. Retroarch GenesisGX Split Cores

    This is for those of you that want to have separate configs and shaders for each of the different consoles the GenesisGX core in Retroarch supports. As some of you who have tried to just make copies of the GenesisGX core and renamed them know this doesn't work because Retroarch uses the internal name of the core .dll file to generate configs. These are 64 bit only so if you are using the 32 bit version of Retroarch they won't work.
    You will use the main GenesisGX core for your Genesis / Megadrive emulation and included in the download file is separate cores for the SG-1000, Game Gear, Master System and Sega CD. Simply extract them to your Retroarch\cores folder and change your command lines in Launchbox for the platforms to point to these cores that you choose to use.
    I did not create these at all, the user by the name of Typhon over on the Retroarch forums took the time to compile these separated cores. Anyone can do this if you have the know how to compile the code into a working .dll file but Typhon did the work and uploaded it over there. For anyone downloading these just be reminded that these will not be updated by the Retroarch dev team so if you want up to date ones in the future you will either have to compile your own or hope that someone has done it and uploaded it. These are up to date as of October 31, 2017.
    https://forums.libretro.com/t/i-compiled-some-split-cores/4370

    117 downloads

       (0 reviews)

    6 comments

    Updated

  7. CD Case & Disc Mock-ups (PSD)

    These should help the community Create some amazing boxart etc. havnt got time for a cover project myself so im sharing my PSD files
    File resolution: 2400x1600 
    Format: PSD 

    Description:
    5 PSD files CD disk layouts. Each layer is properly labeled, and all parts are well organized, making editing very easy. 

    Features: 
    - Photoshop CS5 and above 
    - Pixel Dimensions: 2400x1600 
    - High Resolution: Yes 
    - Included 5 PSD Files





    87 downloads

       (0 reviews)

    0 comments

    Submitted

  8. LaunchBox Games Database Matcher

    DESCRIPTION
     
    One of the biggest problems with my games collection was missing artwork, So I decided to build numerous tools to scrape for missing media.
    the problem I found was not the fact that the LaunchBox database didn't have the game I was trying to get the artwork for but, the fact that the Title didn't match the Title on the Games Database.
    So I decided to build a plugin that will allow you to link the games that are missing a database Id.
    this plugin is not perfect, this will not work for Arcade at the moment.
    the Id can be reset by selecting unset but will not allow you to do so after clicking DONE.
     
    WARNINGS
     
    please check that games are matched correctly as the auto matching links the game before displaying the GUI so it is matched even if you don't click done. Auto matching uses regex to strip non letter and number characters from the game title then compares it with the same expression in the games database. it uses string contains which means if you have a game called A or the games Database contains a game called A, it will match it to a game that has the letter A in the title. for example GameTitle is Alien 2, Games Database Name is Aliens these will get matched together or vice versa.
     
    HOW IT WORKS
     
    after selecting your desired platform to match the plugin will scan all the games in that platform to get all the games missing a LaunchBox Database ID.
    the plugin will then scan the Metadata.xml and find all the games in that platform that have not been linked to a game in your collection.
     
    HOW TO
     
    1. unzip and extract to plugins folder
    2. open LaunchBox
    3. Click Tools> Games Database Match
    4. Select your platform
    5. Match your games
     
    BUY ME A BEER

    786 downloads

       (0 reviews)

    3 comments

    Updated

  9. Mame_Vectrex_Overlay_AHK.7z

    The main purpose of the included AutoHotKey code was a proof of concept. I wanted to add an additional "overlay" to the standard GCE Vextrex overlays that come furnished with the MAME artwork files (see the attached picture). Sort of a single purpose function similar to what RocketLauncher can do.
    The attached file has two main parts, one, a file with the name of vextrex.zip. This is a replacement for the standard MAME overlays and should be placed in your artwork folder under your MAME installation location. The included png files are higher quality that the default overlays. Note: I did not create these files. I just packaged them up after having sourced them around the Internet. Second, a file with a name of Overlays.7z. Extract this archive in your LaunchBox installation directory. You will then have an Overlays directory with two subdirectories, e.g. Code and Vectrex. The code directory has the "proof of concept" source called showbezel.ahk (Note: this source requires the popular gdip.ahk library, which is allowed to be distributed with this archive). This can be run as-is from the Code directory and should wait until MAME runs a Vectrex rom, then display my custom overlay from the Vectrex directory. You can also take the showbezel.ahk source and paste it into the "AutoHotkey Script" tab if you have created a custom Emulator entry to execute Vectrex roms in Launchbox (don't run a stand alone copy of the script if you do this). For example, I created a new emulator called Vectrex, but it points to my MAME64.exe program. I then created an entry under the "Associated Platforms" tab with "GCE Vectrex" as the "Associated Platform" and with the "Default Emulator" box checked. I also have used the ability to "Use Custom Command-Line Parameters:" for each Vectrex rom so MAME uses the vectrex.zip artwork file, example: vectrex -cart %romfile% -view "star castle" (see the attached picture for more info).

    135 downloads

       (0 reviews)

    0 comments

    Submitted

  10. HexControls

    A collection of custom user controls to make custom themes easier.
    I will be updating the tool periodically with new features.
    Install for use
    Download HexControls.dll place the file in the plugins folder in your theme Screenshots Control.
    Description
    A control to randomly display a list of screenshots available for a game. It will stretch itself to the bounds of the container it is placed in.
    Default Use in a Theme
    <Hex:Screenshots/> Advanced Use
    Using the properties below will allow the user to effect the maximum number of screenshots shown, spacing  and border controls
    Properties
    ScreenshotBorderColor: Border Color ScreenshotPanelOrientation: "Vertical" or "Horizontal" Direction Screenshot span ScreenshotMaxImages: Number of maximum screenshots shown (Default is 4) ScreenshotBorderSize: How thick the border around the screenshot is. Setting the bordersize to zero will remove the border ScreenshotCornerRadius: Curve around all edges of a scrrenshot ScreenshotMarginSize= Space Between each screenshots edge Example
     
          <Hex:Screenshots ScreenshotBorderColor="Blue"                        ScreenshotPanelOrientation="Vertical"                        ScreenshotMaxImages="10"                        ScreenshotBorderSize="15"                        ScreenshotCornerRadius="13"                        ScreenshotMarginSize="5"                        Grid.Column="15"                        Grid.Row="3"                        Grid.RowSpan="15"                        Grid.ColumnSpan="15">       </Hex:Screenshots>
    Star Rating
    Default Use in a Theme
    In a Game view call <Hex:StarRating />  Pretty much it for the default use. The control will size to whatever space it is placed in. This will get you a red star with white border for an on star and a black star with white border for an off star.
    Advanced Use
    I've set up the control to allow users to do two things:
    Modify the color properties for Star On/Star Off and their border Modify two Star vectors layered on top of each other; this has been created to allow for more vibrant star designs using transparency. Properties:
    ColorOnStarOneFill - On Fill Color  for Star one
    ColorOnStarOneBorder -  On Border Color for Star One
    ColorOnStarTwoFill - On Fill Color for Star Two
    ColorOnStarTwoBorder -  On Border Color for Star Two
    ColorOffStarOneFill - Off Fill Color for Star One
    ColorOffStarOneBorder -  Off Border Color for Star One
    ColorOffStarTwoFill - Off Fill Color for Star Two
    ColorOffStarTwoBorder - Off Border Color for Star Two
                                          
    StarsMarginSize -  Margin Between Each star
    BorderStarOneSize - Size of the Border for Star One
    BorderStarTwoSize -  Size of the Border for Size Two
    So, using these settings
      <Hex:StarRating Panel.ZIndex="1000"                              Grid.Column="11"                              Grid.Row="1"                              Grid.ColumnSpan="10"                                                           Grid.RowSpan="3"                              HorizontalAlignment="Left"                              VerticalAlignment="Top"                                                                           ColorOnStarOneFill="#BBC49A6C"                              ColorOnStarOneBorder="#11111111"                              ColorOnStarTwoFill="#BBC49A6C"                              ColorOnStarTwoBorder="#11FFFFFF"                                                                           ColorOffStarOneFill="Black"                              ColorOffStarOneBorder="White"                              ColorOffStarTwoFill="#66000000"                              ColorOffStarTwoBorder="White"                              StarsMarginSize="10"                              BorderStarOneSize="8"                              BorderStarTwoSize="20"                              SnapsToDevicePixels="True"/>  
    Will give you a result like this.

     

    67 downloads

       (0 reviews)

    0 comments

    Updated

  11. Duplicate Image Deleter

    A tool that will assist you in finding duplicate images in a folder and delete/move one based on options you select.  The app will recursively drill to every folder and perform the deletion or move them based on your selections.
    Step 1 - select an image directory
    Step 2 - choose your search options
    Files with same name but different extension - This will return any files that have the EXACT same name except for the extension.   You choose the extension you would like to keep or choose to keep higher resolution images. Files with same hash - This will return duplicate images no matter what the name.  The tool will choose the image with the earliest creation date/alpha name as the original. Require Like File Names - This builds on the hash option.  This will ensure that the duplicate images have a "Like File Name" that follows Launchbox's conventions. (i.e. Game-01, Game-02) Step 3 - choose your cleanup options.   Preview will simply show you the changes that would be made.   Delete will actually delete the duplicate images Move will move the images to the folder you choose. Step 4 - click Go!
    Use at your own risk obviously, make a backup or use "Test Mode" first just in case.
    Source code here:  https://github.com/mtyrealhanla/DupImageDeleter
     

    458 downloads

       (0 reviews)

    6 comments

    Updated

  12. Shutdown/Outro Videos

    Installing this plugin adds "Shutdown Video" functionality when closing Big Box.  
    How To Use This Plugin
    Download the plugin. Unzip to the plugins folder. Add a video to the LaunchBox\Videos folder named shutdown.mp4 (if you need a shutdown video, some of the startup videos work great for this as well) That's it.  The next time you close Big Box, your shutdown video will play.  
    Thanks for your time, thanks to the community, and I hope you enjoy.

    267 downloads

       (2 reviews)

    0 comments

    Updated

  13. Startup Video Manager

    ***** Now Supporting Random Startup Videos *****
    Startup Video Manager:  A plugin to manage Startup videos for the user through a clean, simple interface.
    About the Plugin
    This plugin provides a menu item that will open a window to allow users to manage their startup videos, and optionally, to activate random startup videos.  Random startup videos will be switched out as LaunchBox closes and Big Box opens.
    New and Returning Features:
    Reads from a "Startups" folder in LaunchBox\Videos to let the user select their desired startup video. Clicking "Preview" will let the user preview the selected Startup video through a custom VLC player with options for play/pause/stop, forward and backward, volume control and full-screen viewing.  Double-clicking the video will also take you to and from fullscreen viewing.  Pressing Esc while in fullscreen will also take you back to the normal view.  Another way to get back while in fullscreen is to move the mouse to the bottom of the screen where a menu with the video name and a back button will appear. Copies the selected video in LaunchBox\VIdeos\Startups to LaunchBox\Videos and renames it to startup.mp4 so that BigBox will recognize it. Before replacing your existing startup.mp4 file, it checks to see whether or not your current startup.mp4 exists in the Startups folder.  If not, it will copy your current startup.mp4 to the Startups folder, adding the Unix timestamp to the filename, to make sure you do not lose any startup video you may not have backed up. New in 2.0.0:  Optionally lets the user select Randomize Startup Videos to have the plugin randomly select a startup video and adjust the minimum startup duration each time Big Box is started from LaunchBox. New in 2.0.0:  With my system, I found that I needed to slightly tweak the minimum startup time from the actual length of the video.  If you find you need to do this as well, in PluginConfig.xml for this that will be covered below. New in 2.1.0:  Optionally lets the user update a configuration setting to match their actual load time of Big Box so that random videos will be limited to videos that are at least that long (no looping video on startup). Installation Instructions
    If you have the old version, BigBoxStartupSelector, delete that folder and unzip the new folder into the LaunchBox\Plugins folder. Create a folder named Startups in the LaunchBox\Videos folder and move all of your startup videos there.  You may rename the startup videos in this folder to whatever name you prefer to help you remember each video. Optional Configuration
    These optional configuration settings can be applied by opening the included PluginConfig.xml in your favorite text editor and changing the appropriate number.
    StartupTimeOffsetInSeconds:  In my case, I found that when setting the Minimum Startup Video Duration to the actual length of the video, even for longer videos, caused the video to start to loop for about a couple seconds.  To accommodate this, you can tweak the number of seconds being set as the minimum startup duration for videos through this configuration setting.  I had to adjust mine by -2 seconds, but this is 0 by default, which will set the minimum startup duration to the actual length of the video.  If you notice that after setting a video through this tool, the video either stops early or starts to loop, you can set this time to adjust all videos accordingly.
    ActualStartupTimeInSeconds:  This setting only applies to randomly-selected videos.  If you set this to something other than the default of 0, only videos with at least this startup time will be considered for random selection.  How to find out your actual startup time?  Get the stopwatch app on your phone ready, go into the Big Box options and set Minimum Startup Video Duration to "No Delay".  Now go back to LaunchBox, and as soon as you click to switch back to Big Box mode, start the stopwatch.  Stop the stopwatch as soon as Big Box has finished loading.  That time, rounded to the nearest second, is the value you should put as your actual startup time.  But again, this only applies to randomly-selected videos.  If you leave it as the default of 0, all videos will be considered for randomization, but you may have looping if the randomly-selected video is shorter than your actual load time.
    Usage Instructions
    Open LaunchBox or BigBox and browse to the Startup Video Manager plugin. Choose the Startup Video you would like to set, then if desired, click Preview to watch the video and make sure that's the one you want. If you'd like random startup videos going forward, make sure to check Randomize Startup Videos in the bottom-left corner. Note:  the random selection setting saves as soon as you check or uncheck it.  You can click Cancel or close the window from there.  The Save button is only if you want to manually select a video to set as your startup video. Once you've decided on a video, click Save and the magic will happen.  Otherwise, click Cancel. Enjoy!  Please let me know if you run into any issues.  Special thanks to angelobodetti for the random startup video idea!
    Thanks, Jason, for providing your amazing software and thanks again to Jason, the LaunchBox staff and the community for your support in developing this plugin.

    867 downloads

       (2 reviews)

    27 comments

    Updated

  14. Import Tv Shows

    Imports TV Shows and Grabs the Information and Artwork 
     
     
    this Plugin uses the Fanart.TV Api  and themoviedb Api to scrape images and details.
     
    Go to tools
    click import Tv Shows
    select the folder that contains all your tvshows.
    you may need to hit f5 to refresh the images.
     
    Folder Structure is Vital your collection needs to be sorted as follows.
     
    FolderContainingTvShows/TVShow/Episodes or Season Folders.  
    example
    C:\Users\andre\Desktop\TV Shows\Arrow\Arrow.S05E23.HDTV.x264-SVA\Arrow.S05E23.HDTV.x264-SVA.mkv C:\Users\andre\Desktop\TV Shows\Arrow\Arrow.S05E22.HDTV.x264-SVA.mkv C:\Users\andre\Desktop\TV Shows\Arrow\Season 5\Arrow.S05E21.HDTV.x264-SVA.mkv C:\Users\andre\Desktop\TV Shows\The Flash\S01E01 - Pilot.mp4 C:\Users\andre\Desktop\TV Shows\The Flash\Season 1\S01E02 - Next Episode.mp4  
    This creates a Game with the Same name as the folder.
    all videos inside that folder are added as additional applications. so right clicking on a TV Show will give you a list of all episodes.
     
    this only scans for mp4, mkv and avi I can always add formats this is just so we dont pick up image files and nfo files.
     
    There will most likely be some bugs but they will never get ironed out unless I know about them so please dont feel shy posting your bugs.
    @neil9000 @donarumo @lordmonkus thanks for your suggestions and support in my previous plugin this one was created just for you guys.
     
    BUY ME A BEER

    496 downloads

       (0 reviews)

    5 comments

    Updated

  15. Legit MobyGames Scraper

    IMPORTANT
    all restrictions on the MobyGames Api are in place:
    an API key is required to use this plugin.
     
    DO NOT REQUEST AN API KEY FROM MOBYGAMES TO USE THIS PLUGIN. THEY ARE NO LONGER
    GIVING OUT KEYS TO USE THIS, THEY HAVE NOT REQUESTED TO REMOVE MY CODE FROM GITHUB OR REMOVE THIS
    POST SO PLEASE DO NOT STIR THE POT.
    Sharing of your API key will only be doing yourself a disservice, as well as the community.
    There are limited requests per day enforce by MobyGames.
    I was given permission by @Jason Carr to post this, if I abide by MobyGames Rules.
    If you feel that me or any other user is not following the guidelines enforced by MobyGames or Lanchbox please feel free to send me a Private Message.
    Me and Most Definitely Launchbox is not responsible for the misuse of this Plugin or the changing of code.
    Lastly any request to remove this thread will met with open arms, I do not want to create any upset if  I am in breach of the rules. 
     
     
     
    DESCRIPTION
    this plugin was developed to provide a responsible way of using the MobyGames Api to scrape game media.
    Thanks to @Expello for requesting me to build this and for testing. if he/she did not agree to my terms I would not have built this plugin
     
    BUGS
    Alternative names(aka) is not working(i think the api does not support it)
    all game media is listed under Cart Front(there is no way of identifying the use of CD yet)
     
    WHATS WORKING
    Box Front
    Cart Front
    Box Back
    ScreenShot Title
    ScreenShot GamePlay
    Description(Notes)
     
    HOW TO USE
    Download the Plugin
    Extract into Plugins Folder
    open the MobyGamesScraper.dll.config with notepad
    replace YourKeyGoesHere with your ApiKey
    open LaunchBox
    right click on a game
    select scrape with MobyGames.
     
    or go to tools scrape with moby games
     
    BUY ME A BEER

    271 downloads

       (0 reviews)

    5 comments

    Updated

  16. Movie Scraper Plugin

    Downloads Information and Images for Movies.
     
     
    Thanks to @superfurry for the insperation(he created the Movie Launcher in this thread)
    thanks to @Nielk1 for assistance with the forms, you do amazing work and are always there to lend a hand.
     
    this Plugin uses the Fanart.TV Api and omdbapi to scrape images and details.
     
    simply add movies to your LaunchBox collection.
    Right Click on the Movie or Multiple Movies
    Select Scrape Movie.
    you may need to hit f5 to refresh the images.
     
    you can find this sourcecode and others at
    https://github.com/slipsystem/LaunchBox-Plugin-Examples
    BUY ME A BEER

    2,571 downloads

       (3 reviews)

    15 comments

    Updated

  17. Import Media From Kodi

    IMPORTANT
     
    this may break your existing Launchbox Movies Collection. Back up you data before using this plugin.
     
    DESCRIPTION
    This Plugin will import your Media collection from Kodi.
    this is a beta plugin so it may not work for everyone.
    this will not work if you are using emby or mysql to manage your collection.
    the SQLite.Interop.dll needs to be in the root folder (same folder as LaunchBox.exe)
     
     
    BUGS
    You tell Me
     
    WHATS WORKING
    Imports Movies
    Imports TV Shows
    Imports Music
    Downloads Artwork or Copies Artwork
    Copys TvTunes
    Downloads Movie Trailers
    Copys Cdart (Music)
     
    HOW TO USE
    Download the Plugin
    Extract to your ROOT Launchbox folder
    open LaunchBox
    open tools
    open import
    Import Media from Kodi
     
    BUY ME A BEER

    236 downloads

       (2 reviews)

    2 comments

    Updated

       (0 reviews)

    7 comments

    Updated

  18. AxLaunchBox (Launchbox Plugin)

    AxLaunchBox
    A way to launch shockwave flash games on launchbox 
    1.Extract all files into launchbox plugin folder
    2.Start new platform as flash , and point emulator to dummy.exe(optional)
    3.Launch by right clicking on flash game and launch with AxLaunchBox
    4. Enjoy
    Superfurry

    213 downloads

       (0 reviews)

    0 comments

    Updated

  19. ZxSpeccy V1.0 By Superfurry

    ZxSpeccy V1.0 By Superfurry
    The Zx Spectrum has always been a system I have very fond memories of and has some of the best games i still have ever played, I threw this plugin together for Zx Spectrum fans.
    Extract folder into plugins folder and access in tools menu
    Features
    Download Thousands of Sinclair ZX Spectrum Games (Powered By World Of Spectrum)
    Thanks
    Superfurry
     
    ZxSpeccy V1.0 By Superfurry.rar

     

    49 downloads

       (0 reviews)

    0 comments

    Updated

  20. Movie Launcher V1.1 By Superfurry

    Movie Launcher V1.1 (Update) By Superfurry
    Hiya everyone just updated Movie Lancher to V1.1
    *If you have the first version please delete all files and Extract contents of zip file into plugins folder
    Dummy exe included if needed (Optional)
    Changelog V1.1
    - Works in Bigbox
    - Added controls
    - Exits with Esc key
    Right Click Imported Movie and Launch with Movie LAuncher


    165 downloads

       (0 reviews)

    2 comments

    Updated

  21. Cleaner System MenuItems

    Simple optional plugin that organizes ISystemMenuItemPlugin plugins.
    A plugin that would like to use this feature must add one of two properties:
    // C# 6.0 lambda property initialization public Type CleanerSystemMenuItems_ParentPluginMenuItem => typeof(ClassNameOfParentISystemMenuItemPlugin); public string CleanerSystemMenuItems_ParentMenuItem => "stocknameOfToolStripMenuItem"; // classic property initialization public Type CleanerSystemMenuItems_ParentPluginMenuItem { get { return typeof(ClassNameOfParentISystemMenuItemPlugin); } } public string CleanerSystemMenuItems_ParentMenuItem { get { return "stocknameOfToolStripMenuItem"; } } Possible values for CleanerSystemMenuItems_ParentMenuItem:
    installDosGameToolStripMenuItem editDefaultToolStripMenuItem manageEmulatorsToolStripMenuItem managePlatformsToolStripMenuItem editAutoHotkeyDosBoxToolStripMenuItem editAutoHotkeyScummVmToolStripMenuItem editAutoHotkeyWindowsToolStripMenuItem selectRandomGameToolStripMenuItem downloadToolStripMenuItem downloadPlatformThemeVideosToolStripMenuItem scanForAddedRomsToolStripMenuItem scanForRemovedRomsToolStripMenuItem importToolStripMenuItem auditToolStripMenuItem consolidateRomsToolStripMenuItem createMissingArcadePlaylistsToolStripMenuItem cleanUpImagesToolStripMenuItem refreshImagesToolStripMenuItem refreshSelectedImagesToolStripMenuItem optionsToolStripMenuItem Source Code: https://github.com/Nielk1/LaunchBox_CleanerSystemMenuItems

    93 downloads

       (0 reviews)

    0 comments

    Updated

  22. Infinity Box

    Infinity Box is a first attempt to create a VR BigBox currently it clones two monitors in giant screens in VR. It does not require a VR headset
    It is a bit unstable so if it crashes give it a few more tries
    Requirements:
    For VR Mode you need an Oculus + Touch or HTC Vive Requires Exactly Two Monitors Instructions:
    Launch this in Windowed Mode. Then launch BigBox , Look to your left for the controls enjoy!
    Any feedback or assistance would be great.

    100 downloads

       (0 reviews)

    0 comments

    Updated

  23. Quote Of The Day

    LaunchBox plugin to display a Quote or Bible Verse on application start
    To install from zip file, just unzip into your LaunchoBox\Plugins folder. Once installed you should have a LaunchBox\Plugins\QuoteOfTheDay folder.
    Once installed when you launch LaunchBox or BigBox you will be presented with a quote as soon as the application starts. The quote will stay on the screen for several seconds before disappearing. Clicking on the quote or hitting a key will dismiss it immediatly. Under the LaunchBox Tools you will find a "Quote Of The Day Settings" option. This will allow you to configure and test several options including colors, how long the quote is shown, and what type of quote to show.

    48 downloads

       (1 review)

    0 comments

    Submitted

  24. YouTube & Arcade Video Snap Downloader

    I have created my own YouTube & Arcade Snap / Videopreview downloader.
    It's not super pretty but works pretty well.
    Arcade is perfect because i use progettosnaps direct download, consoles are OK'ish... i currently try to limit the search results to one provider to eliminate false positives.
    So if that channel doesn't have the video for your game, you might get something strange... BUT I ADDED A SKIP BUTTON!
    If you know other youtube channels than arcade forever feel free to leave  a comment and i'll take a look at it
     
    Installation:
    Unzip the file and put the folder in your Launchbox/Plugins/ dir.
     
    Usage :
    Rightclick a game or games and choose get snaps,
    click yes for consoles etc., click no for arcade / mame.
    Hit Download, wait, done.
    Btw. if you're wondering why there is an .exe file... well i'll probably make it standalone too to scan the whole library and im lazy so i didn't want to start two projects
     
    I have uploaded a video of it in action here:
     

    747 downloads

       (3 reviews)

    1 comment

    Submitted


×
×
  • Create New...