Page 1 of 1

Expansion symbols from White Dragon

PostPosted: 12 Feb 2011, 21:08
by undu
Hi, I've seen that the expansion symbols bundled with the card generator are not very consistent with the size or colours, so I took the liberty of taking White Dragon's symbols (found here) and packing them to use them with the card generator.

http://www.mediafire.com/?n5ij7md4exwjk5x (10.6 MB)

Some symbols from the last page of Dragon's pdf are missing because I don't know the name of those promo expansions, but I can include them if people want to.

The pictures are in png format, the card generator cannot read them right away, but can be modified easily to use them.
To do so, modify lines 84 and 90 of the code in card generator\scripts\classes\renderesrs\CardRenderer.php from this:
Code: Select all
            list($image, $srcWidth, $srcHeight) = getGIF('images/preEighth/rarity/' . $abbrev . '_' . $rarity . '.gif');
Code: Select all
            list($image, $srcWidth, $srcHeight) = getGIF('images/eighth/rarity/' . $abbrev . '_' . $rarity . '.gif');
to this:
Code: Select all
            list($image, $srcWidth, $srcHeight) = getPNG('images/preEighth/rarity/' . $abbrev . '_' . $rarity . '.png');
Code: Select all
            list($image, $srcWidth, $srcHeight) = getPNG('images/eighth/rarity/' . $abbrev . '_' . $rarity . '.png');
I've also cleaned up the pdf file and converted to 8 svg (one per page) so people can more easily extract the symbols: http://www.mediafire.com/?6h2txa8znt46bmi

Enjoy :)

Re: Expansion symbols from White Dragon

PostPosted: 12 Feb 2011, 21:32
by BaconCatBug
Excellent work. They look fantastic.
You've included the M11 Rare one twice though. :)

Re: Expansion symbols from White Dragon

PostPosted: 12 Feb 2011, 23:22
by undu
Gwar wrote:You've included the M11 Rare one twice though. :)
What's the filename of those files?
I only see on m11 rare pic in the file I've just downloaded to check it.

Are you sure you haven't mistaken the m10 rare for the m11?

Re: Expansion symbols from White Dragon

PostPosted: 13 Feb 2011, 01:52
by BaconCatBug
You are right (of course). I am a dimwit and had copied it by mistake. IGNORE ME!!!!!!!!!!!!!!

They still are awesome though! :D