feat: translate flight tutorial for next in-game trial

This commit is contained in:
DragonHD
2026-09-20 12:00:54 +08:00
parent 997ae29355
commit 6cd5bcbfee
5 changed files with 48 additions and 4 deletions
+8
View File
@@ -187,3 +187,11 @@ so centred labels (the "Start New Game" button) were flushed right. Fixed to
- Prepared matching loose atlas and in-place same-size `Textures.res` entry; bytes before and after that entry remain identical. No executable, metrics, UV table, script, or other punctuation changes.
- 34 tests pass. Checked original/fixed glyph bounds and exact shape preservation; rollback of both files tested against backups in an isolated directory. Comparison PNG uses actual atlas pixels enlarged 8x.
- Backup: `E:/DragonHD/backup_game/full-stop-20260920`. User explicitly authorized terminating the running game for installation. Real in-game appearance pending.
## 2026-09-20 — Flight tutorial trial
- User accepted full-stop correction. Continued with flight only: title, message and mission description (literal indexes 1214). Two concise centered paragraphs retain mouse destination, altitude globe and keyboard movement instructions.
- All other text and non-display bytes preserved; the original movement threshold (>15 units along either horizontal axis within the timed loop) and next-button gating remain unchanged. Flight height/attack are next batches.
- 35 tests pass, including engine layout at widths 360/400/480; original/modified byte verification and rollback passed. Backup: `E:/DragonHD/backup_game/tutorial-flight-20260920/Tutorial.dsc`.
- Game stopped using user's prior termination authorization; deployed file reread and matched output. SHA256: `a41caad224f748222489f8d062526ae663bb04201c593f59d6af02d69a74f604`.
- In-game acceptance pending: enter Flight after Zoom, use left click or arrow keys to move some distance, then check Continue Tutorial becomes available and Flight height starts.
@@ -172,3 +172,10 @@ def validate_size(original, result):
- [x] 游戏退出后部署,重读游戏文件并通过校验。
- [ ] 用户实机验证首批中文显示和教程事件推进。
- [ ] 首批确认后继续飞行及后续教程;Task 1 整体验收仍未完成。
### 飞行批次进度
- [x] 首批后续页面及句号位置经用户确认。
- [x] 飞行标题、提示、任务说明已汉化并部署;35 项测试及回滚验证通过。
- [ ] 飞行中文显示、移动后继续按钮、进入飞行高度步骤实机验收。
- [ ] 验收后继续飞行高度与攻击提示。