Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Smogon Tour 28 Sheet Instructions
  2.  
  3. Tools:
  4.  
  5. The Sheet.
  6. Notepad++ or any other program that allows regular expressions.
  7. https://www.dcode.fr/duplicates-detector.
  8.  
  9. How the sheet works:
  10.  
  11. 1. In the Points Pyramids fill in the size of the tour (96, 128, 196 or 256).
  12. 2. Fill in the players in the rows with the amount of points they got in the tour separated by a comma e.g. tjdaas, Djokra, Havens, Ampha
  13. 3. Add all the players that participated in the tour in the standings page.
  14. 4. Remove all duplicates (highlighted in purple), so if you see tjdaas twice, remove one of them.
  15. 5. Sort the column in the standing page of the tour you just added and check if all the players that joined the tour got their points. If not, then you need to check in which cell something went wrong/ask me. If everyone got their points correctly, you are done.
  16.  
  17. Step 2 substeps:
  18.  
  19. 2.1 Use notepad++ to go from a list to the correct format. You can obtain a list by copying a rounds its pairings into notepad++ and replace " vs " by "\r\n" (dont copy the "), when you allow regular expressions.
  20.  
  21. 2.2 To obtain the round 1 losers, use a program that excludes duplicates and let it remove all the duplicates (use the EXCLUDE DUPLICATES function) of the two lists containing the round 1 and round 2 players (see step 2.1). The players that have just 1 instances are the players that lost in round 1.
  22.  
  23. 2.3 To get the list in to the correct format replace "\r\n" by ", ".
  24.  
  25. 2.4 repeat for the next round until you reach the winner.
  26.  
  27. Step 3 substeps:
  28.  
  29. 3.1 Just copy the round 1 pairings and replace " vs " by "\r\n" and paste the list in the standings tab.
  30.  
  31. Step 4 substeps:
  32.  
  33. 4.1 The easiest way to do it is to copy all the players that are already in the standing page and the player of the tour you just added into one list and use a duplicate checker (use the REMOVE DUPLICATES function) to remove the duplicates.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement