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

    Resource Social Links

    If you're using the most up to date version of the Pause Menu, you just need to set up a MenuHandler the same way other things that appear in the vanilla pause menu are (like Pokedex). You can find those in the UI_PauseMenu script. The best one to copy is probably the Options one, since it's...
  2. wrigty12

    v21.1 Event Indicators - Update 2.2 - More Text Bubble Changes + Fixes

    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: Some Text Modification...
  3. wrigty12

    Resource Event Indicators

    wrigty12 updated Event Indicators with a new update entry: Update 2.2 - More Text Bubble Changes + Fixes Read the rest of this update entry...
  4. wrigty12

    v21.1 Event Indicators - Update 2.1 - Translation and Other Fixes

    The only change was done in the 001_Script file AND new file 003_Text Compiler. You only need to replace and add those files for this patch. Change Log 🛠️Fixed text bubble indicators not supporting translation. Now, when you compile, it should pull text from the Comments for translation...
  5. wrigty12

    Resource Event Indicators

    wrigty12 updated Event Indicators with a new update entry: Update 2.1 - Translation and Other Fixes Read the rest of this update entry...
  6. wrigty12

    v21.1 Event Indicators - Update 2.0 - Text Bubbles and More Hiding Control.

    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: Text Bubble Indicators...
  7. wrigty12

    Resource Event Indicators

    wrigty12 updated Event Indicators with a new update entry: Update 2.0 - Text Bubbles and More Hiding Control. Read the rest of this update entry...
  8. wrigty12

    List of possible scripts?

    pbGet does still work in v21. Can you show how you are using it and/or what error you get? Making a list of all scripts available would be impossible because there are way too many. Your best option is to review the wiki or explore the scripts in essentials yourself...
  9. wrigty12

    Resource Instant Messages

    Reproducing the issue was very inconsistent for me, only happening like 1 in 20 times or so. It seems like based on your computer, the value Graphics.delta would sometimes return something very low, which would result in a very high frame count wait time (I saw it hit 4000 frames per second...
  10. wrigty12

    v21.1 Instant Messages - Update 1.2.4 - Slow messages guardrails

    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 🛠️Added some guardrails for v21+ so wait time for messages to appear wouldn't be super slow if Graphics.delta returned an abnormally low value.
  11. wrigty12

    Resource Instant Messages

    wrigty12 updated Instant Messages with a new update entry: Update 1.2.4 - Slow messages guardrails Read the rest of this update entry...
  12. wrigty12

    v21.1 Free Market - Update 2.0.2 - Crash Fixes

    The only files that was changed were 001_Data and 003_MarketUI. You only need to replace those files with the updated one for this update. Change Log 🛠️Fixed a crash that would occur if you set the ID of one of your Free Market item lots to be the same as an item ID, and you tried to sell that...
  13. wrigty12

    Resource Free Market

    wrigty12 updated Free Market with a new update entry: Update 2.0.2 - Crash Fixes Read the rest of this update entry...
  14. wrigty12

    Resource [v13+] Video Poker

    I'm immediately going to reskin this to be Pokemon on the cards instead of traditional poker cards. Dittos Wild :D
  15. wrigty12

    Resource Free Market

    I haven't bothered adhering to the new hosting policy for images so I don't have any to post here. Since you're also on the discord, search the discord for "Free Market" and you'll find posts I've made that show off how it looks.
  16. wrigty12

    Resource Switch and Variable Usage Report

    wrigty12 submitted a new resource: Switch and Variable Usage Report - Quickly find all events that check or set a switch or variable. Read more about this resource...
  17. wrigty12

    v21.1 Switch and Variable Usage Report 1.0

    Have you ever used a switch or variable in many events in your game, so you can't keep track which ones are checking or using it? What if you need to reorganize your switch or variables and have to redo that setup in your events? Now, you can run a report that tells you which events check or...
  18. wrigty12

    Resource Pokemon Contests and Pokeblocks [Beta]

    Good find. I guess I never bothered to do battles after testing a contest. Here's the fix. You can add all the following code to the bottom of the 011_Animations.rb file in the Pokemon Contests plugin folder. class Game_Temp attr_accessor :contest_animations_data end alias...
  19. wrigty12

    Vague error message, syntax error on line e, section 172:205

    You're missing an end in script number 172 in the script editor. If you haven't added any new scripts in the first couple hundred of them, that should be the Battle_Move script. You're going to have to go through the whole thing, look for where you made changes, and find where you're missing an...
  20. wrigty12

    Resource Event Indicators

    I'm not aware of it. If you start seeing bugs as you play test, let me know.
Back
Top