This quickstart walks you through confirming your setup is correct and explains exactly what happens the first time you load into Gorilla Tag with Board Bibles V1 installed. If you have not installed the mod yet, start with the installation guide.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.
Before you begin
Make sure the following are true before launching the game:- BepInEx is installed in your Gorilla Tag directory (a
BepInExfolder exists next toGorilla Tag.exe) BoardBiblesV1.dllis located atGorilla Tag\BepInEx\plugins\MO\BoardBiblesV1.dll- You launched the game at least once after installing BepInEx so its configuration files were generated
If you are unsure about any of these steps, the installation guide covers each one in detail.
Launch and verify
Start Gorilla Tag through Steam
Launch the game normally from your Steam library. Do not launch
Gorilla Tag.exe directly — always use Steam so BepInEx loads correctly.Check the BepInEx console (optional)
If you enabled the BepInEx console window in its config, you should see a line similar to the following during startup:This confirms BepInEx found and loaded the mod. If you do not see this line, verify the DLL is in the correct folder and check
BepInEx\LogOutput.log.What to expect
The first 2 minutes: welcome splash
When you first load in, both boards display a startup message:After 2 minutes: first verse
Once the startup window has passed, the mod contactsbible-api.com and fetches a random verse from one of 8 books of the Bible. The verse and its reference appear on both boards simultaneously.
Every 5 minutes: automatic rotation
The mod refreshes the verse every 5 minutes without any action from you. Each new verse is fetched live from the API, so the content changes throughout your session.Offline mode
If your network is unavailable orbible-api.com does not respond, the mod falls back to a set of 20 hardcoded verses. You can tell offline mode is active because the verse text will end with:
Offline mode only activates when the API call fails. If you have a working internet connection but
bible-api.com is temporarily unreachable, the mod will still display a verse from the offline pool rather than leaving the boards blank.Troubleshooting at a glance
- Boards still show default content
- Boards are blank
- Verse shows (offline mode)
The mod did not load. Check that
BoardBiblesV1.dll is inside Gorilla Tag\BepInEx\plugins\MO\ and not in a different folder. Then check BepInEx\LogOutput.log for errors.Next steps
How verse display works
Learn how the mod patches the TreeRoom boards and controls what they show.
API and offline mode
See how the mod fetches verses and how offline fallback is implemented.