Ungodly AI Overhaul Two Point Campus · install

BepInEx 6 · IL2CPP · x64 · build be.784

Ungodly AI Overhaul

Two Point Campus / Installation Guide

by StixsworldHD (StixsmasterHD4k)

This guide takes a clean copy of Two Point Campus and gets you to a running, fully-configured overhaul. There are two payloads — the BepInEx 6 loader and the plugin itself — and the order they go in matters. Follow the chain top to bottom and nothing gets skipped.

the injection chain

What the game walks through every launch, once BepInEx is in place:

  1. winhttp.dllProxy DLL Windows loads beside the game
  2. Doorstop 4.5.0Reads doorstop_config.ini, hijacks startup
  3. CoreCLR runtimedotnet/coreclr.dll hosts the managed framework
  4. BepInEx PreloaderBepInEx.Unity.IL2CPP.dll bootstraps everything
  5. Cpp2IL → InteropRebuilds C# stubs from GameAssembly.dll
  6. BepInEx/plugins/Every .dll here is loaded into the game
  7. Ungodly AI OverhaulYou are installing this

Each link below depends on the one above it — which is exactly why install order is not optional.

Two payloads

What you're actually installing

One package is the engine that lets mods run at all; the other is the overhaul. They're installed in that order.

01

BepInEx 6 (Unity IL2CPP, x64)

Modified & pre-configured for Two Point Campus

TPC-BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.784.rar

The mod loader — and this is a build prepared specifically for Two Point Campus, not a generic BepInEx download. It's the correct IL2CPP x64 build, already pointed at the right loader, with the game's matching Unity base libraries bundled in, so it drops straight in. Without it, no plugin can load.

  • RuntimeIL2CPP
  • Doorstop4.5.0
  • Target Unity2020.3.47f1
  • Channel6.0.0 bleeding-edge
Install it →
02

Ungodly AI Overhaul — Two Point Campus

UngodlyAIOverhaul_TwoPointCampus_v1.0.1_StixsworldHD.rar

A single 65 KB plugin that rewires the game's utility-AI, needs, academics, economy and difficulty — live, reversibly, and with an in-game window on F6. Nothing is written to disk; disabling it reverts to vanilla.

  • Versionv1.0.1
  • Goes inBepInEx/plugins
  • GUI keyF6
  • DLCSupported
Install it →

Before you begin

Three things to have ready

A copy of the game

Retail Two Point Campus that launches via TPC.exe. This guide matches build 10.3.169253+2024-12-06.1241, but any current retail build works. All DLC is fine.

An archive extractor

Both downloads are .rar files. Use 7-Zip, WinRAR, or NanaZip — anything that opens RAR archives and preserves folder structure.

A few minutes of patience

The first launch after installing BepInEx takes a while as it processes the game's code. The game can look frozen. That's expected — let it finish.

The route

Three phases, in order

The whole process is below at a glance. Each phase has its own page with every click spelled out.

  1. 01 Install BepInEx 6 Extract the loader into the game root, launch once to let it build its folders, then close.
  2. 02 Install the overhaul Drop the plugin into BepInEx/plugins and launch — the config file writes itself.
  3. 03 Configure to taste Press F6 in-game, or edit the fully-commented .cfg. Both drive the same live values.