PDA

View Full Version : Hyperlaunch script for MakaronEx v3.3



Odaka
07-27-2011, 04:34 AM
Hi,

i need help to write the script for new MakaronEx v3.3

it's impossible to use arrows (down, right...) and "enter" like atoms so i decided to use the mouseclick and the coord (relative at the window): i don't have lots of games.

Somebody can help me please?

PS: If we have many extensions for the roms, can we write in HyperHQ : "bin, zip" ?

Odaka
08-16-2011, 05:09 AM
if i use

Run, "%emupath%%executable%", Hide UseErrorLevel

i have an error: "invalid filename"

for information you can have the same error if you right click on the rom and do "open with" (makaronex)

any ideas?

djvj
08-16-2011, 11:52 AM
You don't need to run makaron through another FE, your script should be running it directly. What advantage do you have by putting makaronEX in line?

Odaka
08-17-2011, 08:13 AM
hi
sorry i don't unederstand: a "FE"?

for the other devices i use this line and it's ok

Run, "%emupath%%executable%", Hide UseErrorLevel

i don't know why it's different for makaron

(i tried run, C:/[...]/makaronex.exe and i have the same error)

djvj
08-17-2011, 09:06 AM
FE = Front End (HyperSpin is an FE)

You shouldn't have to run makaronex.exe directly, w/o a rompath/romname. That would just launch makaronex and sit there doing nothing.

If you get an error, read the error and fix what it tells you...