Difference between revisions of "Balloon of the Living Dead"
Jump to navigation
Jump to search
Meszenator (talk | contribs) (Created Page) |
Meszenator (talk | contribs) |
||
| (12 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. |
|||
A little Mad Dog McCree meets Virtua Cop inspired indie light gun shooter. |
|||
{{infobox |
{{infobox |
||
|title = |
|title = Balloon of the Living Dead |
||
|logo = |
|logo = |
||
|category = Itcho Games |
|category = Itcho Games |
||
|download = [https:// |
|download = [https://no-bs.itch.io/balloon-of-the-living-dead Itch.io] |
||
|license = Pay what you want |
|license = Pay what you want |
||
|release = |
|release = August 2025 |
||
|type = Shooting Gallery |
|type = Shooting Gallery |
||
|developer = |
|developer = No BS |
||
|players = 1 Player |
|players = 1 Player |
||
|titleshot = |
|titleshot =Ballon of the Living Dead-Gameplay.jpg |
||
|gameplayshot = |
|gameplayshot =Ballon of the Living Dead-Gameplay 2.png |
||
|gamename = Hired Gun |
|||
|note = |
|||
}} |
}} |
||
===File=== |
===File=== |
||
Download from [https:// |
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 |
|||
$Esc:: |
|||
Game is ready to play for Sinden with a border and cursor removal mapped to 1 and 2 keys. |
|||
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) |
|||
|p1start = Left Mouse |
|||
| ⚫ | |||
|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.
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
