division A a.t # classes a 3 config max_rounds = 10 config event_name = 'LSC Hybrid Scrabble Retreat June 2022' config event_date = '25 June, 2022' config director_name = 'Lukeman Owolabi' config html_top = '
' # config sb_banner_url = "https://www.logodesignlove.com/images/evolution/shell-logo-design.gif" # 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 8,000 prize rank 2 A 6,000 prize rank 3 A 5,000 prize rank 4 A 3,000 prize rank 5 A 2,000 # FTP server information config ftp_host = 'tourneys.mindgamesincorporated.com' Config ftp_username = 'tsh@mindgamesincorporated.com' config ftp_path = '/' config ftp_no_overwrite = 1 config realm = 'nga' config assign_firsts = 1 config track_firsts = 1 config gibson = 'strict' config check_by_winner = 1 config player_photos = 1 config avoid_sr_runs = 1 config board_stability = 0 config no_initial_rr = 0 config show_inactive = 1 config html_index_recent_first = 1 config photo_database = 'nga' config standings_hotlink = 1 config no_text_files = 1 config board_stability = 0 config bye_spread = 100 config gibson_spread = [400] config currency_symbol = 'NGN' config interleave_rr = 1 config hook_division_complete{'A'} = 'st a;rat a;stats;esb a; sb a;sdsc a;wc a;rwc a;crs $r a' # 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 # 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.