Difference between revisions of "AttractMode"

From RocketLauncher Wiki
Jump to navigation Jump to search
 
Line 6: Line 6:
 
===Configuration===
 
===Configuration===
 
What you need to do in each Attractmode\emulators\*.cfg, open them all in notepad++ and change the executable and args to this:
 
What you need to do in each Attractmode\emulators\*.cfg, open them all in notepad++ and change the executable and args to this:
 +
  
 
executable          D:\Arcade\RocketLauncher\RocketLauncher.exe
 
executable          D:\Arcade\RocketLauncher\RocketLauncher.exe
 +
 
args                -s "[emulator]" -r "[name]" -p AttractMode -f "D:\AttractMode\attract.exe"
 
args                -s "[emulator]" -r "[name]" -p AttractMode -f "D:\AttractMode\attract.exe"
  
  
 
[[Category:FrontEnds]]
 
[[Category:FrontEnds]]

Latest revision as of 05:02, 3 November 2015

Information

http://attractmode.org/

Attract-Mode is a graphical frontend for command line emulators such as MAME, MESS and Nestopia. It hides the underlying operating system and is intended to be controlled with a joystick, gamepad or spin dial, making it ideal for use in arcade cabinets. Attract-Mode is open source and runs on Linux, OS X and Windows.

Configuration

What you need to do in each Attractmode\emulators\*.cfg, open them all in notepad++ and change the executable and args to this:


executable D:\Arcade\RocketLauncher\RocketLauncher.exe

args -s "[emulator]" -r "[name]" -p AttractMode -f "D:\AttractMode\attract.exe"