LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: vailreth on September 26, 2013, 03:56:40 PM

Title: CardData will not load in my plugin
Post by: vailreth on September 26, 2013, 03:56:40 PM
Hello, i am having trouble getting my carddata.txt files to load in my plugin, everything else loads fine save for these files. attached is a sample carddata1.txt
Title: Re: CardData will not load in my plugin
Post by: Trevor on September 26, 2013, 04:12:32 PM
The first three column headers must be exactly and in this order:

Name
Set
ImageFile

and they must be separated by a tab.
Title: Re: CardData will not load in my plugin
Post by: vailreth on September 26, 2013, 05:02:36 PM
Ah Thanks i  didnt realize it had to be exact
Title: Re: CardData will not load in my plugin
Post by: Trevor on September 26, 2013, 08:26:17 PM
Check out http://lackeyccg.com/tutorialplugin.html#carddata
QuoteThe first row is a line of column headers. The first three columns must be exactly "Name", "Set", and "ImageFile" (no spaces).
Check out