Grand Shooter
Revision as of 05:29, 17 March 2024 by IntoShadows (talk | contribs) (Created page with "{{infobox |title = Grand Shooter |logo = Grand_Shooter_Logo.png |category = Windows Game |platform = itch.io |download = [https://grumpypandastudios.itch.io/grand-shooter itch...")
Grand Shooter is the reinvention of the Light Gun Shooter genre, from old school arcades to modern devices
Setup Guide
Purchase and extract the game from: itch.io itch.io
No Crosshair Patch (By IntoShadows)
You can also remove the crosshair from the game by downloading this file: Google Drive
- Make a backup of the file: globalgamemanagers.assets located in the \GrandShooter_1.0.3_x64_Data folder (your version of the game may be different) in case you ever want the crosshair back later on.
- Overwrite the original file (globalgamemanagers.assets) with the one you downloaded here.
- play the game.
Sample AHK Script
SetWorkingDir D:\YOUR GAME DIR\
Run, D:\YOUR GAME DIR\GrandShooter_1.0.3_x64.exe
Esc::
Process,Close,GrandShooter_1.0.3_x64.exe
Run,taskkill /im "GrandShooter_1.0.3_x64" /F
sleep, 500
ExitApp
return