Check out Smess, our featured variant for February, 2025.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Game Courier Developer's Guide. Learn how to design and program Chess variants for Game Courier.[All Comments] [Add Comment or Rating]
Daniel Zacharias wrote on Tue, Feb 6, 2024 02:16 AM UTC:

I'm also having trouble with custom sets. I have this

{
    "custom-alfaerie-png": {
        "dir":"/graphics.dir/alfaeriePNG/",
        "pieces": {
            "P": "wpawn.png", "p": "bpawn.png",
            "N": "wknight.png", "n": "bknight.png",
            "B": "wbishop.png", "b": "bbishop.png",
            "R": "wrook.png", "r": "brook.png",
            "Q": "wqueen.png", "q": "bqueen.png",
            "K": "wking.png", "k": "bking.png",
            "I": "wbird.png", "i": "bbird.png",
            "Z": "wzebra.png", "z": "bzebra.png",
            "Y": "wgryphon.png", "y": "bgryphon.png"
        }
    },
    "custom-greenwade": {
        "dir":"/graphics.dir/svg/Greenwade/",
        "pieces": {
            "P": "wpawn.svg", "p": "bpawn.svg",
            "N": "wknight.svg", "n": "bknight.svg",
            "B": "wbishop.svg", "b": "bbishop.svg",
            "R": "wrook.svg", "r": "brook.svg",
            "Q": "wqueen.svg", "q": "bqueen.svg",
            "K": "wking.svg", "k": "bking.svg",
            "I": "wosprey.svg", "i": "bosprey.svg",
            "Z": "wzebra.svg", "z": "bzebra.svg",
            "Y": "wgriffin.svg", "y": "bgriffin.svg"
        }
    }
}

but if I try to select Custom set of Bob Greenwade's pieces it just says The set does not exist.