@@ -21,24 +21,24 @@ Physis should:
21
21
22
22
Here is a list of supported formats and their status:
23
23
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. |
42
42
43
43
Physis also supports doing some other useful things other than reading and writing file formats:
44
44
0 commit comments