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

    Resource Caruban's Map Exporter

    It seems the script checks the conditions of each page and determines that none of the conditions were met. And yes, as you mentioned, if none of the pages have a condition that is met, the event will not be exported. Were any of the five pages active or visible in the overworld during the...
  2. Caruban

    Resource Caruban's Map Exporter

    Hmm.. that's weird. I tested it with the vanilla version, including an event with four different conditions and graphics for each page, as well as a basic door event. The events exported just fine. Did you check the 'Show Map Events' option before exporting the map?
  3. Caruban

    Resource Caruban's Map Exporter

    Yeah, the exported map events are the ones with an active page or that meet all the conditions, and they’re sorted by the highest page number, similar to how the map events are rendered. Unless I’m mistaken, do you want to export those invisible events too? Or are there any events that aren’t...
  4. Caruban

    Resource Caruban's Map Exporter

    Caruban submitted a new resource: Caruban's Map Exporter - Choose a map and export it as PNG image file Read more about this resource...
  5. Caruban

    v21.1 Caruban's Map Exporter 1.0

    Mapping is a major part of progress in game development. One way to showcase that progress is by exporting maps as images using the Marin's Map Exporter plugin. However, I noticed the script had some limitations, especially since the last update was in 2022. So, I decided to create my own...
  6. 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()...
  7. 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...
  8. 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.
  9. 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.
  10. Caruban

    Resource Caruban's Dynamic Darkness

    If you can customize the event name, then it is possible.
  11. 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
  12. Caruban

    Resource Autosave Feature

    Caruban updated Autosave Feature with a new update entry: Update v1.5 Read the rest of this update entry...
  13. 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.
  14. 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.
  15. Caruban

    Resource More Pokédex Page : Size Comparison

    Ok, I've reuploaded the script.
  16. 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...
  17. 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...
  18. Caruban

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

    Changelogs : Added compatibility with Lucidious89's Animated Trainer Intro
  19. 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...
  20. 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