Gaia Attack 4

From Sinden Lightgun
Jump to navigation Jump to search



Arcade Game
License: Commercial
Game info
Developer: Taito
Released: Dec 31, 2010
Players: 1-4 Players
Type: Rail shooter
Gaia-attack-4-title.webp
Gaia-attack-4-gameplay.jpg
Note: Demulshooter required


Default Controls
Shoot (trigger): P1 Left mouse
P1,2,3,4 Start: 1,2,3,4 Key
Grant life point: L
Service: S Key
Pause: P Key
Menu: esc (test menu)

Gaia Attack 4 is a 4 player light gun shooter from Taito, released in 2010 and running on their Taito Type X2 hardware. Users play as 'Ghostbusters' whose goal is to kill as many ghosts and aliens as possible. The game features video footage of real world environments, overlaid with cartoon computer images of aliens, creatures and more.

Setup Guide

  • Download and extract the game files.
  • Install the wmv9VCM media codecs.
  • DemulShooter setup is required

JConfig Settings

  • Load the JSConfig file and set Start & Coin Buttons (if not running free play)
  • Also make sure High Resolution, Direct Sound Wrapper and Direct3D9 wrapper are enabled.
  • Make sure DX window is Disabled
  • Press Settings Button.
  • Make sure mouse active is enabled and all others disabled.
  • Select your Region from the drop down.
  • Then press OK and Cancel.
  • Then press OK and Cancel again.

INI file setup

Next we need to setup the config file, Load the minigun.ini file and adjust yours to match the following settings then press save.

# REGION J E I A C 

JVSENABLE  0 

REGION   E 

CNFNAME   .\cfg\ 

RANKFILE  .\cfg\shh\ 

PLAYLOG_FILE  .\cfg\log\log.bin 

MINIGUN 1 

SCREEN_WIDTH1280 

SCREEN_HEIGHT 768 

DEBUG_VRAM  0 

RENDER_WIDTH3D  1280 

RENDER_HEIGHT3D  768 

RENDER_WIDTH  1280 

RENDER_HEIGHT  768 

RENDER_FLAG  0 

disp   1 

FULLSCREEN  1 

PRJENABLE  1 

WDTENABLE  1 

GUNENABLE  0 

GUN_CURSOR  0

ENABLE_VSYNC  0 

NR_ANTIALIAS_SAMPLES 1 

FORCE_LOCK_BACKBUFFER 0 

FORCE_EXIT_KEY  0 

SOUND_DATA_VOL  100


No Cross Hair Patch

Download from Mega.nz

Over write the Data folder in the games main directory with the one in the patch.

Batch file launching

Within the game folder right click in a blank space to bring up the menu and then highlight "new" then select "text document" this will create a new text file you can name as you wish.

Load the new text document and then type the following command adjusting the drive/file path to suit:

Start C:\DemulShooter Directory\DemulShooter.exe -target=ttx -rom=gattack4 

start C:\GaiaAttack4 directory\game.exe

Then simply go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat

Eg gamename.bat


You can now run the game from the batch file.

AHK ESC Key remap script

  • The ESC key is the default key to enter Test Menu in Gaia Attack 4.
  • The script below will bind the ESC to Alt+F4 and will need to be run in Administrator mode when you launch the game.
  • This script is handy if you have a cabinet and want all of your games exit via the ESC key.
  • This script just launches the game and remapps the ESC button, you will have to add additional commands if required. (Launch/Close Sinden Software for example)

Please see our AutoHotkey (AHK) guide if you are unsure.

Note: You will be locked out of the service menu while using the script to launch the game.

Usage Steps

  • Launch the game with its .EXE file, hit the ESC key and change whatever settings you wish (for example change it to Free Play), scroll down to game mode and hit ENTER.
  • Now exit the game by hitting ALT+F4, this will save your settings.

From now you can use the script.

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.

#SingleInstance Force

SetWorkingDir %A_ScriptDir%

if not A_IsAdmin
	Run *RunAs "%A_ScriptFullPath%" ; (A_AhkPath is usually optional if the script has the .ahk extension.) You would typically check  first.

;replace this path with your specific one
Run, D:\DemulShooter\DemulShooter.exe -target=ttx -rom=gattack4

sleep, 1000
Run, D:\your-path-here\GaiaAttack4\game.exe

Esc::
{
    Send, !{F4}
}

Troubleshooting

"Movie read_error" Message

Install the WMV9 Codec installed. Run the wmv9VCMsetup.exe file provided with JConfigGA4.