03 Downloads
Downloads & mirrors
Four files in total: the BepInEx loader from its official GitHub release, and one archive per mod. Every mod archive is served from here and mirrored on my own Google Drive, with a SHA-256 checksum so you can confirm the file you got is the file I published.
Step one: the mod loader#
BepInEx is not mine and is not mirrored here — always take it from the official release page so you are getting it from the people who build it.
BepInEx 5.4.23.3
Windows x64 Mono BepInEx_win_x64_5.4.23.3.zip
On the releases page, open the Assets list under the newest
5.4.x release and take the file named
BepInEx_win_x64_5.4.23.3.zip. Ignore everything with IL2CPP,
x86 or 6.0.0-be in the name — those will not load these plugins.
Step two: the mods#
Each archive contains exactly two files: the plugin .dll and a
README.md with the full technical write-up for that mod. There is no installer and no
folder structure to preserve — the DLL goes in one place and the
README is yours to read or delete.
Ungodly Ravenfield AI
v5.7.0 F5 in game UngodlyRavenfieldAI_v5.7.0.rar · 210 KBA ground-up overhaul of how Ravenfield's bots think, move, shoot, drive and fly — built by reading the game's actual AI source rather than guessing at it.
Contains UngodlyRavenfieldAI.dll (610 KB) · README.md
Writes UngodlyRavenfieldAI.cfg on first launch
Ungodly Ravenfield Enhanced
v1.0.2 F6 in game UngodlyRavenfieldEnhanced_v1.0.2.rar · 69 KBTakes control of Ravenfield's rendering, interface scaling, field of view and frame pacing, and exposes every one of it through an in-game panel and a fully commented config file.
Contains UngodlyRavenfieldEnhanced.dll (196 KB) · README.md
Writes com.stixsworldhd.ravenfield.ungodlyenhanced.cfg on first launch
Ungodly Ravenfield Gore
v1.0.1 F4 in game UngodlyRavenfieldGore_v1.0.1.rar · 59 KBBlood that never fades, limbs that come off, bodies that burst, and corpses that stay on the field after their owner respawns.
Contains UngodlyRavenfieldGore.dll (147 KB) · README.md
Writes UngodlyRavenfieldGore.cfg on first launch
About the Google Drive mirrors#
Both routes give you a byte-identical file. Use whichever is quicker for you, and use the checksums below if you want to confirm it:
| Mod | Archive | Size | Mirror |
|---|---|---|---|
| Ungodly Ravenfield AI v5.7.0 |
UngodlyRavenfieldAI_v5.7.0.rar |
210 KB | Direct download · Drive page |
| Ungodly Ravenfield Enhanced v1.0.2 |
UngodlyRavenfieldEnhanced_v1.0.2.rar |
69 KB | Direct download · Drive page |
| Ungodly Ravenfield Gore v1.0.1 |
UngodlyRavenfieldGore_v1.0.1.rar |
59 KB | Direct download · Drive page |
Checking a download is intact#
This is optional and takes about fifteen seconds. It proves the file arrived complete and unaltered — a mismatched hash means either a truncated download or a file that is not the one I published, and in both cases the answer is to download it again.
Get-FileHash -Algorithm SHA256 "$env:USERPROFILE\Downloads\UngodlyRavenfieldAI_v5.7.0.rar"
Compare the Hash column it prints against the value listed on the card above. Case
does not matter; PowerShell prints uppercase and the site lists lowercase.
| File | SHA-256 |
|---|---|
UngodlyRavenfieldAI_v5.7.0.rar |
ebeef65186f55d1a3ec33b2975da8188d2d4a49df4c073e0a8075622971b383e |
UngodlyRavenfieldEnhanced_v1.0.2.rar |
0a35fb1d66dd20dedde30652f0c63f5d6dc969cebed39a8863c1cffc8d02ee51 |
UngodlyRavenfieldGore_v1.0.1.rar |
7097bfed870411061eb3724f3d0cbe22ac6cfd7e0a937df329087b294bc3b51b |
Opening the .rar archives#
Windows can open .zip on its own but not .rar, so you need one of these.
All three are free for this purpose:
- 7-Zip — 7-zip.org. Free and open source. Right-click the archive → 7-Zip → Extract Here.
- NanaZip — a modern 7-Zip fork from the Microsoft Store, with proper Windows 11 context menu integration.
- WinRAR — win-rar.com. Trialware that never actually stops working.
Next#
With the loader zip and the three mod archives downloaded and unblocked, the install itself starts. BepInEx first — nothing else can load until it does.