Skip to content

Commit 528b778

Browse files
committed
Mention WIP ZiPatch writing support in README
1 parent c443b17 commit 528b778

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ Physis should:
2121

2222
Here is a list of supported formats and their status:
2323

24-
| File Format | Read | Write | Note |
25-
| --- | --- | --- | --- |
26-
| [Configuration files](https://docs.xiv.zone/format/cfg/) ||| |
27-
| [Saved character data](https://docs.xiv.zone/format/chardat/) ||| Only some versions are currently supported. |
28-
| [Chara make params](https://docs.xiv.zone/format/cmp/) ||| |
29-
| Dictionaries ||| |
30-
| [Excel data](https://docs.xiv.zone/format/exd/) ||| |
31-
| [File infos](https://docs.xiv.zone/format/fiin/) ||| |
32-
| Map layers ||| Layer support isn't well tested yet. |
33-
| [Chat logs](https://docs.xiv.zone/format/log/) ||| Not all chat categories are discovered yet. |
34-
| [Models](https://docs.xiv.zone/format/mdl/) ||| Adding custom shape keys aren't fully supported yet. |
35-
| [Materials](https://docs.xiv.zone/format/mtrl/) ||| |
36-
| Patch files || | |
37-
| Pre bone deformers ||| |
38-
| [Shader packages](https://docs.xiv.zone/format/shpk/) ||| |
39-
| [Skeletons](https://docs.xiv.zone/format/sklb/) ||| |
40-
| Terrain ||| |
41-
| [Textures](https://docs.xiv.zone/format/tex/) ||| Only some formats are supported. |
24+
| File Format | Read | Write | Note |
25+
| --- | --- |-------|----------------------------------------------------------------------------------------------------|
26+
| [Configuration files](https://docs.xiv.zone/format/cfg/) || | |
27+
| [Saved character data](https://docs.xiv.zone/format/chardat/) || | Only some versions are currently supported. |
28+
| [Chara make params](https://docs.xiv.zone/format/cmp/) || | |
29+
| Dictionaries || | |
30+
| [Excel data](https://docs.xiv.zone/format/exd/) || | |
31+
| [File infos](https://docs.xiv.zone/format/fiin/) || | |
32+
| Map layers || | Layer support isn't well tested yet. |
33+
| [Chat logs](https://docs.xiv.zone/format/log/) || | Not all chat categories are discovered yet. |
34+
| [Models](https://docs.xiv.zone/format/mdl/) || | Adding custom shape keys aren't fully supported yet. |
35+
| [Materials](https://docs.xiv.zone/format/mtrl/) || | |
36+
| Patch files || ~ | ZiPatch writing support is currently being worked on, but many operations are not yet implemented. |
37+
| Pre bone deformers || | |
38+
| [Shader packages](https://docs.xiv.zone/format/shpk/) || | |
39+
| [Skeletons](https://docs.xiv.zone/format/sklb/) || | |
40+
| Terrain || | |
41+
| [Textures](https://docs.xiv.zone/format/tex/) || | Only some formats are supported. |
4242

4343
Physis also supports doing some other useful things other than reading and writing file formats:
4444

0 commit comments

Comments
 (0)