Difference between revisions of "Action Max"

From Sinden Lightgun
Jump to navigation Jump to search
(Created page with "ActionMax is a home video game console using VHS tapes to play a set of lightgun games. It was manufactured in 1987 by Worlds of Wonder. There were 5 games released: .38 Ambu...")
 
m (→‎Installation: - note regarding preinstallation on BB9)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
ActionMax is a home video game console using VHS tapes to play a set of lightgun games. It was manufactured in 1987 by Worlds of Wonder.
+
{{emuinfobox
 +
|title = ActionMax
 +
|logo = actionmax_logo.png
 +
|category = Emulator
 +
|system = ActionMax
 +
|download = [https://github.com/DirtBagXon/actionmax-pi DirtBagXon GitHub page]
 +
|license = Free (GNU GPLv3)
 +
|gameplayshot = actionmax_gameplay.png
 +
|note =
 +
}}
 +
[[wikipedia:Action_Max|ActionMax]] is a home video game console using VHS tapes to play a set of lightgun games. It was manufactured in 1987 by Worlds of Wonder.
  
There were 5 games released: .38 Ambush Alley, Blue Thunder, Hydrosub: 2021, The Rescue of Pops Ghostly and Sonic Fury
+
There were five games released: .38 Ambush Alley, Blue Thunder, Hydrosub: 2021, The Rescue of Pops Ghostly, and Sonic Fury
  
 
You can watch this [https://www.youtube.com/watch?v=mj498-wkOz4 YouTube video] providing insight into the original system.
 
You can watch this [https://www.youtube.com/watch?v=mj498-wkOz4 YouTube video] providing insight into the original system.
  
 
== Retropie Details ==
 
== Retropie Details ==
ActionMax was ported to Singe, but up until now was unplayable on 32-bit Retropie.
+
ActionMax was ported to Singe, but up until now, it was unplayable on 32-bit Retropie.
DirtBagXon (of Hypseus Singe fame) has put together a Singe implementation that runs ActionMax on the 32-bit Retropie allowing all 5 games to be played.
+
DirtBagXon (of Hypseus Singe fame) has put together a Singe implementation that runs ActionMax on the 32-bit Retropie allowing all five games to be played.
  
 
== Video Setup Guide ==
 
== Video Setup Guide ==
 
This video guide was created by Wiggy808
 
This video guide was created by Wiggy808
https://www.youtube.com/watch?v=bK6N6S5pBew
+
 
 +
<youtube>https://www.youtube.com/watch?v=bK6N6S5pBew</youtube>
  
 
== Installation ==
 
== Installation ==
 
Installation files and steps for the ActionMax Pi emulator can be found in [https://github.com/DirtBagXon/actionmax-pi GitHub].  
 
Installation files and steps for the ActionMax Pi emulator can be found in [https://github.com/DirtBagXon/actionmax-pi GitHub].  
 +
 +
Note that if you are using [[Raspberry Pi Setup Guide|Barebones 9]] then ActionMax is already preinstalled and configured.
  
 
== Post-installation ==
 
== Post-installation ==
  
 
=== Rom Location ===
 
=== Rom Location ===
Place your roms in <code>/home/pi/RetroPie/roms/daphne</code>
+
Place your ROMs in <code>/home/pi/RetroPie/roms/daphne</code>
  
 
=== .Commands Files ===
 
=== .Commands Files ===
In order to get the games working with your Sinden lightgun you will need to create a <code>[GAMENAME].commands</code> file for each of the 5 games and place them in the <code>roms/daphne/actionmax</code> folder
+
In order to get the games working with your Sinden lightgun, you will need to create a <code>[GAMENAME].commands</code> file for each of the five games and place them in the <code>roms/daphne/actionmax</code> folder
  
the <code>-border</code> argument value can be adjusted to either thin or thicken the borders (accepted values are 1-10). the <code>-manymouse</code> argument enables ABS mouse input for lightgun usage and is automatically enabled when enabling <code>-border</code> If you are not getting a fullscreen display you can try adding <code>-ignore_aspect_ratio</code> to the <code>.commands</code> files.  
+
the <code>-border</code> argument value can be adjusted to either thin or thicken the borders (accepted values are 1-10). the <code>-manymouse</code> argument enables ABS mouse input for lightgun usage and is automatically enabled when enabling <code>-border</code> If you are not getting a fullscreen display, you can try adding <code>-ignore_aspect_ratio</code> to the <code>.commands</code> files.  
  
 
=== General guidance for creating <code>.commands</code> files: ===
 
=== General guidance for creating <code>.commands</code> files: ===
Use the below command to create all 5 <code>.commands</code> files with the <code>-border 5</code> argument and value (this enables sinden borders with a thickness of 5, you can adjust to your liking):
+
Use the below command to create all 5 <code>.commands</code> files with the <code>-border 5</code> argument and value (this enables Sinden borders with a thickness of 5, which you can adjust to your liking):
  
 
<code>cd $HOME/RetroPie/roms/daphne/actionmax ; for x in 38ambushalley bluethunder hydrosub2021 popsghostly sonicfury ; do echo "-border 5" > $x.commands ; done</code>   
 
<code>cd $HOME/RetroPie/roms/daphne/actionmax ; for x in 38ambushalley bluethunder hydrosub2021 popsghostly sonicfury ; do echo "-border 5" > $x.commands ; done</code>   
Line 46: Line 59:
 
You may want to map a way to exit the game via a gamepad by adjusting the 3rd value of <code>KEY_QUIT</code> in <code>/opt/retropie/emulators/actionmax/singeinput.ini</code>
 
You may want to map a way to exit the game via a gamepad by adjusting the 3rd value of <code>KEY_QUIT</code> in <code>/opt/retropie/emulators/actionmax/singeinput.ini</code>
  
example: for a 8bitdo SN30 wired, the following line would allow left shoulder button to exit the game: <code>KEY_QUIT = 27 0 5</code>
+
example: for an 8bitdo SN30 wired, the following line would allow the left shoulder button to exit the game: <code>KEY_QUIT = 27 0 5</code>
  
There is also a hotkey combo, holding select/coin1 and pressing start. These buttons will need to be assigned in the <code>singeinput.ini</code> as well.  
+
There is also a hotkey combo, holding select/coin1 and pressing start. These buttons will also need to be assigned in the <code>singeinput.ini</code>.  
  
 
=== Crosshairs ===
 
=== Crosshairs ===
Line 54: Line 67:
  
 
=== Gamepad Use ===
 
=== Gamepad Use ===
For those who prefer to play with a gamepad you can also map the trigger by changing the 3rd value of <code>KEY_BUTTON3</code> in <code>/opt/retropie/emulators/actionmax/singeinput.ini</code>
+
For those who prefer to play with a gamepad, you can also map the trigger by changing the 3rd value of <code>KEY_BUTTON3</code> in <code>/opt/retropie/emulators/actionmax/singeinput.ini</code>
example: for a 8bitdo SN30 wired, the following line would allow left trigger button to start the game and shoot: <code>KEY_BUTTON3 = 32 0 7</code>
+
example: for an 8bitdo SN30 wired, the following line would allow the left trigger button to start the game and shoot: <code>KEY_BUTTON3 = 32 0 7</code>
 +
 
 +
[[Category: Emulators Pi]]

Latest revision as of 11:51, 28 December 2022



Emulator
Emulates: ActionMax
Download: DirtBagXon GitHub page
License: Free (GNU GPLv3)
Actionmax gameplay.png

ActionMax is a home video game console using VHS tapes to play a set of lightgun games. It was manufactured in 1987 by Worlds of Wonder.

There were five games released: .38 Ambush Alley, Blue Thunder, Hydrosub: 2021, The Rescue of Pops Ghostly, and Sonic Fury

You can watch this YouTube video providing insight into the original system.

Retropie Details

ActionMax was ported to Singe, but up until now, it was unplayable on 32-bit Retropie. DirtBagXon (of Hypseus Singe fame) has put together a Singe implementation that runs ActionMax on the 32-bit Retropie allowing all five games to be played.

Video Setup Guide

This video guide was created by Wiggy808

Installation

Installation files and steps for the ActionMax Pi emulator can be found in GitHub.

Note that if you are using Barebones 9 then ActionMax is already preinstalled and configured.

Post-installation

Rom Location

Place your ROMs in /home/pi/RetroPie/roms/daphne

.Commands Files

In order to get the games working with your Sinden lightgun, you will need to create a [GAMENAME].commands file for each of the five games and place them in the roms/daphne/actionmax folder

the -border argument value can be adjusted to either thin or thicken the borders (accepted values are 1-10). the -manymouse argument enables ABS mouse input for lightgun usage and is automatically enabled when enabling -border If you are not getting a fullscreen display, you can try adding -ignore_aspect_ratio to the .commands files.

General guidance for creating .commands files:

Use the below command to create all 5 .commands files with the -border 5 argument and value (this enables Sinden borders with a thickness of 5, which you can adjust to your liking):

cd $HOME/RetroPie/roms/daphne/actionmax ; for x in 38ambushalley bluethunder hydrosub2021 popsghostly sonicfury ; do echo "-border 5" > $x.commands ; done

Fullscreen Issues

If you are having issues getting the games to appear in fullscreen you can create .commands files with the -ignore_aspect_ratio argument via the following command:

cd $HOME/RetroPie/roms/daphne/actionmax ; for x in 38ambushalley bluethunder hydrosub2021 popsghostly sonicfury ; do echo "-border 5 -ignore_aspect_ratio" > $x.commands ; done

Startup

When launching a game from Emulation Station (via the Daphne system), press a button to enter the runcommand menu (blue menu). Choose emulator for ROM - actionmax

Additional guidance

Exit Keys

ESC on a keyboard exits an ActionMax game

You may want to map a way to exit the game via a gamepad by adjusting the 3rd value of KEY_QUIT in /opt/retropie/emulators/actionmax/singeinput.ini

example: for an 8bitdo SN30 wired, the following line would allow the left shoulder button to exit the game: KEY_QUIT = 27 0 5

There is also a hotkey combo, holding select/coin1 and pressing start. These buttons will also need to be assigned in the singeinput.ini.

Crosshairs

Crosshairs are on by default. It is not possible to remove these in-game, but you can replace sprite_crosshair.png in the /roms/daphne/actionmax directory with a transparent .png of the same resolution (11x11 pixels).

Gamepad Use

For those who prefer to play with a gamepad, you can also map the trigger by changing the 3rd value of KEY_BUTTON3 in /opt/retropie/emulators/actionmax/singeinput.ini example: for an 8bitdo SN30 wired, the following line would allow the left trigger button to start the game and shoot: KEY_BUTTON3 = 32 0 7