Difference between revisions of "Balloon of the Living Dead"

From Sinden Lightgun
Jump to navigation Jump to search
(Created Page)
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
A little Mad Dog McCree meets Virtua Cop inspired indie light gun shooter.
+
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 = Hired Gun
+
|title = Balloon of the Living Dead
|logo =HiredGun-Clear_Logo.png
+
|logo =  
 
|category = Itcho Games
 
|category = Itcho Games
|download = [https://studioponcho.itch.io/hired-gun Itch.io]
+
|download = [https://no-bs.itch.io/balloon-of-the-living-dead Itch.io]
 
|license = Pay what you want
 
|license = Pay what you want
|release = 01 Apr, 2025
+
|release = August 2025
 
|type = Shooting Gallery
 
|type = Shooting Gallery
|developer = StudioPoncho
+
|developer = No BS
 
|players = 1 Player
 
|players = 1 Player
|titleshot =HiredGun-Gameplay_1.jpg  
+
|titleshot =Ballon of the Living Dead-Gameplay.jpg  
|gameplayshot =HiredGun-Gameplay_3.jpg
+
|gameplayshot =Ballon of the Living Dead-Gameplay 2.png
|gamename = Hired Gun
+
 
|note =
 
 
}}
 
}}
  
 
===File===
 
===File===
Download from [https://studioponcho.itch.io/hired-gun Itch.io website]
+
Download from [https://no-bs.itch.io/balloon-of-the-living-dead Itch.io website]
 +
 
 +
===AHK Script===
 +
''*Use the following script as the game does not have an escape/quit function''<syntaxhighlight lang="ahk">
 +
#SingleInstance Force
 +
Run, G:\Indies-Light Gun\BOLD\Balloon of the Living Dead.exe
  
Game is ready to play for Sinden with a border and cursor removal mapped to 1 and 2 keys.
+
$Esc::
 +
Process,Close,Balloon_of_the_Living_Dead.exe
 +
Run,taskkill /im "Balloon of the Living Dead.exe" /F
 +
sleep, 500
 +
ExitApp
 +
</syntaxhighlight>
  
 
{{Controls
 
{{Controls
 
|shoot = Left Mouse
 
|shoot = Left Mouse
 
|reload = Right Mouse / Off Screen
 
|reload = Right Mouse / Off Screen
|p1StartLabel= P1 Start (Default)
+
|special = R - Return to Main Menu
|p1start = Left Mouse
 
|special = 1 - Border Toggle
 
|special2 = 2 - Cursor Toggle
 
|note = You can use the Sinden border or the built in border toggle
 
 
}}
 
}}
  

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