Difference between revisions of "Heavy Fire"
(Created page with "400x175px|frameless400x175px|frameless <br> Heavy Fire is a series of on-rails arcade shooter...") |
(Link text, formatting and typos) |
||
Line 3: | Line 3: | ||
Heavy Fire is a series of on-rails arcade shooter video games developed by Polish video game developer Teyon between 2010 and 2013.<br> | Heavy Fire is a series of on-rails arcade shooter video games developed by Polish video game developer Teyon between 2010 and 2013.<br> | ||
− | + | Two of them are playable with the Sinden Lightgun and can be purchased very cheaply from Steam. | |
They are Heavy Fire Afghanistan and Heavy Fire Shattered Spear. | They are Heavy Fire Afghanistan and Heavy Fire Shattered Spear. | ||
− | |||
− | |||
== Video Setup guide == | == Video Setup guide == | ||
<youtube>https://youtu.be/bYX4yEIUGhM</youtube> | <youtube>https://youtu.be/bYX4yEIUGhM</youtube> | ||
− | |||
− | |||
==Requirements== | ==Requirements== | ||
− | === | + | ===DemulShooter (DS)=== |
− | + | DemulShooter is required to enable lightgun support and 2 Player lightgun support (Not tested 2p myself) | |
− | Please see the [https://github.com/argonlefou/DemulShooter/wiki/Windows-games | + | Please see the [https://github.com/argonlefou/DemulShooter/wiki/Windows-games DemulShooter Wiki] for details |
− | |||
<br> | <br> | ||
===Multiplayer Quirks=== | ===Multiplayer Quirks=== | ||
− | As noted in the [https://github.com/argonlefou/DemulShooter/wiki/Windows-games#heavy-fire-afghanistan | + | As noted in the [https://github.com/argonlefou/DemulShooter/wiki/Windows-games#heavy-fire-afghanistan DemulShooter Wiki] these games auto recognise gamepads that are connected to your system. |
− | * For Afghanistan follow the [https://github.com/argonlefou/DemulShooter/wiki/Windows-games#heavy-fire-afghanistan | + | * For Afghanistan follow the [https://github.com/argonlefou/DemulShooter/wiki/Windows-games#heavy-fire-afghanistan DemulShooter Wiki] setup to install .dll files to combat the forced gamepad recognition |
* For Shattered Spear you can hit the 'Escape' key to cancel selecting a profile for Players 2, 3 or 4 ''(depending on number of gamepads attached)'' | * For Shattered Spear you can hit the 'Escape' key to cancel selecting a profile for Players 2, 3 or 4 ''(depending on number of gamepads attached)'' | ||
− | |||
− | |||
− | |||
== Steam Downloads == | == Steam Downloads == | ||
− | They can be downloaded from Steam directly, | + | They can be bought and downloaded from Steam directly, using the links below. |
[https://store.steampowered.com/app/305980/Heavy_Fire_Afghanistan/ Heavy Fire Afghanistan] | [https://store.steampowered.com/app/305980/Heavy_Fire_Afghanistan/ Heavy Fire Afghanistan] | ||
Line 36: | Line 28: | ||
== Heavy Fire Afghanistan == | == Heavy Fire Afghanistan == | ||
===Sinden Patch File=== | ===Sinden Patch File=== | ||
− | Download the Heavy Fire Afghanistan patch file | + | Download the Heavy Fire Afghanistan patch file from [https://www.mediafire.com/file/h9lnaln5epibhxg/Heavy_Fire_Afghanistan_Patch.rar/file Mediasite] |
− | |||
<br> | <br> | ||
Line 64: | Line 55: | ||
| Escape || Menu | | Escape || Menu | ||
|} | |} | ||
− | |||
− | |||
− | === | + | ===AutoHotkey Launch and Remap Script=== |
Example AHK Script to launch and remap buttons:<syntaxhighlight lang="ahk"> | Example AHK Script to launch and remap buttons:<syntaxhighlight lang="ahk"> | ||
Line 100: | Line 89: | ||
#IfWinActive | #IfWinActive | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
− | |||
==Heavy Fire Shattered Spear== | ==Heavy Fire Shattered Spear== | ||
Line 127: | Line 114: | ||
| Escape || Menu (Player 2,3,4 Profile Select Cancel) | | Escape || Menu (Player 2,3,4 Profile Select Cancel) | ||
|} | |} | ||
− | |||
− | |||
− | === | + | ===AutoHotkey Launch and Remap Script=== |
====AHK Download==== | ====AHK Download==== | ||
− | Download Heavy Fire Shattered Spear AHK | + | Download Heavy Fire Shattered Spear AHK from [https://www.mediafire.com/file/mp9z61cy1hkqxvd/Heavy_Fire_Shattered_Spear.ahk/file Mediafire] |
<br> | <br> | ||
Revision as of 15:28, 8 December 2022
Heavy Fire is a series of on-rails arcade shooter video games developed by Polish video game developer Teyon between 2010 and 2013.
Two of them are playable with the Sinden Lightgun and can be purchased very cheaply from Steam.
They are Heavy Fire Afghanistan and Heavy Fire Shattered Spear.
Video Setup guide
Requirements
DemulShooter (DS)
DemulShooter is required to enable lightgun support and 2 Player lightgun support (Not tested 2p myself)
Please see the DemulShooter Wiki for details
Multiplayer Quirks
As noted in the DemulShooter Wiki these games auto recognise gamepads that are connected to your system.
- For Afghanistan follow the DemulShooter Wiki setup to install .dll files to combat the forced gamepad recognition
- For Shattered Spear you can hit the 'Escape' key to cancel selecting a profile for Players 2, 3 or 4 (depending on number of gamepads attached)
Steam Downloads
They can be bought and downloaded from Steam directly, using the links below.
Heavy Fire Afghanistan
Sinden Patch File
Download the Heavy Fire Afghanistan patch file from Mediasite
Default Controls
Button | Action |
---|---|
Left Mouse | FIRE (Trigger |
Right Mouse | RELOAD (Pump Action) |
Kbd E | GRENADE |
Kbd A | HIDE LEFT |
Kbd D | HIDE DOWN |
Kdb S | HIDE RIGHT |
Kbd W | QTE-JumpOver |
Space | QTE Button |
Escape | Menu |
AutoHotkey Launch and Remap Script
Example AHK Script to launch and remap buttons:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance force
RUN, L:\Tools\DemulShooter_v10.1.5\DemulShooter.exe -target=windows -rom=hfa
sleep 1000 ;1s Delay for Demulshooter to load 1st
Run %comspec% /c START steam://rungameid/305980
#IfWinActive ahk_exe HeavyFire3_final.exe
LButton::LButton ;FIRE (Trigger)
RButton::RButton ;RELOAD (Pump Action)
1::E ;GRENADE
LEFT::A ;HIDE LEFT
DOWN::S ;HIDE DOWN
RIGHT::D ;HIDE RIGHT
UP::Space ;QTE-JumpOver
MButton::W ;QTE Button
;FOR EXITING THE GAME
Q::
Process,Close,HeavyFire3_final.exe
Run,taskkill /im "HeavyFire3_final.exe" /F
Process,Close,DemulShooter.exe
ExitApp
return
#IfWinActive
Heavy Fire Shattered Spear
Default Controls
Button | Action |
---|---|
Left Mouse | FIRE (Trigger |
Right Mouse | RELOAD (Pump Action) |
Kbd G | GRENADE |
Kbd A | HIDE LEFT |
Kbd D | HIDE DOWN |
Kdb S | HIDE RIGHT |
Kbd W | QTE Button |
Escape | Menu (Player 2,3,4 Profile Select Cancel) |
AutoHotkey Launch and Remap Script
AHK Download
Download Heavy Fire Shattered Spear AHK from Mediafire
Example AHK
Another example of AHK Script
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance force
RUN, L:\Tools\DemulShooter_v10.1.5\DemulShooter.exe -target=windows -rom=hfss
Run %comspec% /c START steam://rungameid/385600
#IfWinActive ahk_exe hf4.exe
LButton::LButton ;FIRE (Trigger)
RButton::RButton ;RELOAD (Pump Action)
UP::G ;GRENADE
LEFT::A ;HIDE LEFT
DOWN::S ;HIDE DOWN
RIGHT::D ;HIDE RIGHT
1::W ;QTE KEY
;FOR EXITING THE GAME
Q::
Process,Close,hf4.exe
Run,taskkill /im "hf4.exe" /F
Process,Close,DemulShooter.exe
ExitApp
return
#IfWinActive