Page 1 of 1

Token Images

PostPosted: 30 Jan 2010, 13:06
by Almost_Clever
I was trying to get actual token images where they exist in place of generic (or entirely missing) images and managed to get a couple. The first two I tried told me I was putting the necessary lines in the correct file, but I cannot get the other four I tried to work.
These lines work in card-pictures-tokens:
Code: Select all
[T]ub_1_1_zombie_wizard.jpg http://www.magickartenmarkt.de/img/cards/Alara_Reborn/zombie_wizard_token_blue_and_black_11.jpg
[T]b_1_1_rat.jpg     http://www.magickartenmarkt.de/img/cards/Shadowmoor/rat_token_black_11.jpg
while these lines do not:
Code: Select all
[T]w_1_1_kithkin_soldier.jpg  http://www.magickartenmarkt.de/img/cards/Lorwyn/kithkin_soldier_token_white_11.jpg
[T]g_1_1_elf_warrior.jpg     http://www.magickartenmarkt.de/img/cards/Lorwyn/elf_warrior_token_green_11.jpg
[T]g_2_2_wolf.jpg     http://www.magickartenmarkt.de/img/cards/Zendikar/wolf_token_green_22.jpg
[T]w_1_1_spirit.jpg     http://www.magickartenmarkt.de/img/cards/Shadowmoor/spirit_token_white_11.jpg
Any ideas on what I'm doing wrong (note, I've replaced the tabs with spaces for readability here, but I believe they don't matter)? I have confirmed that all of the URLs I'm referencing actually exist.

Re: Token Images

PostPosted: 30 Jan 2010, 13:47
by Chris H.
Almost_Clever wrote:I was trying to get actual token images where they exist in place of generic (or entirely missing) images and managed to get a couple. The first two I tried told me I was putting the necessary lines in the correct file, but I cannot get the other four I tried to work.
`
Hmmm, they worked for me. I deleted the 6 tokens and added these to my card-pictures-token.txt file and Forge downloaded all 6 without any complaints. :D

Code: Select all
[T]ub_1_1_zombie_wizard.jpg http://www.magickartenmarkt.de/img/cards/Alara_Reborn/zombie_wizard_token_blue_and_black_11.jpg
[T]b_1_1_rat.jpg     http://www.magickartenmarkt.de/img/cards/Shadowmoor/rat_token_black_11.jpg
[T]w_1_1_kithkin_soldier.jpg  http://www.magickartenmarkt.de/img/cards/Lorwyn/kithkin_soldier_token_white_11.jpg
[T]g_1_1_elf_warrior.jpg     http://www.magickartenmarkt.de/img/cards/Lorwyn/elf_warrior_token_green_11.jpg
[T]g_2_2_wolf.jpg     http://www.magickartenmarkt.de/img/cards/Zendikar/wolf_token_green_22.jpg
[T]w_1_1_spirit.jpg     http://www.magickartenmarkt.de/img/cards/Shadowmoor/spirit_token_white_11.jpg
`
Any ideas on what I'm doing wrong (note, I've replaced the tabs with spaces for readability here, but I believe they don't matter)? I have confirmed that all of the URLs I'm referencing actually exist.
`
The magic card market web site tends to be a little flaky and we tend to use their urls only as a last resort. Can you try again and if it works let us know? :)

Re: Token Images

PostPosted: 30 Jan 2010, 14:31
by Almost_Clever
Chris H. wrote:The magic card market web site tends to be a little flaky and we tend to use their urls only as a last resort. Can you try again and if it works let us know? :)
Yes, it's working now. Thanks, Chris.

Re: Token Images

PostPosted: 30 Jan 2010, 15:44
by Chris H.
Almost_Clever wrote:Yes, it's working now. Thanks, Chris.
`
Great.

I will try to commit your additions to our SVN this weekend. And we all thank yo for your contribution. 8)