• 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 C.Ezra.M

  1. C.Ezra.M

    The Legality of Fangames

    I found this quite entertaining video that contains an explanation of why the copyright system works the way it works. The copyright system is clearly meant for the world of around a century ago, where self-published works were basically nonexistent, and publishing was typically done by...
  2. C.Ezra.M

    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...
  3. C.Ezra.M

    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)
  4. C.Ezra.M

    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...
  5. C.Ezra.M

    Resource Marin's Scripting Utilities

    Should work because Marin's Map Exporter was updated for 20.1 support.
  6. C.Ezra.M

    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.
  7. C.Ezra.M

    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...
  8. C.Ezra.M

    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.
  9. C.Ezra.M

    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.
  10. C.Ezra.M

    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...
  11. C.Ezra.M

    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).
  12. C.Ezra.M

    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