From: Spelemann <sve...@ha...> - 2016-04-09 14:56:39
|
Here is a new piece set (in two versions): http://bibelkanon.net/ymse/scidvspc/Paul_A.tcl http://bibelkanon.net/ymse/scidvspc/Paul_B.tcl Screenshots: http://bibelkanon.net/ymse/scidvspc/Paul_A.png http://bibelkanon.net/ymse/scidvspc/Paul_B.png Image source files: http://bibelkanon.net/ymse/scidvspc/Paul_A.svg http://bibelkanon.net/ymse/scidvspc/Paul_B.svg Perl script to generate piece set: http://bibelkanon.net/ymse/scidvspc/create_piece_set.pl All in one: http://bibelkanon.net/ymse/scidvspc/piece_set.zip Licenses: Graphics: CC BY 4.0 Code: Same as Scid vs. PC Script's help text: H E L P Create a new piece set to Scid vs. PC. The outfile should be placed in the subfolder "pieces" of the user directory. Use an svg-image as source file. Inkscape is needed to process the image. The pieces should be arranged in one row, in the following order (left to right): white pawn, knight, bishop, rook, queen, king black pawn, knight, bishop, rook, queen, king Parameters: title: name of piece set out: outfile min: min piece height (25) max: max piece height (160) step: increment from min to max (5) tmp: name of temporary png-file (tmp.png) ink: command to run Inkscape (inkscape) Standard values in paranthesis. Standard values of title and out are made from name of source file. Place name of source file at the end. Example: [...] title='Paul A' Paul_A.svg |