ナレーション
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") |
| デバッグ | ✅ | ❌ |