• 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!

Search results

  1. wrigty12

    undefined class/module WeatherSystem

    I'm referring to the popup that appears when it crashes. Where you copied the error text from. At the bottom of the popup, there is a filepath
  2. wrigty12

    undefined class/module WeatherSystem

    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
  3. wrigty12

    Giving the player a second name

    You're missing the closing ) for the pbEnterText function. You need one after the 7
  4. wrigty12

    v21.1 Free Market - Update 2.0.1 - Various fixes

    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...
  5. wrigty12

    Resource Free Market

    wrigty12 updated Free Market with a new update entry: Update 2.0.1 - Various fixes Read the rest of this update entry...
  6. wrigty12

    Key not found in a hash

    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
  7. wrigty12

    Resource Free Market

    Well, I learned something today! I have an idea in mind to make this work, so the next update should fix this.
  8. wrigty12

    Resource Instant Messages

    I actually have a custom version of that sort of thing for my game. I can look into making a natively supported one
  9. wrigty12

    Resource [Frame 2 Project] Gen 4 Battle Entry Animations

    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...
  10. wrigty12

    Resource Instant Messages

    wrigty12 updated Instant Messages with a new update entry: 1.2.3 - Crash Fix Read the rest of this update entry...
  11. wrigty12

    v21.1 Instant Messages - 1.2.3 - Various fixes

    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...
  12. wrigty12

    Resource Acro Bike

    Technically the mud wall is something the Mach bike allows you to go up, not the Acro bike. But overall this is really cool to see in action!
  13. wrigty12

    v21.1 Social Links - Update 1.3.1 - Free Market Compatibility

    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...
  14. wrigty12

    Resource Social Links

    wrigty12 updated Social Links with a new update entry: Update 1.3.1 - Free Market Compatibility Read the rest of this update entry...
  15. wrigty12

    v21.1 Free Market - Update 2.0 - Player Lots

    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...
  16. wrigty12

    Resource Free Market

    wrigty12 updated Free Market with a new update entry: Update 2.0 - Player Lots Read the rest of this update entry...
  17. wrigty12

    Resource Effort Levels System

    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...
  18. wrigty12

    Resource Effort Levels System

    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)
  19. wrigty12

    Resource Berry Planting Improvements

    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.
  20. wrigty12

    v21.1 Berry Planting Improvements - 1.9.5 - Crash fix

    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.
Back
Top