need some help...

is it possible to use a photo shopped image over a certain card image? if so how? i see export image with the dotp 2014 deck builder but no import...
High Quality Resources for Collectible Card Games
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=109&t=14127
There is no "Import" because the Deck Builder does not support editing WADs.G36cBossMan wrote:is it possible to use a photo shopped image over a certain card image? if so how? i see export image with the dotp 2014 deck builder but no import...
The order attribute is in the WAD header (ENTRY tag, usually the last attribute before closing). Here is the WAD header from the official Deck Pack 1 (DATA_DECKS_F14_PACK1.WAD):MC Brodie wrote:Where do you set the order attribute? I always thought that files were overridden based on their name. That is, files are loaded in alphabetical order and the last version is the one used in the game.
<?xml version="1.0"?>
<WAD_HEADER>
<ENTRY platform="ALL" source="Data_Decks_F14_Pack1/DATA_ALL_PLATFORMS/" alias="Content" order="22"/>
<ENTRY platform="TOUCH" source="Data_Decks_F14_Pack1/DATA_TOUCH/" alias="Content" order="23"/>
<ENTRY platform="PC" source="Data_Decks_F14_Pack1/DATA_PC/" alias="Content" order="24"/>
<ENTRY platform="X360" source="Data_Decks_F14_Pack1/DATA_X360/" alias="Content" order="24"/>
<ENTRY platform="PS3" source="Data_Decks_F14_Pack1/DATA_PS3/" alias="Content" order="24"/>
<ENTRY platform="IPAD" source="Data_Decks_F14_Pack1/DATA_IPAD/" alias="Content" order="24"/>
</WAD_HEADER>
Oh it really isn't that hard. If you know how to mess with photoshop you should be able to figure it out. Follow these instructions:G36cBossMan wrote:so another words you need to know what your doing... thanks anyway though guys