Installing CustomizeLib

Learn how to install CustomizeLib, a library used by many PvZ Fusion mods.

AuroraModder2 min read
ObjectivesGoal-setting

What you'll learn

By the end of this lesson, you will:

  • Install CustomizeLib correctly
  • Understand its purpose
  • Verify that it is loaded by BepInEx
  • Prepare your game for future tutorials
PrerequisitesGating

Before you start

You should already have:

  • PvZ Fusion installed
  • BepInEx installed and working
  • Access to the PvZ Fusion Fans Discord server
IdeaInsight

What is CustomizeLib?

CustomizeLib is a library created for PvZ Fusion modding.

It provides tools and systems that make creating custom content much easier.

Many community mods depend on CustomizeLib.

WarningCaution

Required for many mods

Some mods will not work without CustomizeLib.

If a mod requires CustomizeLib, make sure it is installed before reporting issues.

StepsProcedure

Downloading CustomizeLib

  1. Join the PvZ Fusion Fans Discord server.

  2. Open the channel:

"other-version-mods"

  1. Find the post named:

"PvZ Fusion 3.7 Customized Plant Mod"

  1. Open the GitHub link provided in the post.

  2. Download the latest release.

StepsProcedure

Installing CustomizeLib

  1. Extract the downloaded archive if necessary.

  2. Locate the CustomizeLib DLL.

  3. Open your PvZ Fusion folder.

  4. Navigate to:

BepInEx/plugins

  1. Place the DLL inside the plugins folder.
StepsProcedure

Verifying the installation

  1. Launch PvZ Fusion.

  2. Wait for BepInEx to load.

  3. Check the console for CustomizeLib messages.

If no errors appear, CustomizeLib has been installed successfully.

Recap / BravoCelebration

CustomizeLib installed

Congratulations!

CustomizeLib is now installed and ready to use.

You can now continue to the next lesson and create your first BepInEx plugin.