Releases: Jayveer/CtxrTool
CtxrTool 1.3
Latest Changes
- Added support for extracting as BMP
- Added support for converting BMP and TGA to CTXR with mipmap generation.
Usage
Currently only a CLI version of the application exists. You can drag a CTXR file onto the tool and it will create a DDS file and param file in the same folder. Alternatively you can drag a DDS file on the tool and it will create a CTXR file (Experimental).
You can use the -f command along with 'bmp' or 'tga' when extracting a CTXR file to export it as a TGA or BMP instead of a DDS. This will not save mip map data, example below.
Upon exporting a ctxr file a 'param' file will also be created, this will be used when repacking the data if it exists.
Running the program without any arguments will display usage information.
CtxrTool.exe <example_file.ctxr>
The above command will convert a CTXR file to a DDS file.
CtxrTool.exe <example_file.ctxr> -f tga
The above command will convert a CTXR file to a TGA file. This will not export mipmap data.
CtxrTool.exe <example_file.ctxr> -f bmp
The above command will convert a CTXR file to a BMP file. This will not export mipmap data.
CtxrTool.exe <example_file.dds>
The above command will convert a DDS file to a CTXR file, if a file with same name and extension as param is in the same directory it will repack that data back into the ctxr file (Work in progress, still some unknowns)
CtxrTool.exe <example_file.tga>
The above command will convert a TGA file to a CTXR file, this will generate mip maps for you. It is recommeneded to use DDS and create your own, but this option is available for those that can't
CtxrTool.exe <example_file.tga> -m no
The above command will convert a TGA file to a CTXR file, this will not generate any mip maps.
CtxrTool.exe <example_file.bmp>
The above command will convert a BMP file to a CTXR file, this will generate mip maps for you. It is recommeneded to use DDS and create your own, but this option is available for those that can't
CtxrTool.exe <example_file.tga> -m no
The above command will convert a BMP file to a CTXR file, this will not generate any mip maps.
CtxrTool 1.2
Latest Changes
- Added support for extracting as TGA file
- Addded param extraction
Usage
Currently only a CLI version of the application exists. You can drag a CTXR file onto the tool and it will create a DDS file and param file in the same folder. Alternatively you can drag a DDS file on the tool and it will create a CTXR file (Experimental).
You can add add 'tga' as a second argument when extracting a CTXR file to export it as a TGA instead of a DDS. This will not save mip map data, example below.
Upon exporting a ctxr file a 'param' file will also be created, this will be used when repacking the data if it exists.
Running the program without any arguments will display usage information.
CtxrTool.exe <example_file.ctxr>
The above command will convert a CTXR file to a DDS file.
CtxrTool.exe <example_file.ctxr> tga
The above command will convert a CTXR file to a TGA file. This will not export mipmap data.
CtxrTool.exe <example_file.dds>
The above command will convert a DDS file to a CTXR file, if a file with same name and extension as param is in the same directory it will repack that data back into the ctxr file (Work in progress, still some unknowns)
CtxrTool 1.1
Usage
Currently only a CLI version of the application exists. You can drag a CTXR file onto the tool and it will create a DDS file in the same folder. Alternatively you can drag a DDS file on the tool and it will create a CTXR file (Experimental) .
DDS files must be saved in the 8.8.8.8 ARGB format, I have only tested using the NVIDIA Texture Tools Exporter plugin and Photoshop.
Running the program without any arguments will display usage information.
CtxrTool.exe <example_file.ctxr>
The above command will convert a CTXR file to a DDS file.
CtxrTool.exe <example_file.dds>
The above command will convert a DDS file to a CTXR file (Work in progress, still some unknowns)
CtxrTool 1.0
Usage
Currently only a CLI version of the application exists. You can drag a CTXR file onto the tool and it will create a DDS file in the same folder. Alternatively you can drag a DDS file on the tool and it will create a CTXR file (Experimental) .
Running the program without any arguments will display usage information.
CtxrTool.exe <example_file.ctxr>
The above command will convert a CTXR file to a DDS file.
CtxrTool.exe <example_file.dds>
The above command will convert a DDS file to a CTXR file (Work in progress, still some unknowns)