I can see two situations where it is not uncommon to do a setup. In recordings of live games using electronic boards it will happen in say about 5% of the games that a setup is needed after the move recognition fails. And in game analyses that are published in newspapers it frequently happens that side steps are made like this:Ed Gilbert wrote:I would not expect a draughts program to read a pdn file and then seamlessly show me a full game containing an illegal move! For those unusual situations I think embedding all moves following the illegal move in a comment is sufficient to document what happened and allow someone to sort it out afterwards while reading the comment.Concerning illegal moves I don't know what the best option is. If illegal moves or setups are handled inside comments, this would suggest that older programs are able to deal with the PDN. But this not the case, since ignoring the setup may result in impossible moves right after it. So we might consider to introduce a special token for doing a setup that can appear anywhere in the game. What do others think of this?
-- Ed
Code: Select all
27-22 { In the game X-Y with 2 on 7 and 50 on 49 X won with the combination } 25-20 15x24 30x8.
Code: Select all
27-22 { In the game X-Y with 2 on 7 and 50 on 49 X won with the combination } {[%setup FEN "..."]} 25-20 15x24 30x8.
Code: Select all
27-22 { In the game X-Y with 2 on 7 and 50 on 49 X won with the combination } %FEN "..."% 25-20 15x24 30x8.