diff --git a/File-Type-Status.md b/File-Type-Status.md index 3d50b82..b35e892 100644 --- a/File-Type-Status.md +++ b/File-Type-Status.md @@ -5,13 +5,13 @@ * *None*: Nothing about this binary format is known. | 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 Database | Partial | ✓ | ✓ | The algorithm to generate resource hashes is unknown. | -| Package | Complete | ✓ | ✓ | | -| Lua | Partial | ✗ | ✓ | | -| Strings | Partial | ✓ | ✓ | The file format itself is done, but the interaction with bundle properties is not fully figured out, yet. | -| Unit | Limited | ✗ | ✗ | | -| Material | Limited | ✗ | ✗ | | -| Texture | Partial | ✗ | ✗ | | -| Level | Limited | ✗ | ✗ | | \ No newline at end of file +|-----------------|---------------|-------------|---------------|-----------------------------------------------------------------------| +| Bundle | Partial | ✓ | ✓ | A few fields in file headers and their interaction with external `data/` files is unknown. +| Bundle Database | [Partial](File-Type---Bundle-Database) | ✓ | ✓ | The algorithm to generate resource hashes is unknown. +| Package | Complete | ✓ | ✓ | +| Lua | Partial | ✓ | [✗](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/48) | Decompiling works just like in VT2, but hasn't been ported, yet +| Texture | [Partial](File-Type---Texture) | [✗](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) | [✗](https://git.sclu1034.dev/bitsquid_dt/dtmt/issues/2) | +| Strings | Partial | ✓ | ✓ | The file format itself is done, but the interaction with bundle properties is not fully figured out, yet. +| Unit | None | ✗ | ✗ | +| Material | None | ✗ | ✗ | +| Level | None | ✗ | ✗ | \ No newline at end of file