LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: CecilArcelle on March 04, 2012, 09:29:06 PM

Title: Issues with carddata.txt and Deck Editor
Post by: CecilArcelle on March 04, 2012, 09:29:06 PM
I've been working on a new project, and I'm having the issues that nothing is showing up in the deck editor. I've tried both the full carddata.txt and a shorter test one with just the name, set, and imagefile, however, neither of them work and I can't figure out why.

http://dl.dropbox.com/u/532514/carddata.txt <--- Long One
http://dl.dropbox.com/u/532514/carddata%282%29.txt <---Short one with name changed to carddata2 for uploading purposes

As far as I can tell, in both carddata.txt it's column, tab, column with it all lined up
Title: Re: Issues with carddata.txt and Deck Editor
Post by: Trevor on March 04, 2012, 11:36:58 PM
You are using an old plugin format.

http://lackeyccg.com/tutorialplugin.html

Plugin names, or any files or folders should not have spaces in them. That also includes set names since those are made into folders.

Having "Card" in a card data column header is redundant, as in "Card Text" and "Card Type".

Your card image files are far too large, and they don't match the dimensions of your cardback.jpg
Title: Re: Issues with carddata.txt and Deck Editor
Post by: CecilArcelle on March 04, 2012, 11:49:55 PM
Quote from: Trevor on March 04, 2012, 11:36:58 PM
You are using an old plugin format.

http://lackeyccg.com/tutorialplugin.html

Plugin names, or any files or folders should not have spaces in them. That also includes set names since those are made into folders.

Having "Card" in a card data column header is redundant, as in "Card Text" and "Card Type".

Your card image files are far too large, and they don't match the dimensions of your cardback.jpg

Aye, I still need to resize those. I actually forgot about that. I'll take a look at the new plugin format and fixing the spaces to see if that works. I wasn't aware there was a new format :) (Been over a year since I've looked :p)
Title: Re: Issues with carddata.txt and Deck Editor
Post by: CecilArcelle on March 05, 2012, 12:16:42 AM
Excellent! The new plugin format fixed it, and it's also much nicer to work in than the old one. Thank you for your help :)