• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Berry Planting Improvements

v21.1 Berry Planting Improvements 1.9.5

This resource pertains to version 21.1 of Pokémon Essentials.
The only change was done in the 001_BerryPlantingImprovements file. You only need to replace that file for this patch.

Change Log
  • 🛠️Fixed a crash that would occur when using BerryPots that didn't have BerryPlantData defined yet.
The only change was done in the 001_BerryPlantingImprovements file. You only need to replace that file for this patch.

Change Log
  • ⭐New feature: Prevent Planting. Add the "NoPlant" flag to any berry (or seed) item to prevent it from being planted.
  • 🛠️Added proper handling of whiting out during a pest wild battle.
  • Like
Reactions: PokemonTrident
Doing a change in the meta file to be version 1.9.3 instead of 1.10, due to Essentials thinking 1.10 is 1.1.
  • Like
Reactions: Bergium
BEFORE UPDATING ANY FILES: If you have made any edits to the 000_Settings file, make sure to make a backup of that files before updating the plugin. If you copy over files to update, it will overwrite your changes.

Shout out to Zia222 for the idea that lead to me adding Berry Seeds to this plugin.

Change Log
  • ⭐New feature: Berry Seeds. You can make it so Berry Seeds are planted instead of the Berries themselves. Once a seed is planted, the Berry Plant will act as if you planted a Berry through the original method, but it uses up the Seed, instead. With this feature turned on, you won't be able to plant a Berry directly. Instead, you'll need to provide the player Berry Seed items in some fashion.
    • I include some Berry Seed item PBS entries and graphics in the "(Optional) Seeds Addons" folder in the downloaded folder to act as an example. You'll have to create seeds for all the rest of the berries yourself. If someone does that and wants to contribute the final PBS and graphics to this plugin, I'll add them in.
    • At this time, this feature is not set to work with the BerryPots plugin since it would require doing direct changes to that plugin's code.
    • To have preplanted Berry Plants (the ones the player can pick right away) drop seeds when harvesting them, you must add pbDropBerrySeeds(berry_id, berry_yield) after the pbPickBerry(berry_id, berry_yield) script call in that event page. You do not add it after a pbBerryPlant script call.
  • ⭐New feature: Added a debug option to make a berry plant fully grown, so you can harvest the berries from it sooner.
  • 🛠️Fixed a crash that would occur when trying to view berry plant icons in the town map and you don't have Arcky's Region Map plugin installed.
The only change was done in the 001_BerryPlantingImprovements file. You only need to replace that file for this patch.

Change Log
  • 🛠️Added some extra handling to make sure crashes don't occur if you don't have the Berry Core and Dex plugin installed.
  • Like
Reactions: Zephyrias
The only change was done in the 001_BerryPlantingImprovements file. You only need to replace that file for this patch.

Change Log
  • 🛠️Added some extra handling to prevent crashes with soil graphics if an event variable isn't BerryPlantData.
BEFORE UPDATING ANY FILES: If you have made any edits to the 000_Settings file, make sure to make a backup of that files before updating the plugin. If you copy over files to update, it will overwrite your changes.

Change Log
  • ⭐New feature: Soil types. This feature allows you to set berry planting spots to have different soil types. Each soil you define can have different effects on berry plants. Soil type is defined by adding berrysoil(<name>) to the Event Name of berry planting spots, where <name> is the name of the soil you've defined in BERRY_SOIL_DEFINITIONS in 000_Settings.
    • If using TDW Berry Core and Dex, you can also set berries to have a Preferred Soil.
    • Included graphic options you can add to your game to go along with these soils (tileset recolorings, moisture recolorings, plant_dirt recolorings (for Berrydex)). To install these graphics, open the "(Optional) Soils Addons" folder in the downloaded folder, then install everything found in the Graphics folder. Using the "Tileset_Soils_Addon", you can add my provided tileset recoloring to your existing tilesets.
  • ⭐New feature: Debugging a plant. While playtesting, hold CTRL when interacting with a berry planting spot to access a debug menu. Currently, you can view information about the plant or reset the plant.
  • ⚙️When using a composter, added an option to read the lid again (to read the instructions).
Change Log
  • 🛠️Added some extra handling to hopefully prevent crashes if pests exist but berries do not.
The only change was done in the 003_PestEncounters file. You only need to replace that file for this patch.
Change Log
  • 🛠️Removed some unnecessary code due to the latest update to Arcky's Region Map.
  • 📄 Removed the Optional requirement in the meta file for Arcky's Region Map since it's supported natively now.
The only changes were done in the 001_BerryPlantingImprovements and the meta.txt files. You only need to replace those files for this patch.
Change Log
  • 🛠️Fixed a crash caused by some of my custom code making its way into the Pest handling.
  • 🛠️Fixed some things that changed with v21 involving flutes and encounter rates so it wont crash in v21 anymore.
The only changes were done in the 001_BerryPlantingImprovements and 003_PestEncounters files. You only need to replace those files for this patch.
Back
Top