-
Posts
3,449 -
Joined
-
Last visited
-
Days Won
30
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by JoeViking245
-
(Bulk) Add Additional Applications
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
-
Another possible option is to use this plugin. Although the nice thing about JayJay's AHK method, it's easier to change the AHK script then to redo Additional Apps. (Assuming you're comfortable with AutoHotkey.) But always like to (well, try to) give options.
-
(Bulk) Add Additional Applications View File (Bulk) Add Additional Applications A.K.A. (Bulk) Add Run Before/After Main Application The intent of this plugin to add the same Additional Application to more than one game, all at one time. More specifically, it is to add an Additional Application you want to run Before and/or After the selected games. *Works with LaunchBox versions 10.14 and newer.* Setup: Download and extract "Bulk Run Before-After.dll" from the zip file and place it in your Plugins subfolder of LaunchBox. Right click the dll file, select Properties, and click "Unblock" (if it's there) and click OK. Using the plugin: Select more than one game (or all of them) in your Platform. Right click on one of the selected games and select "Bulk Run Before/After Main Application". Fill in the Application Name, Path to the program, any necessary Command Line Parameters and then check the appropriate box if you want it to run Before or After (or both or none) the Main Application. Click OK You should probably test this on only 2 or 3 games first BEFORE you decide to do your entire Platform. There is no [bulk] undo (See Additional Notes). Additional Notes: Once you click "OK", the Additional Application is added to each game you had selected. There is no Bulk Edit or Bulk Remove**Additional Application(s). (at least by me) It does require that you give it an Application Name and an Application Path. It will verify that your Application Path points to an existing file but it will not check if there's an existing Additional Application with the same Name. **If you clicked OK when you should have clicked Cancel, you can remove them with this plugin: (Bulk) Remove Additional Applications Submitter JoeViking245 Submitted 03/12/2021 Category Third-party Apps and Plugins
-
Version 2.0
712 downloads
(Bulk) Add Additional Applications A.K.A. (Bulk) Add Run Before/After Main Application (July 10, 2023) This plugin is no longer supported. But [for now] still works. Please see its successor: Bulk Add/Remove Additional Applications The intent of this plugin to add the same Additional Application to more than one game, all at one time. More specifically, it is to add an Additional Application you want to run Before and/or After the selected games. *Works with LaunchBox versions 10.14 and newer.* Setup: Download and extract "Bulk Run Before-After.dll" from the zip file and place it in your Plugins subfolder of LaunchBox. Right click the dll file, select Properties, and click "Unblock" (if it's there) and click OK. Using the plugin: Select more than one game (or all of them) in your Platform. Right click on one of the selected games and select "Bulk Run Before/After Main Application". Fill in the Application Name, Path to the program, any necessary Command Line Parameters and then check the appropriate box if you want it to run Before or After (or both or none) the Main Application. Click OK You should probably test this on only 2 or 3 games first BEFORE you decide to do your entire Platform. There is no [bulk] undo (See Additional Notes). Additional Notes: Once you click "OK", the Additional Application is added to each game you had selected. There is no Bulk Edit or Bulk Remove**Additional Application(s). (at least by me) It does require that you give it an Application Name and an Application Path. It will verify that your Application Path points to an existing file but it will not check if there's an existing Additional Application with the same Name. **If you clicked OK when you should have clicked Cancel, you can remove them with this plugin: (Bulk) Remove Additional Applications -
If you created and compiled a script, you can edit the game and create an additional app to Automatically Run Before Main Application. If you'd rather not compile it, you can set it up similar to [the 1st part of] this post. You will (probably) need another script setup to Automatically Run After Main Application to Exit/Close the 1st script.
-
You can. But your games' title would be something like "lordmon" instead of "Lord Monarch". Which really, is the whole reason this plugin was created. But then ya, the command line thing you'd need to do also.
- 196 replies
-
- 1
-
What would make that nice is if there were categorized ini files like MAME does for Arcade Machines. Like genre, controls, number of players etc.. But I just haven't seen anything like that for softlists.
- 196 replies
-
To be honest, no. And to add some brutality to that, I haven't even put any thought into the importing of a curated set. Have you tried LaunchBox's built-in Scan for Removed ROMs? I'm thinking that's going to be your golden ticket for what you're wanting to do. It's a little less direct, but makes good use of existing tools. So use this Importer (setting the Destination Folder to your update folder), then Scan for Removed ROMs. For "updating", that was done in release 3.0. 17 days after my quote about "beyond the intent of the plugin". Where it scans your existing Platform [during the Import process] against the 'new' MAME updated xml and renames titles and roms as necessary (and of course, adding new roms).
- 196 replies
-
-
Try looking for and deleting the hi file in your MAME folder... ../MAME/hi/frontlin.hi and the nvram/frontlin folder... ../MAME/nvram/frontlin/ This will reset any local high scores you have for that game. Which in your case you can't even see them (it), so no-harm, no-foul. Though frontlin.zip is, frontlina.zip is not supported by hi2txt. So it won't (can't) show up on the leaderboard.
-
That's odd that it worked before, but not when adding ",,Min". Briefly looking at the reWASD site, it looks like you can associate a game (or in your case an emulator?) to a specific configuration. Then with reWASD running in the background (sitting 'idle'), when you load a game (emulator) it then loads the corresponding configuration. I would assume with it setup like that, that when you close the game (emulator), it unloads the configuration and goes back idle. Or goes back to a "default" configuration if setup that way (which is what you don't want). Ahhhh... there it is. Or pretty close. Item #4 in their FAQ's. https://forum.rewasd.com/forum/rewasd/technical-questions-aa/30703-need-some-help-start-from-this-faq
-
@TinyTsuruta Is it safe to assume that the "/m" is a command line parameter for reWASD [itself] to open (run) minimized? It sounds like it might be holding focus. Maybe try AHK's "Min" option. The $Esc:: hotkey may be conflicting with the exit routine of the emulator. Try including WinClose for the emulator as well. Run, C:\Users\brent\Desktop\reWASD\reWASD.exe,,Min $Esc:: { WinClose, ahk_exe reWASD.exe WinClose, ahk_exe mame64.exe ExitApp }
-
That's obviously where my testing stopped. lol
-
Is it unplayable in-game, or does it not load at all for you? If the latter, did you try directly in stand alone MAME? If it's not loading, which method in LaunchBox are you using to point to the rom? If you have MAME setup for soft lists, you can simply launch "cdimono1 -cdrm zeldgam". Unless you have the US version, then use "zeldgamu". Or do you just have LB pointing to the "FULL\PATH\TO\ROM\FILE.chd"? Either way, just tested and both do work. Again, if using the 1st method, make sure you're telling the correct version of the rom you have.
-
I am running out of space. Any ideas on how best to use storage?
JoeViking245 replied to WInzen's topic in Noobs
-
1:: { KeyWait, 1, T3 ;wait to see if "1" is pressed for 3 seconds ("T3" = Time 3 seconds) if (ErrorLevel) ;if pressed for 3 seconds { send !{F4} ;send Alt+F4 ExitApp ;close this script } else ;if held less than 3 seconds { 1::1 ;send "1" (like a regular keypress) } } Since the 'press 2 then 1' script didn't work, not sure if this will either. Also left out the 'SetKeyDelay' line. You may [still] or may not need it. This assumes that when you press "1" for 3 seconds, you also will be exiting the game. So after it sends Alt+F4, it will close this script ("ExitApp"). But this will also close whatever ahk script you made and had pasted this into. If your script has other functions too, you may want to remove the "ExitApp" line and put it somewhere else in your script so the other functions still work.
-
Oops. Fixed the original post. "SetKeyDelay, 0, 50"
-
-
It may need a key delay in there. 2 & 1:: SetKeyDelay, 0, 50 Send, !{F4} Return 2::2 To be clear, when you say "arcade controls", you are talking like those on and arcade cabinet. Right? And 1 and 2 would be like Player1 Start and Player2 Start, respectively? (Which also happen to be the numbers 1 and 2 on the keyboard)
-
Create Playlists from MAME category ini files View File Create Playlists from MAME category ini files for your Arcade Platform. This plugin allows you to generate Playlists in LaunchBox from .ini files. The same ones MAME uses in its UI to apply filters used to categorize viewing of your games. To be clear: This doesn't really expand much on the already available Arcade/MAME Playlist building feature in LaunchBox. But if there's a rare instance you come across a MAME category ini file that has a 'pre-built' "filter" list and isn't already available in LB, well here you go. Regardless, this was actually a just-for-fun, 'let's see if I can' type of thing. And figured I'd just put it out here for whatever reason. ..now on with the show.. Only games that actually exist in your Arcade Platform will be added to the created Playlist. So say you choose “Control.ini” and Select “Joystick 8-way”, there are 6827 roms listed with that ‘filter’. If your Arcade Platform only has 1007 of those 6827, only 1007 will be imported into the new Playlist. Many of these files can be found at www.progettosnaps.net. (Specifically here) And several more at https://mameinfo.mameworld.info/ (Look for the “MAMEUI 0.2xx Category-, Version and Alltime inifiles” link). There’s probably other sources available out there too. These files are typically (and should be) stored in the ../MAME/ini/folders/ folder. Requirements: This plugin file. Place it inside the ../LaunchBox/Plugins/ folder. Your MAME/Arcade Platform MUST be named “Arcade”. v3.0 A valid .ini file (or set of files) to read from. (see possible sources above) (sample from “Controls.ini”) [FOLDER_SETTINGS] RootFolderIcon mame SubFolderIcon folder [ROOT_FOLDER] [Dial] 2mindril 720 720g 720gr1 ..... [Joystick 8-way] 10yard 10yard85 10yardj 1941 ..... How to use: First download and unzip the file. Copy “Create Arcade Playlists.dll” to you LaunchBox/Plugins folder. Right click the file and select Properties. Check the box to “Unblock” (if present) then click OK. Now start LaunchBox. In LaunchBox, select “Tools”, then “Arcade Playlists from ini” (near the very bottom). [not to confused with "Create Missing Arcade/MAME Playlists.."] When the plugin loads, it will attempt to automatically locate your ../ini/folders/ location and populate the “Available ini files” section. If it wasn’t able to find it or you want to look in a different location, click “Browse” and navigate to the folder you want to use. Click on the ini file you want to use. This will populate the “Available sections/filters”. If there are no ‘[Sections]’ below “[ROOT_FOLDER]”, that means there are only rom names listed, and those will be added to the “List of roms to add” area. Click on one the “Available sections/filters” you want to use. This will add all the roms for that selection to the “List of roms to add” area. Select the Platform that has all your Arcade games. If it's called "Arcade", it will be selected automatically. (new v3.0) Click “Create Playlist” to create the playlist. Click Exit or create more. (new look v3.0) Once Exited, select Playlist or Platform Category and expand Arcade to see the new Playlist. Notes: This does not work with Additional Apps (mainly clones). This adds “Arcade” to the beginning of the selected section/filter for its “Unique Name:” (to maintain consistency). The “Nested Name” will be the same as selected section/filter. The Playlist will be added to the “Arcade (Category)” of the Platform Categories list. If you click Create Playlist and you don’t have any existing games that match, an empty Playlist will not be created. If a Playlist of the same name already exists, either delete your existing Playlist or edit it and change the name. It will not be overwritten nor modified. Submitter JoeViking245 Submitted 02/17/2021 Category Third-party Apps and Plugins
-
Version 3.0
935 downloads
Create Playlists from MAME category ini files for your Arcade Platform. This plugin allows you to generate Playlists in LaunchBox from .ini files. The same ones MAME uses in its UI to apply filters used to categorize viewing of your games. To be clear: This doesn't really expand much on the already available Arcade/MAME Playlist building feature in LaunchBox. But if there's a rare instance you come across a MAME category ini file that has a 'pre-built' "filter" list and isn't already available in LB, well here you go. Regardless, this was actually a just-for-fun, 'let's see if I can' type of thing. And figured I'd just put it out here for whatever reason. ..now on with the show.. Only games that actually exist in your Arcade Platform will be added to the created Playlist. So say you choose “Control.ini” and Select “Joystick 8-way”, there are 6827 roms listed with that ‘filter’. If your Arcade Platform only has 1007 of those 6827, only 1007 will be imported into the new Playlist. Many of these files can be found at www.progettosnaps.net. (Specifically here) And several more at https://mameinfo.mameworld.info/ (Look for the “MAMEUI 0.2xx Category-, Version and Alltime inifiles” link). There’s probably other sources available out there too. These files are typically (and should be) stored in the ../MAME/ini/folders/ folder. Requirements: This plugin file. Place it inside the ../LaunchBox/Plugins/ folder. Your MAME/Arcade Platform MUST be named “Arcade”. v3.0 A valid .ini file (or set of files) to read from. (see possible sources above) (sample from “Controls.ini”) [FOLDER_SETTINGS] RootFolderIcon mame SubFolderIcon folder [ROOT_FOLDER] [Dial] 2mindril 720 720g 720gr1 ..... [Joystick 8-way] 10yard 10yard85 10yardj 1941 ..... How to use: First download and unzip the file. Copy “Create Arcade Playlists.dll” to you LaunchBox/Plugins folder. Right click the file and select Properties. Check the box to “Unblock” (if present) then click OK. Now start LaunchBox. In LaunchBox, select “Tools”, then “Arcade Playlists from ini” (near the very bottom). [not to confused with "Create Missing Arcade/MAME Playlists.."] When the plugin loads, it will attempt to automatically locate your ../ini/folders/ location and populate the “Available ini files” section. If it wasn’t able to find it or you want to look in a different location, click “Browse” and navigate to the folder you want to use. Click on the ini file you want to use. This will populate the “Available sections/filters”. If there are no ‘[Sections]’ below “[ROOT_FOLDER]”, that means there are only rom names listed, and those will be added to the “List of roms to add” area. Click on one the “Available sections/filters” you want to use. This will add all the roms for that selection to the “List of roms to add” area. Select the Platform that has all your Arcade games. If it's called "Arcade", it will be selected automatically. (new v3.0) Click “Create Playlist” to create the playlist. Click Exit or create more. (new look v3.0) Once Exited, select Playlist or Platform Category and expand Arcade to see the new Playlist. Notes: This does not work with Additional Apps (mainly clones). This adds “Arcade” to the beginning of the selected section/filter for its “Unique Name:” (to maintain consistency). The “Nested Name” will be the same as selected section/filter. The Playlist will be added to the “Arcade (Category)” of the Platform Categories list. If you click Create Playlist and you don’t have any existing games that match, an empty Playlist will not be created. If a Playlist of the same name already exists, either delete your existing Playlist or edit it and change the name. It will not be overwritten nor modified.- 8 comments
-
- 11
-
2 & 1:: ;Press 2 THEN 1 Send, !{F4} Return 2::2 I know at least with the I-Pac's, "1" is typically set as the modifier key. So here you need to press 2 then 1 in a semi-simultaneous fashion. It would go in the Running AutoHotkey Script tab of your emulator. The Exit AutoHotkey Script tab is for the Pause Menu.
-
So does Toy Story 2. Glad I could help.