Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: cyclair on November 23, 2020, 04:31:44 AM
-
Good morning all,
I am currently installing the openbor which works fine with openbor.exe but in attractmode it opens openbor.exe for me and not the game directly.
How to do with the args line to directly open a game by openbor.exe.
here is my args for openbor.
thank you in advance.
# Generated by Attract-Mode v2.6.0
#
executable E:\AttractMode\OpenBor\OpenBOR.exe
args -f
rompath E:\AttractMode\OpenBor\Paks
romext .pak
artwork flyer
artwork marquee
artwork snap E:\AttractMode\Roms\OpenBor\Snap
artwork wheel E:\AttractMode\Roms\OpenBor\Wheel
-
Here (Section OpenBOR) (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231)
-
this is what i did yesterday, but it doesn't work.
The first error is that Openbor.exe is not found, and the second a popup opens telling me that wait_for_ESC is not compatible with windows 64bits.
it does not work.
ARGS :
# Generated by Attract-Mode v2.6.0
#
executable cmd
args /c cd E:\AttractMode\OpenBor\[name] & start OpenBOR.exe & start E:\AttractMode\OpenBor\wait_for_ESC.exe
rompath E:\AttractMode\OpenBor\Paks
romext <DIR>
nb_mode_wait 3
exit_hotkey Joy0 Button11
artwork flyer
artwork marquee
artwork snap E:\AttractMode\Roms\OpenBor\Snap
artwork wheel E:\AttractMode\Roms\OpenBor\Wheel
-
"first error is that Openbor.exe is not found"
in batch and commandline, you need a drive change before.
so expand the line like this:args /c E: & cd E:\attract\EMU\OpenBOR\[name] & start OpenBOR.exe & start E:\attract\EMU\OpenBOR\wait_for_ESC.exe
just tested. works.
"popup opens telling me that wait_for_ESC is not compatible with windows 64bits"
-probably compiling problem, because of antivirus scanner
-something went wrong on compiling (copy & paste wasnt correct)
-use another scripting software (AHK and so on).