home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
game
/
AmyBoard
/
lib
/
AmyBoard.prefs
next >
Wrap
Text File
|
1995-06-05
|
2KB
|
78 lines
;
; AmyBoard preferences
;
; Note the following:
; - Lines beginning with a ; are comments
; - Variables defining numbers may be followed by comments
; after the number; this is *not* the case for variables
; defining strings (obvious reason)
; - All these variables may be overwritten in the same manner
; by either CLI arguments or Icon tooltypes
;
;
; Color settings, -1 indicates default
;
; Better use the MUI prefs to select colors; change the
; settings below only, if you don't have a registered MUI
; version
whitePiecePen=-1 ; use default (MUI's SHINEPEN)
blackPiecePen=-1 ; use default (MUI's SHADOWPEN)
lightSquarePen=-1 ; use default (MUI's HALFSHINEPEN)
darkSquarePen=-1 ; use default (MUI's HALFSHADOWPEN)
;
; GNU Chess settings
;
noChessProgram=FALSE
; Memory settings:
; -C 1001 -T 4001 about 1 MByte
; -C 3001 -T 20001 about 2 MByte
; -C 4001 -T 30001 about 2.5 MByte
; -C 6001 -T 40001 about 3 MByte
firstChessProgram=":Pearls/game/GNU Chess/gnuchessx" -C 1001 -T 4001
secondChessProgram=":Pearls/game/GNU Chess/gnuchessx" -C 1001 -T 4001
; Number of moves until flag falls
movesPerSession=60
; Number of minutes[:seconds] until flag falls
timeControl=10
showThinking=TRUE
; child process settings, used both for GNU Chess and telnetProgram
childPriority=0
childStack=100000
;
; ICS settings
ics=FALSE
icsHost=chess.lm.com
;icsHost=ics.onenet.net
;icsHost=anemone.daimi.aau.dk
;icsHost=dds.hacktic.nl
;icsHost=lux.latrobe.edu.au
icsPort=5000
icsLogon=PROGDIR:lib/.icsrc
telnetProgram=AmiTCP:bin/telnet
alwaysQueen=FALSE
;
; Defining icsWindow in the prefs will make AmyBoard to open the window,
; even when running from the shell, which is probably not what you
; want, especially because the program doesn't detach. (Which can,
; however, be forced with "run <nil: >nil:".) Thus you better define
; icsWindow in the icon tooltypes.
;
;icsWindow=CON://640/256/ICS %s
;
; Miscellaneous settings
autoSaveGames=FALSE
boardSize=big
;boardSize=medium
;boardSize=small
ringBellAfterMoves=TRUE
showCoords=FALSE