Installing CustomizeLib
Learn how to install CustomizeLib, a library used by many PvZ Fusion mods.
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
Before you start
You should already have:
- PvZ Fusion installed
- BepInEx installed and working
- Access to the PvZ Fusion Fans Discord server
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.
Required for many mods
Some mods will not work without CustomizeLib.
If a mod requires CustomizeLib, make sure it is installed before reporting issues.
Downloading CustomizeLib
-
Join the PvZ Fusion Fans Discord server.
-
Open the channel:
"other-version-mods"
- Find the post named:
"PvZ Fusion 3.7 Customized Plant Mod"
-
Open the GitHub link provided in the post.
-
Download the latest release.
Installing CustomizeLib
-
Extract the downloaded archive if necessary.
-
Locate the CustomizeLib DLL.
-
Open your PvZ Fusion folder.
-
Navigate to:
BepInEx/plugins
- Place the DLL inside the plugins folder.
Verifying the installation
-
Launch PvZ Fusion.
-
Wait for BepInEx to load.
-
Check the console for CustomizeLib messages.
If no errors appear, CustomizeLib has been installed successfully.
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.








