Difference between revisions of "AttractMode"

From RocketLauncher Wiki
Jump to navigation Jump to search
(Created page with "===Information=== Category:FrontEnds")
 
Line 1: Line 1:
 
===Information===
 
===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"
 +
  
 
[[Category:FrontEnds]]
 
[[Category:FrontEnds]]

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"