Update 'File Type Status'

Lucas Schwiderski 2023-04-25 17:04:06 +02:00
parent d961ddadc6
commit 8955066140

@ -5,13 +5,13 @@
* *None*: Nothing about this binary format is known. * *None*: Nothing about this binary format is known.
| File Type | Binary Format | Compilation | Decompilation | Comment | | File Type | Binary Format | Compilation | Decompilation | Comment |
|-----------------|---------------|-------------|---------------|-----------------------------------------------------------------------------------------------------------| |-----------------|---------------|-------------|---------------|-----------------------------------------------------------------------|
| Bundle | Partial | ✓ | ✓ | A few fields in file headers and their interaction with external `data/` files is unknown. | | Bundle | Partial | ✓ | ✓ | A few fields in file headers and their interaction with external `data/` files is unknown.
| Bundle Database | Partial | ✓ | ✓ | 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 | Partial | ✗ | ✓ | | | Lua | Partial | ✓ | [](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/48) | Decompiling works just like in VT2, but hasn't been ported, yet
| Strings | Partial | ✓ | ✓ | The file format itself is done, but the interaction with bundle properties is not fully figured out, yet. | | Texture | [Partial](File-Type---Texture) | [](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) | [](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) |
| Unit | Limited | ✗ | ✗ | | | Strings | Partial | ✓ | ✓ | The file format itself is done, but the interaction with bundle properties is not fully figured out, yet.
| Material | Limited | ✗ | ✗ | | | Unit | None | ✗ | ✗ |
| Texture | Partial | ✗ | ✗ | | | Material | None | ✗ | ✗ |
| Level | Limited | ✗ | ✗ | | | Level | None | ✗ | ✗ |