[ 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] 🕸📝Fergus Duniho wrote on Tue, Feb 6, 2024 03:13 AM UTC in reply to Daniel Zacharias from 02:52 AM:I made some more corrections and got it to work. Here is what your custom sets should be: { "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-svg": { "pieces": { "P": "wpawn.svg", "p": "wpawn.svg", "N": "wknight.svg", "n": "wknight.svg", "B": "wbishop.svg", "b": "wbishop.svg", "R": "wrook.svg", "r": "wrook.svg", "Q": "wqueen.svg", "q": "wqueen.svg", "K": "wking.svg", "k": "wking.svg", "I": "wosprey.svg", "i": "wosprey.svg", "Z": "wzebra.svg", "z": "wzebra.svg", "Y": "wgriffin.svg", "y": "wgriffin.svg" } } }
I made some more corrections and got it to work. Here is what your custom sets should be: