HQ Cardgen M15/8th/Pre8th/Tokens/Emblem (Updated 2018/01/29)
by Nate and Snacko
Moderators: Snacko, CCGHQ Admins
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by ahkren » 30 Jan 2016, 20:26
New version uploaded (9.0.12)
-
ahkren - Programmer
- Posts: 316
- Joined: 18 Jan 2012, 20:43
- Has thanked: 50 times
- Been thanked: 201 times
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by satsuki » 30 Jan 2016, 21:18
Thanks for the tokens works and for the random flavor option
I'm going to generate the whole pack again ^^ (downloading updated version right now)
not in the changelog but :
Have you correct garruk relentless color to G instead of gld
Have you added and option for bigger text for the old extensions ?
Thanks for all your great works
I'm going to generate the whole pack again ^^ (downloading updated version right now)
not in the changelog but :
Have you correct garruk relentless color to G instead of gld
Have you added and option for bigger text for the old extensions ?
Thanks for all your great works
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by ahkren » 30 Jan 2016, 22:03
No (titleToTransform.csv should override color) and not yet on larger text.
-
ahkren - Programmer
- Posts: 316
- Joined: 18 Jan 2012, 20:43
- Has thanked: 50 times
- Been thanked: 201 times
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by satsuki » 30 Jan 2016, 23:13
Tanks for the answer
generating all again on the way ^^
i'll report you tomorrow if i have some "generate all" script bugs
generating all again on the way ^^
i'll report you tomorrow if i have some "generate all" script bugs
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by satsuki » 31 Jan 2016, 02:51
generatale all on it's way but Garruk error again:
Garruk Relentless [ISD]....
ERROR: Background image not found for color "Gld"
Garruk Relentless [ISD]....
ERROR: Background image not found for color "Gld"
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by ahkren » 31 Jan 2016, 04:44
I really don't know why it's doing that for you. I've rendered Garruk Relentless in 5 different languages and haven't had that come up. I've changed Garruk Relentless color to G in cards.csv as a fix.
-
ahkren - Programmer
- Posts: 316
- Joined: 18 Jan 2012, 20:43
- Has thanked: 50 times
- Been thanked: 201 times
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by ahkren » 31 Jan 2016, 04:52
Looking at the custom cards-french.csv you posted earlier, I noticed what is probably the issue.
my cards-french.csv has Garruk Relentless as one transform object
There is a check in TransformRenderer to override the color of specific cards as well as a check that looks at translationToTitle.csv for the side 2
my cards-french.csv has Garruk Relentless as one transform object
- Code: Select all
Garruk Relentless,Garruk l'Implacable,Planeswalker : Garruk,"Quand Garruk l'Implacable a deux marqueurs « loyauté » ou moins sur lui, transformez-le.
0 : Garruk l'Implacable inflige 3 blessures à une créature ciblée. Cette créature lui inflige un nombre de blessures égal à sa force.
0 : Mettez sur le champ de bataille un jeton de créature 2/2 verte Loup.
-----
Garruk maudit par le Voile
Planeswalker : Garruk
+1 : Mettez sur le champ de bataille un jeton de créature 1/1 noire Loup avec le contact mortel.
-1 : Sacrifiez une créature. Si vous faites ainsi, cherchez dans votre bibliothèque une carte de créature, révélez-la et mettez-la dans votre main. Mélangez ensuite votre bibliothèque.
-3 : Les créatures que vous contrôlez acquièrent le piétinement et gagnent +X/+X jusqu'à la fin du tour, X étant le nombre de cartes de créature dans votre cimetière."
- Code: Select all
"Garruk Relentless","Garruk l'Implacable",Planeswalker : Garruk,"Quand Garruk l'Implacable a deux marqueurs « loyauté » ou moins sur lui, transformez-le.
0: Garruk l'Implacable inflige 3 blessures à une créature ciblée. Cette créature lui inflige un nombre de blessures égal à sa force.
0: Mettez sur le champ de bataille un jeton de créature 2/2 verte Loup."
"Garruk, the Veil-Cursed","Garruk maudit par le Voile",Planeswalker : Garruk,"+1: Mettez sur le champ de bataille un jeton de créature 1/1 noire Loup avec le contact mortel.
-1: Sacrifiez une créature. Si vous faites ainsi, cherchez dans votre bibliothèque une carte de créature, révélez-la et mettez-la dans votre main. Mélangez ensuite votre bibliothèque.
-3: Les créatures que vous contrôlez acquièrent le piétinement et gagnent +X/+X jusqu'à la fin du tour, X étant le nombre de cartes de créature dans votre cimetière."
There is a check in TransformRenderer to override the color of specific cards as well as a check that looks at translationToTitle.csv for the side 2
-
ahkren - Programmer
- Posts: 316
- Joined: 18 Jan 2012, 20:43
- Has thanked: 50 times
- Been thanked: 201 times
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by satsuki » 31 Jan 2016, 09:11
Ok thanks for founding the bug (my custom french csv is not 100% finalised yet).
No other bug in generate all.
I've checked some token and they're great ! you even do the option to translate the "token" on top the pre-height token !
Going to check the generated card, but i think it's almost perfect now, the only thing i see missing is the bigger text + copyright on the left of first extensions.
Realy realy a great works, thanks !
No other bug in generate all.
I've checked some token and they're great ! you even do the option to translate the "token" on top the pre-height token !
Going to check the generated card, but i think it's almost perfect now, the only thing i see missing is the bigger text + copyright on the left of first extensions.
Realy realy a great works, thanks !
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by ahkren » 31 Jan 2016, 09:24
Biggest problem I'm having at the moment is long token names. Still trying to figure a way to make them either multi-line or scaled if the title is too long.
-
ahkren - Programmer
- Posts: 316
- Joined: 18 Jan 2012, 20:43
- Has thanked: 50 times
- Been thanked: 201 times
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by joollim » 31 Jan 2016, 14:22
Hi, did this version 9.0.12 have all corrections shown in this topic? or i have to download anything else?
-
joollim - Posts: 57
- Joined: 21 Jun 2010, 16:29
- Location: Sao Paulo - Brazil
- Has thanked: 3 times
- Been thanked: 24 times
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by satsuki » 31 Jan 2016, 14:29
The changelog is in page 1 ^^joollim wrote:Hi, did this version 9.0.12 have all corrections shown in this topic? or i have to download anything else?
by the way i found a bug with some token witch a have a guild symbol but musn't:

