PGN Specification and Implementation Guide (Supplement)

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

Ferdy
Posts: 4856
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

PGN Specification and Implementation Guide (Supplement)

Post by Ferdy »

Ref.:
http://www.enpassant.dk/chess/palview/enhancedpgn.htm

1. Embedded command inside the comment with one operand.

Code: Select all

1. Nf3 {[%eval <score>]}
score is white POV (point of view) and in centipawn as practiced by chessbase and chessok.


2. Embedded command inside the comment with two operands separated by comma.

Code: Select all

1. Nf3 {[%eval <score>,<depth>]}
Example.

Code: Select all

25. g4 {[%eval 14,24]}
score: 14 centipawn (positive white is better)
depth: 24

3. Multiple commands
Section 3.2.6 of the above ref.

Code: Select all

{[%clk 0:00:07][%eval -6.05] White is toast}
4. emt
Section 4.4 Elapsed Move Time : the emt command

Code: Select all

{[%emt 0:05:42]}
The elapsed time that a player used for the commented move.
Takes one parameter in the format h:mm:ss