Echorion Posted May 7, 2017 Share Posted May 7, 2017 Is it possible to make launchbox boot the rom with the Demul emulator at all? I haven't had any success, all I can get it to do is boot the emulator. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 7, 2017 Share Posted May 7, 2017 Yup it can, check out this tutorial video. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted May 7, 2017 Share Posted May 7, 2017 you need to have certain checkboxes checked and the proper command line entries per-system which should all be covered in the tutorial. Quote Link to comment Share on other sites More sharing options...
Echorion Posted May 7, 2017 Author Share Posted May 7, 2017 (edited) 11 hours ago, DOS76 said: you need to have certain checkboxes checked and the proper command line entries per-system which should all be covered in the tutorial. Yeah I can get it to launch the dreamcast ones no problem it's the Atomiswave ones and other arcade titles I am having trouble with. That tutorial shows me the dreamcast launch options I was already using for the other demul folder. He says they would cover those games in a future tutorial but I couldn't find it on youtube. Edited May 7, 2017 by Echorion Quote Link to comment Share on other sites More sharing options...
rexryan Posted May 7, 2017 Share Posted May 7, 2017 1 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 7, 2017 Share Posted May 7, 2017 For the arcade stuff in Launchbox you will want to create a 2nd instance of your Demul emulator called something like Demul Arcade for example. You can still use the same Demul install and setup, just create a 2nd instance of it in LB. The reason is it requires a different setting to function. You want "Use file name only without file extension or folder path" turned on. 1 Quote Link to comment Share on other sites More sharing options...
Echorion Posted May 7, 2017 Author Share Posted May 7, 2017 Aha! Thank you both that is exactly the information I needed. All working good now, thank you again. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 7, 2017 Share Posted May 7, 2017 No problem. Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted May 8, 2017 Share Posted May 8, 2017 I did start to cover more of demul, but now I don't do the tutorials. 1 Quote Link to comment Share on other sites More sharing options...
Echorion Posted May 8, 2017 Author Share Posted May 8, 2017 (edited) Tbh I didn't really need much a tutorial for it anyways, I got how demul works and such it was just I didn't know what command line/options launchbox wanted for it, that was all I needed to know If there was trouble with the emulator itself there are usually dozens of tutorials for those. Edited May 8, 2017 by Echorion Quote Link to comment Share on other sites More sharing options...
jarpenner Posted January 30, 2021 Share Posted January 30, 2021 I am able to get my Sega Naomi 2 games working directly through Demul (demul07_280418), but cannot get them to launch through Launchbox. My bios files are in "Launchbox\Emulation\Demul\roms" and my roms are in "Launchbox\Games\Sega Naomi 2". Demul points to both directories within the "Path..." section of Demul Launchbox points to the Demul.exe, whih is located as noted above. The only items checked are "No space before ROM (primarily for nullDLC)" and "Use file name only without file extension or folder path (Sega Model 2 Emulator, etc. compatibility)". In the "Associated Platforms" tab, the Platform is named "Sega Naomi 2". The default command line parameters is " -run=naomi -rom=" and it is the default emulator. When I launch a game (that works through Demul by itself) within Launchbox, it simply opens Demul and nothing else. The roms are from the latest MAME 0.228 set. I feel I am missing something relatively simple. Should/can I run it through Retroarch instead? Thanks for any assistance you can provide. John Quote Link to comment Share on other sites More sharing options...
latin625 Posted October 1, 2021 Share Posted October 1, 2021 Not sure if you still need it, but here is my solution. I had the same issue. 1. Open Notepad 2. copy and paste this: demul.exe -run=naomi -rom=put_name_of_the_rom_here Do not add the rom extension, only the name of the file (it is CaSe Sensitive) 3. Save as (rom name).bat in the same directory as Demul 4. Test by clicking on the .bat file , it should launch the game 5. If it works, go to LB and point the game to the .bat file. Uncheck Emulator (No Emulator). Good Luck! 2 Quote Link to comment Share on other sites More sharing options...
Your Friendly A.I Overlord Posted October 2, 2021 Share Posted October 2, 2021 (edited) 2 hours ago, latin625 said: Not sure if you still need it, but here is my solution. I had the same issue. For me Naomi 2 works fine from LaunchBox. If you like I can walk you through my setup because using bat files for this, you bring a lot of troubles on yourself. Exiting Demul, startup/shutdown screens and pause screens won't work as easily. For Demul arcade emulation make sure you have roms from a Mame romset as Demul uses that naming scheme and does a check on the included roms in a .zip. Also make sure you have the appropriate bioses. 1. Add the bios and rom paths to Demul. (Demul > Config > Plugins and Paths > Roms and Bioses Paths.) 2. In LaunchBox add a "Demul Emulator" with the checkboxes "Remove file extension and folder path" and "Remove space before ROM" ticked. If you emulate multiple systems with Demul leave the "Default Command-Line Parameters" field empty. Else (in this case) put in: -run=naomi -rom= If you emulate multiple systems with Demul, go to the "Associated Platforms" tab. Enter your platform name *exactly* as you have named it in LaunchBox. With the appropriate command-line parameters, in this case: -run=naomi -rom= For exiting Demul, in the "Running Script" tab add: $Esc:: { WinClose, ahk_exe demul.exe } P.s. At the time of writing this, I am on LaunchBox version 12.0 beta-2. So my screenshots are of that version. Edited October 2, 2021 by Koroth 1 Quote Link to comment Share on other sites More sharing options...
Talphadogg Posted February 10, 2022 Share Posted February 10, 2022 Is there a way to make this portable? I would like to make my arcade setup on a T5 SSD and the drive wont always be assigned the same letter so the bios paths for demul wont be the same every time. Or is there a different route I should take? Quote Link to comment Share on other sites More sharing options...
Wheelhouse Posted July 10, 2023 Share Posted July 10, 2023 On 10/1/2021 at 5:41 PM, latin625 said: Not sure if you still need it, but here is my solution. I had the same issue. 1. Open Notepad 2. copy and paste this: demul.exe -run=naomi -rom=put_name_of_the_rom_here Do not add the rom extension, only the name of the file (it is CaSe Sensitive) 3. Save as (rom name).bat in the same directory as Demul 4. Test by clicking on the .bat file , it should launch the game 5. If it works, go to LB and point the game to the .bat file. Uncheck Emulator (No Emulator). Good Luck! This Works Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.