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

    Resource Deluxe Battle Kit [v21.1]

    Oh you fixed the bugs that have been mentioned earlier than expectation! Good job!
  2. komeiji514

    Resource Advanced Items Field Moves

    I have tried to make a v21.1 version of Whirlpool for this plugin. #=============================================================================== # Whirlpool #=============================================================================== # This Game $stats handle by this plugin [New from this...
  3. komeiji514

    Resource Terastallization [DBK Add-On] [v21.1]

    I have found the lines and fixed. They are in [008] Battle_move.rb.
  4. komeiji514

    Resource Gen 6~8 Footprints

    Simply because they are not included in gen 9 pack and that is why I release this.
  5. komeiji514

    Resource Gen 6~8 Footprints

    It's already in gen 9 pack.
  6. komeiji514

    Resource HGSS Style Transitions Script

    def pbHGSSTransitions(place,black=true) name="Day" name="Afternoon" if PBDayNight.isAfternoon? || PBDayNight.isEvening? name="Night" if PBDayNight.isNight? pbToneChangeAll(Tone.new(-255,-255,-255),0) if black viewport=Viewport.new(0,0,Graphics.width,Graphics.height) viewport.z=99...
  7. komeiji514

    Other Gen 6~8 Footprints 2024-03-04

    Descriptions Since Generation 6, official games have stopped displaying footprints in Pokedex. Gen 6 Footprints for v20+, Gen. VII Footprints for viewing on Pokedex and Gen. VIII Footprints for viewing on Pokedex provides the missing footprints and I rearrange and rename the pictures to use them...
  8. komeiji514

    Resource Gen 6~8 Footprints

    komeiji514 submitted a new resource: Gen 6~8 Footprints - Add the missing footprints to your game! Read more about this resource...
  9. komeiji514

    Resource Dynamax [DBK Add-On] [v21.1]

    Since neither this plugin nor Caruban's gen9 pack provides gen5 style g-max back sprites, I will provide. I just use sprites from gen8 pack and resize them. Simply credit Smogon Sword/Shield Sprite Project if you use...
  10. komeiji514

    Resource ENLS’s Pre-Looped Music Library

    As official OST has been released, it should be on the way.
  11. komeiji514

    Resource DexNav UI

    When player faces the water or surfing this bug happens. [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.7] Exception: ArgumentError Message: Invalid argument passed to method. Expected 6 to be one of [Symbol, GameData::Species, String], but got Integer. Backtrace: 015:Validation:29:in...
  12. komeiji514

    Resource Party Picture

    I mean after the picture is taken the NPC disappears. And by the way when taking picture the NPC still stands there. If I made any mistake please point it out.
  13. komeiji514

    Resource Ulithium_Dragon's Rock Climb with Overworld Animation

    will it be updated to be compatible with v21.1?
  14. komeiji514

    Resource Magnet Train Scene (Gen 3 style) (v19/v18)

    My v21.1 port. Some simple modifications can finish it. class MagnetTrainScene def initialize(going_left, map_id, map_x, map_y, direction=2) pbBGMFade(1) @sprites = {} @sprites["Black"] = Sprite.new @sprites["Black"].bitmap = Bitmap.new("Graphics/Pictures/MagnetTrain/black")...
  15. komeiji514

    Resource [v20.1\v21.1] Arcky's Region Map

    I have only encountered wild battle bug.
  16. komeiji514

    Resource Deluxe Battle Kit [v21.1]

    Check your PBS file first.
  17. komeiji514

    Resource Party Picture

    I can use it in my gsc remake project! good! By the way you should use PartyPicture.new() to call the event. It's strange that the NPC disappear after taking a photo but Pokémon except follower remains there. After map transfer NPC is back and Pokémon disappears. Edit: the problems only lie in...
Back
Top