Route 07 · Installation Guide for Lorn's Lure
THE DOWNLOADS
The archive, the mirror, the official loader — with sizes and a SHA-256 you can verify yourself.
UngodlyGFX v1.0.2 — the archive
Direct download
v1.0.2Contains the compiled plugin, the complete C# source, and the full README.
Google Drive mirror
v1.0.2“The mirror lives on my own paid Google Drive account — nobody else can touch what’s in it, so I can personally guarantee the file is safe and secure. Drive’s servers are also often quicker than a direct download, so if the direct link ever feels slow, the mirror may well be the faster grab.” — StixsworldHD
Verify what you downloaded
Whichever link you used, the file should hash to exactly this SHA-256 (computed live from the archive served by this site, so it always matches the current download):
SHA-256 — UngodlyGFX_v1_0_2_LornsLure_BepInEx5_x64_by_StixsworldHD.rar
533368030071ae195abff19d9c2bdfd271856d460071f5e95414e5b8a20fb369To check on Windows, open a Command Prompt in your Downloads folder and run:
Command Prompt
certutil -hashfile "UngodlyGFX_v1_0_2_LornsLure_BepInEx5_x64_by_StixsworldHD.rar" SHA256If the output matches the value above, the download is bit-perfect — from either source.
The loader and the extractor
BepInEx 5 (x64)
5.4.23.xInstall walkthrough for this game: chapter 02. Remember: 5-series, x64, not IL2CPP.
7-Zip
freeWhat’s in the archive
| Path | What it is |
|---|---|
BepInEx\plugins\StixsworldHD.LornsLure.UngodlyGFX.dll | The plugin — the only file the game needs. 134 KB, targets BepInEx 5 x64 Mono. |
README.md | The full manual: 3-step install, keys, a feature tour of all eight tabs, performance notes, troubleshooting, and the complete changelog. |
source\ (8 files) | The complete, buildable C# source the DLL was compiled from — Plugin.cs, GfxDirector.cs, PostFxApplier.cs, ConfigMenu.cs, StatusOverlay.cs, SuperSampler.cs, UngodlySharpen.cs, Patches.cs. Nothing hidden, nothing obfuscated. |