Ungodly Streets of Rogue AI v1.0.0

Start here

Downloads and file checks

Both files, a mirror on my own Google Drive, and the checksums to prove what you got.

files2mirrorGoogle DrivechecksumsSHA-256totalabout 710 KB

Two files, in this order

You need the mod loader and you need the plugin. Grab both now — the install pages assume you already have them sitting in your Downloads folder.

File 1 of 2 · the loader

BepInEx 5.4.23.5 — Windows x64

Download from GitHub
  • file BepInEx_win_x64_5.4.23.5.zip
  • size 639,118 bytes (624 KB)
  • branch BepInEx 5 · Mono · x64
  • doorstop 4.5.0

Always take BepInEx from the BepInEx team's own GitHub releases — never from a re-upload. If the direct link above ever goes stale because a newer 5.4.x has shipped, open the releases page, find the newest release whose version starts with 5.4, expand its Assets list, and take the file named BepInEx_win_x64_<version>.zip.

Not this one

The same Assets list contains BepInEx_win_x86, BepInEx_linux, BepInEx_macos and BepInEx_UnityIL2CPP builds, plus 6.0.0 pre-releases further down the page. None of those will work here. You want win_x64, version 5.4.x.

About the Google Drive mirror

The mirror is hosted on my own paid Google Drive account — not a free file host, not a link aggregator, and not a reupload by somebody else. I control it, I uploaded the file myself, and it is the same archive byte for byte as the direct download above. So I can guarantee it is safe and secure, with no ads, no wrappers, no countdown timers and nothing bundled.

It is also usually the faster of the two. Google's edge network has points of presence almost everywhere, so if the direct link from this site is slow where you are, the mirror will very likely be quicker. Take whichever you prefer — the checksum below matches both.

Google Drive will show a preview page rather than downloading immediately, because the file is a RAR. Click Download at the top right of that page. If Drive warns that it cannot scan the file for viruses, that is only because it does not inspect inside RAR archives — choose Download anyway and then verify the checksum below if you want certainty.

Verify what you downloaded

Checksums are how you prove a file arrived intact and unaltered, whichever mirror you used. Open PowerShell in your Downloads folder and run:

PowerShell — check the mod archive
Get-FileHash .\UngodlyStreetsOfRogueAI_v1_0_0.rar -Algorithm SHA256 | Format-List

The Hash line it prints should match this, ignoring upper/lower case:

fcbba5bc1997ec4c287b1d09e6f20ff6c7d731fdd1ea0f6046e0d246186d8789

If you have already extracted the archive, you can check the DLL itself instead. This is the file that actually runs, so it is the more meaningful of the two:

PowerShell — check the extracted plugin
Get-FileHash .\UngodlyStreetsOfRogueAI.dll -Algorithm SHA256 | Format-List
fb278ae7c1d2655adeddf1eb068110fc0959f038fa259d6935171ea5902984e5

On Linux or a Steam Deck in Desktop Mode:

Terminal — Linux / Steam Deck
sha256sum UngodlyStreetsOfRogueAI_v1_0_0.rar
If a checksum does not match

Do not install it. A mismatch nearly always means an interrupted download rather than anything sinister, so delete the file and fetch it again — and try the other mirror this time. If a fresh download from both sources still does not match, tell me rather than running it.

What is inside the mod archive

Archive contents
UngodlyStreetsOfRogueAI_v1_0_0.rar
├── UngodlyStreetsOfRogueAI.dll        297,984 bytes — the plugin itself
└── README.md                            the full technical write-up

Two files, no installer, no folder structure to preserve. The Part 3 page covers exactly where the DLL goes. The README is the same document this site is built from, if you prefer reading it offline.