Forge Token images
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Token images
by dodnyjv » 31 Jul 2017, 13:41
Hi, how should I rename the eternalized token pictures from HOU in order for them to show up in games?
Re: Forge Token images
by onderzeeboot » 14 Aug 2017, 14:37
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).dodnyjv wrote:Hi, how should I rename the eternalized token pictures from HOU in order for them to show up in games?
- onderzeeboot
- Posts: 31
- Joined: 29 Nov 2014, 19:37
- Has thanked: 5 times
- Been thanked: 0 time
Re: Forge Token images
by sugus » 21 Jan 2018, 01:12
How should I name the city's blessing 'token' to have it appear with the image in the command zone?
Re: Forge Token images
by Marek14 » 23 Jan 2018, 08:57
Apparently just "blessing.jpg" -- I updated my 200DPI token archives in the other thread.
http://www.mediafire.com/file/4bo7d091e ... ns_RIX.zip
http://www.mediafire.com/file/4bo7d091e ... ns_RIX.zip
Re: Forge Token images
by seri » 28 Mar 2018, 00:22
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:
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
Re: Forge Token images
by Marek14 » 28 Mar 2018, 00:23
Yes. That's because it's the first instance of this particular token, so the correct filename is generated automatically.
Re: Forge Token images
by moush » 28 Apr 2018, 05:15
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
by 5enza » 29 Apr 2018, 00:21
I don’t know of anywhere else besides the cardsfolder.zip. Token name for the constructs is c_0_0_construct_DOMmoush 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.
Dominaria Token Names
by Fregnor » 29 Apr 2018, 01:11
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.)
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
by Fregnor » 29 Apr 2018, 18:27
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.
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
by M47750N » 04 May 2018, 16:49
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
by austinio7116 » 14 May 2018, 05:01
Have a look in res/lists/token-images.txt
-
austinio7116 - Posts: 451
- Joined: 10 Mar 2017, 11:59
- Has thanked: 47 times
- Been thanked: 169 times
Re: Dominaria Token Names
by austinio7116 » 14 May 2018, 05:04
This is the filename r_4_4_karox_bladewing.jpg for the karox tokenFregnor 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.)
-
austinio7116 - Posts: 451
- Joined: 10 Mar 2017, 11:59
- Has thanked: 47 times
- Been thanked: 169 times
Re: Forge Token images
by atilappl » 16 Jun 2018, 13:56
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?
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?
Who is online
Users browsing this forum: No registered users and 41 guests