|
The line containing the game name is followed by a variable number of
lines each of which contains:
- Rank name
- This is the name of the hand ranking and may be any term
you choose. It need not be a standard poker
hand rank name.
This name appears in the title column of the
payoff card
as well as being the name appended to winning hand lines in the
CFSPoker.LOG
file if the
Log hands to CFSPoker.LOG
option is enabled.
- Rank payoff code
- This two or three character code defines the
hand value that is used by CFSPoker's internal hand evaluation routine. It
must be carefully constructed from the rules set forth below.
An improperly specified hand payoff code results in erroneous hand
evaluations within the game.
- Single coin payoff
- The number of units paid for a single coin
wager for hands that evaluate to the rank payoff code.
- Five coin payoff (optional)
- The number of units paid for a five
coin wager for hands that evaluate to the rank payoff code. This is only
required when the five coin payoff value differs from five times the single
coin payoff value.
Rank payoff code
The rank payoff code must be an uppercase value from the following table:
- Note 1:
- The first character of the rank name of a high pair payoff line
must be the same character as the face name of the rank of the
card.
The face name characters are: 2 3 4 5 6 7 8 9 T J Q K A (T is used to
represent 10)
Examples:
Tens or Better; 1P
Queens or Better; 1P
- Note 2:
- The position occupied by the * in the table must be one of the
following:
- One of: 2 3 4 5 6 7 8 9 T J Q K A indicating a replication of the card
value. (T is used to represent 10)
- N - natural, no wild cards. (4N is the only valid usage)
- X - any 4 or 5 of a Kind that is not otherwise explicitly specified.
|