Difference between revisions of "Balloon of the Living Dead"

From Sinden Lightgun
Jump to navigation Jump to search
(Added AHK Script for Escape function)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Dive into a relentless arcade rail-shooter where survival means aiming for the grotesque. The infected are covered in disgusting, bubbling cysts, and your trusty shotgun is the only cure. Inspired by the frantic action of ''House of the Dead'', your reflexes are all that stand between you and the horde.
 
Dive into a relentless arcade rail-shooter where survival means aiming for the grotesque. The infected are covered in disgusting, bubbling cysts, and your trusty shotgun is the only cure. Inspired by the frantic action of ''House of the Dead'', your reflexes are all that stand between you and the horde.
 
 
{{infobox
 
{{infobox
 
|title = Balloon of the Living Dead
 
|title = Balloon of the Living Dead
Line 13: Line 12:
 
|titleshot =Ballon of the Living Dead-Gameplay.jpg  
 
|titleshot =Ballon of the Living Dead-Gameplay.jpg  
 
|gameplayshot =Ballon of the Living Dead-Gameplay 2.png
 
|gameplayshot =Ballon of the Living Dead-Gameplay 2.png
 +
 
}}
 
}}
  
Line 19: Line 19:
  
 
===AHK Script===
 
===AHK Script===
<syntaxhighlight lang="ahk">
+
''*Use the following script as the game does not have an escape/quit function''<syntaxhighlight lang="ahk">
 
#SingleInstance Force
 
#SingleInstance Force
 
Run, G:\Indies-Light Gun\BOLD\Balloon of the Living Dead.exe
 
Run, G:\Indies-Light Gun\BOLD\Balloon of the Living Dead.exe
  
 
$Esc::
 
$Esc::
Process,Close,Ballon_of_the_Living_Dead.exe
+
Process,Close,Balloon_of_the_Living_Dead.exe
 
Run,taskkill /im "Balloon of the Living Dead.exe" /F
 
Run,taskkill /im "Balloon of the Living Dead.exe" /F
 
sleep, 500
 
sleep, 500

Latest revision as of 04:39, 14 October 2025

Dive into a relentless arcade rail-shooter where survival means aiming for the grotesque. The infected are covered in disgusting, bubbling cysts, and your trusty shotgun is the only cure. Inspired by the frantic action of House of the Dead, your reflexes are all that stand between you and the horde.


Balloon of the Living Dead

Itcho Games
Download: Itch.io
License: Pay what you want
Game info
Developer: No BS
Released: August 2025
Players: 1 Player
Type: Shooting Gallery
Ballon of the Living Dead-Gameplay.jpg
Ballon of the Living Dead-Gameplay 2.png

File

Download from Itch.io website

AHK Script

*Use the following script as the game does not have an escape/quit function

#SingleInstance Force
Run, G:\Indies-Light Gun\BOLD\Balloon of the Living Dead.exe

$Esc::
Process,Close,Balloon_of_the_Living_Dead.exe
Run,taskkill /im "Balloon of the Living Dead.exe" /F
sleep, 500
ExitApp


Default Controls
Shoot (trigger): Left Mouse
Reload: Right Mouse / Off Screen
Special: R - Return to Main Menu