Grand Shooter

From Sinden Lightgun
Jump to navigation Jump to search



Windows Game
Hardware: itch.io
Download: itch.io
Game info
Developer: Grumpy Panda Studios
Players: 1 Player
Type: On-Rails Shooter, Action
Grand Shooter Title.jpg
Grand Shooter GamePlay Shot.png

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

  1. 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.
  2. Overwrite the original file (globalgamemanagers.assets) with the one you downloaded here.
  3. 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