내레이션
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") |
| 디버깅 | ✅ | ❌ |