Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It doesn't but what kind of commands would you like? LoopyMSE has the default command to run the rom tho. If you want something extra I can add if possible!

(1 edit)

I use Pegasus as a front end. Basically I'm just trying to launch the game in full from the front end. For instance, you can usually launch the game directly with something like this (Example from an FM Towns game launched on Tsugaru where {file.path} is defined as the specific game file): C:\Emulation\Tsugaru\Tsugaru_CUI.exe "L:\Console Games\FM Towns\fmtowns" -CD {file.path} -GAMEPORT0 PHYS1 -GAMEPORT1 PHYS2 -SCALE 200 -FULLSCREEN

Similarly, for Retroarch, you can type the following from a command prompt and launch a game: c:\Emulation\RetroArch\retroarch.exe -L "c:\Emulation\RetroArch\cores\puae_libretro.dll" {file.path}

(+1)

OK, I did get it to work with LoopyMSE.exe using the following command: LoopyMSE.exe "path\to\game\file.bin". But will all of your settings, configured in zRupi.exe be applied to the game if I do it this way?

It will. At least it should! If you have any more useful commands to add just let me know. I can add that command to the zRupi too if you think that is useful.