Skip to content

Commit

Permalink
project: remove reference to tools from readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis authored Sep 26, 2022
1 parent d043265 commit 8b33e17
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ Currently, the following file formats are supported.
| Model Script Binary | `.MSB` | Contains model animation script data and associated hierarchy and mesh information (binary form) | `model_script` |
| Virtual Disk | `.VDF` | Contains a directory structure containing multiple files; similar to [tar](https://en.wikipedia.org/wiki/Tar_(computing)). | `vdf_file` |

## currently available tools
_phoenix_ comes with some tools to inspect and convert the _ZenGin_'s file formats. The following is a list of all
tools currently available:

| Name | Description |
|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
| `pxinfo` | Dump information about various files. |
| `pxmdl` | Convert `MRM`, `MSH`, `MMB`, `MDL` and `MDM` files as well as world meshes into the [Wavefront](https://en.wikipedia.org/wiki/Wavefront_.obj_file) model |
| `pxscrdump` | Display, disassemble and decompile compiled _Daedalus_ scripts (similar to `objdump`). |
| `pxtex` | Convert `TEX` files to `TGA` |
| `pxvdfs` | Extract and list contents of `VDF` files. |

## building
_phoenix_ is currently only tested on Linux and while Windows _should_ be supported you might run into issues. If so,
feel free to create an issue or open a merge request. You will need
Expand Down

0 comments on commit 8b33e17

Please sign in to comment.