Difference between revisions of "Prohibition 1930"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | {{infobox | ||
+ | |title = Prohibition 1930 | ||
+ | |logo = Prohibition1930_logo.jpg | ||
+ | |category = Indie Game | ||
+ | |download = https://www.gametop.com/download-free-games/prohibition-1930/ Gametop] | ||
+ | |license = Free | ||
+ | |release = 24 Feb, 2015 | ||
+ | |type = Shooter | ||
+ | |developer = Game Pulp | ||
+ | |players = 1 Player | ||
+ | |titleshot = Prohibition1930_Title.png | ||
+ | |gameplayshot = Prohibition1930_gameplay.jpg | ||
+ | |note = AHK script required | ||
+ | }} | ||
Prohibition 1930 is a free to download and play game, Its set in Chicago during prohibition and plays much like Time Crisis. | Prohibition 1930 is a free to download and play game, Its set in Chicago during prohibition and plays much like Time Crisis. | ||
== Setup Guide. == | == Setup Guide. == | ||
− | [https://www.gametop.com/download-free-games/prohibition-1930/ Download the game | + | [https://www.gametop.com/download-free-games/prohibition-1930/ Download the game from Gametop]. |
− | |||
− | |||
Once its installed to effectively play it with your gun you will need to use AHK to rebind a few buttons. | Once its installed to effectively play it with your gun you will need to use AHK to rebind a few buttons. | ||
To do so use the example AHK script bellow and edit the file paths and key binds to suit your needs. | To do so use the example AHK script bellow and edit the file paths and key binds to suit your needs. | ||
− | |||
You can also optionally install a no crosshair patch which you will find bellow. | You can also optionally install a no crosshair patch which you will find bellow. |
Revision as of 16:23, 31 December 2022
Prohibition 1930 is a free to download and play game, Its set in Chicago during prohibition and plays much like Time Crisis.
Setup Guide.
Download the game from Gametop.
Once its installed to effectively play it with your gun you will need to use AHK to rebind a few buttons.
To do so use the example AHK script bellow and edit the file paths and key binds to suit your needs.
You can also optionally install a no crosshair patch which you will find bellow.
To do so you simply extract the files inside the zip file and overwrite the files in the games main directory wrapgame_data folder.
Download Auto Hot Key HERE
Download no-crosshair patch: HERE
Example AHK script:
SetWorkingDir C:\YOUR DIR HERE\Prohibition 1930
Run, "C:\YOUR DIR HERE\Prohibition 1930\wrapgame.exe"
(YOUR KEYBIND HERE FOR HIDE)::space
(YOUR KEYBIND HERE FOR BULLET TIME)::t
RButton::r
WheelUpDown:
Send,{WheelDown 1}
Return (YOUR KEYBIND HERE FOR EXIT)::
Process,Close,wrapgame.exe
Run,taskkill /im "wrapgame.exe" /F
ExitApp
return