From 2f91356ff1c6dd118c8859b29d780963a112e23a Mon Sep 17 00:00:00 2001 From: sabre230 <44850786+sabre230@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:19:34 -0700 Subject: [PATCH] Update README.md https://github.com/randovania/mercury-engine-data-structures/pull/215#discussion_r1735453335 https://github.com/randovania/mercury-engine-data-structures/pull/215#discussion_r1735449166 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f85b3e1..7abaf9e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Construct type definitions for Mercury Engine | Format | Samus Returns (Read) | Samus Returns (Write) | Dread (Read) | Dread (Write) | Purpose | |-----------|----------------------|-----------------------|--------------|---------------|-------------| | BAPD | Missing | Missing | ✓ | ✓ | Audio Preset (positional audio data) | -| BCCAM | ✗ | ✗ | ✗ | ✗ | Camera Objects (used exclusively for a shot) | +| BCCAM | ✗ | ✗ | ✗ | ✗ | Cutscene Camera (used exclusively for cutscene takes) | | BCLGT | ✗ | ✗ | Missing | Missing | Lighting (?) | | BCMDL | ✗ | ✗ | ✓ | ✗ | 3D Models | | BCPTL | ✗ | ✗ | ✗ | ✗ | Particle Effect | @@ -69,7 +69,7 @@ Construct type definitions for Mercury Engine | LC | ✓ | ✓ | ✓ | ✓ | Lua Bytecode | | PKG | ✓ | ✓ | ✓ | ✓ | Packaged Files | | TOC | ✓ | ✓ | ✓ | ✓ | Table of Contents | -| TXT | ✓ | ✓ | ✓ | ✓ | UTF-16 Text File | +| TXT | ✓ | ✓ | ✓ | ✓ | UTF-16 Text File (?) | | WEBM | Missing | Missing | ✗ | ✗ | Standard WEBM |