# sample configuration for FTP server division A a.t division B b.t division C c.t # classes a 2 config max_rounds = 18 config event_name = 'GHANA SCRABBLE CHAMPIONSHIP' config event_date = 'December 2-3, 2022' config director_name = 'Khaleel Adedeji' config html_top = '
GHANA SCRABBLE CHAMPIONSHIP
Media Center, Accra, Ghana.
December 2-3, 2022
' # config sb_banner_url = "https://lh3.googleusercontent.com/W0nfarZIyI0e45x6TYducp-9fp5T38dYX9X0sduRsU-fWJOIhb68yHi6AerAKGdRoyeGGw=s170" # config sb_banner_height = 128 config bye_spread = 100 config pairing_system = 'manual' config prize_bands{'A'} = [1,2,3,4,5] prize rank 1 A 2,000 prize rank 2 A 1,500 prize rank 3 A 1,100 prize rank 4 A 700 prize rank 5 A 400 # FTP server information config ftp_host = 'www.mindgamesincorporated.com' config ftp_path = '' config ftp_no_overwrite = 1 config photo_database='ken' config realm = 'wespa' config assign_firsts = 1 config track_firsts = 1 config avoid_sr_runs = 1 config gibson = 1 config gibson_spread = [400] config check_by_winner = 1 config standings_hotlink = 1 config player_photos = 1 config no_text_files = 1 config show_inactive = 1 config division_label{'A'}= 'Premier' config division_label{'B'}= 'Opens' config division_label{'C'}= 'Beginners' config board_stability = 0 #config session_breaks = [10,21] config addscore_prompt = 'games' config roster_order = 'seed' config no_initial_rr = 0 config currency_symbol = 'GHC' # Scoreboard configuration # The following line makes sure that the scoreboard is initialised. # If you have multiple divisions, use one such line per division. begin esb A begin esb B begin esb C # The 'json' command updates the tourney.js data file for the scoreboard. # Sometimes, you will need to run it by hand, such as when you make manual # changes to pairings, or correct a misentered score. # We can make it run automatically under some circumstances. # This line makes sure that it is run whenever the addscore command saves data. config hook_addscore_flush = 'json' # And this one runs it whenever automatic pairings are generated. # It also computes end-of-round statistics. config hook_autopair = 'json;stats' #Â This says to use player photos. You will probably also want to specify # a configuration realm that tells TSH which photo database to use. config hook_division_complete{'A'} = 'st a;rat a;stats;esb a; sb a;sdsc a;wc a;rwc a;crs $r a' config hook_division_complete{'B'} = 'st b;rat b;stats;esb b; sb b;sdsc b;wc b;rwc b;crs $r b' config hook_division_complete{'C'} = 'st c;rat c;stats;esb c; sb c;sdsc c;wc c;rwc c;crs $r c'