Jump to content
LaunchBox Community Forums

Demul issues


DOS76

Recommended Posts

Ok I just went about setting up Demul for Sammy Atomiswave games using the .bat from here after doing so I then wanted to try to use Demul to try and load a few DreamCast games that won't work in NullDC first I tried 4x4 Evo and when launching it gave me the Sammy gamelist instead of loading the file I wanted so I realized I had an issue even though it had set the default commands for Demul it wasn't using them because the .bat was telling it to use the Sammy BIOS so I then renamed the emulator with the Atomiswave.bat to Demul1 removed the Dreamcast parameters and added Demul again using the normal .exe file and then it launched the DC games no issue. Using Demul with DC works fine and the AutoHotKey command causes Esc to close Demul but when using Sammy even with the AHK script Esc does absolutely nothing any one know why? I tried changing Demul to Demul1 but no effect then I changed it to Atomiswave.bat no dice there either so then I tried adding the AHK to the Atomiswave.bat directly and it has no effect. I'm at a loss here if I can't exit the program back into LaunchBox then that kind of sucks anyone have any ideas.
Link to comment
Share on other sites

Didn't know there is a new version out. I don't know what to do here I don't really want to have to add custom command to each game I wonder if the .bat would still work with the newer version and thus just add the alt+f4 feature. I also think there must be a way to exit with the AHK since it works with the same version of Demul using Dreamcast game I just don't know what code it would require. Edit: I can't seem to find a copy of that online anyway you could link me to it.
Link to comment
Share on other sites

@DOS76 the .bat still works. here is an example of my bat for dolphin blue C:\Users\PC\Documents\LaunchBox\Emulators\demul07a\demul.exe -run=awave -rom=dolphin It must be awave for Atomiswave games for version 0.7a, if using version 057 substitute awave for atomiswave. Not sure about the closing down but with the bat Alt+F4 works for version 0.7a. link for demul newest version http://demul.emulation64.com/ as i see there is an even newer version out now.
Link to comment
Share on other sites

DEmul x86 v0.7 Alpha BUILD 230915 This was listed as the current build so I grabbed it. Alt + F4 definitely works. These are the .bats I'm using @echo off SET STRING=%1 SET STRING=%STRING:.zip=% SET STRING=%STRING:J:\Emulation\Naomi\ROMs\=% echo %STRING% start demul.exe -run=atomiswave -rom=%STRING% @echo off SET STRING=%1 SET STRING=%STRING:.zip=% SET STRING=%STRING:j:\Emulation\Naomi\ROMs\=% echo %STRING% start demul.exe -run=naomi -rom=%STRING% They launch which ever game you choose without having to specify with code.
Link to comment
Share on other sites

@DOS76
DOS76 said DEmul x86 v0.7 Alpha BUILD 230915 This was listed as the current build so I grabbed it. Alt + F4 definitely works. These are the .bats I'm using @echo off SET STRING=%1 SET STRING=%STRING:.zip=% SET STRING=%STRING:J:\Emulation\Naomi\ROMs\=% echo %STRING% start demul.exe -run=atomiswave -rom=%STRING%
Should the line SET STRING=%STRING:J:\Emulation\Naomi\ROMs\=% not be SET STRING=%STRING:J:\Emulation\Atomiswave\ROMs\=%
Link to comment
Share on other sites

No all my ROMs are in the same folder and it still works if I use the last version just not in the new one. It doesn't seem to like either Atomis wave or awave is there an issue with the diretx11ng with Sammy games it looks like it launches then closes right away.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...