Page 9 of 14

Re: Forge Token images

PostPosted: 31 Jul 2017, 13:41
by dodnyjv
Hi, how should I rename the eternalized token pictures from HOU in order for them to show up in games?

Re: Forge Token images

PostPosted: 14 Aug 2017, 14:37
by onderzeeboot
dodnyjv wrote:Hi, how should I rename the eternalized token pictures from HOU in order for them to show up in games?
That would be "eternalize_cardname". Champion of Wits, for example, would read "eternalize_champion_of_wits.jpg" (or .png, depending on where you got the image from).

Re: Forge Token images

PostPosted: 08 Oct 2017, 18:29
by Ronin009
cardforge link in the OP is broken. :(

Re: Forge Token images

PostPosted: 21 Jan 2018, 01:12
by sugus
How should I name the city's blessing 'token' to have it appear with the image in the command zone?

Re: Forge Token images

PostPosted: 23 Jan 2018, 08:57
by Marek14
Apparently just "blessing.jpg" -- I updated my 200DPI token archives in the other thread.

http://www.mediafire.com/file/4bo7d091e ... ns_RIX.zip

Re: Forge Token images

PostPosted: 28 Mar 2018, 00:22
by seri
Hi,

what would be the filename for the ixalan pirates?

I'd guess b_2_2_pirate.jpg, according to /forum/viewtopic.php?f=52&t=21039&start=105#p218895 .
For a few other tokens I just looked into the cardsfolder txt files of a card that creates them. However, both Fathom Fleet Captain and Vraska, Relic Seeker don't seem to have a "TokenImage$" attached:

Code: Select all
SVar:TrigToken:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenName$ Pirate | TokenTypes$ Creature,Pirate | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Menace
Is this correct?

Re: Forge Token images

PostPosted: 28 Mar 2018, 00:23
by Marek14
Yes. That's because it's the first instance of this particular token, so the correct filename is generated automatically.

Re: Forge Token images

PostPosted: 28 Apr 2018, 05:15
by moush
Is there somewhere else to look besides the cardimages text file to look up names? Having trouble getting the game to recognize the new constructs from Karn, Scion of Urza's ultimate in Dominaria. I tried c_x_x_construct but it does not seem to get recognized.

Re: Forge Token images

PostPosted: 29 Apr 2018, 00:21
by 5enza
moush wrote:Is there somewhere else to look besides the cardimages text file to look up names? Having trouble getting the game to recognize the new constructs from Karn, Scion of Urza's ultimate in Dominaria. I tried c_x_x_construct but it does not seem to get recognized.
I don’t know of anywhere else besides the cardsfolder.zip. Token name for the constructs is c_0_0_construct_DOM

Dominaria Token Names

PostPosted: 29 Apr 2018, 01:11
by Fregnor
I have spent the day tinkering and testing, and I think that I have got my token images all working now.

The token images can be seen here: https://magic.wizards.com/en/articles/a ... 2018-04-12

Knight: w_2_2_knight_dom
Knight2: (Not used. The current coding only recognizes one image.)
Soldier: w_1_1_soldier_dom
Cleric: b_0_1_cleric_dom
Zombie Knight: b_2_2_zombie_knight_dom
Nightmare Horror: b_x_x_nightmare_horror_dom
Demon: b_6_6_demon_dom
Elemental: r_3_1_elemental_dom
Goblin: r_1_1_goblin_10E (To use the new image, you must go rename or delete old images named r_1_1_goblin_10e and/or r_1_1_goblin_10E. The coding is not optimal here.)
Kardox Bladewing: Broken, unusable. The coding does not tell the game what image to render. I have posted in the main thread for this release on this topic.
Saproling: g_1_1_saproling_dom
Saproling2:(Not used. The current coding only recognizes one image.)
Saproling3:(Not used. The current coding only recognizes one image.)
Construct: c_0_0_construct_dom
Emblem for Jaya Ballard: (Not used. The game does not put an emblem on the field or show this image in the stack even though you get the effect.)
Emblem for Teferi, Hero of Dominaria: emblem_teferi_hero_of_dominaria (Used in stack but not on field.)

Dominaria Token Names

PostPosted: 29 Apr 2018, 18:27
by Fregnor
An additional note on the Saproling token:

The coding for Verdant Force calls for the wrong token image. It calls for g_1_1_saproling_10E instead of g_1_1_saproling_dom. So you might want to replace the old image with the new image if you just want to see new cards in your game.

Re: Forge Token images

PostPosted: 04 May 2018, 16:49
by M47750N
Could someone add a textfile with all correct token names that Forge recognizes or is there a torrentfile for all tokens?

Re: Forge Token images

PostPosted: 14 May 2018, 05:01
by austinio7116
Have a look in res/lists/token-images.txt

Re: Dominaria Token Names

PostPosted: 14 May 2018, 05:04
by austinio7116
Fregnor wrote:I have spent the day tinkering and testing, and I think that I have got my token images all working now.

The token images can be seen here: https://magic.wizards.com/en/articles/a ... 2018-04-12

Knight: w_2_2_knight_dom
Knight2: (Not used. The current coding only recognizes one image.)
Soldier: w_1_1_soldier_dom
Cleric: b_0_1_cleric_dom
Zombie Knight: b_2_2_zombie_knight_dom
Nightmare Horror: b_x_x_nightmare_horror_dom
Demon: b_6_6_demon_dom
Elemental: r_3_1_elemental_dom
Goblin: r_1_1_goblin_10E (To use the new image, you must go rename or delete old images named r_1_1_goblin_10e and/or r_1_1_goblin_10E. The coding is not optimal here.)
Kardox Bladewing: Broken, unusable. The coding does not tell the game what image to render. I have posted in the main thread for this release on this topic.
Saproling: g_1_1_saproling_dom
Saproling2:(Not used. The current coding only recognizes one image.)
Saproling3:(Not used. The current coding only recognizes one image.)
Construct: c_0_0_construct_dom
Emblem for Jaya Ballard: (Not used. The game does not put an emblem on the field or show this image in the stack even though you get the effect.)
Emblem for Teferi, Hero of Dominaria: emblem_teferi_hero_of_dominaria (Used in stack but not on field.)
This is the filename r_4_4_karox_bladewing.jpg for the karox token

Re: Forge Token images

PostPosted: 16 Jun 2018, 13:56
by atilappl
When i use create a zombie token with Graf Harvest from Eldrich Moon i get a eldrich moon zombie token.(b_2_2_zombie_EMN.jpg)
Whenever i cast Dark Salvation from Eldrich Moon i only get vanilla zombie tokens, even if i have tokens named as:
b_2_2_zombie_EMN.jpg
b_2_2_zombie_EMN_2.jpg
b_2_2_zombie_EMN_3.jpg
b_2_2_zombie_EMN 2.jpg
b_2_2_zombie_EMN 3.jpg

How can i find what is the name of the token associated with a card?