Installing BepInEx

Learn how to install BepInEx, the mod loader used throughout this curriculum.

AuroraModder2 min read Updated
ObjectivesGoal-setting

What you'll learn

By the end of this lesson, you will:

  • Install BepInEx correctly
  • Understand what BepInEx does
  • Know where mods are loaded from
  • Verify that BepInEx is working
ewqqweqwe
PrerequisitesGating

Before you start

You will need:

  • PvZ Fusion installed
  • Access to your game folder
  • An internet connection
IdeaInsight

What is BepInEx?

BepInEx is a mod loader.

When PvZ Fusion starts, BepInEx loads before the game and then loads every plugin located inside the BepInEx/plugins folder.

Most PvZ Fusion mods are installed through BepInEx.

WarningCaution

Download the correct version

Make sure you download the correct BepInEx version for your game.

Using the wrong version may prevent PvZ Fusion from launching correctly.

StepsProcedure

Downloading BepInEx

  1. Open the official BepInEx GitHub page.

https://github.com/BepInEx/BepInEx

  1. Go to the Releases page.

  2. Download the version required for your game.

StepsProcedure

Installing BepInEx

  1. Extract the ZIP file you downloaded.

  2. Open your PvZ Fusion game folder.

  3. Copy all extracted files and folders into the game folder.

StepsProcedure

Launching the game

  1. Start PvZ Fusion.

  2. A console window should appear.

  3. During the first launch, BepInEx will create several folders automatically.

StepsProcedure

Checking the installation

If everything was installed correctly, you should now see:

  • A BepInEx folder
  • A plugins folder
  • A console window when the game launches

BepInEx is now ready to load mods.

Recap / BravoCelebration

Lesson completed

Congratulations!

You have successfully installed BepInEx.

You can now continue to the next lesson and install CustomizeLib.