level-design
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLevel Design
关卡设计
Level Design Philosophy
关卡设计理念
┌─────────────────────────────────────────────────────────────┐
│ LEVEL DESIGN PILLARS │
├─────────────────────────────────────────────────────────────┤
│ 1. FLOW: Guide the player naturally through space │
│ 2. PACING: Control intensity and rest moments │
│ 3. DISCOVERY: Reward exploration and curiosity │
│ 4. CLARITY: Player always knows where to go │
│ 5. CHALLENGE: Skill tests that teach and satisfy │
└─────────────────────────────────────────────────────────────┘┌─────────────────────────────────────────────────────────────┐
│ LEVEL DESIGN PILLARS │
├─────────────────────────────────────────────────────────────┤
│ 1. FLOW: 引导玩家自然地穿梭于空间中 │
│ 2. PACING: 把控游戏强度与休息节奏 │
│ 3. DISCOVERY: 奖励探索行为与好奇心 │
│ 4. CLARITY: 让玩家始终清楚前进方向 │
│ 5. CHALLENGE: 设计兼具教学性与成就感的技能考验 │
└─────────────────────────────────────────────────────────────┘Level Structure Patterns
关卡结构模式
LINEAR LEVEL:
┌─────────────────────────────────────────────────────────────┐
│ [Start] → [Tutorial] → [Challenge] → [Boss] → [End] │
│ │
│ PROS: Easy to pace, clear direction │
│ CONS: Limited replay value, less exploration │
│ BEST FOR: Story-driven games, action games │
└─────────────────────────────────────────────────────────────┘
HUB & SPOKE:
┌─────────────────────────────────────────────────────────────┐
│ [Level A] │
│ ↑ │
│ [Level B] ← [HUB] → [Level C] │
│ ↓ │
│ [Level D] │
│ │
│ PROS: Player choice, non-linear progression │
│ CONS: Can feel disconnected │
│ BEST FOR: RPGs, Metroidvanias, open-world │
└─────────────────────────────────────────────────────────────┘
METROIDVANIA:
┌─────────────────────────────────────────────────────────────┐
│ ┌───┐ ┌───┐ ┌───┐ │
│ │ A │───│ B │───│ C │ (locked: need ability X) │
│ └─┬─┘ └───┘ └───┘ │
│ │ │ │
│ ┌─┴─┐ ┌─┴─┐ │
│ │ D │───│ E │ (grants ability X) │
│ └───┘ └───┘ │
│ │
│ PROS: Rewarding exploration, ability gating │
│ CONS: Can get lost, backtracking tedium │
│ BEST FOR: Exploration games, 2D platformers │
└─────────────────────────────────────────────────────────────┘线性关卡(LINEAR LEVEL):
┌─────────────────────────────────────────────────────────────┐
│ [起点] → [教程] → [挑战] → [Boss战] → [终点] │
│ │
│ PROS: 节奏易于把控,方向清晰 │
│ CONS: 重玩价值有限,探索空间不足 │
│ BEST FOR: 剧情驱动类游戏、动作游戏 │
└─────────────────────────────────────────────────────────────┘
枢纽辐射式(HUB & SPOKE):
┌─────────────────────────────────────────────────────────────┐
│ [关卡A] │
│ ↑ │
│ [关卡B] ← [枢纽] → [关卡C] │
│ ↓ │
│ [关卡D] │
│ │
│ PROS: 给予玩家选择空间,支持非线性推进 │
│ CONS: 可能会让玩家感到脱节 │
│ BEST FOR: RPG、Metroidvania、开放世界游戏 │
└─────────────────────────────────────────────────────────────┘
银河恶魔城(METROIDVANIA):
┌─────────────────────────────────────────────────────────────┐
│ ┌───┐ ┌───┐ ┌───┐ │
│ │ A │───│ B │───│ C │ (锁定:需要能力X) │
│ └─┬─┘ └───┘ └───┘ │
│ │ │ │
│ ┌─┴─┐ ┌─┴─┐ │
│ │ D │───│ E │ (获取能力X) │
│ └───┘ └───┘ │
│ │
│ PROS: 探索体验富有成就感,通过能力解锁区域 │
│ CONS: 玩家可能迷路,回溯过程繁琐 │
│ BEST FOR: 探索类游戏、2D平台游戏 │
└─────────────────────────────────────────────────────────────┘Pacing & Flow
节奏与流畅性
INTENSITY GRAPH (Good Pacing):
┌─────────────────────────────────────────────────────────────┐
│ High │ ╱╲ ╱╲ ╱╲ │
│ │ ╱ ╲ ╱╲ ╱ ╲ ╱ ╲ ╱╲ │
│ │ ╱ ╲ ╱ ╲ ╱ ╲╱ ╲ ╱ ╲ │
│ Low │───╱──────╲╱────╲──────────────╲╱──────── │
│ └────────────────────────────────────────→ Time │
│ │
│ PATTERN: Build → Peak → Rest → Build → Peak → Rest │
└─────────────────────────────────────────────────────────────┘
PACING ELEMENTS:
┌─────────────────────────────────────────────────────────────┤
│ BUILD-UP: │
│ • Introduce new mechanic safely │
│ • Increase difficulty gradually │
│ • Foreshadow upcoming challenge │
├─────────────────────────────────────────────────────────────┤
│ PEAK (Combat/Puzzle): │
│ • Test player skills │
│ • High stakes moments │
│ • Boss encounters │
├─────────────────────────────────────────────────────────────┤
│ REST: │
│ • Safe zones │
│ • Story/exploration moments │
│ • Resource replenishment │
│ • Save points │
└─────────────────────────────────────────────────────────────┘强度曲线图(优质节奏)INTENSITY GRAPH (Good Pacing):
┌─────────────────────────────────────────────────────────────┐
│ 高 │ ╱╲ ╱╲ ╱╲ │
│ │ ╱ ╲ ╱╲ ╱ ╲ ╱ ╲ ╱╲ │
│ │ ╱ ╲ ╱ ╲ ╱ ╲╱ ╲ ╱ ╲ │
│ 低 │───╱──────╲╱────╲──────────────╲╱──────── │
│ └────────────────────────────────────────→ 时间 │
│ │
│ 模式: 铺垫 → 峰值 → 休息 → 铺垫 → 峰值 → 休息 │
└─────────────────────────────────────────────────────────────┘
节奏把控要素(PACING ELEMENTS):
┌─────────────────────────────────────────────────────────────┤
│ 铺垫阶段(BUILD-UP): │
│ • 安全引入新机制 │
│ • 逐步提升难度 │
│ • 预示即将到来的挑战 │
├─────────────────────────────────────────────────────────────┤
│ 峰值阶段(战斗/解谜)PEAK (Combat/Puzzle): │
│ • 考验玩家技能 │
│ • 高紧张时刻 │
│ • Boss战 │
├─────────────────────────────────────────────────────────────┤
│ 休息阶段(REST): │
│ • 安全区域 │
│ • 剧情/探索时刻 │
│ • 资源补给 │
│ • 存档点 │
└─────────────────────────────────────────────────────────────┘Environmental Storytelling
环境叙事
STORYTELLING TECHNIQUES:
┌─────────────────────────────────────────────────────────────┐
│ VISUAL NARRATIVES: │
│ • Abandoned objects tell stories │
│ • Environmental damage shows history │
│ • Character belongings reveal personality │
│ • Graffiti and notes provide context │
├─────────────────────────────────────────────────────────────┤
│ ATMOSPHERE: │
│ • Lighting sets mood (warm=safe, cold=danger) │
│ • Sound design reinforces tone │
│ • Weather reflects narrative beats │
│ • Music cues emotional state │
├─────────────────────────────────────────────────────────────┤
│ DISCOVERY LAYERS: │
│ • Surface: Obvious story elements │
│ • Hidden: Rewards for exploration │
│ • Deep: Lore for dedicated players │
└─────────────────────────────────────────────────────────────┘叙事技巧(STORYTELLING TECHNIQUES):
┌─────────────────────────────────────────────────────────────┐
│ 视觉叙事(VISUAL NARRATIVES): │
│ • 废弃物品诉说故事 │
│ • 环境损毁展现历史 │
│ • 角色物品揭露性格 │
│ • 涂鸦与笔记提供背景上下文 │
├─────────────────────────────────────────────────────────────┤
│ 氛围营造(ATMOSPHERE): │
│ • 灯光设定氛围(温暖=安全,冰冷=危险) │
│ • 音效设计强化基调 │
│ • 天气呼应叙事节点 │
│ • 音乐触发情绪状态 │
├─────────────────────────────────────────────────────────────┤
│ 探索层级(DISCOVERY LAYERS): │
│ • 表层:明显的故事元素 │
│ • 隐藏层:奖励探索行为 │
│ • 深层:为核心玩家准备的世界观设定 │
└─────────────────────────────────────────────────────────────┘Whitebox Process
白盒流程
LEVEL DESIGN WORKFLOW:
┌─────────────────────────────────────────────────────────────┐
│ 1. CONCEPT (Paper) │
│ • Sketch rough layout │
│ • Define key beats │
│ • Identify player path │
│ ↓ │
│ 2. WHITEBOX (Engine) │
│ • Block out with primitives │
│ • Test scale and timing │
│ • Place placeholder enemies │
│ ↓ │
│ 3. PLAYTEST │
│ • Get feedback early │
│ • Iterate on layout │
│ • Fix flow issues │
│ ↓ │
│ 4. ART PASS │
│ • Replace with final art │
│ • Add lighting │
│ • Polish visual details │
│ ↓ │
│ 5. FINAL POLISH │
│ • Audio integration │
│ • VFX placement │
│ • Performance optimization │
└─────────────────────────────────────────────────────────────┘关卡设计工作流(LEVEL DESIGN WORKFLOW):
┌─────────────────────────────────────────────────────────────┐
│ 1. 概念设计(纸面)CONCEPT (Paper) │
│ • 绘制粗略布局 │
│ • 定义关键节点 │
│ • 确定玩家路径 │
│ ↓ │
│ 2. 白盒搭建(引擎内)WHITEBOX (Engine) │
│ • 用基本几何体搭建框架 │
│ • 测试比例与节奏 │
│ • 放置占位敌人 │
│ ↓ │
│ 3. 玩法测试 PLAYTEST │
│ • 尽早获取反馈 │
│ • 迭代优化布局 │
│ • 修复流畅性问题 │
│ ↓ │
│ 4. 美术制作 ART PASS │
│ • 替换为最终美术资源 │
│ • 添加灯光 │
│ • 打磨视觉细节 │
│ ↓ │
│ 5. 最终优化 FINAL POLISH │
│ • 音频整合 │
│ • 放置视觉特效 │
│ • 性能优化 │
└─────────────────────────────────────────────────────────────┘Player Guidance
玩家引导
VISUAL GUIDANCE TECHNIQUES:
┌─────────────────────────────────────────────────────────────┐
│ LIGHTING: │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ [Dark] [BRIGHT PATH] [Dark] │ │
│ │ ↓ │ │
│ │ [OBJECTIVE] │ │
│ └─────────────────────────────────────────────────────┘ │
│ │
│ LANDMARKS: │
│ • Tall structures visible from distance │
│ • Unique colors for important locations │
│ • Repeated motifs for path clarity │
│ │
│ ARCHITECTURE: │
│ • Lines leading to objectives │
│ • Framing important elements │
│ • Negative space around key items │
└─────────────────────────────────────────────────────────────┘视觉引导技巧(VISUAL GUIDANCE TECHNIQUES):
┌─────────────────────────────────────────────────────────────┐
│ 灯光引导(LIGHTING): │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ [黑暗区域] [明亮路径] [黑暗区域] │ │
│ │ ↓ │ │
│ │ [目标点] │ │
│ └─────────────────────────────────────────────────────┘ │
│ │
│ 地标引导(LANDMARKS): │
│ • 远距离可见的高大结构 │
│ • 重要位置使用独特颜色 │
│ • 重复元素强化路径清晰度 │
│ │
│ 建筑引导(ARCHITECTURE): │
│ • 线条指向目标点 │
│ • 框架突出重要元素 │
│ • 关键物品周围留空 │
└─────────────────────────────────────────────────────────────┘Difficulty Progression
难度递进
TEACHING THROUGH DESIGN:
┌─────────────────────────────────────────────────────────────┐
│ STEP 1: Safe Introduction │
│ ┌─────────────────────────────────────────────┐ │
│ │ [Player] ──→ [Gap] ──→ [Platform] │ │
│ │ (No enemies, can't die) │ │
│ └─────────────────────────────────────────────┘ │
│ │
│ STEP 2: Add Stakes │
│ ┌─────────────────────────────────────────────┐ │
│ │ [Player] ──→ [Gap+Spikes] ──→ [Platform] │ │
│ │ (Same mechanic, consequence for failure) │ │
│ └─────────────────────────────────────────────┘ │
│ │
│ STEP 3: Add Complexity │
│ ┌─────────────────────────────────────────────┐ │
│ │ [Player] ──→ [Moving Platform] ──→ [Goal] │ │
│ │ (Timing + previously learned jump) │ │
│ └─────────────────────────────────────────────┘ │
│ │
│ STEP 4: Combine Mechanics │
│ ┌─────────────────────────────────────────────┐ │
│ │ [Player] ──→ [Enemy] + [Gap] ──→ [Reward] │ │
│ │ (Combat + platforming together) │ │
│ └─────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘通过设计教学(TEACHING THROUGH DESIGN):
┌─────────────────────────────────────────────────────────────┐
│ 步骤1:安全引入 STEP 1: Safe Introduction │
│ ┌─────────────────────────────────────────────┐ │
│ │ [玩家] ──→ [缺口] ──→ [平台] │ │
│ │ (无敌人,不会死亡) │ │
│ └─────────────────────────────────────────────┘ │
│ │
│ 步骤2:增加风险 STEP 2: Add Stakes │
│ ┌─────────────────────────────────────────────┐ │
│ │ [玩家] ──→ [缺口+尖刺] ──→ [平台] │ │
│ │ (相同机制,失败有惩罚) │ │
│ └─────────────────────────────────────────────┘ │
│ │
│ 步骤3:增加复杂度 STEP 3: Add Complexity │
│ ┌─────────────────────────────────────────────┐ │
│ │ [玩家] ──→ [移动平台] ──→ [目标] │ │
│ │ (时机把控 + 已掌握的跳跃技巧) │ │
│ └─────────────────────────────────────────────┘ │
│ │
│ 步骤4:组合机制 STEP 4: Combine Mechanics │
│ ┌─────────────────────────────────────────────┐ │
│ │ [玩家] ──→ [敌人] + [缺口] ──→ [奖励] │ │
│ │ (战斗 + 平台跳跃结合) │ │
│ └─────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘🔧 Troubleshooting
🔧 问题排查
┌─────────────────────────────────────────────────────────────┐
│ PROBLEM: Players get lost │
├─────────────────────────────────────────────────────────────┤
│ SOLUTIONS: │
│ → Add stronger visual guides (lighting, landmarks) │
│ → Use environmental cues (footprints, trails) │
│ → Place NPCs or signs at decision points │
│ → Add map/compass UI elements │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ PROBLEM: Level feels too long/boring │
├─────────────────────────────────────────────────────────────┤
│ SOLUTIONS: │
│ → Add more pacing variety (peaks and valleys) │
│ → Cut redundant sections │
│ → Add shortcuts for backtracking │
│ → Place more rewards and discoveries │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ PROBLEM: Difficulty spikes frustrating players │
├─────────────────────────────────────────────────────────────┤
│ SOLUTIONS: │
│ → Add training area before hard section │
│ → Place checkpoint closer to challenge │
│ → Provide optional resources before boss │
│ → Playtest with different skill levels │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ PROBLEM: Players skip optional content │
├─────────────────────────────────────────────────────────────┤
│ SOLUTIONS: │
│ → Make secrets more visible (partial reveal) │
│ → Place rewards near critical path │
│ → Use audio cues for hidden areas │
│ → Reward exploration with meaningful items │
└─────────────────────────────────────────────────────────────┘┌─────────────────────────────────────────────────────────────┐
│ 问题:玩家迷路 │
├─────────────────────────────────────────────────────────────┤
│ 解决方案: │
│ → 增强视觉引导(灯光、地标) │
│ → 使用环境线索(脚印、小径) │
│ → 在决策点放置NPC或标识牌 │
│ → 添加地图/指南针UI元素 │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ 问题:关卡过长/乏味 │
├─────────────────────────────────────────────────────────────┤
│ 解决方案: │
│ → 增加节奏多样性(峰值与低谷) │
│ → 删减冗余章节 │
│ → 为回溯添加捷径 │
│ → 放置更多奖励与探索内容 │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ 问题:难度突增让玩家受挫 │
├─────────────────────────────────────────────────────────────┤
│ 解决方案: │
│ → 在困难章节前添加训练区域 │
│ → 检查点设置在更靠近挑战的位置 │
│ → 在Boss战前提供可选资源 │
│ → 邀请不同技能水平的玩家进行测试 │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ 问题:玩家跳过可选内容 │
├─────────────────────────────────────────────────────────────┤
│ 解决方案: │
│ → 让秘密内容更显眼(部分暴露) │
│ → 奖励放置在关键路径附近 │
│ → 为隐藏区域添加音效提示 │
│ → 用有意义的物品奖励探索行为 │
└─────────────────────────────────────────────────────────────┘Level Metrics
关卡指标
| Metric | Action | Puzzle | RPG | Platformer |
|---|---|---|---|---|
| Avg. Completion | 5-10 min | 10-20 min | 30-60 min | 3-8 min |
| Deaths/Level | 2-5 | 0-2 | 1-3 | 5-15 |
| Secrets | 2-3 | 1-2 | 5-10 | 3-5 |
| Checkpoints | Every 2 min | Puzzle start | Safe rooms | Every 30 sec |
Use this skill: When designing engaging levels, pacing gameplay, or creating environmental narratives.
| 指标 | 动作游戏 | 解谜游戏 | RPG | 平台游戏 |
|---|---|---|---|---|
| 平均完成时间 | 5-10 分钟 | 10-20 分钟 | 30-60 分钟 | 3-8 分钟 |
| 每关死亡次数 | 2-5 | 0-2 | 1-3 | 5-15 |
| 秘密内容数量 | 2-3 | 1-2 | 5-10 | 3-5 |
| 检查点密度 | 每2分钟一个 | 谜题开始处 | 安全屋 | 每30秒一个 |
使用场景: 设计沉浸式关卡、把控游戏节奏或打造环境叙事时。