Difference between revisions of "The Fog"

From Sinden Lightgun
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
|note =  
 
|note =  
 
}}
 
}}
 +
"The Fog" is an immersive, arcade style, horror adventure game where players navigate  through a foggy, mysterious environment filled with unknown dangers
  
 
==Setup Guide==
 
==Setup Guide==

Latest revision as of 09:19, 7 August 2024


The Fog

Windows Game
Hardware: itch.io
Download: itch.io
Game info
Developer: STAB team
Players: 1 Player
Type: Rail shooter
TheFog Gameplay.jpg

"The Fog" is an immersive, arcade style, horror adventure game where players navigate through a foggy, mysterious environment filled with unknown dangers

Setup Guide

Download and Install the game from itch.io

No Crosshair Patch (By Andrew Andrew)

You can also remove the crosshair from the game by downloading this file: Google Drive

  1. Make a backup of the file: sharedassets0.assets located in the TheFog_Data folder in case you ever want the crosshair back later on.
  2. Overwrite the original file (sharedassets0.assets) with the one you downloaded here.
  3. 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