Third-party Apps and Plugins
230 files
-
Sega Saturn Region Patcher
So this is really only if you are using Mednafen to playing Saturn games. As of now Mednafen doesn't play PAL games at all. Well, With this program, we can fix that. Just change the reion from your PAL game to an NTSC one and boom, the games works in Mednafen now.
87 downloads
0 comments
Submitted
-
Tweaked CRT Geom Shader for Retroarch
By kmoney
This is a tweaked crt geom shader for retroarch with some lines of code commented out such as curvature and etc. for better results instead of the default settings that comes packaged with retroarch. Remember to backup your crt-geom.cg folder and replace with this which is located at your RetroArch\shaders\shaders_cg\crt\shaders\crt-geom.cg.
126 downloads
0 comments
Submitted
-
Script To launch DesMume in fullscreen automatically with LaunchBox.
By Sdentau92
Hi,
I made this script to start DeSmuMe (Stand-alone. Not RetroArch) in fullscreen automatically.
These are the steps for using the script:
1) Extract the attached file "desmume.zip" in the folder where you have the executable of the emulator.
2) Open "desmume.vbs" with a text editor and replace "DeSmuME_0.9.11_x86.exe" with your executable file name. Save the file "desmume.vbs"
3) On launchbox go to Tools / Manage Emulators, select your DeSmuMe emulator and click Edit.
4) In "Emulator Application Path" select "desmume.vbs" file (Filter All Files in Browse) instead of the emulator executable.
In "Default command-line parameters" enter "/rompath:"
Check the option "No space before ROM"
Click ok
4) Play Little Red Riding Hood's Zombie BBQ (If you bought it )
I'm a noob in vbscript, if you know an easier way to solve this problem, tips are welcome.
(Sorry for bad Great Britainnnish)
262 downloads
0 comments
Updated
-
Script for removing ESRB logos from Steam trailers
By CriticalCid
It seems that many people find it annoying that many trailers which get downloaded by LaunchBox from Steam begin with an ESRB or PEGI logo before the actual trailer starts. With this ffmpeg script you can batch remove the first seconds of all your trailers and cut these logos out of the videos without the need to re-encode them.
NOTE:
Besides this script you’ll need the free program ffmpeg. You can get it here:
https://ffmpeg.zeranoe.com/builds/
You won’t have to install it. Just download the static version and extract it somewhere on your PC.
How to use it:
1. Put my script in the “bin” folder of your ffmpeg installation.
2. Open the .cmd file with any text editor and edit the paths for your Steam/WIndows video folder and the output folder (where it should save the edited videos). Only change the placeholder names in capital letters and leave the rest as it is.
3. The number after the –ss command is the length you want to cut out at the beginning. I set it to 5 seconds but you can change it as you like.
4. Save the file and start it with a double-click. Wait until it’s finished.
5. Overwrite your old video files with the new ones from your output folder.
137 downloads
0 comments
Updated
-
LaunchBox Game Info Utility
By elliot763
What it does:
Reads your LaunchBox.xml file to get the list of games and their properties Counts the number of Videos and Images by type (Box - Front, Clear Logo, etc.) for each game by looking through the Videos and Images directories Writes all of this data to a single CSV file which is created in the LaunchBox directory How to use it:
Place the LaunchBoxInfoUtils.jar file in the your LaunchBox folder (same folder as LaunchBox.xml) Double click the JAR file (You may have to install a JRE and add it to your system path if you don't already have one) A new file, GameInfo.csv, will be created in the same directory, which you can open in Excel or any other CSV editor and filter as needed (for instance, you can filter out games that have 0 in the "# BoxArt(Front)" column to see which games need Box - Front images) Notes:
As implied above, I threw this together quickly (a couple of hours) for my own use, so it is tailored my own library and may not work with everything (for instance, I don't have Steam games in my LB so I didn't include Steam Banners). So I can't guarantee that this will work for everyone, but I'd be happy to add features if there is interest Again, I haven't put a ton of time into this so currently there is no feedback when you run the program (no logs, no status window). The only way you'll know it is done is when the CSV is created. So if you run it and nothing happens after a while (it runs for my Library of ~2000 games in < 5 seconds) you may want to open your task manager and check that the Java process isn't running in the background and eating resources (kill it if it is). Let me know if you love it/hate it/have suggestions.. I'd be happy to improve it if it's helpful to the community277 downloads
0 comments
Updated