The updated Voltseon pause menu uses the regular menu handlers now (the ones you use to add it to the vanilla pause menu). You can add the menu handler shown in the Overview for this resource.
You need to make sure that every map that Geodude is found on has a town map position defined in its map metadata https://essentialsengine.miraheze.org/wiki/Map_metadata
You want to remove conversations you've already set up from your game? If the player has viewed those conversations and saved their game, and you delete them from the configuration, yes it would crash; you'd have to start a new save file.
I think you could set up a save conversion (search for...
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...