Installing Board Bibles V1 takes two stages: setting up BepInEx as the mod framework, then dropping the Board Bibles DLL into the correct plugins folder. The entire process takes a few minutes on a PC with Gorilla Tag already installed through Steam.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ASTRA228b/BoardBiblesV1/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Gorilla Tag (PC/Steam) — the mod targets the PC version of the game. It does not run on the standalone Meta Quest version.
- Windows — BepInEx for Gorilla Tag is a Windows-only framework.
- Network access (optional) — the mod fetches verses from
bible-api.comat runtime. If you are offline, it falls back to 20 hardcoded verses automatically.
Step 1: Find your Gorilla Tag installation directory
You need to know where Steam installed Gorilla Tag before placing any files.Open Steam and locate the game
In your Steam library, right-click Gorilla Tag and select Manage → Browse local files. This opens the game’s root directory in File Explorer.
Step 2: Install BepInEx
BepInEx is the plugin framework that loads mods into Gorilla Tag. If you already have BepInEx installed (you can tell by the presence of aBepInEx folder inside your Gorilla Tag directory), skip to Step 3.
Download BepInEx for Gorilla Tag
Get the BepInEx build recommended for Gorilla Tag from Thunderstore or the BepInEx GitHub releases. Use the x64 variant if prompted.
Extract the archive
Extract the downloaded ZIP file. You will see a folder structure that includes a
BepInEx folder and a winhttp.dll file (or similar).Copy files into the Gorilla Tag directory
Copy the contents of the extracted archive directly into the root of your Gorilla Tag installation directory — the same folder that contains
Gorilla Tag.exe. Do not create a subfolder.After copying, your Gorilla Tag directory should contain:Step 3: Create the plugins subfolder
Board Bibles V1 is configured to output to a specific subdirectory insideplugins. You need to create this folder if it does not already exist.
Step 4: Install the Board Bibles V1 DLL
Download the Board Bibles V1 DLL
Download the latest
BoardBiblesV1.dll from the Board Bibles V1 GitHub releases. The current version is 0.0.2.Step 5: Launch Gorilla Tag
Start Gorilla Tag through Steam. BepInEx will detect and loadBoardBiblesV1.dll automatically at startup.
The mod fetches verses from
bible-api.com during gameplay. If your firewall or network blocks outbound requests to that domain, the mod will fall back to offline mode and display one of its 20 hardcoded verses instead.Verifying the installation
Once in-game, head to the TreeRoom. Within the first 2 minutes you should see the welcome splash message on both bulletin boards. After that, a Bible verse will appear. If the boards still show the default MOTD or Code of Conduct content, see the troubleshooting reference.Next steps
Quickstart
Learn what to expect the first time you load in and how verse rotation works.
How it works
Understand how the mod patches the boards and fetches verses.