#This is the configuration file for TableNinjaFT. #Lines that begin with # are comments and thus ignored. #Changes to the comments will be overwritten when the application's configuration is saved. #Editing this directly is not the easiest way to change your configuration, #but it remains a good way to share it with others. HK_AA_CHECK_FOLD = NumPad0 LEFT_BUTTON_HOTKEY = NumPad4 MIDDLE_BUTTON_HOTKEY = NumPad5 RIGHT_BUTTON_HOTKEY = NumPad6 CYCLE_TABLES_FORWARD_HOTKEY = NumPad8 # The percentage of the pot to be automatically entered pre-flop. DEFAULT_PREFLOP_PERCENT_POT = 75 # Percentages of the pot to be automatically entered as the bet amounts for each street. # Values cannot be negative. A value of 0 defaults to the min raise. DEFAULT_BET_FLOP = 67 DEFAULT_BET_TURN = 62 DEFAULT_BET_RIVER = 57 POT_BET_1_PREFLOP_PERCENT = 81 POT_BET_1_FLOP_PERCENT = 60 POT_BET_1_TURN_PERCENT = 60 POT_BET_1_RIVER_PERCENT = 60 POT_BET_2_PREFLOP_PERCENT = 70 POT_BET_2_FLOP_PERCENT = 70 POT_BET_2_TURN_PERCENT = 70 POT_BET_2_RIVER_PERCENT = 70 POT_BET_3_PREFLOP_PERCENT = 80 POT_BET_3_FLOP_PERCENT = 80 POT_BET_3_TURN_PERCENT = 80 POT_BET_3_RIVER_PERCENT = 80 POT_BET_4_PREFLOP_PERCENT = 100 POT_BET_4_FLOP_PERCENT = 100 POT_BET_4_TURN_PERCENT = 100 POT_BET_4_RIVER_PERCENT = 100 POT_PERCENT_AUTO_CLICK_BET = False # If 'True' all pot percentage bets will be rounded to # ROUND_POT_BETS_NUM_BLINDS x ROUND_POT_BETS_BLIND_TYPE ROUND_POT_BETS = True ROUND_POT_BETS_NUM_BLINDS = 1 # Valid choices are: ROUND_TO_SMALL_BLIND ROUND_TO_BIG_BLIND ROUND_POT_BETS_BLIND_TYPE = ROUND_TO_SMALL_BLIND # Hotkeys to bet an amount independent of the pot. # If [BET_HOTKEY]_AUTO_CLICK_BET is 'True' then the bet button is automatically clicked after the amount is filled in. ALL_IN_HOTKEY = Add ALL_IN_AUTO_CLICK_BET = True BB_BET_1_NUM_BB = 2.5 BB_BET_2_NUM_BB = 0 BB_BET_3_NUM_BB = 0 BB_BET_4_NUM_BB = 0 BB_BET_AUTO_CLICK_BET = True # The method by which the target table for hotkeys is chosen. # See the commentary in the application for details. # Valid choices are: TABLE_IN_FOREGROUND TABLE_UNDER_MOUSE MANUAL_TABLE_CONTROL HOTKEY_TARGET_METHOD = TABLE_IN_FOREGROUND # The frame colors (by RGB hex or html name). # FRAME_COLOR_TARGET: The color of the frame around the current target table window. # FRAME_COLOR_NEEDS_ATTENTION: The color of the frame around any table that needs player action. # FRAME_COLOR_FIRST_IN_LINE: The color of the frame around the table that has needed action for the longest. # FRAME_COLOR_DEFAULT_BET_SET: The color of the frame placed around the bet box when the default bet has been set. # FRAME_COLOR_TRANSPARENT: This color will be displayed as transparent. Anything set to this color will not be shown. FRAME_COLOR_TARGET = #FF0000 FRAME_COLOR_NEEDS_ATTENTION = #008000 FRAME_COLOR_FIRST_IN_LINE = #000000 FRAME_DEFAULT_BET_SET = #000000 FRAME_COLOR_TRANSPARENT = #000000 # If 'true' no frames should be drawn, ever. DISABLE_FRAMES = False # If 'True' the mouse pointer will automatically be placed near the action buttons # on any table newly targeted by cycling. JUMP_MOUSE_TO_CYCLED_TABLE = True # If 'True' the mouse pointer will automatically be placed near the action buttons # on any table newly targeted by Table In Foreground. JUMP_MOUSE_TO_FOREGROUND_TABLE = False # If 'true', TableNinjaFT will automatically click the money button on tournament registration popups. # The second option chooses whether or not to register for an identical tournament if that one is full. AUTO_HANDLE_TOURNEY_REG_POPUP = True REGISTER_FOR_IDENTICAL_IF_FULL = False AUTO_CLOSE_TOURNEY_REG_RESULT = True # If 'True', when a tournament window opens, its lobby will be closed. CLOSE_TOURNEY_LOBBY_ON_OPEN = True # If 'true', TableNinjaFT will automatically click on any open seat when a new cash game table is opened. AUTO_CASH_GAME_SIT_DOWN = False # If 'true' TableNinjaFT will automatically check the 'AUTO-POST BLINDS' checkbox when you buy in at a new table. AUTO_POST_BLINDS = False # If 'true', TableNinjaFT will automatically click 'OK' on the 'Get Chips' popup after you are seated AUTO_HANDLE_CASH_BUYIN = False # The table layout that you play with. # See TableNinja.com/tnft/ for more information and screenshots of the table layouts for comparison. # Valid choices are: None Tiled NoOverlap Overlapping Cascaded Stacked TABLE_LAYOUT = Overlapping # The table view that you have selected in Full Tilt Poker. # Valid choices are: None Classic RaceTrack FT_TABLE_VIEW = Classic # If 'True', tables needing action will steal focus from other applications. STEAL_FOCUS = True # If 'True', TableNinjaFT will not enter a default bet when it becomes your turn. DISABLE_DEFAULT_BETS = False # If 'True', your current configuration will not be saved when you close TableNinjaFT. DONT_AUTO_SAVE_CONFIG = False # If 'True', TableNinjaFT will not show in the taskbar when minimized. # It can be restored by double-clicking the system tray icon, or by the icon's right-click menu MINIMIZE_TO_SYSTEM_TRAY = True # If 'True', TableNinjaFT will minimize on startup. MINIMIZE_ON_STARTUP = True # If 'True', TableNinjaFT will stay on top of other windows when not minimized. # This can be essential to changing settings during a multi-table session. ALWAYS_ON_TOP = False # If 'True', the time bank button will be clicked once every 4 seconds. AUTO_CLICK_TIME_BANK = True # If 'True', the lobby will be brought to the foreground when a new table is detected. # Currently the hand history replay windows trigger this detection. POPUP_LOBBY_ON_NEW_TABLE = False # If 'True' TableNinjaFT will click action buttons twice when they do not respond to the first click. DOUBLE_CLICK_ACTION_BUTTONS_WHEN_NEEDED = True # The target language for TableNinjaFT's google-translated online and in-application documentation. # Valid choices are: English Dansk Deutsch Español Français Italiano Latviešu Lietuvių Nederlands Norsk Polski Português Română Slovenščina Svenska Suomi Русский Українська Български HELP_LANGUAGE = English