Advertisement
luckytyphlosion

Auto-TT-Recorder {category} explanation.

Jul 21st, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. If the track has no category associated, returns nothing.
  2.  
  3. Otherwise, looks at all the categories the track can have (some combination of Normal, Glitch, Shortcut, and No-shortcut), and uses the list of all categories to look up a table which translates the category listed on CTGP to the category name generally agreed upon by the community.
  4.  
  5. Translation table below:
  6.  
  7. [Shortcut, Glitch, and No-shortcut (only possible on 150cc)]
  8. - Shortcut -> Shortcut
  9. - Glitch -> Glitch
  10. - No-shortcut -> No Glitch, No-SC
  11.  
  12. [Normal, Glitch, and No-shortcut (only possible on 200cc)]
  13. - Normal -> Shortcut
  14. - Glitch -> Glitch
  15. - No-shortcut -> No Glitch, No-SC
  16.  
  17. [Shortcut, and No-shortcut (only possible on 150cc)]
  18. - Shortcut -> Shortcut
  19. - No-shortcut -> No-shortcut
  20.  
  21. [Normal, and No-shortcut (only possible on 200cc)]
  22. - Normal -> Shortcut
  23. - No-shortcut -> No-shortcut
  24.  
  25. [Normal, and Glitch (Vanilla tracks)]
  26. - Normal -> No Glitch
  27. - Glitch -> Glitch
  28.  
  29. [Normal, and Glitch (Custom tracks)]
  30. - Normal -> <Nothing>
  31. - Glitch -> Glitch
  32.  
  33. [Normal only (this is possible if a glitch is set on the other cc but not this one)]
  34. - Normal -> <Nothing>
  35.  
  36. If for some reason the track categories are not in the above translation table, uses whatever name was listed on the Chadsoft website.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement