A mod that removes the fog of war from the game map.
As is well known, the game uses a circular collision detection area centered on the player to reveal areas through the fog of war. This mod simply expands the range of this circle to a much larger value each time a scene is loaded.
Tested with MelonLoader v0.7.1 Open-Beta + game version 1.2.7.0.
- Download
LEAntifog.dll - Install MelonLoader
- Start the game at least once (to let MelonLoader create the
Modsfolder) - Move
LEAntifog.dllinto theModsfolder
- Install MelonLoader
- Start the game at least once (to let MelonLoader create the
MelonLoaderfolder) - Clone this repository
- Copy the
MelonLoaderfolder from your game directory to this repository - Run
dotnet restorethendotnet build(ordotnet build --configuration Release)