Difference between revisions of "The Fog"
Jump to navigation
Jump to search
IntoShadows (talk | contribs) |
IntoShadows (talk | contribs) |
||
Line 4: | Line 4: | ||
|category = Windows Game | |category = Windows Game | ||
|platform = itch.io | |platform = itch.io | ||
− | |download = [https://brockosh.itch.io/the-fog itch.io] | + | |download = [https://brockosh.itch.io/the-fog itch.io itch.io] |
|developer = STAB team | |developer = STAB team | ||
|license = Commercial | |license = Commercial |
Revision as of 07:20, 7 August 2024
Rail Shooter
Setup Guide
Download and Install the game from [1]
No Crosshair Patch (By Andrew Andrew)
You can also remove the crosshair from the game by downloading this file: Google Drive
- Make a backup of the file: sharedassets0.assets located in the TheFog_Data folder in case you ever want the crosshair back later on.
- Overwrite the original file (sharedassets0.assets) with the one you downloaded here.
- play the game.
Sample AHK Script
SetWorkingDir D:\YOUR GAME DIR\
Run, D:\YOUR GAME DIR\TheFog.exe
Esc::
Process,Close,TheFog.exe
Run,taskkill /im "TheFog" /F
sleep, 500
ExitApp
return