Page 4 of 25
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/11/30)

Posted:
10 Dec 2015, 08:48
by lulu4138
Do you have LEG Template
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/11/30)

Posted:
10 Dec 2015, 08:49
by lulu4138
Do you have LEG frames and borders.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/11/30)

Posted:
10 Dec 2015, 19:23
by ahkren
The Pre8th gold borders? Those are in the project.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/11/30)

Posted:
11 Dec 2015, 02:19
by lulu4138

There is no.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/11/30)

Posted:
11 Dec 2015, 04:03
by ahkren
I don't believe that I've seen that template anywhere. Doesn't mean that it doesn't exist. If I find it (or maybe create it) I'll add it to the project.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/11/30)

Posted:
11 Dec 2015, 07:27
by lulu4138
We look forward to the project
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/11/30)

Posted:
11 Dec 2015, 09:41
by skibulk
Many templates including Legends are located on MTGS; user account required to access them:
http://www.mtgsalvation.com/forums/crea ... 06-16-2012
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
22 Dec 2015, 19:59
by ahkren
New version uploaded, will probably be the last one of the year.
Happy Holidays to everyone!
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
29 Dec 2015, 22:15
by rukadude
Thanks so much for your great work!!!
I use it to make Swedish proxies to indtruduce new players!
I have a problem though with DGM's - Toil Trouble. (Fuse card)
It can't find art for it, it says in debug:
Looking for art: ../CropPics/DRAGON'S MAZE/
Toil/Trouble.jpg
Looking for art: ../CropPics/DGM/
Toil/Trouble.jpg
Art not found for:
Toil/TroubleFinds the art for ordinary DGM cards just fine?
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
31 Dec 2015, 21:54
by ahkren
It looks for the individual art for the different cards. So toil.jpg and trouble.jpg would be the proper naming.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
01 Jan 2016, 03:13
by PolytechnicM
ahkren wrote:It looks for the individual art for the different cards. So toil.jpg and trouble.jpg would be the proper naming.
Hi Ahkren,
First of all, thank you for your work!
Secondly, I'm having issues with this as well. Fuse cards are being generated, but the art still could not be found for some reason. I'm attempting to generate "
Wear/Tear" and have the individual files named as you've mentioned above. I've turn on debug and ran into the same issue as rukadude.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
01 Jan 2016, 03:58
by ahkren
Odd, I'll look into it, see what I can find.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
01 Jan 2016, 04:33
by ahkren
in ArtDB.php line 70 remove "&& preg_match('/([\w\s\,\-\p{L}]+)( [0-9X\*]{0,2}\/[0-9X\*]{0,2})/', $title) === FALSE" and fuse cards work again. I'm double checking that it doesn't break tokens, but it shouldn't with the last set of changes I made to the token database.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
01 Jan 2016, 05:29
by PolytechnicM
ahkren wrote:in ArtDB.php line 70 remove "&& preg_match('/([\w\s\,\-\p{L}]+)( [0-9X\*]{0,2}\/[0-9X\*]{0,2})/', $title) === FALSE" and fuse cards work again. I'm double checking that it doesn't break tokens, but it shouldn't with the last set of changes I made to the token database.
Perfect! That fixed it up all up. Thank you, and Happy New Year!

EDIT: lol, looks like "
Illusion/Reality" won't parse the "Illusion" part because that's a token.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2015/12/22)

Posted:
02 Jan 2016, 19:12
by rukadude
ahkren wrote:in ArtDB.php line 70 remove "&& preg_match('/([\w\s\,\-\p{L}]+)( [0-9X\*]{0,2}\/[0-9X\*]{0,2})/', $title) === FALSE" and fuse cards work again. I'm double checking that it doesn't break tokens, but it shouldn't with the last set of changes I made to the token database.
This worked for me too!
Thanks and have a great new year!!