• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Common Tiles (Common events for tiles)

  • 961
    Posts
    8
    Years
    • Age 23
    • Seen Nov 28, 2022
    That generic Nurse Joy event? The PC? A game corner machine? Whatever you can think of that's used multiple times (and doesn't change one bit) could be made a common event. Common events are global events that can be called from anywhere at any time.

    That's useful, but what if it were possible to call those things without events? You wouldn't ever forget to place them, and you can also easily override the so-called "Common Tile" by placing an event on top of it. This cancels out the tile's common events.


    [PokeCommunity.com] Common Tiles (Common events for tiles)



    You get an intuitive editor which allows you to edit these Common Tiles in-game (you do need to reopen RPG Maker XP afterward, though). You can even edit the tile selector's color and width with constants in the script.



    Installation
    First, install my scripting utilities which can be found here.

    Next, download this script and put it in a new section above Main:
    CommonTiles


    Usage
    If you click F9 or open the pause menu and navigate to Debug, you will find Edit Common Tiles under Information Editors. If you click that, it'll start the Tileset Editor.

    Alternatively, you can just call the method by doing pbTilesetEditor or:
    Code:
    pbFadeOutIn(99999) { pbTilesetEditor }




    Side-note
    This thread may function as a whole tileset editor in the future (if/when I add more features). For now, it's dedicated to "Common Tiles".
     
    Back
    Top