Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Atvaark committed Jan 2, 2015
2 parents 4b10e3b + 9a34b6c commit ce97974
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ Usage

Converting a .ftex file to .dds:
```
FtexTool.exe path.ftex
FtexTool.exe filename.ftex
```

Converting all .ftex files in a directory to .dds:
```
FtexTool.exe path
FtexTool.exe directoryname
```

Converting a .dds file to .ftex:
```
FtexTool.exe path.dds
FtexTool.exe filename.dds
```

PftxsTool
========
A tool for unpacking Fox Engine texture pack (.pftxs) file
A tool for unpacking and repacking Fox Engine texture pack (.pftxs) file

Requirements
--------
Expand All @@ -39,7 +39,13 @@ Microsoft .NET Framework 4.5
Usage
--------

Unpacking all Fox Engine texure files (.ftex) and Fox Engine sub texture files (.ftexs) in a .pftxs file
Unpacking all Fox Engine texure files (.ftex) and Fox Engine sub texture files (.ftexs) in a .pftxs file.
This will create the file 'filename_pftxs.inf' and the output folder 'filename'.
```
PftxsTool.exe path.pftxs
PftxsTool.exe filename.pftxs
```

Repacking all Fox Engine texure files (.ftex) and Fox Engine sub texture files (.ftexs)
```
PftxsTool.exe filename_pftxs.inf
```

0 comments on commit ce97974

Please sign in to comment.