From 57bda214fcc8cd9d40fd3fd6f43c766ac9f88662 Mon Sep 17 00:00:00 2001 From: Snowmoondaphne <77484755+Snowmoondaphne@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:34:14 +0900 Subject: [PATCH] Update variants.ini I'm really sorry to tell you this,,, The positions of Black's Queen and Cardinal have been swapped in Pandemonium. Therefore, the definition has changed and it is necessary to modify it [pandemonium] variantTemplate = shogi pieceToCharTable = PNBRFSA.UV.++++++++.++Kpnbrfsa.uv.++++++++.++k maxFile = 9 maxRank = 9 pocketSize = 9 startFen = rnbsksbnr/2+f1+u1+a2/p1p1p1p1p/4v4/9/4V4/P1P1P1P1P/2+F1+U1+A2/RNBSKSBNR[] w - - 0 1 customPiece1 = o:NA customPiece2 = s:WF customPiece3 = u:D customPiece4 = w:DWF cast = false pieceDrops = true capturesToHand = true immobilityIllegal = true soldier = p knight = n bishop = b rook = r king = k queen = q commoner = g dragonHorse = h bers = d alfil = a archbishop = c chancellor = m fers = f wazir = v centaur = t promotionRank = 7 promotedPieceType = p:g n:o b:h r:d a:c v:m f:q s:w u:t doubleStep = false perpetualCheckIllegal = true nMoveRule = 0 nFoldValue = loss stalemateValue = loss Could you please modify the definition like this? Sorry again for the troublesome request,,, --- src/variants.ini | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/variants.ini b/src/variants.ini index 00a9259..ae834c9 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -698,7 +698,7 @@ pieceToCharTable = PNBRFSA.UV.+++++++.++Kpnbrfsa.uv.+++++++.++k maxFile = 9 maxRank = 9 pocketSize = 9 -startFen = rnbsksbnr/2+a1+u1+f2/p1p1p1p1p/4v4/9/4V4/P1P1P1P1P/2+F1+U1+A2/RNBSKSBNR[] w - - 0 1 +startFen = rnbsksbnr/2+f1+u1+a2/p1p1p1p1p/4v4/9/4V4/P1P1P1P1P/2+F1+U1+A2/RNBSKSBNR[] w - - 0 1 customPiece1 = o:NA customPiece2 = s:WF customPiece3 = u:D -- 1.7.0.4