kansen-3/Kansen3_patch/42080.ks
2023-12-21 11:08:13 -06:00

237 lines
4.7 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;//block:C009
;//ブロック42080『地下道漣のみ脱出編』
;//@konya 11/19 EV_CGほか
;//@konya 42070.txtから
*42080_TOP
;{SceneSet 地下道漣のみ脱出編}
;//--------------------------------------------------------------------
;//背景:地下通路
;//登場人物:主人公・浩助・マルガリータ・漣
;//時間帯:
;//・テキスト容量1K前後
;//--------------------------------------------------------------------
;//画面黒
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//se023・携帯のバイブ音
[se buf=0 storage="se023" loop=true]
[sysbt_meswin]
*5447|
[fc]
[ns]Wataru[nse]
"...Mmm..."[pcms]
*5448|
[fc]
[ns]Wataru[nse]
"...Mmm... Mmm..."[pcms]
;//瞬きエフェクト
;//@konya ev025 地下道(BG扱い)
[evcg storage="EV025b"][trans_c cross time=300]
;[eval exp="f.l_map = 11"]
*5449|
[fc]
[ns]Wataru[nse]
"...It's ringing."[pcms]
*5450|
[fc]
I noticed the vibration of my phone and woke up.[pcms]
*5451|
[fc]
Darn it! I thought I couldn't sleep because I was wide[r]
awake, but it seems I fell asleep without realizing it.[pcms]
*5452|
[fc]
[ns]Wataru[nse]
"..."[pcms]
*5453|
[fc]
I hurriedly looked around, though it was already too late.[pcms]
*5454|
[fc]
[ns]Wataru[nse]
"*sigh*..."[pcms]
*5455|
[fc]
Nothing around me had changed, nothing was amiss.[pcms]
;//SE停止(ループ・即時停止)
[stopse buf=0]
[wait time=500]
*5456|
[fc]
I felt relieved and opened my phone.[pcms]
;//se021・携帯電話を開ける音
[se buf=0 storage="se021"]
;//経過時間については 調整が必要なら後ほど
*5457|
[fc]
Looking at the clock, several hours had passed.[pcms]
*5458|
[fc]
I rubbed my sleepy eyes as I operated the phone. Maybe it's[r]
from Dad?[pcms]
;//se022・携帯の操作音
[se buf=0 storage="se022"]
*5459|
[fc]
[ns]Wataru[nse]
"Huh...?"[pcms]
*5460|
[fc]
There were no new messages.[pcms]
;//不気味なBGM
[bgm storage="BGM05"]
*5461|
[fc]
I found it strange and pressed the back button. I don't[r]
remember setting an alarm for this time... what could it[r]
be...[pcms]
*5462|
[fc]
That's when I realized that it wasn't a message but a phone[r]
call that had come in.[pcms]
*5463|
[fc]
I had it on vibrate, so I didn't notice, but if it were a[r]
message, I wouldn't have noticed such a short alert. If it[r]
was a call long enough to wake me up, it must have been a[r]
phone call for sure.[pcms]
*5464|
[fc]
As I thought, there was "1 missed call" on my phone. ...Is[r]
my phone able to receive calls now?[pcms]
;//se022・携帯の操作音
[se buf=0 storage="se022"]
*5465|
[fc]
[ns]Wataru[nse]
"...Who could it be?"[pcms]
*5466|
[fc]
I had a bad feeling and hesitantly pressed the button.[pcms]
;//se022・携帯の操作音
[se buf=0 storage="se022"]
*5467|
[fc]
[ns]Wataru[nse]
"...?!"[pcms]
*5468|
[fc]
I couldn't hide my surprise at the name displayed on my[r]
phone.[pcms]
*5469|
[fc]
The display read "Yuuho."[pcms]
*5470|
[fc]
[ns]Wataru[nse]
"From Yuuho...?!"[pcms]
;//se055・心臓の鼓動
[se buf=1 storage="se055"]
*5471|
[fc]
My heart was pounding with surprise so fast I could feel it.[pcms]
;//se023・携帯のバイブ音
[se buf=0 storage="se023" loop=true]
;//飛び先ファイルにて停止命令埋め込み済み@谷本
*5472|
[fc]
In my bewildered hands, the phone started to vibrate again.[pcms]
*5473|
[fc]
And on the screen, the name "Yuuho" was flashing.[pcms]
;//--------------------------------------------------------------------
;//●選択肢C1
;//11:出る→ブロック42130へ
;//12:出ない→ブロック42090へ
; [link storage="42080.ks" target=*01]出る[endlink]
; (link storage="42090.ks" target=*42090_TOP)Don't[r]
answer(endlink)[pcms]
*SEL35|出る/出ない
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'To leave / To exit'"]
[eval exp="f.seltext04 = 'I won\'t go out'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
[sel02 target=*SEL35_1]
[sel04 target=*SEL35_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL35_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="42080.ks" target=*01]
;-------------------------------------------------------------------------------
*SEL35_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="42090.ks" target=*42090_TOP]
;-------------------------------------------------------------------------------
*01
[eval exp="f.l_keitai1 = 1"]
[jump storage="42130.ks" target=*42130_TOP]
;//--------------------------------------------------------------------