MOD Guide
GP-Next
GP-Next is the default modding and debugging tool in PvZ2 Gardendless. You can use it to:
- manage datapacks and single-file patches
- browse and edit live game data
- write language packs and level patches
- use runtime features such as Trainer, HP Overlay, and Runtime Extensions
- call functions exposed through
window.gpNextin the console
Reading Order
- Getting started: "GP-Next Overview" -> "Structure" -> "Datapacks and
pack.json" - Editing values: "Merge Rules" -> "Source Data" -> "Types & Fields"
- Editing world maps: "Datapacks and
pack.json" -> "World Map" - Translating text: "Language Packs and
lang.json" - Console commands: "Console API"
