Dedaloso Posted December 15, 2021 Share Posted December 15, 2021 Hi everyone. I need help from you to create a plug-in for BIG BOX. This plug-in should listen to the launch event of the game, then write it and save it in a bat file in the desired location or in the root of the BIG BOX folder (or it can save a string needed to start the game if easier). I think the code itself wouldn't be difficult, but unfortunately I don't have the skills to create it. Could any of you help me? Thank you Dedalo Quote Link to comment Share on other sites More sharing options...
Dedaloso Posted December 17, 2021 Author Share Posted December 17, 2021 (edited) Hi everyone I paste below the code that should be written in the bat file by the Big Box at the launch of a rom (in this case it is marked Double Dragon) chcp 65001 @ECHO OFF d: CD "d:\mame" Groovymame64.exe ddragon -rompath "d:\mame\roms" -nowindow -joy -skip_gameinfo -record input -keyboardprovider dinput Would it be possible to create a plugin that does this? thanks in advance D. Edited December 17, 2021 by Dedalos Quote Link to comment Share on other sites More sharing options...
Gildahl Posted January 5, 2022 Share Posted January 5, 2022 The arcadeEIP launcher that I just posted does exactly this if you launch your emulator using it. The file it creates is called runlast_native.bat. 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.