home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / szachy / gnu / amyboard-3.2.pl2 / lib / amyboard.prefs next >
Text File  |  1995-06-05  |  2KB  |  78 lines

  1. ;
  2. ;   AmyBoard preferences
  3. ;
  4. ;   Note the following:
  5. ;       - Lines beginning with a ; are comments
  6. ;       - Variables defining numbers may be followed by comments
  7. ;         after the number; this is *not* the case for variables
  8. ;         defining strings (obvious reason)
  9. ;       - All these variables may be overwritten in the same manner
  10. ;         by either CLI arguments or Icon tooltypes
  11. ;
  12.  
  13.  
  14. ;
  15. ;   Color settings, -1 indicates default
  16. ;
  17. ;   Better use the MUI prefs to select colors; change the
  18. ;   settings below only, if you don't have a registered MUI
  19. ;   version
  20. whitePiecePen=-1    ; use default (MUI's SHINEPEN)
  21. blackPiecePen=-1    ; use default (MUI's SHADOWPEN)
  22. lightSquarePen=-1   ; use default (MUI's HALFSHINEPEN)
  23. darkSquarePen=-1    ; use default (MUI's HALFSHADOWPEN)
  24.  
  25.  
  26. ;
  27. ;   GNU Chess settings
  28. ;
  29. noChessProgram=FALSE
  30. ;   Memory settings:
  31. ;       -C 1001 -T 4001     about 1 MByte
  32. ;       -C 3001 -T 20001    about 2 MByte
  33. ;       -C 4001 -T 30001    about 2.5 MByte
  34. ;       -C 6001 -T 40001    about 3 MByte
  35. firstChessProgram=":Pearls/game/GNU Chess/gnuchessx" -C 1001 -T 4001
  36. secondChessProgram=":Pearls/game/GNU Chess/gnuchessx" -C 1001 -T 4001
  37.  
  38. ; Number of moves until flag falls
  39. movesPerSession=60
  40. ; Number of minutes[:seconds] until flag falls
  41. timeControl=10
  42. showThinking=TRUE
  43.  
  44. ; child process settings, used both for GNU Chess and telnetProgram
  45. childPriority=0
  46. childStack=100000
  47.  
  48.  
  49. ;
  50. ;   ICS settings
  51. ics=FALSE
  52. icsHost=chess.lm.com
  53. ;icsHost=ics.onenet.net
  54. ;icsHost=anemone.daimi.aau.dk
  55. ;icsHost=dds.hacktic.nl
  56. ;icsHost=lux.latrobe.edu.au
  57. icsPort=5000
  58. icsLogon=PROGDIR:lib/.icsrc
  59. telnetProgram=AmiTCP:bin/telnet
  60. alwaysQueen=FALSE
  61. ;
  62. ;   Defining icsWindow in the prefs will make AmyBoard to open the window,
  63. ;   even when running from the shell, which is probably not what you
  64. ;   want, especially because the program doesn't detach. (Which can,
  65. ;   however, be forced with "run <nil: >nil:".) Thus you better define
  66. ;   icsWindow in the icon tooltypes.
  67. ;
  68. ;icsWindow=CON://640/256/ICS %s
  69.  
  70. ;
  71. ;   Miscellaneous settings
  72. autoSaveGames=FALSE
  73. boardSize=big
  74. ;boardSize=medium
  75. ;boardSize=small
  76. ringBellAfterMoves=TRUE
  77. showCoords=FALSE
  78.