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

    Resource Voltseon's Pause Menu

    I have the exact same problem- whenever I open the menu it instantly opens my Pokedex. Person on the previous page said to do a full recompile and I did, no luck. Do you have any other specific plugins installed? Maybe we both have the same problematic one? (Update if anyone has any...
  2. snapper-kins

    Resource Egg Hatcher

    Has anyone managed to get this Plugin to work with v21.1? I made the leap to finally upgrade from v20.1. If not it's okay, I'll figure it out somehow. But I thought I'd ask
  3. snapper-kins

    Resource Advanced Items Field Moves

    Late to the party but I think I fixed this: in the script 03_Item Handler.rb, on Line 1226, you should see this: pbWait(Graphics.frame_rate / 4) Replace that with the following two lines: yield if block_given? pbWait(0.25) Pulled from the Fly script in Essentials. I had the same issue but...
  4. snapper-kins

    Resource DexNav UI

    Awesome! Looks like that did it! Thanks so much for your quick fix and your work on this! It's greatly appreciated!
  5. snapper-kins

    Resource DexNav UI

    Does this update make the scripts incompatible with v20.1? UPDATE: I was feeling adventurous so I just plopped it into my v20.1 project. It works like a charm, all of the problems it seemingly had in the previous versions have been fixed... as long as there are encounters on the map. If there...
  6. snapper-kins

    Resource Terrain Backdrop Change

    Not sure if you'll be able to answer this or not, since I have like 18 Plugins installed (notable might be: essentials deluxe, ZUD, enhanced UI, scripting utilities). Using v20.1, whenever I run a test battle with the Tapus, the ability activates, the animation runs, the terrain and the...
  7. snapper-kins

    Resource Bag Screen with interactable Party

    Thank you so much! I appreciate it a ton! I've spent the past 6 months upgrading a longstanding project from 16.2/18.1 to 20.1 and while I think I documented my changes pretty thoroughly, I don't want to go through upgrading again
  8. snapper-kins

    Resource Bag Screen with interactable Party

    I understand that it's been upgraded to Essentials v. 21, but is there any way yet to get the ZIP file for the v. 20.1 version? Or does it just not exist anymore? I assume someone out in the universe has it
Back
Top