[Edit]
The PLC desing max font size seems to be to big.
For exemple:
generated

original

[/Edit]
[Edit2]
The FUT title and type max width seems of limits


[/Edit2]
[Edit3]
The fusion text width seems of limits

I'm stopping here for today (6hours of verifications, i'm a bit of tired ^^')
[/Edit3]
thanks
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by Tons » 31 Jan 2016, 17:06
akhren, satsuki: thank you very much for your help and suggestions about BFZ/EXP/OGW full art.
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by ahkren » 31 Jan 2016, 19:41
@joollim Each version is self contained with all the changes listed in the Changelog
@satsuki I'll look into what I can do to fix those
@Tons quite welcome
@satsuki I'll look into what I can do to fix those
@Tons quite welcome
-
ahkren - Programmer
- Posts: 316
- Joined: 18 Jan 2012, 20:43
- Has thanked: 50 times
- Been thanked: 201 times
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by satsuki » 31 Jan 2016, 21:43
Hello.
I didn't found a way of doing this so i as ask^^.
In the cards.csv, there is one ligne for each extension of each card.
In the cards.translated.csv there is one line for each card but not for each extension.
It can be anoying for some card with "reminder+no flavor" in one extension and "no reminder+flavor" in others extension, because with one text for all extensions, all extensions will have the reminder text witch make the text realy small (or the text realy empty if no flavor + no reminder at all):

and

So is there any way to have a file with alternate extensions if needed so:
-if the card + extension doesn't exist in alternate.extension.text.csv then use cards.translated.csv text
-if the card + extension exist in alternate.extension.text.csv then use alternate.extension.text.csv text
>this way we will have the option to put an alernate text in some extension without having to modify the existing cards.translated.csv
I didn't found a way of doing this so i as ask^^.
In the cards.csv, there is one ligne for each extension of each card.
In the cards.translated.csv there is one line for each card but not for each extension.
It can be anoying for some card with "reminder+no flavor" in one extension and "no reminder+flavor" in others extension, because with one text for all extensions, all extensions will have the reminder text witch make the text realy small (or the text realy empty if no flavor + no reminder at all):

and

So is there any way to have a file with alternate extensions if needed so:
-if the card + extension doesn't exist in alternate.extension.text.csv then use cards.translated.csv text
-if the card + extension exist in alternate.extension.text.csv then use alternate.extension.text.csv text
>this way we will have the option to put an alernate text in some extension without having to modify the existing cards.translated.csv
Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)
by satsuki » 31 Jan 2016, 21:58
I found a realy strange issue.
With the same exact number of textlines, the text is smaller if the card has a french flavor versus an english flavor (so the english falvor's card render seems more accurate).
Here's a sample but it's the same with all cards in this situation:

and

With the same exact number of textlines, the text is smaller if the card has a french flavor versus an english flavor (so the english falvor's card render seems more accurate).
Here's a sample but it's the same with all cards in this situation:

and

Who is online
Users browsing this forum: No registered users and 5 guests