home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 3 / cd.iso / games / backgamm / pcgammon.msg < prev    next >
Text File  |  1992-10-09  |  3KB  |  143 lines

  1. ;
  2. ;              PC-Gammon Response/Message Definitions
  3. ;
  4. ;    There are 15 different message categories. You must provide
  5. ;    five messages for each category (even if they are the same
  6. ;    message). If you do not define all 5 messages then the progam
  7. ;    will use the default messages for any undefined messages.
  8. ;
  9. ;    A comment line is any line that starts with a ";" and is ignored
  10. ;    by the program
  11. ;    
  12. ;    Messages must be defined as:
  13. ;
  14. ;         n1,n2,msg
  15. ;
  16. ;         where:    n1 = Message Category
  17. ;                   n2 = Message Number
  18. ;                   msg= Desired Message
  19. ;
  20. ; Player Already Rolled
  21. ;
  22. 1|1|You already rolled...
  23. 1|2|You already rolled...
  24. 1|3|You already rolled...
  25. 1|4|You already rolled...
  26. 1|5|You already rolled...
  27. ;
  28. ; Player Can't Move Messages
  29. ;
  30. 2|1|You can't move...
  31. 2|2|You can't move...
  32. 2|3|You can't move...
  33. 2|4|You can't move...
  34. 2|5|You can't move...
  35. ;
  36. ; Illegal Move Messages
  37. ;                                                                       
  38. 3|1|That move is illegal
  39. 3|2|That move is illegal
  40. 3|3|That move is illegal
  41. 3|4|That move is illegal
  42. 3|5|That move is illegal
  43. ;
  44. ; Computer Wins Messagess
  45. ;
  46. 4|1|PC-Gammon wins
  47. 4|2|PC-Gammon wins
  48. 4|3|PC-Gammon wins
  49. 4|4|PC-Gammon wins
  50. 4|5|PC-Gammon wins
  51. ;
  52. ; Computer Gets A Gammon Messages
  53. ;
  54. 5|1|PC-Gammon wins a gammon
  55. 5|2|PC-Gammon wins a gammon
  56. 5|3|PC-Gammon wins a gammon
  57. 5|4|PC-Gammon wins a gammon
  58. 5|5|PC-Gammon wins a gammon
  59. ;
  60. ; Computer Gets A Backgammon Messages
  61. ;
  62. 6|1|PC-Gammon wins a backgammon
  63. 6|2|PC-Gammon wins a backgammon
  64. 6|3|PC-Gammon wins a backgammon
  65. 6|4|PC-Gammon wins a backgammon
  66. 6|5|PC-Gammon wins a backgammon
  67. ;
  68. ; Player wins Messages
  69. ;
  70. 7|1|You win
  71. 7|2|You win
  72. 7|3|You win
  73. 7|4|You win
  74. 7|5|You win
  75. ;
  76. ; Player Gets Gammon Messages
  77. ;
  78. 8|1|You win a gammon
  79. 8|2|You win a gammon
  80. 8|3|You win a gammon
  81. 8|4|You win a gammon
  82. 8|5|You win a gammon
  83. ;
  84. ; Player Gets Backgammon Messages
  85. ;
  86. 9|1|You win a backgammon
  87. 9|2|You win a backgammon
  88. 9|3|You win a backgammon
  89. 9|4|You win a backgammon
  90. 9|5|You win a backgammon
  91. ;
  92. ; Trying to move| Dice not rolled messages
  93. ;
  94. 10|1|You must roll the dice before moving
  95. 10|2|You must roll the dice before moving
  96. 10|3|You must roll the dice before moving
  97. 10|4|You must roll the dice before moving
  98. 10|5|You must roll the dice before moving
  99. ;
  100. ; Player trying to make other move when on the bar...
  101. ;
  102. 11|1|You must move off the bar first
  103. 11|2|You must move off the bar first
  104. 11|3|You must move off the bar first
  105. 11|4|You must move off the bar first
  106. 11|5|You must move off the bar first
  107. ;
  108. ; Player attempts to move a black man
  109. ;
  110. 12|1|That is not your man. 
  111. 12|2|That is not your man. 
  112. 12|3|That is not your man. 
  113. 12|4|That is not your man. 
  114. 12|5|That is not your man. 
  115. ;
  116. ; Player attempts an illegal move
  117. ;
  118. 13|1|That is an illegal move
  119. 13|2|That is an illegal move
  120. 13|3|That is an illegal move
  121. 13|4|That is an illegal move
  122. 13|5|That is an illegal move
  123. ;
  124. ; Computer unable to move
  125. ;
  126. 14|1|I can't move
  127. 14|2|I can't move
  128. 14|3|I can't move
  129. 14|4|I can't move
  130. 14|5|I can't move
  131. ;
  132. ; Player attempts an illegal move (set 2)
  133. ;
  134. 15|1|That is an illegal move
  135. 15|2|That is an illegal move
  136. 15|3|That is an illegal move
  137. 15|4|That is an illegal move
  138. 15|5|That is an illegal move
  139. ;
  140. ;
  141. ; End PC-Gammon Messages
  142. ;
  143.