叙事
Pixi’VN 中叙事语言概述,以及如何使用对话、选项和输入提示构建互动故事。
叙事是视觉小说的核心。 It consists of dialogues, choices, and input prompts shown to the player as the game progresses.
使用 Pixi’VN,您可以使用不同的叙事语言,甚至可以在它们之间切换,以充分利用各自的特点。
JavaScript/TypeScript
A programming language that lets you write your narrative with full access to all project functions, but may require more code.
ink
A narrative language designed for writing stories easily, with minimal code.
Ren'Py
Coming soon.
| 叙事语言 | JavaScript/TypeScript | ink |
|---|---|---|
| 学习难度 | ❌ | ✅ |
| 是否为类型语言? | ✅ | ❌ |
| Visual Studio Code 扩展 | ✅ | ✅ |
| 可翻译为多种语言 | ✅ | ✅ |
| Auto-generation of translation files | ❌ | ✅ |
| 使用非 Pixi’VN 功能的能力 | ✅ | ✅ (自定义 "# script") |
| 调试 | ✅ | ❌ |