Board index
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks (2010, 2012, 2013, 2014, 2015, Magic Duels)
2014




new cards to wads DOTP 2014 deck builder
Moderator: CCGHQ Admins
9 posts
• Page 1 of 1
new cards to wads DOTP 2014 deck builder
by Rickycoe123 » 05 Sep 2013, 22:03
hey guys,
Am I able to add single xmls to the deck builder?
I've found a few cards i want to add, but no one has them in their dlc wads...
Is anyone able to shed some light on this pleaseeee
Am I able to add single xmls to the deck builder?
I've found a few cards i want to add, but no one has them in their dlc wads...
Is anyone able to shed some light on this pleaseeee

- Rickycoe123
- Posts: 138
- Joined: 14 Mar 2013, 22:44
- Has thanked: 1 time
- Been thanked: 15 times
Re: new cards to wads DOTP 2014 deck builder
by RiiakShiNal » 05 Sep 2013, 23:09
The easiest way to do this is to use "Tools"->"Setup Custom Data Folder" then drop the XMLs you want to add into "DATA_DLC_DECK_BUILDER_CUSTOM\DATA_ALL_PLATFORMS\CARDS". This will both add them to the available cards in the Deck Builder and allow the game to see them as well.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: new cards to wads DOTP 2014 deck builder
by propel0 » 05 Sep 2013, 23:09
if you have gibbed tools or wadedit, you can unpack the .wad, insert the card into the Cards folder, and repack. art goes into the illustrations path
Re: new cards to wads DOTP 2014 deck builder
by RiiakShiNal » 05 Sep 2013, 23:37
It is not recommended to unpack the original wads or wads from other modders to insert or change things, if you unpack your own wad or create a new one specifically for that purpose then that is up to you. The reason it is not recommended to change wads from other people is because if they update theirs then you will have to manually change it again to re-insert/re-change those cards to mesh with the new version (more work than necessary). Not to mention changing wads will cause issues in multiplayer (whereas with extra wads, those can be removed or shared easily before setting up a multiplayer match).
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: new cards to wads DOTP 2014 deck builder
by Rickycoe123 » 06 Sep 2013, 21:37
little off topic,
Im getting a minidump on startup with the PW mods.. and the first deck made with your deck builder? got any ideas?
Im getting a minidump on startup with the PW mods.. and the first deck made with your deck builder? got any ideas?
- Rickycoe123
- Posts: 138
- Joined: 14 Mar 2013, 22:44
- Has thanked: 1 time
- Been thanked: 15 times
Re: new cards to wads DOTP 2014 deck builder
by RiiakShiNal » 07 Sep 2013, 01:26
If you are getting a crash with the Planeswalker mod and a deck made with my builder then it is likely that there is a card with mismatched file name and FILENAME tag. Did you check the error log from the builder?
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: new cards to wads DOTP 2014 deck builder
by Rickycoe123 » 07 Sep 2013, 08:13
There was no error log from the builder. I'll try reinstalling dotp 2014 then readding all of the mods again
- Rickycoe123
- Posts: 138
- Joined: 14 Mar 2013, 22:44
- Has thanked: 1 time
- Been thanked: 15 times
Re: new cards to wads DOTP 2014 deck builder
by Rickycoe123 » 07 Sep 2013, 09:44
So yeah..... i fixed the error message. was a bad DLC i had installed.
Now back to the case of new cards,
There is a card with no image... like our convo before... how am i able to add my own TDX or PNG files?
Now back to the case of new cards,
There is a card with no image... like our convo before... how am i able to add my own TDX or PNG files?
- Rickycoe123
- Posts: 138
- Joined: 14 Mar 2013, 22:44
- Has thanked: 1 time
- Been thanked: 15 times
Re: new cards to wads DOTP 2014 deck builder
by RiiakShiNal » 08 Sep 2013, 12:15
If you already have a TDX file with the appropriate name you can simply add that file to the DATA_ALL_PLATFORMS\ART_ASSETS\ILLUSTRATIONS directory in either a wad you already have or the custom data folder that can be created by the Deck Builder (DATA_DLC_DECK_BUILDER_CUSTOM).
If the TDX file does not have the appropriate name (or you don't know if it has an appropriate name) then you need to check the Card XML for the card you intend to use the image with. Look at the ARTID tag to see what the filename should be. If you see a tag like this:
If the tag looks like this:
If you do not have a TDX file of the image you only have a JPG or PNG then you need to convert to TDX. You can use Gibbed Tools TdxConvert to change from JPG or PNG to TDX. If you want an uncompressed TDX you can just drag and drop the image on TdxConvert, if you want a compressed TDX file then you need to compress it using either Eglin's Tool or my modified Gibbed Tools and follow the instructions for the tool you are using. Compressed images need to have dimensions that are a multiple of 4 (for regular cards the game uses and prefers images with a size of 512x376).
If the TDX file does not have the appropriate name (or you don't know if it has an appropriate name) then you need to check the Card XML for the card you intend to use the image with. Look at the ARTID tag to see what the filename should be. If you see a tag like this:
- Code: Select all
<ARTID value="139750" />
If the tag looks like this:
- Code: Select all
<ARTID value="A127380" />
If you do not have a TDX file of the image you only have a JPG or PNG then you need to convert to TDX. You can use Gibbed Tools TdxConvert to change from JPG or PNG to TDX. If you want an uncompressed TDX you can just drag and drop the image on TdxConvert, if you want a compressed TDX file then you need to compress it using either Eglin's Tool or my modified Gibbed Tools and follow the instructions for the tool you are using. Compressed images need to have dimensions that are a multiple of 4 (for regular cards the game uses and prefers images with a size of 512x376).
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
9 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests