Exporting and merging of merged SPEC data
Hi,
So I am trying to create some custom cards and would like to use new creature sub-types. From doing some reading around the place, it looks like the deckbuilder can export custom SPEC and LOL data. I tried this, but the sub-types I coded don't appear in the CREATURES_TYPE.TXT file (unpacked the WAD using gibbed tools and then opened the text file). For example, if I wanted the custom subtype "SPIKEY" or "ECHIDNA" (these are only an example - the actual subtypes I want to create are different but I don't want to share them just yet until I have finished more of the cards to share with the group).
My question: right now the card is just an XML file in the DATA_DLC_DECK_BUILDER_CUSTOM\DATA_ALL_PLATFORMS\CARDS folder. It has these text lines that look something like this in the file (again, just an example, not the actual subtypes I want to create):
<TYPE metaname="Creature" />
<SUB_TYPE metaname="Spikey" />
<SUB_TYPE metaname="Echidna" />
Do I need to create a custom card WAD? The cards work in game with just the deck WAD, but the sub-type text doesn't display at all. I guess the next step is to create a core WAD and then export the SPEC data and see if that works.
...maybe I just answered my own question.
So I am trying to create some custom cards and would like to use new creature sub-types. From doing some reading around the place, it looks like the deckbuilder can export custom SPEC and LOL data. I tried this, but the sub-types I coded don't appear in the CREATURES_TYPE.TXT file (unpacked the WAD using gibbed tools and then opened the text file). For example, if I wanted the custom subtype "SPIKEY" or "ECHIDNA" (these are only an example - the actual subtypes I want to create are different but I don't want to share them just yet until I have finished more of the cards to share with the group).
My question: right now the card is just an XML file in the DATA_DLC_DECK_BUILDER_CUSTOM\DATA_ALL_PLATFORMS\CARDS folder. It has these text lines that look something like this in the file (again, just an example, not the actual subtypes I want to create):
<TYPE metaname="Creature" />
<SUB_TYPE metaname="Spikey" />
<SUB_TYPE metaname="Echidna" />
Do I need to create a custom card WAD? The cards work in game with just the deck WAD, but the sub-type text doesn't display at all. I guess the next step is to create a core WAD and then export the SPEC data and see if that works.
...maybe I just answered my own question.