Contents - Index


TVP files

 

The TVP files are used to define table of VP. They are plain text files that conform Windows' INI file format (with only one section, [VP]). TVP file can be created and edited in any text editor, for example Windows' Notepad. Predefined TVP files are in VP subdirectory of the Teamy directory, typically in C:\Program Files\JFR\Teamy\VP:

 

 

 

Here is ITALIA06.TVP as an example:

 

; ITALIAN VP TABLE 6:0

[VP]

MAX=6 ; 6 VP for maximal win

DEUCE=3 ; 3 VP for deuce

NULL=10 ; minimum IMPs to win MAX VP

1=3 ; * 3 VP for wining with 1 IMP

2=3 ; * 3 VP for wining with 2 IMPs

3=4 ; 4 VP for wining with 3 IMPs

4=4 ; * 4 VP for wining with 4 IMPs

5=4 ; * 4 VP for wining with 5 IMPs

6=5 ; 5 VP for wining with 6 IMPs

7=5 ; * 5 VP for wining with 5 IMPs

8=5 ; *

9=5 ; * VP for wining with NULL-1 IMPs

 

Semicolon (;) indicates start of a comment, the rest of line is ignored. Lines with comment starting from * can be omitted. So

 

; ITALIAN VP TABLE 6:0

[VP]

MAX=6 ; 6 VP for maximal win

DEUCE=3 ; 3 VP for deuce

NULL=10 ; minimum IMPs to win MAX VP

3=4 ; 4 VP for wining with 3 IMPs

6=5 ; 5 VP for wining with 6 IMPs

 

will work as well.