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!
Did you recently uninstall the Weather System plugin?
You need to delete your old save. The path to where it is saved is the same as the crash log location listed at the bottom of the crash popups
The only files that was changed were 001_Data, 003_MarketUI, 004_PlayerLots, and 006_Utilities. You only need to replace those files with the updated one for this update.
Change Log
🛠️Fixed handling of procs throughout the plugin so it doesn't crash when you save your game.
🛠️Fixed a crash...
There is already a built in way to save variables specific to events using setVariable and getVariable, so no need to recreate the wheel.
In a script call, do setVariable(val) where val is the time object you want to compare against.
Then, your comparison should be pbGetTimeNow.to_i >= getVariable
Unfortunately, I don't think this works out of the box with v20.1 and earlier. So far, it's using the lerp function which I think was only included starting in v21, and the update function in the Battle::Scene::BattlerSprite class isn't the same as the one for v20.1, so it crashes due to needing...
The only file that was changed was 004_MessagesUI. You only need to replace that file with the updated one for this update.
Change Log
🛠️Fixed a crash that would occur in choices with v21.
🛠️Fixed an issue where PLAYER_BUBBLE_COLOR was not respected.
🛠️Fixed an issue where a picture message...
The only change was done in the 001_Data file. You only need to replace that file for this patch.
Change Log
⭐New feature: Free Market NPC support. Added support for adding Buyer-specific Parameters to SocialLinkProfile definitions so Social Links can purchase player lots if using the Free...
BEFORE UPDATING ANY FILES: As part of this update, some file names and setting names have been changed. You may need to redo some of your 000_Settings or 002_Configurations (now 3 different files). Any custom currency will need to be remade using the updated 005a_Currencies_CustomExample file...
That's still very likely that you haven't properly installed Gen 9 pack. It's very unlikely to do anything with this specific plugin, so we should probably stop talking about it here after this post.
Go into your Data folder, then delete your PluginScripts.rxdata file. Then boot up your game...
That's a common error that means you need to recompile. Otherwise, you don't have the Gen 9 scripts properly looking at PBS (which is the plugin that handles the -1's)
Funny enough, this crash only happened if you were in a map where you hadn't interacted with an event yet. That's likely why the crash stopped for Zephyrias after a while. Should be handled now.
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.