Difference between revisions of "Big Buck Hunter Arcade"

From Sinden Lightgun
Jump to navigation Jump to search
Line 2: Line 2:
 
{{infobox
 
{{infobox
 
|title = Big Buck Hunter Arcade
 
|title = Big Buck Hunter Arcade
|logo = Bigbuck_logo.png
+
|logo = Bigbuck_logo.jpg
 
|category = Steam game
 
|category = Steam game
 
|download = [https://store.steampowered.com/app/455700/Big_Buck_Hunter_Arcade/ Steam]
 
|download = [https://store.steampowered.com/app/455700/Big_Buck_Hunter_Arcade/ Steam]
Line 10: Line 10:
 
|developer = GameMill Entertainment
 
|developer = GameMill Entertainment
 
|players = 1 Player
 
|players = 1 Player
|titleshot = Bigbuck_title.jpg
+
|titleshot =
|gameplayshot = Bigbuck_gameplay.jpg
+
|gameplayshot = Bigbuck_gameplay.png
 
|note = Requires patch
 
|note = Requires patch
 
}}
 
}}

Revision as of 16:16, 8 December 2022



Steam game
Download: Steam
License: Commercial
Game info
Developer: GameMill Entertainment
Released: 25 Oct, 2016
Players: 1 Player
Type: Hunting simulator
Bigbuck gameplay.png
Note: Requires patch

Big Buck Hunter Arcade is a Steam game that you can play with your Sinden Lightgun with the assistance of a small patch. Much like the others it sees you hunting for deer and other game.

Video Setup Guide

Note Reshade may be required, see Reshade guide

Downloads

Steam

Download from Steam

Mystery Wizard Patch

Download the patch by Mystery Wizard at Mediafire To install the patch copy the file to "C:\Program Files (x86)\SteamLibrary\steamapps\common\Big Buck Hunter Arcade\Buck_Data\Managed" Folder to overwrite existing file.

No Gun Patch

Download No Gun patch by Intoshadows at Mediafire To install the patch copy the file to "C:\Program Files (x86)\SteamLibrary\steamapps\common\Big Buck Hunter Arcade\Buck_Data" Folder to overwrite existing file.

No Crosshair Patch

Download the No Crosshair Patch by Foxhole at Mediafire To install the patch copy the file to "C:\Program Files (x86)\SteamLibrary\steamapps\common\Big Buck Hunter Arcade\Buck_Data" Folder to overwrite existing file.

No Cannon flash and no X indicator Patch

Download the no Cannon flash and no X indicator patch by PhaserManiac at Google Drive

Default Controls

Controls
Button Action
Left Mouse Fire (Trigger)
Right Mouse Reload (Pump Action)
Kbd Enter Skip/Select
Kbd Escape Back/Menu

Launch 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 %comspec% /c START steam://rungameid/455700
 #IfWinActive ahk_exe Buck.exe
 
 1::Enter 	;Skip Cutscene
 MButton::Escape 	;Menu/Exit
 
 ;FOR EXITING THE GAME
 
 Q::				    
     Process,Close,Buck.exe
     Run,taskkill /im "Buck.exe" /F
     ExitApp
 return
 #IfWinActive