home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Milos Chinese Chess / data1.cab / Program_Executable_Files / mcchess.cfg < prev    next >
Encoding:
Text File  |  2002-12-31  |  1.0 KB  |  56 lines

  1. ;--------------------------------------
  2. ; Configuration file for Mcchess
  3.  
  4. ;--------------------------------------
  5. ; Game settings
  6.  
  7. ; player 0 = human, 1 = computer
  8. redPlayer = 0
  9. bluePlayer = 1
  10.  
  11. ; max depth for searching
  12. MaxDepth = 4
  13.  
  14. ; computer use book move
  15. BookMove = yes
  16.  
  17. ;--------------------------------------
  18. ; Camera settings
  19.  
  20. ; CameraType 0 = red normal, 1 = blue normal
  21. ;            2 = red top, 3 = blue top
  22. CameraType = 0
  23.  
  24. ;--------------------------------------
  25. ; Display settings
  26. ;
  27. ; for lowest graphics detail:
  28. ;    BoardTexture = no
  29. ;    MirrorEffect = no
  30. ;    LinearMapping = no
  31. ;    SlidePiece   = no
  32. ;    GameInfo = no
  33. ;
  34.  
  35. ; 640x480 full screen
  36. FullScreen = yes
  37.  
  38. ; map texture to the board
  39. BoardTexture = yes
  40.  
  41. ; mirror effect in the board
  42. MirrorEffect = yes
  43.  
  44. ; piece slide animation
  45. SlidePiece = yes
  46.  
  47. ; game info panel
  48. GameInfo = yes
  49.  
  50. ; linear mapping
  51. LinearMapping = yes
  52.  
  53. ; texture border 
  54. ; (when linear mapping is yes, some implementation of openGL requires border)
  55. TextureBorder = yes
  56.