A mod that removes the fog of war from the game map.
It is well known that the game uses a circular collision box centered around a player to explore the fog of war.
This mod simply sets the range of this circle to a larger value every time a scene is loaded.
Tested in MelonLoader v0.7.1 Open-Beta + game version 1.2.7.0.
- Download
LEAntifog.dll - Install MelonLoader
- At least start the game once (let MelonLoader create
Modsfolder) - Move
LEAntifog.dllintoModsfolder
- Install MelonLoader
- At least start the game once (let MelonLoader create
MelonLoaderfolder) - Clone this repo
- Copy
/path/to/game/MelonLoaderto this repo - Run
dotnet restorethendotnet build(ordotnet build --configuration Release)