Auto-sync: 2026-04-26 08:02

This commit is contained in:
2026-04-26 08:02:48 +08:00
parent 22f77e0660
commit c073392db8
70 changed files with 3766 additions and 25 deletions

View File

@@ -0,0 +1,72 @@
---
title: "Narrative Debt Tracking"
type: concept
tags: [game-narrative, project-management, storytelling]
sources: [narrative-designer.md]
last_updated: 2026-04-26
---
# Narrative Debt Tracking
叙事债务追踪——管理游戏叙事中"伏笔承诺"与"兑现义务"的系统,防止叙事烂尾和玩家信任流失。
## Definition
叙事债务类似于技术债务你在故事中埋下的伏笔foreshadowing和承诺dangling threads都是对玩家的隐性承诺。如果不兑现就欠下了叙事债务。
## Core Components
### 1. Foreshadowing伏笔
- 早期向玩家暗示后期会发生的事件
- 必须清晰到玩家能认出,但又模糊到不会猜到具体内容
- **示例**Act 1 中一个看似无害的道具,在 Act 3 中成为关键物品
### 2. Dangling Threads悬而未决的线索
- 叙事中引入但尚未解答的问题
- 玩家会期待解答——如果等太久,耐心会变成失望
- 需要主动管理:在引入悬案之前,先规划好解答时机
### 3. Promises承诺
- 叙事向玩家暗示"会发生什么"
- **类型**
- Genre promise类型承诺动作游戏会有激烈战斗
- Character promise角色承诺某角色会做出某种选择
- World promise世界承诺某个地点会有特殊意义
## Tracking System
### 必须记录的字段
```
Foreshadowing ID: [唯一标识]
First Appeared: [场景/节点]
Nature: [类型:对象/事件/关系/真相]
Expected Resolution: [预期场景/节点]
Status: [Open / Resolved / Retired]
Resolution Note: [如何解决或退役]
```
### Debt Retirement债务退役
如果某个伏笔因为设计变更无法兑现,必须**主动退役**
1. 在叙事中引入一个场景,说明该线索已不再相关
2. 不让它悬在空中——主动关闭比留给玩家自己推理更好
3. 记录退役原因,作为团队参考
## Why It Matters
- **玩家信任**:不兑现的承诺会让玩家觉得叙事不可信
- **发行风险**:叙事债务在游戏上线后难以修复
- **团队效率**:早期追踪可避免后期大幅重写
## Narrative Debt 与 Delayed Consequence
Narrative Debt Tracking 是 [[Choice Architecture]] 中"延迟后果"设计的执行层:
- Choice Architecture 定义**何时**欠下债务(选择时)
- Narrative Debt Tracking 管理**如何**偿还债务(交付时)
## Related Concepts
- [[Choice Architecture]]:延迟后果是叙事债务的主要来源
- [[Lore Architecture]]World Bible 中的 Banned Retcons 是永不到期的债务
- [[Branching Narrative]]:分支选择必须追踪其后果债务
## Sources
- [[Narrative Designer Agent Personality]] — Transmedia and Living World Narrative / Narrative Debt