Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.97 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.97 KB

Operation Tour Code

Introduction


This is a project for managing and distributing tour codes that specify dynamic (off-server) formats for Pokémon Showdown, such as those used for OM Mashups metagames.

GitHub has many advantages over more basic tools for tour code managment, like Pastebin:-

  • Each format has its tour code stored at a fixed and descriptive URL (e.g. https://raw.githubusercontent.com/TheNumberMan/OperationTourCode/master/mashups/official/gen8staaabmons.tour for [Gen 8] STAAABmons), not a throwaway URL with an arbitrary ID. These links can be trusted to contain official and generally up-to-date banlists.

  • Source control provides a commented history of changes to enable an understanding of specifically where, when and why alterations to codes were made, such as balance updates and fixing mistakes. If a new version of a tour code introduces errors, there is a safe record of previous versions to rollback to. If a tour code stops working properly due to changes in the Pokémon Showdown server program, there is better evidence about what version it worked with to help investigate what happened.

  • Operation Tour Code in particular structures the tour codes in standardized hierarchies with explanatory metadata that can be used by tools such as bots and web applications to easily access the data for purposes such as automated tour creation.