-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Electr0 edited this page Apr 24, 2026
·
3 revisions
Welcome to the Gardener's Decomp wiki!
This page serves as the documentation for developing your PvZ Mod.
IMPORTANT: The documentation is meant to help you understand the structure of the game, and how you can implement different features. This isn't a tutorial.
You can start by learning the basics of the decompilation: LawnApp
LawnProject is the internal name of the decompilation. This name will be used to refer to the decompilation onwards.
While inside the codebase you might notice several comments like:
// "some message" - AuthorThese are explanations for some 'weirder' pieces of code