House of the Dead 4 Special

From Sinden Lightgun
Revision as of 19:40, 2 February 2023 by Thatman84 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Arcade Game
License: Commercial
Game info
Developer: Sega AM1
Released: 2006
Players: 2 Players
Type: Rail shooter
Hotd4s-gameplay.png
Note: Requires TeknoParrot Patreon

House of the Dead 4 Special

This game features a side story in The House of the Dead plotline, taking place shortly after The House of the Dead 4, with Kate Green teaming up with Agent "G" to destroy the zombie infestation at its source, leading them to confront the Magician, a boss character who returns after having been obliterated in the first two installments. This game only features two bosses, Justice (Type 0053) and The Magician (Type 0); "G" and Kate encounter the latter boss in a room of a building that "G" believes to be the source of the zombie infestation. In order to defeat the Magician, players must reduce its life bar to zero, then throw a grenade within 10 seconds to destroy a controller it picks up.

In a two-player game, players are judged on how compatible they are based on performance alone.


Sample AHK Script

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#SingleInstance Force

Run, D:\Teknoparrot\TeknoParrotUi.exe --profile=HOTD4SP.xml

~Esc::
    Process,Close,TeknoParrotUi.exe
    Run,taskkill /im "TeknoParrotUi.exe" /F
    sleep, 500
    ExitApp
Return