Get the files
Downloads, mirrors & checksums
Three archives — the loader and both plugins — with verified SHA-256 checksums and Google Drive mirrors hosted on my own paid account. Grab what you need here before moving on to Part 1.
Everything the guide installs lives here: the loader (required) and the two plugins (each optional, fully independent — most people grab all three). File names, sizes and SHA-256 checksums are listed so you can verify that what landed on your disk is byte-for-byte the file published here. Each card offers the direct download hosted on this site plus a Google Drive mirror.
Archive 1 — the loader
BepInEx 6.0.0-be.785 · Unity.IL2CPP · win-x64 · preconfigured
SeaofStars-BepInEx-Unity_IL2CPP-win-x64-6_0_0-be_785_6abdba4.rar
What's inside
One top-level folder (whose contents go into the game directory — Part 1 explains) containing:
SeaofStars-BepInEx-Unity_IL2CPP-win-x64-6_0_0-be_785_6abdba4\
├── .doorstop_version UnityDoorstop version stamp (4.5.0)
├── BepInEx\
│ ├── core\ the framework: BepInEx, Cpp2IL, Il2CppInterop, Harmony…
│ ├── patchers\ empty — for preloader patchers
│ ├── plugins\ empty — UngodlyGFX goes here in Part 3
│ └── unity-libs\
│ └── 2021.3.25.zip pre-seeded Unity base libraries (skips the online download)
├── changelog.txt upstream BepInEx changelog for this build
├── doorstop_config.ini loader config — already pointed at the IL2CPP core
├── dotnet\ bundled .NET CoreCLR 6.0.7 runtime (~67 MB extracted)
└── winhttp.dll the UnityDoorstop proxy that starts it allArchive 2 — UngodlyGFX (graphics · F10)
UngodlyGFX v2.0.1 · by StixsworldHD (StixsmasterHD4k)
SeaOfStars-UngodlyGFX-v2_0_1.rar
What's inside
SeaOfStars-UngodlyGFX-v2_0_1\
├── BepInEx\
│ ├── config\
│ │ └── com.stixsworldhd.seaofstars.ungodlygfx.cfg pre-made, fully documented config (all 49 settings)
│ └── plugins\
│ └── SeaOfStars.UngodlyGFX.dll the plugin itself (87 KB)
└── README.md full documentation & changelogArchive 3 — UngodlyAutoTiming (gameplay · F9)
UngodlyAutoTiming v1.0.3 · by StixsworldHD (StixsmasterHD4k)
SeaOfStars-UngodlyAutoTiming-v1_0_3.rar
What's inside
SeaOfStars-UngodlyAutoTiming-v1_0_3\
├── BepInEx\
│ ├── config\
│ │ └── com.stixsworldhd.seaofstars.ungodlyautotiming.cfg pre-made, fully documented config (all 28 settings)
│ └── plugins\
│ └── SeaOfStars.UngodlyAutoTiming.dll the plugin itself (84 KB)
└── README.md full documentation & changelogVerifying your downloads (recommended)
A SHA-256 checksum is a fingerprint of the file's exact bytes. If the fingerprint you compute matches the one printed above, your download is complete and untampered — regardless of which mirror it came from. On Windows, open PowerShell in your Downloads folder and run the lines for the files you grabbed:
Get-FileHash ".\SeaofStars-BepInEx-Unity_IL2CPP-win-x64-6_0_0-be_785_6abdba4.rar" -Algorithm SHA256
Get-FileHash ".\SeaOfStars-UngodlyGFX-v2_0_1.rar" -Algorithm SHA256
Get-FileHash ".\SeaOfStars-UngodlyAutoTiming-v1_0_3.rar" -Algorithm SHA256Prefer classic Command Prompt? Same result:
certutil -hashfile "SeaofStars-BepInEx-Unity_IL2CPP-win-x64-6_0_0-be_785_6abdba4.rar" SHA256
certutil -hashfile "SeaOfStars-UngodlyGFX-v2_0_1.rar" SHA256
certutil -hashfile "SeaOfStars-UngodlyAutoTiming-v1_0_3.rar" SHA256Compare the output against the checksums on this page (letter case doesn't matter). Match? You're cleared for Part 1.