feat: 收敛玩法运行时配置并加入故障恢复

This commit is contained in:
2026-04-01 13:04:26 +08:00
parent 1635a11780
commit 3ef841ecc7
73 changed files with 8820 additions and 2122 deletions

View File

@@ -0,0 +1,21 @@
# 积分赛全局配置项
本文档只列积分赛对公共配置块的默认落点。完整字段定义仍以 [全局规则与配置维度清单](D:/dev/cmr-mini/doc/config/全局规则与配置维度清单.md) 和 [配置选项字典](D:/dev/cmr-mini/doc/config/配置选项字典.md) 为准。
| 名称 | 字段 | 积分赛默认值 |
| --- | --- | --- |
| 开赛后显全场 | `game.visibility.revealFullPlayfieldAfterStartPunch` | `true` |
| 必须先聚焦目标 | `game.punch.requiresFocusSelection` | `true` |
| 最后点自动结束 | `game.session.autoFinishOnLastControl` | `false` |
| 跳点启用 | `game.sequence.skip.enabled` | `false` |
| 跳点半径 | `game.sequence.skip.radiusMeters` | 不启用时忽略 |
| 跳点确认 | `game.sequence.skip.requiresConfirm` | 不启用时忽略 |
| 终点始终可选 | `game.finish.finishControlAlwaysSelectable` | `true` |
| 默认控制点分值 | `game.scoring.defaultControlScore` | `10` |
补充说明:
- 开始点和结束点不弹题
- 普通点默认自动进入 10 秒题卡
- 答题时比赛继续计时
- 未选择目标点时HUD 只提示“请选择目标点”