Difference between revisions of "The Fog"
Jump to navigation
Jump to search
IntoShadows (talk | contribs) (Created page with "{{infobox |title = The Fog |logo = |category = Windows Game |platform = itch.io |download = [https://brockosh.itch.io/the-fog] |developer = STAB team |license = Commercial |p...") |
IntoShadows (talk | contribs) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:The Fog}} | ||
{{infobox | {{infobox | ||
|title = The Fog | |title = The Fog | ||
Line 4: | Line 5: | ||
|category = Windows Game | |category = Windows Game | ||
|platform = itch.io | |platform = itch.io | ||
− | |download = [https://brockosh.itch.io/the-fog] | + | |download = [https://brockosh.itch.io/the-fog itch.io] |
+ | |license = | ||
+ | |type = Rail shooter | ||
|developer = STAB team | |developer = STAB team | ||
− | | | + | |release = |
|players = 1 Player | |players = 1 Player | ||
− | | | + | |titleshot = |
− | |||
|gameplayshot = TheFog_Gameplay.jpg | |gameplayshot = TheFog_Gameplay.jpg | ||
|gamename = The Fog | |gamename = The Fog | ||
− | |||
|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== | ||
− | Download and Install the game from [https://brockosh.itch.io/the-fog] | + | Download and Install the game from [https://brockosh.itch.io/the-fog itch.io] |
===No Crosshair Patch (By Andrew Andrew)=== | ===No Crosshair Patch (By Andrew Andrew)=== |
Latest revision as of 09:19, 7 August 2024
"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
- 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