Author Topic: OpenBor AttractMode  (Read 1764 times)

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
OpenBor AttractMode
« 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

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: OpenBor AttractMode
« Reply #1 on: November 23, 2020, 10:09:23 AM »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: OpenBor AttractMode
« Reply #2 on: November 24, 2020, 12:55:35 AM »

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

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: OpenBor AttractMode
« Reply #3 on: November 24, 2020, 12:01:40 PM »
"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:
Code: [Select]
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).
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM