Tool that can export ipaks to DDS and TGA files.
In normal language: It extracts the textures from the IPAK files in /zone/
- Supports normals
- Supports a huge amount of DDS formats such as
- Filenames! (only this tool has this)
- A8BGR8
- BGR8
- DXT1
- DXT3
- DXT5
- A8BGR8
- Several commandline features (see below) such as prefixes, logs and more
Quote:===== Tom Crowley Bo 2 iPak Exporter =====
Site: www.tom-bmx.com
version: 1.0
If you wish to redistribute this program do so by linking to the original download link.
Note: Setting the export folder to one that is on a diffrent HDD to the ipak will
help improve export speed, since this program is mainly IO bound.
Options:
(man) -f The iPack file to export
(opt) -o OutputDir (Directory will be created if not present)
(opt) -n Exports Normal Maps
(opt) -u If .dds / .tga exist in Output folder it's updated
(opt) -a Disables the AI file update override
(opt) -p Prefix files with Format Name
(opt) -d Logs and displays texture dimensions
You can also drop a iPak directly onto the exe to load it.
Normal Maps:
Normal maps are not exported by default since not everyone wants them, plus the program decompresses
them on the fly to 32-but TGA meaning some normal maps will be 16mb in size. Leading to a large
amount of HDD space been used for normal maps.
If you wish to export normal maps use the -n flag
Flag -u
This flag turns off the programs file checking system to see if the file already exsists before exporting.
Use this flag if you have editing a texture and want to update it with the original.
Leaving this off is useful though since if you have exported the iPak to the same directory previously
And just want to get retrive files you have deleted the export will complete much quicker.
Flag -a
Disables the programs AI that will decided if file exsists checks should be turned off to help increased export
speed.
Flag -p
File names are prefixed with the internal formats name.
For example: DXT5_636064646.dds
DXT1_24256363.dds
Flag -d
Turns on the image dimension logging system which displays a report after export showing what size textures this iPak contains.
Changelog:
Quote:Version 1.1Credits:
- IWI Name linker
- DXT5 alpha removal system
- Supports Cube maps (DDS)
- Fixed bug in RGBA dds header
- DLC ipak's supported
- @TwoPumpChump (aka tom_bmx)
Download:
http://tom-bmx.com/downloads.php?id=15
If you like his work you can donate or +rep