docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [GameDesign, AI, Narrative, DramaManagement]
last_reinforced: 2026-04-20
---
# [[Drama Management Systems]] (드라마 관리 시스템)
# [[Drama Management Systems|Drama Management Systems]] (드라마 관리 시스템)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "플레이어 모르게 등 뒤에서 연극 무대를 조절하는 보이지 않는 연출가." 게임 엔진 내부에서 플레이어의 행동을 실시간 모니터링하여, 이야기가 너무 지루하거나 너무 급박해지지 않도록 이벤트를 배치하고 난이도를 조절하는 지능형 서사 제어 시스템이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 드라마 매니지먼트가 노골적이면 플레이어는 자신의 '자유의지(Agency)'가 침해받는다고 느껴 몰입이 깨진다(조작받는 느낌). 따라서 최근에는 LLM을 결합하여, 유저의 돌발 행동에도 논리적으로 대응하면서 자연스럽게 메인 플롯으로 복귀시키는 '생성형 드라마 매니지먼트'가 연구되고 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Dynamic Difficulty Adjustment (DDA)]] , Player-Agency
- Related: [[Dynamic Difficulty Adjustment (DDA)|Dynamic Difficulty Adjustment (DDA)]] , Player-Agency
- System: AI-Director (eg Left 4 Dead)