# sample configuration for FTP server division A a.t # classes a 2 config max_rounds = 10 config event_name = 'LSC JULY 2024 HYBRID LADDER RETREAT' config event_date = 'July 20, 2022' config director_name = 'Khaleel Adedeji' config html_top = '
LSC JULY 2024 HYBRID LADDER RETREAT
Virtual/B2B Restaurant, Katimu, Ikotun, V.I, Lagos
July 20, 2024
' # 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] prize rank 1 A 9,000 prize rank 2 A 7,000 prize rank 3 A 5,000 prize rank 4 A 3,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 gibson = 1 config gibson_spread = [400] config check_by_winner = 1 config squads = 1 config team_rank_count_cap = 5 config show_teams = 1 config scoreboard_teams = 1 config standings_hotlink = 1 config player_photos = 1 config no_text_files = 1 config show_inactive = 1 config division_label{'A'}= 'Premier' config board_stability = 0 # config session_breaks = [5,10] 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'