LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: DarkJodo on November 14, 2014, 04:07:43 PM

Title: Images are not loading
Post by: DarkJodo on November 14, 2014, 04:07:43 PM
Everything else is loading- and images are being downloaded- just 12kb "blank" .jpgs

I could use help. Here is my plugin:

http://gameofthroneslcg.square7.ch/updatelist.txt
Title: Re: Images are not loading
Post by: Trevor on November 14, 2014, 06:55:40 PM
It is strongly suggested that you use a single CardGeneralURLs if you use that method. This requires you making the card image file names unique. I suggest you rename the files to something like asots116.jpg for card 116 in the set asots for example. I would also suggest you make file and folder names all lower case since some servers care about that.

So you could store all card images in a single directory, like http://gameofthroneslcg.square7.ch/high/cards/asots116.jpg

btw You have some extra quotes in your card data file btw. Excel can be stupid and add those into your file if you aren't careful.
Title: Re: Images are not loading
Post by: DarkJodo on November 16, 2014, 08:05:15 PM
Thanks! I figured it was something like that. Its fixed now