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.
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>".
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>
Note that you could also open the file with Excel and add the data that way if it is more comfortable for you.
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..
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.