Ashes TXPK Creator

Wouldubeinta

Club Captain
Joined
Nov 26, 2016
Profile Flag
Australia
ashes_txpk_creator1.jpg


This will create a TXPK file from multiple dds files.

How To Use:

How TXPK files works is, Ive divided the list of textures into groups that you will need to place in the txpk folder in the "TXPK_File_Indexes.csv".
So for example if you want to edit one single texture in this list, you will have to add all the texture in that list to make the txpk as the same as the original.

fields\sponsors\bigant.dds,213
fields\aus\boundary_col.dds,213
fields\aus\boundary_nrm.dds,213
textures\reflection.dds,213
fields\fieldonly\lines.dds,213

you will have to place all those textures in the "txpk" folder with or without corresponding folders, like so -

Ashes TXPK Creator\txpk\bigant.dds
Ashes TXPK Creator\txpk\boundary_col.dds
Ashes TXPK Creator\txpk\boundary_nrm.dds
Ashes TXPK Creator\txpk\reflection.dds
Ashes TXPK Creator\txpk\lines.dds
ect....

or like this with folders -

Ashes TXPK Creator\fields\sponsors\bigant.dds
Ashes TXPK Creator\fields\aus\boundary_col.dds
Ashes TXPK Creator\fields\aus\boundary_nrm.dds
Ashes TXPK Creator\textures\reflection.dds
Ashes TXPK Creator\fields\fieldonly\lines.dds

Then edit the fileIndexes.txt file and add the file path and index number to those group of textures. So for the top group of textures, it will look like so -

fields\sponsors\bigant.dds,213
fields\aus\boundary_col.dds,213
fields\aus\boundary_nrm.dds,213
textures\reflection.dds,213
fields\fieldonly\lines.dds,213

Then once that's done, save the txpk file to what ever name you want and place it in the blobset creator folder "Ashes Blobset Tools\AshesMods\txpk" folder and create the blobset.

Ashes TXPK Creator.zip
 
Last edited:

Wouldubeinta

Club Captain
Joined
Nov 26, 2016
Profile Flag
Australia
Ashes TXPK Creator has been updated to 0.0.1.1

* Updated the txpk file indexes.
* When loading a txpk file, you can now extract it by right clicking on the file list.
* Now can view images when loading a txpk file, just double click on a file name.
* Made it a bit easier to add the file paths and indexes, only have to add it to the fileIndexes.txt file now. // If you have any problems, just read the ReadMe.txt.
 

gamu

Club Captain
Joined
Sep 27, 2014
Ashes TXPK Creator has been updated to 0.0.1.1

* Updated the txpk file indexes.
* When loading a txpk file, you can now extract it by right clicking on the file list.
* Now can view images when loading a txpk file, just double click on a file name.
* Made it a bit easier to add the file paths and indexes, only have to add it to the fileIndexes.txt file now. // If you have any problems, just read the ReadMe.txt.

when I am trying to create txpk. It throws an ArrayIndexOutOfBoundsException. Please help me out
 

Wouldubeinta

Club Captain
Joined
Nov 26, 2016
Profile Flag
Australia
when I am trying to create txpk. It throws an ArrayIndexOutOfBoundsException. Please help me out
You might have a issue with your "fileIndexes.txt" file, make sure you have the comma in there.

Example:
fields\sponsors\bigant.dds,213

The comma "," separates the fields in the array - (dds location, index)
 

gamu

Club Captain
Joined
Sep 27, 2014
You might have a issue with your "fileIndexes.txt" file, make sure you have the comma in there.

Example:
fields\sponsors\bigant.dds,213

The comma "," separates the fields in the array - (dds location, index)
that line is missing in that file
 

Users who are viewing this thread

Top