From 582e5a566af8d5b16904f822513c4f17b78b1bc3 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 9 Jul 2024 14:47:47 +0200 Subject: [PATCH] Update File Type Status --- File-Type-Status.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File-Type-Status.md b/File-Type-Status.md index 5ca4999..6471ac6 100644 --- a/File-Type-Status.md +++ b/File-Type-Status.md @@ -8,10 +8,10 @@ |-----------------|---------------|-------------|---------------|-----------------------------------------------------------------------| | 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 | ✓ | ✓ | +| Package | [Complete](File-Type---Package) | ✓ | ✓ | | Lua | Complete | ✓ | ✓ | | Texture | [Partial](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](File-Type---Strings) | ✓ | ✓ | 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 we "only" need to figure out the version and the post-processing. VT2's pipeline should work as a reference. | Unit | None | ✗ | ✗ | | Material | None | ✗ | ✗ |