UNGODLY GFX for Lorn’s Lure

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.2
File
UngodlyGFX_v1_0_2_LornsLure_BepInEx5_x64_by_StixsworldHD.rar
Size
93.5 KB — measured live from the file on this server
Packaged
2026-07-27 (UTC)
Target
BepInEx 5 · x64 · Mono · LornsLure.exe

Contains the compiled plugin, the complete C# source, and the full README.

Google Drive mirror

v1.0.2
Host
drive.google.com
File
UngodlyGFX_v1_0_2_LornsLure_BepInEx5_x64_by_StixsworldHD.rar — identical to the direct download
“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
533368030071ae195abff19d9c2bdfd271856d460071f5e95414e5b8a20fb369

To 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" SHA256

If 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.x
Get
BepInEx_win_x64_5.4.23.5.zip (or any newer 5.4.23.x)
From
github.com/BepInEx/BepInEx — official releases

Install walkthrough for this game: chapter 02. Remember: 5-series, x64, not IL2CPP.

7-Zip

free
Purpose
Opens the RAR (and the BepInEx zip)
Needed?
Not on Windows 11 23H2+ — it opens RARs natively

What’s in the archive

PathWhat it is
BepInEx\plugins\StixsworldHD.LornsLure.UngodlyGFX.dllThe plugin — the only file the game needs. 134 KB, targets BepInEx 5 x64 Mono.
README.mdThe 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.