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!
Oh no that's not supported. I guess I assumed that planting berries was just part of the fun of berries so never thought to make it customizable to not appear lol.
Are you using the Battle page still (i.e. are you showing any other pages besides the Tag page)? I guess you could just make @page...
I actually had "hide really old messages" in my ToDo list and never got around to it.
You can manually remove them if you want. Let's say your group is called :MOM. If you reference pbPlayerIMSaved.saved_messages[:MOM].convo_list, it gives you an array that contains all the conversations you've...
The only change was done in the 001_Script file. You only need to replace that file for this patch.
Reuploaded on 5/18 with actual fix
Change Log
🛠️Fixed a crash that would occur if a scene didn't have a spriteset defined.
Why not ask the question in the resource's discussion page?
That plugin was a one off I made for someone and it worked for them so I haven't thought about it since. I can only assume is some sort of user error on your end. Are you saving the file properly after editing it? Are you making...
BEFORE UPDATING ANY FILES: If you have made any edits to 000_Settings for settings or indication definitions, make sure to make a backup of the file before updating the plugin. If you copy over files to update, it will overwrite your changes.
Change Log
⭐New feature: Vertical movement. You can...
Ah, good catch. You'll have to put pbPickBerry in a conditional branch script check instead, so it only runs things if the player picks berries (returns true). It would look like this when looking at the event page:
Conditional Branch: Script: pbPickBerry(:ORANBERRY,3)
Script...
Not sure what to tell you then. The image being used by your game is the old graphic. You can tell because the Blank Plate in the new one is in the same place as that white filler shape in the old one, and the relic items are beyond the dimensions of the old graphic (which is why they're...
From the looks of it, you either didn't replace the image with the new one, or the old one is cached in your game. Completely close out of your game, then redo it if that's the case.
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...
wrigty12 updated Berry Planting Improvements with a new update entry:
Update 1.9.4 - Prevent Planting Flag and Pest Battle Bug Fix
Read the rest of this update entry...
Regarding adding images: https://eeveeexpo.com/resources/1521/
Regarding your post: You've only really posted the tone definitions of the day night cycle. I see you altered the comments, was that the only thing you've changed? If so, you haven't done anything because comments aren't read by the...
Nope.
Both battle styles have their purpose and when used correctly, each can work well in a game.
I prefer singles because I look for a well rounded game. Doubles are fun once in a while. Having doubles be the only style in an entire game will make me not want to play it, as it makes it feel...
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...
You've likely installed 2 different base metrics files when you only need one. This seems to be a common issue for people installing Animated Pokemon plugin (which includes metrics) without removing the old one. Make sure you only have 1 base metrics file in your project folder, which ever one...