Skip to content

Instantly share code, notes, and snippets.

@minami110
Last active February 2, 2025 00:50
Show Gist options
  • Select an option

  • Save minami110/55fd26b755503bd842645ace4cccc94e to your computer and use it in GitHub Desktop.

Select an option

Save minami110/55fd26b755503bd842645ace4cccc94e to your computer and use it in GitHub Desktop.
lqnscript
# このシナリオファイルのメタ情報定義
meta:
name: プロローグ
# このエピソードで使用するキャラクター定義
character: iconu i
space: left
name: イコヌ
character: kilcium k
space: right
name: キルシウム
character: triali t
space: center_left
name: トリアリ
character: triali_mother tm
space: center_right
name: トリアリの母
# テーマ設定
theme: three
name: \#EP02_02
location: 丘
image: textures/bg/ban.png
何ヶ月も前からほとんどもぬけの殻になっていた村を抜けて、
しばらくしてからヘッドライトを点けると、
淡い月光に照らされ風に揺れていたまだ青い麦畑は、
まっくらにうねる海面のように変わった。
地の文地の文
# 最初のキャラ表示, 全部のレイヤーを書く
set: i
body: base
hair: 1
face: confused
arm: giveup
i:「なるほど」
set: kilcium
body: base
hair: 1
face: ah
arm: index
k: 「ウーン」
それは地平線の向こうまで麦畑を割りながら、
遠く遠く続いている。私の運転する車の両脇を流れていく。
# キャラクターの差分切り替えの場合, 対象レイヤーだけで良い
set: iconu
face: pleasant
set: k
name: 謎の少女
i: 「セリフ複数行
セリフ複数行」
k:
「セリフ複数行
セリフ複数行」
# hide のレイヤーは書かなくても最初から hide
set: triali
body: base
arm: armup
t: 「おお....」
# テーマを切り替え (three -> still)
theme: still
image: textures/bg/still_ep02_01.jpg
# ラベル (セーブ可能なチェックポイント)
label: A
それは地平線の向こうまで麦畑を割りながら、
遠く遠く続いている。私の運転する車の両脇を流れていく。
label: MySpecialLabel
k:「悪いけど、わたしには今何も有効な手段がないわ」
地の文
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment