Cnells2000 Posted May 24 Share Posted May 24 (edited) This is my setup so far. wondering if i need a command line script or something...... the roms have to be unzipped into the Windows:APPDATA\Tuxality\Infuse\brew folder This is the mif folder This is the mod folder Inside of mod folder(s) how it looks right now when booting from LB bandicam 2024-05-24 19-11-25-143 (2).mov the roms work fine outside of the front end. just trying to get them to boot in LB. i dont know what files or folders to use for the roms though. any help would be appeciated. @JoeViking245@Retro808 would you guys happen to know any command line scripts that i could use or which boxes need to be checked or unchecked in the emulator section? thanks Edited May 24 by Cnells2000 Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted May 24 Share Posted May 24 Personally, I have no idea. My question is, is it worth it for all 3 of the games (the only 3 games) it supports? 1 1 Quote Link to comment Share on other sites More sharing options...
sundogak Posted May 25 Share Posted May 25 (edited) 17 hours ago, Cnells2000 said: This is my setup so far. wondering if i need a command line script or something...... the roms have to be unzipped into the Windows:APPDATA\Tuxality\Infuse\brew folder This is the mif folder This is the mod folder Inside of mod folder(s) how it looks right now when booting from LB bandicam 2024-05-24 19-11-25-143 (2).mov 226.26 kB · 1 download the roms work fine outside of the front end. just trying to get them to boot in LB. i dont know what files or folders to use for the roms though. any help would be appeciated. @JoeViking245@Retro808 would you guys happen to know any command line scripts that i could use or which boxes need to be checked or unchecked in the emulator section? thanks That is working as designed. LB launches into the main menu for the emulator. The issue is the emulator has no way to direct launch into a game or other command line functions. It is a development preview so not really ready for prime time integration to front ends. So you will only be able to launch into the main menu at this stage unless they add in hooks to direct game launch. Your video shows you are getting to the menu so you just have to select the game down on bottom with controller. Adding to that they don't have any "portable" setup so now have appdata stuff (where roms, config are located) scattered separately from the main emulator exe which always makes things a pain. Edited May 25 by sundogak 1 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted May 26 Author Share Posted May 26 14 hours ago, sundogak said: That is working as designed. LB launches into the main menu for the emulator. The issue is the emulator has no way to direct launch into a game or other command line functions. It is a development preview so not really ready for prime time integration to front ends. So you will only be able to launch into the main menu at this stage unless they add in hooks to direct game launch. Your video shows you are getting to the menu so you just have to select the game down on bottom with controller. Adding to that they don't have any "portable" setup so now have appdata stuff (where roms, config are located) scattered separately from the main emulator exe which always makes things a pain. Would I be able to create an ahk script for once the emulator opens, move the xbox one controller once to the right then press a. If so how would u go about doing that? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted May 26 Share Posted May 26 5 hours ago, Cnells2000 said: Would I be able to create an ahk script for once the emulator opens, move the xbox one controller once to the right then press a. If so how would u go about doing that? AutoHotkey can't Send any controller commands. Only keyboard and mouse. If that "move" in the emulator can be done with a mouse (or arrow key? Not sure what you mean by 'move once'), then you could. ; wait until Infuse process is running Process, Wait, Infuse.exe ; give a couple secs to make sure it's fully loaded Sleep 2000 ; 'press' Right-Arrow key Send, {Right} ; ALTERNATE ; move mouse to screen coordidinates x=1000, y=700, 0=move-real-fast ; Mousemove, 1000, 700, 0 ; 'press' "A" Send a 1 1 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted May 26 Author Share Posted May 26 3 hours ago, JoeViking245 said: AutoHotkey can't Send any controller commands. Only keyboard and mouse. If that "move" in the emulator can be done with a mouse (or arrow key? Not sure what you mean by 'move once'), then you could. ; wait until Infuse process is running Process, Wait, Infuse.exe ; give a couple secs to make sure it's fully loaded Sleep 2000 ; 'press' Right-Arrow key Send, {Right} ; ALTERNATE ; move mouse to screen coordidinates x=1000, y=700, 0=move-real-fast ; Mousemove, 1000, 700, 0 ; 'press' "A" Send a Keyboard controls don't work navigating thru the zeebo stuff. Only a xbox one controller works. Quote Link to comment Share on other sites More sharing options...
Sut1978 Posted June 8 Share Posted June 8 Will Launchbox be adding Zeebo to its list of systems and its database in the near future ? 2 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted June 9 Author Share Posted June 9 6 hours ago, Sut1978 said: Will Launchbox be adding Zeebo to its list of systems and its database in the near future ? great question! Quote Link to comment Share on other sites More sharing options...
5thWolf Posted July 25 Share Posted July 25 (edited) This is great! Great job so far! Hopefully Infuse dev will allow portable mode, to keep the games in the root directory, and have a much better interface. Will be following this. Also to answer @JoeViking245, Double Dragon is an an amazing version on Zeeboo. Wish they would release it else where. Or some awesome person port it to another system! hahaha! Edited July 25 by 5thWolf 1 Quote Link to comment Share on other sites More sharing options...
5thWolf Posted July 25 Share Posted July 25 Here is the English translation for DD. https://www.romhacking.net/translations/7342/ It applies the the .Mod file. So it could be the actual "rom" file to point to. 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.