diff options
Diffstat (limited to 'dotfiles/system/.config')
| -rw-r--r-- | dotfiles/system/.config/pychess/config | 14 | ||||
| -rw-r--r-- | dotfiles/system/.config/pychess/engines.json | 153 | 
2 files changed, 161 insertions, 6 deletions
diff --git a/dotfiles/system/.config/pychess/config b/dotfiles/system/.config/pychess/config index 60406af..694298a 100644 --- a/dotfiles/system/.config/pychess/config +++ b/dotfiles/system/.config/pychess/config @@ -26,7 +26,7 @@ sounduri10 = file:/usr/share/pychess/sounds/invalid.ogg  sounduri11 = file:/usr/share/pychess/sounds/success.ogg  sounduri12 = file:/usr/share/pychess/sounds/choice.ogg  ics_combo = 0 -autologin = True +autologin = False  categorycombo = 0  max_log_files = 10  hint_mode = False @@ -82,15 +82,15 @@ tipofthedaywindow_width = 693  tipofthedaywindow_height = 373  tipofthedaywindow_x = 778  tipofthedaywindow_y = 562 -externalsdialogwindow_width = 918 -externalsdialogwindow_height = 240 -externalsdialogwindow_x = 666 -externalsdialogwindow_y = 629 +externalsdialogwindow_width = 1193 +externalsdialogwindow_height = 371 +externalsdialogwindow_x = 528 +externalsdialogwindow_y = 563  mainwindow_width = 2256  mainwindow_height = 1471  mainwindow_x = 0  mainwindow_y = 33 -download_scoutfish = False +download_scoutfish = True  opening_file_entry = /usr/share/pychess/pychess_book.bin  book_exact_match = True  egtb_path = /usr/share/pychess @@ -202,6 +202,8 @@ blitz_toggle1 = True  lightning_toggle1 = True  variant_toggle1 = True  computer_toggle1 = True +download_chess_db = True +download_timestamp = True  [FICS]  asguestcheck = True diff --git a/dotfiles/system/.config/pychess/engines.json b/dotfiles/system/.config/pychess/engines.json index 3381049..913a9be 100644 --- a/dotfiles/system/.config/pychess/engines.json +++ b/dotfiles/system/.config/pychess/engines.json @@ -55,6 +55,159 @@   },   {    "analyze": true, +  "command": "/usr/bin/critter", +  "comment": "", +  "country": "sk", +  "level": 20, +  "md5": "854b376c8e7b3405b5e4f7cef8420204", +  "name": "critter", +  "options": [ +   { +    "default": 64, +    "max": 8192, +    "min": 8, +    "name": "Hash", +    "type": "spin" +   }, +   { +    "default": false, +    "name": "Ponder", +    "type": "check" +   }, +   { +    "default": true, +    "name": "OwnBook", +    "type": "check" +   }, +   { +    "default": "book.cbk", +    "name": "Book File", +    "type": "text" +   }, +   { +    "default": false, +    "name": "UCI_Chess960", +    "type": "check" +   }, +   { +    "default": 1, +    "max": 100, +    "min": 1, +    "name": "MultiPV", +    "type": "spin" +   }, +   { +    "default": 20, +    "max": 32, +    "min": 1, +    "name": "Threads", +    "type": "spin" +   }, +   { +    "default": 5, +    "max": 15, +    "min": 4, +    "name": "Split Depth", +    "type": "spin" +   }, +   { +    "default": "/gtb", +    "name": "GaviotaTbPath", +    "type": "text" +   }, +   { +    "default": 32, +    "max": 256, +    "min": 4, +    "name": "GaviotaTbCache", +    "type": "spin" +   }, +   { +    "choices": [ +     "uncompressed", +     "cp1", +     "cp2", +     "cp3", +     "cp4" +    ], +    "default": "cp4", +    "name": "GaviotaTbCompression", +    "type": "combo" +   }, +   { +    "choices": [ +     "Disable", +     "Only At Root", +     "Everywhere" +    ], +    "default": "Only At Root", +    "name": "Tablebase Usage", +    "type": "combo" +   }, +   { +    "name": "Clear Hash", +    "type": "button" +   }, +   { +    "default": false, +    "name": "Use Session File", +    "type": "check" +   }, +   { +    "default": "session.csf", +    "name": "Session File", +    "type": "text" +   }, +   { +    "default": 32, +    "max": 1024, +    "min": 2, +    "name": "SF Size", +    "type": "spin" +   }, +   { +    "default": 8, +    "max": 32, +    "min": 2, +    "name": "SF Write Depth", +    "type": "spin" +   }, +   { +    "default": 0, +    "max": 32, +    "min": 0, +    "name": "SF Material Limit", +    "type": "spin" +   }, +   { +    "default": 0, +    "max": 999, +    "min": 0, +    "name": "SF Move Limit", +    "type": "spin" +   }, +   { +    "name": "Clear SF", +    "type": "button" +   }, +   { +    "default": false, +    "name": "Resolve Score Drops", +    "type": "check" +   }, +   { +    "default": 32, +    "max": 100, +    "min": 0, +    "name": "King Safety Weight", +    "type": "spin" +   } +  ], +  "protocol": "uci", +  "recheck": false + }, + { +  "analyze": true,    "command": "/usr/bin/fruit",    "comment": "",    "country": "fr",  | 
