Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2021-07-26, 16:16)Wintermute0110 Wrote:
(2021-07-26, 15:16)kevenz Wrote: Anyone know the proper command line for Demul to work ?

I'm trying to launch Naomi Arcade games for exemple.

demul.exe -run=naomi -rom="$rom$" just open the demul menu but doesn't launch games.

with the previous emulator launcher by Angelscry I just replaced %rom% with %rombasename% and it worked but it doesn't work this time with this launcher.

AEL changed a bit the argument substitution compared with AL. This is the list of the current variables

python:

arguments = arguments.replace('$categoryID$', categoryID)
arguments = arguments.replace('$launcherID$', launcherID)
arguments = arguments.replace('$romID$', romID)
arguments = arguments.replace('$rom$', ROMFileName.getPath())
arguments = arguments.replace('$romfile$', ROMFileName.getPath())
arguments = arguments.replace('$rompath$', rompath)
arguments = arguments.replace('$rombase$', rombase)
arguments = arguments.replace('$rombasenoext$', rombase_noext)
arguments = arguments.replace('$romtitle$', romtitle)
arguments = arguments.replace('$apppath$', apppath)
# >> Legacy names for argument substitution
arguments = arguments.replace('%rom%', ROMFileName.getPath())
arguments = arguments.replace('%ROM%', ROMFileName.getPath())

Try $rombase$ or $rombasenoext$.
Just wanted to say that $rombasenoext$ actually works for launching Arcade games via Demul emulator... if anyone is interested. Smile
Reply


Messages In This Thread
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by kevenz - 2021-08-04, 19:30
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12