docs+game: staff-lore factions gameplay cinematics pitch

This commit is contained in:
staff-lore 2026-09-07 01:17:41 +02:00
parent 9f4034806c
commit 0b3d835963
10 changed files with 388 additions and 0 deletions

21
docs/CINEMATICS.md Normal file
View file

@ -0,0 +1,21 @@
# Cinematics — OpenKKnD / Pitchwell
Original briefing clips only. **≥1280×720**, **≥24 fps**, **≥6 s**. Not 480p. No KKnD FMV, no Nintendo likeness.
## META.json (per clip)
```json
{
"id": "first-contact",
"width": 1280,
"height": 720,
"fps": 24,
"seconds": 6,
"license": "original",
"pipeline": "ffmpeg-stub"
}
```
Output: `assets/cinematics/<id>/out/` + `META.json`.
Stub: `scripts/cinematics/make_stub.sh`