# sample configuration for FTP server division A a.t division B b.t division C c.t division D d.t division E e.t division F f.t division G g.t division H h.t # classes a 2 config max_rounds = 18 config event_name = 'EMMANUEL EGBELE ANNUAL SCRABBLE TOURNAMENT' config event_date = 'July 5 - July 6, 2025' config director_name = 'Khaleel Adedeji' config html_top = '
EMMANUEL EGBELE ANNUAL SCRABBLE TOURNAMENT - Quinta Essentia Edition
EKO HOTEL & SUITES, Victoria Island, Lagos state.
July 5 - July 6, 2025
' # 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,6,7,8,9,10] prize rank 1 A 700,000 prize rank 2 A 450,000 prize rank 3 A 250,000 prize rank 4 A 150,000 prize rank 5 A 120,000 prize rank 6 A 100,000 prize rank 7 A 80,000 prize rank 8 A 60,000 prize rank 9 A 40,000 prize rank 10 A 30,000 config prize_bands{'B'} = [1,2,3,4,5,6,7,8,9,10] prize rank 1 B 350,000 prize rank 2 B 200,000 prize rank 3 B 130,000 prize rank 4 B 100,000 prize rank 5 B 70,000 prize rank 6 B 60,000 prize rank 7 B 50,000 prize rank 8 B 40,000 prize rank 9 B 35,000 prize rank 10 B 30,000 # FTP server information config ftp_host = 'www.mindgamesincorporated.com' config ftp_path = '' config ftp_no_overwrite = 1 config photo_database = 'nga' config realm = 'nga' config assign_firsts = 1 config track_firsts = 1 config avoid_sr_runs = 1 config pname_from_sbname = 1 config player_nicknames = "titles.txt" 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'}= 'ELITES' config division_label{'B'}= 'CHALLENGERS' config division_label{'C'}= 'ELITES S/F' config division_label{'D'}= 'CHALLENGERS S/F' config division_label{'E'}= 'ELITES FINAL' config division_label{'F'}= 'ELITES 3RD PLACE' #config division_label{'G'}= 'CHALLENGERS FINAL' config division_label{'H'}= 'CHALLENGERS 3RD PLACE' config board_stability = 0 # config session_breaks = [9,13] config addscore_prompt = 'games' config roster_order = 'seed' config no_initial_rr = 0 config currency_symbol = 'NGN' # config rating_system = 'nga' # config tournament_id = 'nga' # 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. 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' config hook_division_complete{'D'} = 'st d;rat d;stats;esb d; sb d;sdsc d;wc d;rwc d;crs $r d' config hook_division_complete{'E'} = 'st e;rat e;stats;esb e; sb e;sdsc e;wc e;rwc e;crs $r e' config hook_division_complete{'F'} = 'st f;rat f;stats;esb f; sb f;sdsc f;wc f;rwc f;crs $r f' config hook_division_complete{'G'} = 'st g;rat g;stats;esb g; sb g;sdsc g;wc g;rwc g;crs $r g' config hook_division_complete{'H'} = 'st h;rat h;stats;esb h; sb h;sdsc h;wc h;rwc h;crs $r h'