Update File Type Status

Lucas Schwiderski 2024-01-15 16:15:56 +01:00
parent 2fbffa32e9
commit 30006c9e0e

@ -10,10 +10,12 @@
| Bundle Database | [Partial](File-Type---Bundle-Database) | ✓ | ✓ | The algorithm to generate resource hashes is unknown. | Bundle Database | [Partial](File-Type---Bundle-Database) | ✓ | ✓ | The algorithm to generate resource hashes is unknown.
| Package | Complete | ✓ | ✓ | | Package | Complete | ✓ | ✓ |
| Lua | Complete | ✓ | ✓ | | Lua | Complete | ✓ | ✓ |
| Texture | [Full](File-Type---Texture) | [WIP](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) | [WIP](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) | | Texture | [Full](File-Type---Texture) | [WIP](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) | [WIP](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) | While we do know the layout of the fields, we don't fully know what each of them does
| Strings | Partial | ✓ | ✓ | The file format itself is done, but the interaction with bundle properties is not fully figured out, yet. | Strings | Partial | ✓ | ✓ | The file format itself is done, but the interaction with bundle properties is not fully figured out, yet.
| Sound (Wwise) | None | ✗ | ✗ | Wwise does the heavy lifting anyways, so "only" need to figure out the version and the post-processing. VT2's pipeline should work as a reference. | Sound (Wwise) | None | ✗ | ✗ | Wwise does the heavy lifting anyways, so we "only" need to figure out the version and the post-processing. VT2's pipeline should work as a reference.
| Unit | None | ✗ | ✗ | | Unit | None | ✗ | ✗ |
| Material | None | ✗ | ✗ | | Material | None | ✗ | ✗ |
| Level | None | ✗ | ✗ | | Level | None | ✗ | ✗ |
| Particles | None | ✗ | ✗ | | Particles | None | ✗ | ✗ |
Anything not mentioned explicitly is to be considered unknown.