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

Recent content by Caruban

  1. Caruban

    v21.1 Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) - Update v3.3.2

    Change logs: Added function to restore party's original held items after battle similar to SV Added function to send player's stolen similar to SV Edited Egg generator and form inharitance from getFormOnEggCreation handler Edited HitTwoToFiveTimes and HitTenTimes move handlers to change rand()...
  2. Caruban

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry: Update v3.3.2 Read the rest of this update entry...
  3. Caruban

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Check the meta.txt inside the plugin folder then recompile the game.
  4. Caruban

    Resource Caruban's Dynamic Darkness

    Oops, I messed up the update method definition. It's not supposed to be an alias, and I should be using super to call the Sprite's update.
  5. Caruban

    Resource Caruban's Dynamic Darkness

    If you can customize the event name, then it is possible.
  6. Caruban

    v21.1 Autosave Feature - Update v1.5

    Change logs: Added blacklist and whitelist array to determine when to trigger or skip autosave while entering specified maps Fixed the save trigger when transferring between 2 unconnected outdoor maps
  7. Caruban

    Resource Autosave Feature

    Caruban updated Autosave Feature with a new update entry: Update v1.5 Read the rest of this update entry...
  8. Caruban

    Resource Autosave Feature

    Initially, this condition was designed for an unconnected map without a gate, like a forest. However, upon further checking, it also triggers a save when teleporting between unconnected outdoor maps.
  9. Caruban

    Resource Caruban's Dynamic Darkness

    Sorry, I'm unable to replicate this error. However, it may be caused by line 385. Changing the line from (cx - cradius..cx + cradius).each do |j| to ((cx - cradius).to_i..(cx + cradius).to_i).each do |j| might resolve the issue.
  10. Caruban

    Resource More Pokédex Page : Size Comparison

    Ok, I've reuploaded the script.
  11. Caruban

    v21.1 Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) - Minor update v3.3.1

    Change logs: Added Chilly Reception move failure check, so it fails if the Pokémon cannot switch and under Hail or Primodial weather Added Silk Trap effect in pbEndOfRoundPhase Fixed Charge effect to ends only after using an Electric-type damaging move Fixed Chilly Reception MoveFailureCheck AI...
  12. Caruban

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry: Minor update v3.3.1 Read the rest of this update entry...
  13. Caruban

    v21.1 More Pokédex Page : Size Comparison - Minor update v2.0.3

    Changelogs : Added compatibility with Lucidious89's Animated Trainer Intro
  14. Caruban

    Resource More Pokédex Page : Size Comparison

    Caruban updated More Pokédex Page : Size Comparison with a new update entry: Minor update v2.0.3 Read the rest of this update entry...
  15. Caruban

    Resource Autosave Feature

    Caruban updated Autosave Feature with a new update entry: Update v1.4 Read the rest of this update entry...
Back
Top