Skip to content

Manual Installation Guide

Fix Factory edited this page Aug 20, 2025 · 2 revisions

For the security-minded power-user, you can install the overlays without running the installer. You do so by cloning this repo, compiling the plugin, and copying the files to your Sim Hub folder.

1) Clone the repository

git clone https://github.com/fixfactory/bo2-official-overlays.git
cd bo2-official-overlays

2) Compile the plugin

Use Visual Studio to open the solution \Plugin\benofficial2.Plugin.sln and build benofficial2.Plugin.dll.

3) Copy the plugin to Sim Hub

There is a build step to automatically copy the .dll to Sim Hub but you can also copy it manually to C:\Program Files (x86)\SimHub

4) Copy the overlays to Sim Hub

Copy all the folders from \Overlays to Sim Hub directory C:\Program Files (x86)\SimHub\DashTemplates

5) Copy the images to Sim Hub

Copy the folders \Images\CarLogos, \Images\Flairs and \Images\Icons to Sim Hub directory C:\Program Files (x86)\SimHub\ImageLibrary\benofficial2

Clone this wiki locally