It is currently 24 Jun 2025, 22:30
   
Text Size

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)

Postby ahkren » 30 Jan 2016, 20:26

New version uploaded (9.0.12)
User avatar
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)

Postby 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
satsuki
 
Posts: 107
Joined: 07 Oct 2012, 08:44
Has thanked: 1 time
Been thanked: 14 times

Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)

Postby ahkren » 30 Jan 2016, 22:03

No (titleToTransform.csv should override color) and not yet on larger text.
User avatar
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)

Postby 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
satsuki
 
Posts: 107
Joined: 07 Oct 2012, 08:44
Has thanked: 1 time
Been thanked: 14 times

Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)

Postby 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"
satsuki
 
Posts: 107
Joined: 07 Oct 2012, 08:44
Has thanked: 1 time
Been thanked: 14 times

Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)

Postby 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.
User avatar
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)

Postby 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
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."
Yours has it as 2 separate objects
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."
which isn't pushing it through the TransformRenderer and is treating it as 2 seperate objects.

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
User avatar
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)

Postby 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 !
satsuki
 
Posts: 107
Joined: 07 Oct 2012, 08:44
Has thanked: 1 time
Been thanked: 14 times

Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)

Postby 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.
User avatar
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)

Postby 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?
User avatar
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)

Postby satsuki » 31 Jan 2016, 14:29

joollim wrote:Hi, did this version 9.0.12 have all corrections shown in this topic? or i have to download anything else?
The changelog is in page 1 ^^

by the way i found a bug with some token witch a have a guild symbol but musn't:
Image

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


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


[Edit3]
The fusion text width seems of limits
Image
I'm stopping here for today (6hours of verifications, i'm a bit of tired ^^')
[/Edit3]
thanks
satsuki
 
Posts: 107
Joined: 07 Oct 2012, 08:44
Has thanked: 1 time
Been thanked: 14 times

Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)

Postby Tons » 31 Jan 2016, 17:06

akhren, satsuki: thank you very much for your help and suggestions about BFZ/EXP/OGW full art.
Tons
 
Posts: 14
Joined: 06 Jan 2016, 20:15
Has thanked: 7 times
Been thanked: 2 times

Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)

Postby 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
User avatar
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)

Postby 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):
Image
and
Image

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
satsuki
 
Posts: 107
Joined: 07 Oct 2012, 08:44
Has thanked: 1 time
Been thanked: 14 times

Re: HQ Cardgen M15/8th/Pre8th/Tokens (Updated 2016/01/30)

Postby 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:

Image
and
Image
satsuki
 
Posts: 107
Joined: 07 Oct 2012, 08:44
Has thanked: 1 time
Been thanked: 14 times

PreviousNext

Return to HQ Card Generator

Who is online

Users browsing this forum: No registered users and 5 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 5 users online :: 0 registered, 0 hidden and 5 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 5 guests

Login Form