Prohibition 1930
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Prohibition 1930 is a free to download and play game, Its set in Chicago during prohibition and plays much like Time Crisis.
Download
Download the game from Gametop Download no-crosshair patch from Mediafire Download AutoHotkey from the official website
Setup Guide
No crosshair
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.
AHK Script
Once its installed to effectively play it with the lightgun 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.
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
