• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!

Search results

  1. Keyacom

    Resource Astralneko's Trivia for v21

    Letting you know that you can set game variables to other values beyond numbers in Ruby code. It's just that the GUI does not allow assigning stuff other than numbers. Additionally, boolean values can be stored with game switches. There's absolutely no functional difference between the two...
  2. Keyacom

    Resource Better Region Map

    On the Discord server, Golisopod User made a fix for this, which is to change the erroneous line to: filename = GameData::TrainerType.player_map_icon_filename($player.trainer_type) @window["player"].bmp(filename)
  3. Keyacom

    Resource Better Region Map

    @Arcky I tried using your v20.1 compatibility fix, but it caused ENOENT when opening the Town Map. This is probably because it tries to fetch the file by Trainer gender, not by Trainer class. [CODE lang="ruby" highlight="17" title=""Marin's Better Region Map.rb", lines 81-102"] if...
  4. Keyacom

    Resource Marin's Scripting Utilities

    Should work because Marin's Map Exporter was updated for 20.1 support.
  5. Keyacom

    Resource ORAS Trainer Class Sprites

    Good thing because I am making a game in which, in the postgame, the player will come to Hoenn to beat its new Gym Leaders, now including a Grass-type Gym Leader, a Ground-type one, an Ice-type one, and a Fairy-type one! Also, you seemingly forgot Team Magma Grunts' sprites.
  6. Keyacom

    Resource Marin's Map Exporter

    If using 1.5 or earlier, edit the script before use! I noticed some users trying to use this plugin, and suddenly, the "Warp to Map" command in the debug menu has disappeared! I'm also replying to the messages quoted above, so here's my advice how to restore the warp command: Open the...
  7. Keyacom

    Resource Boon's Phenomena: BW Style Grass Rustle, Cave Dust + More

    You should make a fully transparent tile, with a terrain tag of 29. This will ensure the shadows will appear.
  8. Keyacom

    Resource Advanced HM Items

    In SwSh, Sonia gives you an Escape Rope. It's the only one that's obtainable, but can be used infinitely many times. The "Honey" item now has no purpose other than to be sold.
  9. Keyacom

    Resource Advanced HM Items

    In HGSS, Headbutt was also used on Headbutt trees. All trees could be headbutted, but only specific ones could yield Pokémon. In this game, it was a Move Tutor move. A guy in the Ilex Forest could teach Headbutt to one of your Pokémon FOR FREE. (That's maybe why one Professor Oak's Challenge...
  10. Keyacom

    Resource ZUD Plugin [Essentials v19.1] [DEPRECATED]

    The game says I need to specify the default value for DYNAMAX_SIZE. Can someone help me? (I don't know what data type should it be, so I don't know how to initialize this variable).
  11. Keyacom

    Database for Move, Ability, and Item Ideas

    I made new moves to my game, some of which come from Pokémon Prism, a Crystal-based ROM hack. The following moves are my own: Mist Swipe - Fairy, Physical, 40 BP, 100% acc., 40 PP - The user scratches the opponent with its mist-loaded claws. (Basically a physical version of Fairy Wind, or a...
Back
Top