• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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)

  • 971
    Posts
    8
    Years
    • Age 22
    • 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