Difference between revisions of "Grand Shooter"
Jump to navigation
Jump to search
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...") |
IntoShadows (talk | contribs) |
||
| Line 19: | Line 19: | ||
===No Crosshair Patch (By IntoShadows)=== |
===No Crosshair Patch (By IntoShadows)=== |
||
You can also remove the crosshair from the game by downloading this file: [https:// |
You can also remove the crosshair from the game by downloading this file: [https://github.com/IntoShadows/Crosshair-Removal/blob/3f4dd007c845cfda32c0d90e8f8375d069abf46b/Grand%20Shooter%20No%20Crosshair%20Patch.zip Github] |
||
#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. |
#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. |
# Overwrite the original file ('''globalgamemanagers.assets''') with the one you downloaded here. |
||
Latest revision as of 16:24, 11 July 2026
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: Github
- 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