mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-18 03:47:05 +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
|
||||
|
||||
All asset types are supported to be loaded from other fastfiles in memory.
|
||||
The following section specify which assets are supported to be dumped to disk (using `Unlinker`) and loaded from disk (
|
||||
using `Linker`):
|
||||
All asset types are supported to be loaded from other fastfiles in memory. The following section specify which assets
|
||||
are supported to be dumped to disk (using `Unlinker`) and loaded from disk (using `Linker`):
|
||||
|
||||
- ❌ = Currently unsupported
|
||||
- ✅ = Supported
|
||||
@@ -51,7 +50,7 @@ using `Linker`):
|
||||
| MaterialVertexShader | ✅ | ✅ | Only dumps/loads shader bytecode. |
|
||||
| MaterialVertexDeclaration | ✅ | ✅ | |
|
||||
| MaterialTechniqueSet | ✅ | ✅ | |
|
||||
| GfxImage | ✅ | ❌ | A few special image encodings are not yet supported. |
|
||||
| GfxImage | ✅ | ❌ | |
|
||||
| snd_alias_list_t | ❌ | ❌ | |
|
||||
| SndCurve | ✅ | ✅ | |
|
||||
| LoadedSound | ✅ | ❌ | |
|
||||
@@ -92,7 +91,7 @@ using `Linker`):
|
||||
| MaterialVertexShader | ❌ | ❌ | |
|
||||
| MaterialVertexDeclaration | ❌ | ❌ | |
|
||||
| MaterialTechniqueSet | ❌ | ❌ | |
|
||||
| GfxImage | ✅ | ✅ | A few special image encodings are not yet supported. |
|
||||
| GfxImage | ✅ | ✅ | |
|
||||
| snd_alias_list_t | ❌ | ❌ | |
|
||||
| SndCurve | ✅ | ✅ | |
|
||||
| LoadedSound | ✅ | ❌ | |
|
||||
@@ -170,7 +169,7 @@ using `Linker`):
|
||||
| XModel | ✅ | ✅ | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
|
||||
| Material | ✅ | ✅ | |
|
||||
| MaterialTechniqueSet | ❌ | ❌ | |
|
||||
| GfxImage | ✅ | ✅ | A few special image encodings are not yet supported. |
|
||||
| GfxImage | ✅ | ✅ | |
|
||||
| snd_alias_list_t | ❌ | ❌ | |
|
||||
| SndDriverGlobals | ❌ | ❌ | |
|
||||
| LoadedSound | ✅ | ❌ | |
|
||||
|
||||
Reference in New Issue
Block a user