Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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.
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).