mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-08 15:07:06 +00:00
docs: remove hint about unsupported image formats from iw4,iw5,t4 (#995)
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
# Supported Asset Types
|
# Supported Asset Types
|
||||||
|
|
||||||
All asset types are supported to be loaded from other fastfiles in memory.
|
All asset types are supported to be loaded from other fastfiles in memory. The following section specify which assets
|
||||||
The following section specify which assets are supported to be dumped to disk (using `Unlinker`) and loaded from disk (
|
are supported to be dumped to disk (using `Unlinker`) and loaded from disk (using `Linker`):
|
||||||
using `Linker`):
|
|
||||||
|
|
||||||
- ❌ = Currently unsupported
|
- ❌ = Currently unsupported
|
||||||
- ✅ = Supported
|
- ✅ = Supported
|
||||||
@@ -51,7 +50,7 @@ using `Linker`):
|
|||||||
| MaterialVertexShader | ✅ | ✅ | Only dumps/loads shader bytecode. |
|
| MaterialVertexShader | ✅ | ✅ | Only dumps/loads shader bytecode. |
|
||||||
| MaterialVertexDeclaration | ✅ | ✅ | |
|
| MaterialVertexDeclaration | ✅ | ✅ | |
|
||||||
| MaterialTechniqueSet | ✅ | ✅ | |
|
| MaterialTechniqueSet | ✅ | ✅ | |
|
||||||
| GfxImage | ✅ | ❌ | A few special image encodings are not yet supported. |
|
| GfxImage | ✅ | ❌ | |
|
||||||
| snd_alias_list_t | ❌ | ❌ | |
|
| snd_alias_list_t | ❌ | ❌ | |
|
||||||
| SndCurve | ✅ | ✅ | |
|
| SndCurve | ✅ | ✅ | |
|
||||||
| LoadedSound | ✅ | ❌ | |
|
| LoadedSound | ✅ | ❌ | |
|
||||||
@@ -92,7 +91,7 @@ using `Linker`):
|
|||||||
| MaterialVertexShader | ❌ | ❌ | |
|
| MaterialVertexShader | ❌ | ❌ | |
|
||||||
| MaterialVertexDeclaration | ❌ | ❌ | |
|
| MaterialVertexDeclaration | ❌ | ❌ | |
|
||||||
| MaterialTechniqueSet | ❌ | ❌ | |
|
| MaterialTechniqueSet | ❌ | ❌ | |
|
||||||
| GfxImage | ✅ | ✅ | A few special image encodings are not yet supported. |
|
| GfxImage | ✅ | ✅ | |
|
||||||
| snd_alias_list_t | ❌ | ❌ | |
|
| snd_alias_list_t | ❌ | ❌ | |
|
||||||
| SndCurve | ✅ | ✅ | |
|
| SndCurve | ✅ | ✅ | |
|
||||||
| LoadedSound | ✅ | ❌ | |
|
| LoadedSound | ✅ | ❌ | |
|
||||||
@@ -170,7 +169,7 @@ using `Linker`):
|
|||||||
| XModel | ✅ | ✅ | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
|
| XModel | ✅ | ✅ | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
|
||||||
| Material | ✅ | ✅ | |
|
| Material | ✅ | ✅ | |
|
||||||
| MaterialTechniqueSet | ❌ | ❌ | |
|
| MaterialTechniqueSet | ❌ | ❌ | |
|
||||||
| GfxImage | ✅ | ✅ | A few special image encodings are not yet supported. |
|
| GfxImage | ✅ | ✅ | |
|
||||||
| snd_alias_list_t | ❌ | ❌ | |
|
| snd_alias_list_t | ❌ | ❌ | |
|
||||||
| SndDriverGlobals | ❌ | ❌ | |
|
| SndDriverGlobals | ❌ | ❌ | |
|
||||||
| LoadedSound | ✅ | ❌ | |
|
| LoadedSound | ✅ | ❌ | |
|
||||||
|
|||||||
Reference in New Issue
Block a user