home *** CD-ROM | disk | FTP | other *** search
- ;
- ; PC-Gammon Response/Message Definitions
- ;
- ; There are 15 different message categories. You must provide
- ; five messages for each category (even if they are the same
- ; message). If you do not define all 5 messages then the progam
- ; will use the default messages for any undefined messages.
- ;
- ; A comment line is any line that starts with a ";" and is ignored
- ; by the program
- ;
- ; Messages must be defined as:
- ;
- ; n1,n2,msg
- ;
- ; where: n1 = Message Category
- ; n2 = Message Number
- ; msg= Desired Message
- ;
- ; Player Already Rolled
- ;
- 1|1|You already rolled...
- 1|2|You already rolled...
- 1|3|You already rolled...
- 1|4|You already rolled...
- 1|5|You already rolled...
- ;
- ; Player Can't Move Messages
- ;
- 2|1|You can't move...
- 2|2|You can't move...
- 2|3|You can't move...
- 2|4|You can't move...
- 2|5|You can't move...
- ;
- ; Illegal Move Messages
- ;
- 3|1|That move is illegal
- 3|2|That move is illegal
- 3|3|That move is illegal
- 3|4|That move is illegal
- 3|5|That move is illegal
- ;
- ; Computer Wins Messagess
- ;
- 4|1|PC-Gammon wins
- 4|2|PC-Gammon wins
- 4|3|PC-Gammon wins
- 4|4|PC-Gammon wins
- 4|5|PC-Gammon wins
- ;
- ; Computer Gets A Gammon Messages
- ;
- 5|1|PC-Gammon wins a gammon
- 5|2|PC-Gammon wins a gammon
- 5|3|PC-Gammon wins a gammon
- 5|4|PC-Gammon wins a gammon
- 5|5|PC-Gammon wins a gammon
- ;
- ; Computer Gets A Backgammon Messages
- ;
- 6|1|PC-Gammon wins a backgammon
- 6|2|PC-Gammon wins a backgammon
- 6|3|PC-Gammon wins a backgammon
- 6|4|PC-Gammon wins a backgammon
- 6|5|PC-Gammon wins a backgammon
- ;
- ; Player wins Messages
- ;
- 7|1|You win
- 7|2|You win
- 7|3|You win
- 7|4|You win
- 7|5|You win
- ;
- ; Player Gets Gammon Messages
- ;
- 8|1|You win a gammon
- 8|2|You win a gammon
- 8|3|You win a gammon
- 8|4|You win a gammon
- 8|5|You win a gammon
- ;
- ; Player Gets Backgammon Messages
- ;
- 9|1|You win a backgammon
- 9|2|You win a backgammon
- 9|3|You win a backgammon
- 9|4|You win a backgammon
- 9|5|You win a backgammon
- ;
- ; Trying to move| Dice not rolled messages
- ;
- 10|1|You must roll the dice before moving
- 10|2|You must roll the dice before moving
- 10|3|You must roll the dice before moving
- 10|4|You must roll the dice before moving
- 10|5|You must roll the dice before moving
- ;
- ; Player trying to make other move when on the bar...
- ;
- 11|1|You must move off the bar first
- 11|2|You must move off the bar first
- 11|3|You must move off the bar first
- 11|4|You must move off the bar first
- 11|5|You must move off the bar first
- ;
- ; Player attempts to move a black man
- ;
- 12|1|That is not your man.
- 12|2|That is not your man.
- 12|3|That is not your man.
- 12|4|That is not your man.
- 12|5|That is not your man.
- ;
- ; Player attempts an illegal move
- ;
- 13|1|That is an illegal move
- 13|2|That is an illegal move
- 13|3|That is an illegal move
- 13|4|That is an illegal move
- 13|5|That is an illegal move
- ;
- ; Computer unable to move
- ;
- 14|1|I can't move
- 14|2|I can't move
- 14|3|I can't move
- 14|4|I can't move
- 14|5|I can't move
- ;
- ; Player attempts an illegal move (set 2)
- ;
- 15|1|That is an illegal move
- 15|2|That is an illegal move
- 15|3|That is an illegal move
- 15|4|That is an illegal move
- 15|5|That is an illegal move
- ;
- ;
- ; End PC-Gammon Messages
- ;