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)
2013




Legendary
Moderator: CCGHQ Admins
11 posts
• Page 1 of 1
Legendary
by mdekock » 06 Sep 2012, 13:45
I was trying to find out how to create my own deck and I think it worked..
It's a blue and white deck with (maybe too much) big creatures (also Eldrazi).
Just for fun!! If you don't like it, don't use it!!
I think it uses a lot of the cards other people have posted here.
I'd like to thank all of you for posting and explaining how to...
I've tried to update the file so that there is a little bit more AI personality...
It's a blue and white deck with (maybe too much) big creatures (also Eldrazi).
Just for fun!! If you don't like it, don't use it!!

I think it uses a lot of the cards other people have posted here.
I'd like to thank all of you for posting and explaining how to...
I've tried to update the file so that there is a little bit more AI personality...
- Attachments
-
Deck_9090_MKK.zip
- Update 16-10-2012
- (23.99 MiB) Downloaded 972 times
Last edited by mdekock on 16 Oct 2012, 07:09, edited 1 time in total.
Re: Legendary
by RiiakShiNal » 06 Sep 2012, 14:04
From a quick look through the deck it looks like the AI Personality is missing some graphics and a name.
I'm not sure if id 17 is used for anything else, but it may be better to make the land pool's id something more closely related to the deck (like you did with the unlock file).
The unlock file (and directory) should not be necessary since you didn't include any unlocks.
- PLAYER_NAME_LEGENDARY is not defined.
- PW_Legendary.tdx does not exist.
- PW_Legendary_Locked.tdx does not exist.
I'm not sure if id 17 is used for anything else, but it may be better to make the land pool's id something more closely related to the deck (like you did with the unlock file).
The unlock file (and directory) should not be necessary since you didn't include any unlocks.
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: Legendary
by AlexSanchez » 14 Oct 2012, 17:56
I have played against the deck and indeed there is no player name nor image..how can it be fixed? I would like to try to define it and make a tdx image...
- AlexSanchez
- Posts: 32
- Joined: 09 Oct 2012, 22:46
- Has thanked: 2 times
- Been thanked: 0 time
Re: Legendary
by RiiakShiNal » 14 Oct 2012, 21:27
For the name it is simply adding the entry to an XML file in TEXT_PERMANENT (easiest to start with an existing XML rather than create a new one, but either can be done). For example adding:AlexSanchez wrote:I have played against the deck and indeed there is no player name nor image..how can it be fixed? I would like to try to define it and make a tdx image...
- Code: Select all
<Row>
<Cell><Data ss:Type="String">PLAYER_NAME_LEGENDARY</Data></Cell>
<Cell ss:Index="3"><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell ss:Index="9"><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
</Row>
- English
- French
- Spanish
- German
- Italian
- Japanese
- Korean
- Russian
- Portuguese (Brazil)
To make the image(s) you can start with a template (I've uploaded a couple here) and either make a picture from scratch using your favorite image editor or find a graphic you want to use putting the picture into the template, save the image as either a PNG or JPG and drop it onto Gibbed.Duels.TdxConvert.exe (one of the gibbed tools) to get the TDX.
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: Legendary
by AlexSanchez » 15 Oct 2012, 21:50
I have tried to add the entry to the xml file, adding it in the end of the text but nothing changes, it still says PLAYER NAME LEGENDARY and not LEGENDARY. I dont know how to use the entry.
Another problem is that I also dont know how to open the templates and save the images with that format into TDX and all the stuff..
Another problem is that I also dont know how to open the templates and save the images with that format into TDX and all the stuff..
- AlexSanchez
- Posts: 32
- Joined: 09 Oct 2012, 22:46
- Has thanked: 2 times
- Been thanked: 0 time
Re: Legendary
by RiiakShiNal » 15 Oct 2012, 23:36
You don't add it at the end it has to be added intelligently as at the end of the file you have "</Table></Worksheet></Workbook>" it actually needs to be added before the "</Table>".AlexSanchez wrote:I have tried to add the entry to the xml file, adding it in the end of the text but nothing changes, it still says PLAYER NAME LEGENDARY and not LEGENDARY. I dont know how to use the entry.
Example File:
- Code: Select all
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>Riiak Shi Nal</Author>
<LastAuthor>Riiak Shi Nal</LastAuthor>
<Created>1980-05-23T00:00:00Z</Created>
<Company>Microsoft Corporation</Company>
<Version>14.00</Version>
</DocumentProperties>
<Worksheet ss:Name="Sheet4">
<Table ss:ExpandedColumnCount="12" ss:ExpandedRowCount="25" x:FullColumns="1"
x:FullRows="1" ss:DefaultRowHeight="15">
<Row>
<Cell><Data ss:Type="String">Ident</Data></Cell>
<Cell><Data ss:Type="String">Comment</Data></Cell>
<Cell><Data ss:Type="String">Master Text</Data></Cell>
<Cell><Data ss:Type="String">French</Data></Cell>
<Cell><Data ss:Type="String">Spanish</Data></Cell>
<Cell><Data ss:Type="String">German</Data></Cell>
<Cell><Data ss:Type="String">Italian</Data></Cell>
<Cell ss:Index="9"><Data ss:Type="String">Japanese</Data></Cell>
<Cell><Data ss:Type="String">Korean</Data></Cell>
<Cell><Data ss:Type="String">Russian</Data></Cell>
<Cell><Data ss:Type="String">Portuguese (Brazil)</Data></Cell>
</Row>
<Row>
<Cell><Data ss:Type="String">PLAYER_NAME_LEGENDARY</Data></Cell>
<Cell ss:Index="3"><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell ss:Index="9"><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
<Cell><Data ss:Type="String">Legendary</Data></Cell>
</Row>
</Table>
</Worksheet>
</Workbook>
The templates I provided are saved as Photoshop files (*.PSD) and must be opened by an image editor that supports that format. I'm not going to go into how to use any image editors as there are a ton out there including Photoshop, Paint Shop Pro, Gimp, Paint.NET, and many others. When you are happy with how the image looks in your chosen editor you need to do a "Save As" and save it to PNG (Portable Network Graphics) or JPG. Once you have a PNG or JPG then in explorer drag and drop it on Gibbed.Duels.TdxConvert.exe and it will create a new file with the same name as the image you saved except with an extension of .TDX which you can then rename to PW_Legendary.tdx and/or PW_Legendary_Locked.tdx. Move the TDX to the correct directory and that should be it.AlexSanchez wrote:Another problem is that I also dont know how to open the templates and save the images with that format into TDX and all the stuff..
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: Legendary
by Berserker » 27 Dec 2012, 22:40
Hi guys can someone fix this deck, because when i open the game, win or lose a duel a window opens up and the system says the deck is reset to its original state and it is not available. I can play with the deck normally but this message is coming again and again???
- Berserker
- Posts: 45
- Joined: 23 Dec 2012, 10:36
- Has thanked: 0 time
- Been thanked: 0 time
Re: Legendary
by RiiakShiNal » 27 Dec 2012, 23:09
From a cursory glance it looks like it is giving that message because he reused the uid from the deck for the land pool as well. It should be an easy fix, but I don't really have much time at the moment so I'll look at it in more detail later.
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: Legendary
by Berserker » 28 Dec 2012, 00:27
Ohh ok thanks riiak, it would be very nice when you fix that 

- Berserker
- Posts: 45
- Joined: 23 Dec 2012, 10:36
- Has thanked: 0 time
- Been thanked: 0 time
Re: Legendary
by RiiakShiNal » 28 Dec 2012, 02:15
Okay, I looked at it in more detail and just like my initial thoughts it was from the reuse of the uid in both the deck and land pool that was causing the issue. So I have changed the uid for the land pool from 9090 to 909001 (trying to keep to a similar convention to what he used on the unlock file that he didn't use).
I also saw that he put the two wurm tokens in the deck directly (the wurm tokens are created by Wurmcoil Engine) which you can't do according to magic rules so I removed the tokens and reordered the cards after them to keep them in continuous order.
Deck_9090_MKK-Fixed.7z - 17.8 MB
The deck is most definitely not set up like I would set it up, but I've left the setup alone since it isn't my mod.
I also saw that he put the two wurm tokens in the deck directly (the wurm tokens are created by Wurmcoil Engine) which you can't do according to magic rules so I removed the tokens and reordered the cards after them to keep them in continuous order.
Deck_9090_MKK-Fixed.7z - 17.8 MB
The deck is most definitely not set up like I would set it up, but I've left the setup alone since it isn't my mod.
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
11 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 327 guests