Page 1 of 1

[HELP] A problem of deck construction

PostPosted: 11 Aug 2011, 21:15
by hope01
Could any one help me to solve this problem please?

I want to edit adeck in the directory DATA_DLC_1111, and I planed to add the card "KOR_DUELIST" to it. But the problem is that the card "KOR_DUELIST" is in the directory "DATA_CORE" and not available for the 1111 directory.

Or is there a way that the cards in "DATA_DLC_1111"
and "DATA_CORE" can be merged together?

Thanks in advance.

Re: [HELP] A problem of deck construction

PostPosted: 12 Aug 2011, 21:06
by RiiakShiNal
Yes, cards from different datapacks can be used together by including all the necessary sets in the dataset definition for the deck being worked on. The dataset used by a deck is identified by the DATASET tag in the deck:
Code: Select all
<DATASET name="COMMUNITY" />
Then in the datasets directory the dataset is generally defined in general.xml:
Code: Select all
...
<DATASETS>
   <DATASET_DEFINITION name="COMMUNITY">
      <DATASET_INCLUSION name="Land"/>
      <CARDS filename ="M11_Land"/>
      <TEXT filename ="10e_card_text"/>
...
The Kor Duelist card in DLC0006 is defined as being in the ZEN expansion (within expansion 3) so you would either need to add <TEXT filename="ZEN_card_text_EXP3" /> to the appropriate dataset (note: that it is already in the COMMUNITY dataset) or create your own custom dataset with all the needed files referenced for the cards in the deck you are working with.

Re: [HELP] A problem of deck construction

PostPosted: 16 Aug 2011, 12:06
by nabeshin
I am assured that he speaks about dotp2012

Re: [HELP] A problem of deck construction

PostPosted: 16 Aug 2011, 20:49
by RiiakShiNal
nabeshin wrote:I am assured that he speaks about dotp2012
I assumed he was talking about DOTP (not 2012) since the Custom DLC 1111 does not work with DOTP 2012. Though I had not previously noticed that he said Kor Duelist was in DATA_CORE instead of DATA_DLC_0006.

Re: [HELP] A problem of deck construction

PostPosted: 16 Aug 2011, 23:48
by whismer
the DLC_1111 is the one made by Casper

and I use card in both repertory and it's working...

but sometimes you need to put them in a certain order and I don't understand the exact order working processuss for now :)