Translate Dialogue

This commit is contained in:
Dazed 2023-12-21 10:14:20 -06:00
parent 40d9946206
commit f2472be7d3
422 changed files with 228059 additions and 0 deletions

171
Kansen3_patch/0000.ks Normal file
View file

@ -0,0 +1,171 @@
;//=============================================================================
;//                         
;//           姦染3           
;//                         
;//         Version 1.00          
;//        Build 2017/12/         
;//=============================================================================
;0000.ks
;タイトル画面から必ずこのファイルにジャンプさせる。
;main.txtのようなもの。
;sebuf構成
;ループの指定は都度スクリプトで行う。
;下手にbufずらせないからキャラボイスは1個ずつ空き
;0 SE
;1 SE 一応ループの時はここ
;2 SE 空けておくが基本使用不可
;3 SE 空けておくが基本使用不可
;4 キャラボイス
;5
;6 キャラボイス
;7
;8 キャラボイス
;9
;10 キャラボイス
;11
;12 キャラボイス
;レイヤ構成
;message0 テキストウィンドウ
;message1 セーブロード、テキストフレーム今回使わない
;message2 セーブロード、フェイスウィンドウ今回使わない
;message3 コンフィグ、名前がセーブデータに表示されるようにするためにmessage3非表示で名前入れる
;message4 ネームチップ
;message5 選択肢
;message6 サンプルウィンドウのテキスト
;message7 ダイアログのテキスト
;message8
;message9
;message10
;レイヤ構成
;base 空き
;0 背景・イベント
;1 
;2 キャラ 
;3 キャラ 
;4 キャラ 
;5
;6
;7
;8
;9 演出で使えるのここまで
;10 選択肢のテキスト 暗転
;11 quickセーブロード セーブマスク コンフィグメッセージウィンドウのベース画像このレイヤの濃度が操作される
;12 フラッシュ ダイアログ
;13 Newマーク effectエロ用のフラッシュ
;[font size=24]ビ[font size=25]
;===========================================================
;ウィンドウ非表示中
[eval exp="f.winon = 0"]
;こんな手前なん?攻略フラグのせいか?
[if exp="tf.pskip == 1"][eval exp="tf.pskip = 0"][jump storage="00020.ks"]
[endif]
;//---------------------------------------------------------------
;//クリアフラグ確認
;//ON *00000_01
;//OFF *00000_02
;//FailSafe
;[eval exp="f.l_map = 26"]
;mm sf.g_clearは最後の狂演悠帆エンド・漣エンド なぜかマル子は無しかトゥルー
;BE10120.ks(1045): [eval exp="sf.g_clear = 1"]
;BE10140.ks(915): [eval exp="sf.g_clear = 1"]
;TE10100.ks(1321): [eval exp="sf.g_clear = 1"]
[if exp="sf.g_clear==1"][jump storage="0000.ks" target=*00000_01][endif]
;[jump storage="00000.ks" target=*00000_02]
[jump storage="0000.ks" target=*00000_02]
;//---------------------------------------------------------------
;//クリアしている
*00000_01
;//ザッピング選択肢
;//10010『防疫会議』
;//終了後、及びキャンセルでスルー
;//Oher
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 0"]
; [eval exp="f.selbt_ren = 0"]
; [eval exp="f.selbt_mar = 0"]
; [eval exp="f.selbt_miz = 0"]
; [eval exp="f.selbt_kou = 0"]
; [eval exp="f.selbt_jun = 0"]
; [eval exp="f.selbt_oth = 1"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; *aspect_SELモブ
; [selbt_clear]
; [jump storage="10010.ks" target=*10010_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; [jump storage="00000.ks" target=*00000_02]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP00|ザッピング選択肢 その他
;バックログキャラ指定
;[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
;[eval exp="f.zap_sel_chara02 = ' 漣'"]
;[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
;[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
;[eval exp="f.zap_sel_chara05 = ' 浩助'"]
;[eval exp="f.zap_sel_chara06 = ' 壬'"]
[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SELモブ|ザッピング選択肢 その他
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10010.ks" target=*10010_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
;[jump storage="00000.ks" target=*00000_02]
[jump storage="0000.ks" target=*00000_02]
;//---------------------------------------------------------------
;//クリアしていない
*00000_02
[jump storage="00010.ks" target=*00010_TOP]
;[jump storage="CGmo-doテスト.ks"]
;[jump storage="セーブマスクテスト.ks"]

2735
Kansen3_patch/00010.ks Normal file

File diff suppressed because it is too large Load diff

1922
Kansen3_patch/00020.ks Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,70 @@
*00020_03
;//ZAP1 10020 top 浩助
;//ZAP2 10120 top マルガリータ
;//CANCEL 00020 02
;//浩助
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 0"]
; [eval exp="f.selbt_ren = 0"]
; [eval exp="f.selbt_mar = 0"]
; [eval exp="f.selbt_miz = 0"]
; [eval exp="f.selbt_kou = 1"]
; [eval exp="f.selbt_jun = 0"]
; [eval exp="f.selbt_oth = 0"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; *aspect_SEL浩助
; [selbt_clear]
; [jump storage="10020.ks" target=*10020_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; ;[jump storage="00020.ks" target=*00020_04]
; [jump storage="00020_04.ks"]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP02|ザッピング選択肢 浩助
;バックログキャラ指定
;[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
;[eval exp="f.zap_sel_chara02 = ' 漣'"]
;[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
;[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
[eval exp="f.zap_sel_chara05 = ' 浩助'"]
;[eval exp="f.zap_sel_chara06 = ' 壬'"]
;[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SEL浩助|ザッピング選択肢 浩助
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10020.ks" target=*10020_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
[jump storage="00020_04.ks"]
;------------------------------------------------

1424
Kansen3_patch/00020_04.ks Normal file

File diff suppressed because it is too large Load diff

96
Kansen3_patch/00030.ks Normal file
View file

@ -0,0 +1,96 @@
;//ブロック00030 『条件分岐02』
*00030_TOP
;{SceneSet 条件分岐02}
;//---------------------------------------------------------------
;//背景:ザッピング選択肢
;//登場人物:無し
;//時間帯:無し
;//・テキスト容量:無し 条件式のみ
;//ザッピング対象キャラクター:×漣→○マルガリータ
;//---------------------------------------------------------------
;//条件分岐
;//・各種エンディングを一つでも通過しているか
;//YESザッピング選択肢開放ラベル「zap03 選択」へ
;//NOザッピング選択肢非開放ラベル「zap03 パス」へ
[if exp="sf.g_clear==1"][jump storage="00030.ks" target=*00030_01][endif]
[jump storage="00030.ks" target=*00030_02]
;//---------------------------------------------------------------
*00030_01
;//〆ラベル「zap03 選択」
;//ザッピング背景表示
;//ボタン:×漣→○マル・キャンセル
;//・視点変更漣視点 jump先10030 →マル10130 のミスらしい
;//・視点変更キャンセル jump先ラベル「zap03 パス」へ
;//〆ラベル「zap03 パス」
;//マルガリータ
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 0"]
; [eval exp="f.selbt_ren = 0"]
; [eval exp="f.selbt_mar = 1"]
; [eval exp="f.selbt_miz = 0"]
; [eval exp="f.selbt_kou = 0"]
; [eval exp="f.selbt_jun = 0"]
; [eval exp="f.selbt_oth = 0"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; *aspect_SELマル
; [selbt_clear]
; [jump storage="10130.ks" target=*10130_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; [jump storage="00030.ks" target=*00030_02]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP03|ザッピング選択肢 マルガリータ
;バックログキャラ指定
;[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
;[eval exp="f.zap_sel_chara02 = ' 漣'"]
[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
;[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
;[eval exp="f.zap_sel_chara05 = ' 浩助'"]
;[eval exp="f.zap_sel_chara06 = ' 壬'"]
;[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SELマル|ザッピング選択肢 マルガリータ
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10130.ks" target=*10130_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
[jump storage="00030.ks" target=*00030_02]
;//---------------------------------------------------------------
*00030_02
;//jumpブロック00040へ
[jump storage="00040.ks" target=*00040_TOP]

1075
Kansen3_patch/00040.ks Normal file

File diff suppressed because it is too large Load diff

106
Kansen3_patch/00050.ks Normal file
View file

@ -0,0 +1,106 @@
;//ブロック00050 『条件分岐03』
*00050_TOP
;{SceneSet 条件分岐03}
;//---------------------------------------------------------------
;//背景:ザッピング選択肢
;//登場人物:無し
;//時間帯:無し
;//・テキスト容量:無し 条件式のみ。
;//ザッピング対象キャラクター:悠帆
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//条件分岐
;//・各種エンディングを一つでも通過しているか
;//YESザッピング選択肢開放ラベル「zap04 選択」へ
;//NOザッピング選択肢非開放ラベル「zap04 パス」へ
[if exp="sf.g_clear==1"][jump storage="00050.ks" target=*00050_01][endif]
[jump storage="00050.ks" target=*00050_02]
;//---------------------------------------------------------------
;//〆ラベル「zap04 選択」
*00050_01
;//ザッピング背景表示
;//ボタン:悠帆・キャンセル
;//@選択肢
;//・視点変更悠帆視点 jump先10040
;//・視点変更キャンセル jump先ラベル「zap04 パス」へ
;//悠帆
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 1"]
; [eval exp="f.selbt_ren = 0"]
; [eval exp="f.selbt_mar = 0"]
; [eval exp="f.selbt_miz = 0"]
; [eval exp="f.selbt_kou = 0"]
; [eval exp="f.selbt_jun = 0"]
; [eval exp="f.selbt_oth = 0"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; *aspect_SEL悠帆
; [selbt_clear]
; [jump storage="10040.ks" target=*10040_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; [jump storage="00060.ks" target=*00060_TOP]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP04|ザッピング選択肢 悠帆
;バックログキャラ指定
[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
;[eval exp="f.zap_sel_chara02 = ' 漣'"]
;[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
;[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
;[eval exp="f.zap_sel_chara05 = ' 浩助'"]
;[eval exp="f.zap_sel_chara06 = ' 壬'"]
;[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SEL悠帆|ザッピング選択肢 悠帆
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10040.ks" target=*10040_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
[jump storage="00060.ks" target=*00060_TOP]
;------------------------------------------------
;//---------------------------------------------------------------
;//〆ラベル「zap04 パス」
*00050_02
;//jumpブロック00060へ
[jump storage="00060.ks" target=*00060_TOP]

1474
Kansen3_patch/00060.ks Normal file

File diff suppressed because it is too large Load diff

109
Kansen3_patch/00070.ks Normal file
View file

@ -0,0 +1,109 @@
;//ブロック00070 『条件分岐04』
*00070_TOP
;{SceneSet 分岐条件04}
;//---------------------------------------------------------------
;//背景:ザッピング選択肢
;//登場人物:無し
;//時間帯:無し
;//・テキスト容量:無し 条件式のみ。
;//ザッピング対象キャラクター:漣
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//条件分岐
;//・各種エンディングを一つでも通過しているか
;//YESザッピング選択肢開放ラベル「zap05 選択」へ
;//NOザッピング選択肢非開放ラベル「zap05 パス」へ
[if exp="sf.g_clear==1"][jump storage="00070.ks" target=*00070_01][endif]
[jump storage="00070.ks" target=*00070_02]
;//---------------------------------------------------------------
;//〆ラベル「zap05 選択」
;//ザッピング背景表示
;//ボタン:漣・キャンセル
;//@選択肢
;//・視点変更漣視点 jump先10040
;//・視点変更キャンセル jump先ラベル「zap05 パス」へ
*00070_01
;//漣
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 0"]
; [eval exp="f.selbt_ren = 1"]
; [eval exp="f.selbt_mar = 0"]
; [eval exp="f.selbt_miz = 0"]
; [eval exp="f.selbt_kou = 0"]
; [eval exp="f.selbt_jun = 0"]
; [eval exp="f.selbt_oth = 0"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; ;不要だがコンバート時にエラー出るから選択肢以外のラベル置いとく
; *aspect_SEL悠帆
; *aspect_SELマル
; *aspect_SEL瑞樹
; *aspect_SEL浩助
; *aspect_SEL壬
; *aspect_SELモブ
;
;
; *aspect_SEL漣
; [selbt_clear]
; [jump storage="10050.ks" target=*10050_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; [jump storage="00070.ks" target=*00070_02]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP05|ザッピング選択肢 漣
;バックログキャラ指定
;[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
[eval exp="f.zap_sel_chara02 = ' 漣'"]
;[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
;[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
;[eval exp="f.zap_sel_chara05 = ' 浩助'"]
;[eval exp="f.zap_sel_chara06 = ' 壬'"]
;[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SEL漣|ザッピング選択肢 漣
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10050.ks" target=*10050_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
[jump storage="00070.ks" target=*00070_02]
;------------------------------------------------
;//---------------------------------------------------------------
;//〆ラベル「zap05 パス」
*00070_02
;//jumpブロック00080へ
[jump storage="00080.ks" target=*00080_TOP]

3272
Kansen3_patch/00080.ks Normal file

File diff suppressed because it is too large Load diff

101
Kansen3_patch/00081.ks Normal file
View file

@ -0,0 +1,101 @@
;//ブロック00081 『条件分岐05』
*00081_TOP
;{SceneSet 条件分岐05}
;//---------------------------------------------------------------
;//背景:ザッピング選択肢
;//登場人物:無し
;//時間帯:無し
;//・テキスト容量:無し 条件式のみ。
;//ザッピング対象キャラクター:漣
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//条件分岐
;//・各種エンディングを一つでも通過しているか
;//YESザッピング選択肢開放ラベル「zap07 選択」へ
;//NOザッピング選択肢非開放ラベル「zap07 パス」へ
[if exp="sf.g_clear==1"][jump storage="00081.ks" target=*00081_01][endif]
[jump storage="00081.ks" target=*00081_02]
;//---------------------------------------------------------------
;//〆ラベル「zap07 選択」
;//ザッピング背景表示
;//ボタン:漣・キャンセル
;//@選択肢
;//・視点変更漣視点 jump先10050
;//・視点変更キャンセル jump先ラベル「zap07 パス」へ
*00081_01
;//瑞樹
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 0"]
; [eval exp="f.selbt_ren = 0"]
; [eval exp="f.selbt_mar = 0"]
; [eval exp="f.selbt_miz = 1"]
; [eval exp="f.selbt_kou = 0"]
; [eval exp="f.selbt_jun = 0"]
; [eval exp="f.selbt_oth = 0"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; *aspect_SEL瑞樹
; [selbt_clear]
; [jump storage="10080.ks" target=*10080_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; [jump storage="00081.ks" target=*00081_02]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP07|ザッピング選択肢 瑞樹
;バックログキャラ指定
;[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
;[eval exp="f.zap_sel_chara02 = ' 漣'"]
;[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
;[eval exp="f.zap_sel_chara05 = ' 浩助'"]
;[eval exp="f.zap_sel_chara06 = ' 壬'"]
;[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SEL瑞樹|ザッピング選択肢 瑞樹
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10080.ks" target=*10080_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
[jump storage="00081.ks" target=*00081_02]
;------------------------------------------------
;//---------------------------------------------------------------
;//〆ラベル「zap07 パス」
*00081_02
;//jumpブロック00090へ
[jump storage="00090.ks" target=*00090_TOP]

1925
Kansen3_patch/00090.ks Normal file

File diff suppressed because it is too large Load diff

145
Kansen3_patch/00091.ks Normal file
View file

@ -0,0 +1,145 @@
;//ブロック00081 『条件分岐05』
*00091_TOP
;{SceneSet 条件分岐05}
;//---------------------------------------------------------------
;//背景:ザッピング選択肢
;//登場人物:無し
;//時間帯:無し
;//・テキスト容量:無し 条件式のみ。
;//ザッピング対象キャラクター:悠帆・瑞樹・大嶋
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//条件分岐
;//・各種エンディングを一つでも通過しているか
;//YESザッピング選択肢開放ラベル「zap10 選択」へ
;//NOザッピング選択肢非開放ラベル「zap10 パス」へ
[if exp="sf.g_clear==1"][jump storage="00091.ks" target=*00091_01][endif]
[jump storage="00091.ks" target=*00091_02]
;//---------------------------------------------------------------
;//〆ラベル「zap10 選択」
;//ザッピング背景表示
;//ボタン悠帆・瑞樹・other・キャンセル
;//@選択肢
;//・視点変更悠帆視点 jump先10110
;//・視点変更瑞樹視点 jump先10100
;//・視点変更other視点 jump先10140
;//・視点変更キャンセル jump先ラベル「zap10 パス」へ
*00091_01
;//悠帆
;//瑞樹
;//大嶋
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 1"]
; [eval exp="f.selbt_ren = 0"]
; [eval exp="f.selbt_mar = 0"]
; [eval exp="f.selbt_miz = 1"]
; [eval exp="f.selbt_kou = 0"]
; [eval exp="f.selbt_jun = 0"]
; [eval exp="f.selbt_oth = 1"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; *aspect_SEL悠帆
; [selbt_clear]
; [jump storage="10110.ks" target=*10110_TOP]
;
; *aspect_SEL瑞樹
; [selbt_clear]
; [jump storage="10100.ks" target=*10100_TOP]
;
; *aspect_SELモブ
; [selbt_clear]
; [jump storage="10140.ks" target=*10140_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; [jump storage="00100.ks" target=*00100_TOP]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP08|ザッピング選択肢 悠帆 瑞樹 その他
;バックログキャラ指定
[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
;[eval exp="f.zap_sel_chara02 = ' 漣'"]
;[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
;[eval exp="f.zap_sel_chara05 = ' 浩助'"]
;[eval exp="f.zap_sel_chara06 = ' 壬'"]
[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SEL悠帆|ザッピング選択肢 悠帆
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10110.ks" target=*10110_TOP]
;------------------------------------------------
*aspect_SEL瑞樹|ザッピング選択肢 瑞樹
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10100.ks" target=*10100_TOP]
;------------------------------------------------
*aspect_SELモブ|ザッピング選択肢 その他
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="10140.ks" target=*10140_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
[jump storage="00100.ks" target=*00100_TOP]
;------------------------------------------------
;//---------------------------------------------------------------
;//〆ラベル「zap10 パス」
*00091_02
;//jumpブロック00100へ
[jump storage="00100.ks" target=*00100_TOP]

263
Kansen3_patch/00100.ks Normal file
View file

@ -0,0 +1,263 @@
;//ブロック00100 『恋破れ』
;//@konya 11/12 bg貼付
*00100_TOP
;{SceneSet 恋破れ}
;//---------------------------------------------------------------
;//〆insomnia
[bgm storage="BGM06"]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
[sysbt_meswin]
*2180|
[fc]
I felt like someone was calling out to stop me.[pcms]
*2181|
[fc]
But I ran straight away from the shrine without looking back.[pcms]
*2182|
[fc]
"Ouch," or "Be careful!" It feels like I was told various things.[pcms]
*2183|
[fc]
But who cares about that.[pcms]
*2184|
[fc]
[ns]Wataru[nse]
`Yuuho was with Oshima-senpai...[pcms]
*2185|
[fc]
My vision was blurred with tears, and I couldn't make sense of anything.[pcms]
*2186|
[fc]
Leaving behind the festival music and everything else, I just wanted to run away[r]
from that place.[pcms]
*2187|
[fc]
But... it wasn't until the crowd thinned and I stopped bumping into people that[r]
I realized I had left Ren behind.[pcms]
*2188|
[fc]
I might have run away in a rush, but everyone might be worried about me.[pcms]
*2189|
[fc]
And to think I left Ren behind...[pcms]
;//---------------------------------------------------------------
;//◎選択肢
;//戻った所で悠帆は……。ラベルjump「涙」
;//一応、みんなの所へ帰ろうかな……。ラベルjump「鬱」
; [link storage="00100.ks" target=*00100_01]戻った所で悠帆は……[endlink]
; [link storage="00100.ks" target=*00100_02]一応、みんなの所へ帰ろうかな……[endlink]
[pcms]
*SEL03|戻った所で悠帆は……/一応、みんなの所へ帰ろうかな……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'When I returned, Yuuho was'"]
[eval exp="f.seltext04 = 'I guess I should head back to where everyone is'"]
[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=*SEL03_1]
[sel04 target=*SEL03_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL03_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump target=*00100_01]
;-------------------------------------------------------------------------------
*SEL03_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump target=*00100_02]
;//---------------------------------------------------------------
;//〆ラベル「涙」
*00100_01
;//〆BG星空
[bg storage="BGS008c"][trans_c cross time=500]
;[eval exp="f.l_map = 4"]
[sysbt_meswin]
*2190|
[fc]
Maybe it would be better to go back and meet up with everyone before going home?[pcms]
*2191|
[fc]
Ren too... She's not a child anymore, so she can probably get home on her own,[r]
but I'm still worried about her.[pcms]
*2192|
[fc]
Besides, if I go home now, I'm sure I'll only cause everyone to worry.[pcms]
*2193|
[fc]
[ns]Wataru[nse]
`Alright![pcms]
*2194|
[fc]
I spoke to myself and turned on my heel to go back the way I came.[pcms]
*2195|
[fc]
At that moment, Yuuho's face flashed through my mind.[pcms]
*2196|
[fc]
Yuuho smiling at me cheerfully.[pcms]
*2197|
[fc]
Yuuho racing with me on bicycles.[pcms]
*2198|
[fc]
[ns]Wataru[nse]
`Yuuho...[pcms]
*2199|
[fc]
The tears that had stopped once began to overflow from my eyes again like a dam[r]
had broken.[pcms]
*2200|
[fc]
After all, I can't go back to that place where Yuuho is now.[pcms]
*2201|
[fc]
I can't go back.[pcms]
*2202|
[fc]
With a tight fist, I wiped away my tears and, with heavy steps, continued alone[r]
on my way home.[pcms]
;//〆:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//〆 jump 00101
[jump storage="00101.ks" target=*00101_TOP]
;//---------------------------------------------------------------
;//〆ラベル「鬱』
*00100_02
;//〆BG 星空
[bg storage="BGS008c"][trans_c cross time=500]
;[eval exp="f.l_map = 4"]
[sysbt_meswin]
*2203|
[fc]
[ns]Wataru[nse]
`I should at least go back to where everyone is...[pcms]
*2204|
[fc]
She's not a child anymore, so she can probably get home on her own, but I'm[r]
still worried about Ren.[pcms]
*2205|
[fc]
But... what if Yuuho is with everyone?[pcms]
*2206|
[fc]
And what if that senior is right next to Yuuho?[pcms]
*2207|
[fc]
No, they might be standing there, laughing and arm in arm.[pcms]
*2208|
[fc]
They might be telling everyone that they've decided to date...[pcms]
*2209|
[fc]
[ns]Wataru[nse]
`I don't want that!![pcms]
*2210|
[fc]
I shouted loudly as if to shake off the delusions in my head.[pcms]
*2211|
[fc]
But no matter how much I shout, my voice won't reach Yuuho.[pcms]
*2212|
[fc]
Whether Yuuho dates that senior or not is up to her free will.[pcms]
*2213|
[fc]
[ns]Wataru[nse]
`I know that, it's obvious. But still...[pcms]
*2214|
[fc]
At that moment, the tears that should have stopped once again started[r]
overflowing.[pcms]
*2215|
[fc]
And pushed by those tears, scenes of Yuuho and that senior getting cozy flashed[r]
through my mind as if I had actually seen them.[pcms]
*2216|
[fc]
[ns]Wataru[nse]
`I can't stand it...[pcms]
*2217|
[fc]
If I stay still, those scenes in my mind might become reality, so I started[r]
running towards home again as if fleeing from those delusions.[pcms]
;//〆:黒画面
;//[fadeoutbgm time=500]
[stopse buf=0]
[sysbt_meswin clear]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//〆・jump 00110
[jump storage="00110.ks" target=*00110_TOP]

230
Kansen3_patch/00101.ks Normal file
View file

@ -0,0 +1,230 @@
;//ブロック00101 『妖狐』
;//@konya 11/12 bg貼付
*00101_TOP
;{SceneSet 妖狐}
;//---------------------------------------------------------------
;//〆insomnia 継続
;//〆:・四つ葉町住宅街
;//@konya 夜
;//bgm06insomnia継続中
[bg storage="BG02c"][trans_c cross time=500]
;[eval exp="f.l_map = 3"]
[sysbt_meswin]
*2218|
[fc]
I just can't seem to lift my spirits.[pcms]
*2219|
[fc]
Walking alone like this only makes it worse.[pcms]
*2220|
[fc]
Like a stone rolling down a hill, my thoughts keep spinning around, falling into[r]
a dark abyss.[pcms]
*2221|
[fc]
No matter how much I think about it, it's a waste of time. No matter how much I[r]
lament, nothing can be done. I know very well that giving up is the only option.[pcms]
*2222|
[fc]
But the thought of Yuuho dating that senior... I just can't stop thinking about[r]
it.[pcms]
*2223|
[fc]
I hate it, I hate it, I absolutely hate it![pcms]
*2224|
[fc]
Words of lament repeated meaninglessly, without any solution or specific answer.[pcms]
*2225|
[fc]
Like an echo in the mountains, they keep refraining endlessly in my head.[pcms]
*2226|
[fc]
[ns]Wataru[nse]
`I hate it... I hate that, I hate it, Yuuho...[pcms]
*2227|
[fc]
Muttering to myself like a sleepwalker, I wandered through the deserted city[r]
streets like a lost child.[pcms]
*2228|
[fc]
Normally, I would reach home in no time, but the darkness of the night seemed to[r]
swallow me up, making me feel as though I wasn't getting anywhere no matter how[r]
much I walked.[pcms]
*2229|
[fc]
[ns]Wataru[nse]
`Yuuho... Yuuho... My... Yu...u...ho...[pcms]
[ChrSetEx layer=5 chbase="iori_c2"][ChrSetXY layer=5 x=145 y=0][trans_c cross time=150]
*2230|
[fc]
[vo_ior s="iori0051"]
[ns]Inori[nse]
`Hey, isn't that Wataru?[pcms]
*2231|
[fc]
[ns]Wataru[nse]
`...[pcms]
[ChrSetEx layer=5 chbase="iori_c3"][ChrSetXY layer=5 x=145 y=0][trans_c cross time=150]
*2232|
[fc]
[vo_ior s="iori0052"]
[ns]Inori[nse]
`It is Wataru, what's wrong? Are you crying?[pcms]
*2233|
[fc]
When I stopped at the sound of the voice and looked up, Inori-san was standing[r]
in front of me.[pcms]
*2234|
[fc]
[ns]Wataru[nse]
`Inori...san?[pcms]
[ChrSetEx layer=5 chbase="iori_c5"][ChrSetXY layer=5 x=145 y=0][trans_c cross time=150]
*2235|
[fc]
[vo_ior s="iori0053"]
[ns]Inori[nse]
`Oh my, what a terrible face... What on earth happened?[pcms]
*2236|
[fc]
Even with Inori-san in front of me, all I could manage was a pathetic face[r]
drenched in tears.[pcms]
*2237|
[fc]
I wanted to wipe away my tears and make up some excuse, but no matter how hard I[r]
tried to hold back, tears kept overflowing like a dam burst by heavy rain.[pcms]
[ChrSetEx layer=5 chbase="iori_c4"][ChrSetXY layer=5 x=145 y=0][trans_c cross time=150]
*2238|
[fc]
[vo_ior s="iori0054"]
[ns]Inori[nse]
`I don't know what's going on... But it seems like something very painful has[r]
happened.[pcms]
*2239|
[fc]
[ns]Wataru[nse]
`Ah...ughh, hicc...[pcms]
*2240|
[fc]
The more I tried to respond, the more I just ended up sobbing pathetically.[pcms]
[ChrSetEx layer=5 chbase="iori_c5"][ChrSetXY layer=5 x=145 y=0][trans_c cross time=150]
*2241|
[fc]
[vo_ior s="iori0055"]
[ns]Inori[nse]
`It's okay, it's okay. There's no need to force yourself to talk.[pcms]
*2242|
[fc]
[ns]Wataru[nse]
`Ughh...[pcms]
;//---------------------------------------------------------------
;//◎選択肢
;//1.緒織さんなら、ボクの気持ちが分かってくれるかもしれない
;//〆jump00102
;//2.こんな所、緒織さんにも見られたくなんかない!
;//〆jump00110
; [link storage="00102.ks" target=*00102_TOP]緒織さんなら、ボクの気持ちが分かってくれるかもしれない[endlink]
; [link storage="00101.ks" target=*00101_XX]こんな所、緒織さんにも見られたくなんかない![endlink]
[pcms]
*SEL04|緒織さんなら、ボクの気持ちが/緒織さんにも見られたくなんかない!
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Inori might understand my feelings'"]
[eval exp="f.seltext04 = 'I don\'t want someone like Inori-san to see me in a place like this!'"]
[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 = 150"]
;[eval exp="sf.seltext4_x = 150"]
[sel02 target=*SEL04_1]
[sel04 target=*SEL04_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL04_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="00102.ks" target=*00102_TOP]
;-------------------------------------------------------------------------------
*SEL04_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="00101.ks" target=*00101_XX]
;//---------------------------------------------------------------
;//00110へつなぐためのブリッジを新設
*00101_XX
*2243|
[fc]
I don't want to be seen like this by Inori-san![pcms]
;//暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*2244|
[fc]
The next moment, I shook off Inori-san and started running.[pcms]
*2245|
[fc]
Because I couldn't bear her kindness. More than anything... I didn't want her to[r]
see me like this.[pcms]
*2246|
[fc]
Under the cold gaze of the stars, I just kept running desperately...[pcms]
[jump storage="00110.ks" target=*00110_TOP]
;//----------------------------------------------------------

1777
Kansen3_patch/00102.ks Normal file

File diff suppressed because it is too large Load diff

61
Kansen3_patch/00110.ks Normal file
View file

@ -0,0 +1,61 @@
;//ブロック00110 『泣き寝入り』
;//@konya 11/12 bg貼付
;//00101から
*00110_TOP
;{SceneSet 泣き寝入り}
;//---------------------------------------------------------------
;//〆insomnia 継続
;//BG主人公自室
[bg storage="BG013c"][trans_c cross time=500]
;[eval exp="f.l_map = 3"]
[sysbt_meswin]
*2535|
[fc]
As soon as I returned to my room and flopped onto the bed, I soaked the pillow[r]
with tears of frustration.[pcms]
*2536|
[fc]
Just like Tadahiko said, Yuuho became a "shooting star."[pcms]
*2537|
[fc]
Should I have confessed earlier? Would that have been better?[pcms]
*2538|
[fc]
Instead of making excuses about being a good match or not, confessing and[r]
getting rejected would have been so much more positive than having someone else[r]
take her away.[pcms]
*2539|
[fc]
Who was it that said regret from inaction is dozens of times harder than regret[r]
from taking action?[pcms]
*2540|
[fc]
It's really true.[pcms]
*2541|
[fc]
I fell into a deep, dark abyss, not even knowing when I had fallen asleep.[pcms]
;//〆:黒画面
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;//緒織とセックスしてませんフラグ
;//(両方踏んだ時用。最後に踏んだ方がアクティブになるように)
[eval exp="f.l_iori_sex = 0"]
;//jump20000
[jump storage="20000.ks" target=*20000_TOP]

77
Kansen3_patch/00120.ks Normal file
View file

@ -0,0 +1,77 @@
;//ブロック00120 『星』
*00120_TOP
;{SceneSet 星}
;//---------------------------------------------------------------
;//〆:無音
[fadeoutbgm time=500]
;//BG主人公自室
[bg storage="BG013c"][trans_c cross time=500]
;[eval exp="f.l_map = 3"]
[sysbt_meswin]
*2542|
[fc]
Gazing at the stars through the window, I reflected on everything that happened[r]
today.[pcms]
*2543|
[fc]
Like the "shooting star" Tadahiko likened it to, Yuuho disappeared from before[r]
my eyes.[pcms]
*2544|
[fc]
She's no longer someone else's, but now Oshima-senpai's girlfriend.[pcms]
*2545|
[fc]
In the shock of it all, I found myself being comforted by Inori-san and ended up[r]
having my first experience.[pcms]
*2546|
[fc]
I even feel like I've started walking a completely different path from Yuuho.[pcms]
*2547|
[fc]
Although I feel a bit bad for Tadahiko, having SEX with Inori-san, the person I[r]
admired, is like a dream come true.[pcms]
*2548|
[fc]
But somewhere in my heart, I can't help but think... if it had been Yuuho...[pcms]
;//BG星空
[bg storage="BGS008c"][trans_c cross time=500]
;[eval exp="f.l_map = 3"]
*2549|
[fc]
As I absentmindedly looked up at the stars, various thoughts swirled around in[r]
my head until I couldn't make sense of anything.[pcms]
*2550|
[fc]
One thing is for sure though, it felt good.[pcms]
*2551|
[fc]
But with feelings of regret and a sense of happiness somewhere-- it's as if[r]
everything that happened today was all just a dream or something.[pcms]
*2552|
[fc]
With that thought, I let go of consciousness.[pcms]
;//〆:フェードアウト
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;//jump20000
[jump storage="20000.ks" target=*20000_TOP]

508
Kansen3_patch/10010.ks Normal file
View file

@ -0,0 +1,508 @@
;//ブロック10010 『緊急防疫会議』
;//@konya 11/12 bg貼付
*10010_TOP
;{SceneSet 緊急防疫会議}
;//---------------------------------------------------------------
[bgm storage="BGM12"]
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;[eval exp="f.l_map = 26"]
[sysbt_meswin]
*1|
[fc]
[vo_mob s="josei0001"]
[ns]Female[nse]
"Good morning. I would like to start the emergency strategy meeting[r]
immediately."[pcms]
*2|
[fc]
[ns]Participant A[nse]
"There's no need to start at such an early hour..."[pcms]
*3|
[fc]
[ns]Participant B[nse]
"We're not exactly free either."[pcms]
*4|
[fc]
[vo_mob s="josei0002"]
[ns]Female[nse]
"I apologize for calling you early in the morning. However, the situation is[r]
more serious than you all may think."[pcms]
*5|
[fc]
[ns]Participant C[nse]
"For something so serious, we haven't received much information beforehand, have[r]
we?"[pcms]
*6|
[fc]
[vo_mob s="josei0003"]
[ns]Female[nse]
"That's precisely why I'm saying it's serious. Please understand that."[pcms]
*7|
[fc]
[ns]Participant A[nse]
"Does that mean it's something that can't be leaked to the outside?"[pcms]
*8|
[fc]
[vo_mob s="josei0004"]
[ns]Female[nse]
"You may interpret it that way without any problems."[pcms]
*9|
[fc]
[ns]Participant B[nse]
"Hmm..."[pcms]
*10|
[fc]
As if that single word was a signal, the atmosphere in the room became tense.[pcms]
*11|
[fc]
[vo_mob s="josei0005"]
[ns]Female[nse]
"Now, please take a look at this first."[pcms]
;//〆イベント a
[evcg storage="evs007a"][trans_c cross time=300]
*12|
[fc]
[ns]Participant C[nse]
"As I thought..."[pcms]
*13|
[fc]
[ns]Participant A[nse]
"It's this again..."[pcms]
*14|
[fc]
The dark conference room's screen displayed an overview of "UNKNOWN-LV4."[pcms]
*15|
[fc]
And in front of that screen stood a man dressed in a suit.[pcms]
*16|
[fc]
The man introduced by the woman as "Dr. Noguchi" stood with a grave expression,[r]
staring at the screen.[pcms]
*17|
[fc]
[ns]Noguchi[nse]
"We don't have much time, so I'll briefly explain the overview and then move on[r]
to the main topic."[pcms]
*18|
[fc]
Waving a pointer, Dr. Noguchi quickly began to explain the virus's[r]
characteristics, development history, and the disaster's outbreak to containment[r]
in the Tohoku region.[pcms]
*19|
[fc]
[ns]Noguchi[nse]
"That concludes the current situation and overview of this virus."[pcms]
[evcg storage="evs007b"][trans_c cross time=300]
*20|
[fc]
[ns]Noguchi[nse]
"Now, please look at the schematic diagram displayed here next."[pcms]
*21|
[fc]
The new image projected on the screen was one of the variants of "UNKNOWN-LV4."[pcms]
*22|
[fc]
[ns]Noguchi[nse]
"This photo shows a form very similar to "UNKNOWN-LV4," but it is one of the[r]
variants."[pcms]
*23|
[fc]
[ns]Participant C[nse]
"Do viruses change so easily?"[pcms]
*24|
[fc]
[ns]Noguchi[nse]
"In nature, it's a common phenomenon. Simpler life forms evolve more quickly..."[pcms]
*25|
[fc]
[ns]Participant A[nse]
"And what about this mutated virus?"[pcms]
*26|
[fc]
[ns]Noguchi[nse]
"Yes... Mutation itself is not a special case, similar to influenza."[pcms]
*27|
[fc]
[ns]Noguchi[nse]
"This variant in the photo was collected from several male patients who were[r]
arrested last night at Jingu Gaien."[pcms]
*28|
[fc]
The previously silent conference room erupted into noise at those words, as if[r]
someone had coughed.[pcms]
*29|
[fc]
[ns]Noguchi[nse]
"...Moreover, this virus was found in large quantities in their blood."[pcms]
*30|
[fc]
[ns]Participant A[nse]
"So you mean..."[pcms]
*31|
[fc]
[ns]Participant C[nse]
"A new type of infection is spreading?"[pcms]
*32|
[fc]
[ns]Noguchi[nse]
"...Unfortunately, it seems so."[pcms]
*33|
[fc]
[ns]Participant B[nse]
"It seems so isn't good enough! We need to act quickly..."[pcms]
*34|
[fc]
[ns]Noguchi[nse]
"That's why we've gathered here early in the morning, to take swift action."[pcms]
*35|
[fc]
[ns]Participant B[nse]
"..."[pcms]
*36|
[fc]
[ns]Participant A[nse]
"Then what's the scale of the infection?"[pcms]
*37|
[fc]
[ns]Noguchi[nse]
"The currently identified infected are victims of consecutive falling accidents[r]
at Yoyogi Station, Jingu Gaien Station, and inside various stations in Tokyo."[pcms]
*38|
[fc]
[ns]Participant C[nse]
"Does that mean it's already spreading within Tokyo?!"[pcms]
*39|
[fc]
The solemn atmosphere of the meeting was gone. The surroundings buzzed like a[r]
gambling den, with some even starting to make calls on their cell phones.[pcms]
*40|
[fc]
[ns]Participant A[nse]
"But Dr., LV4 was said to be completely contained according to earlier[r]
explanations, and adequate measures were taken afterward, weren't they?"[pcms]
*41|
[fc]
[ns]Noguchi[nse]
"Yes... At least that was supposed to be the case."[pcms]
*42|
[fc]
[ns]Participant A[nse]
"Then why has it come to this situation?!"[pcms]
*43|
[fc]
[ns]Noguchi[nse]
"At this point, it's still unclear and within the realm of speculation..."[pcms]
*44|
[fc]
[ns]Participant B[nse]
"Let us hear your speculations then."[pcms]
*45|
[fc]
Dr. Noguchi, cornered, looked towards a high-ranking bureaucrat as if seeking[r]
help.[pcms]
*46|
[fc]
The bureaucrat, who had been silently standing in a corner of the conference[r]
room, quietly nodded back.[pcms]
*47|
[fc]
[ns]Noguchi[nse]
"Well... that is... In fact, some of the infected were captured with the[r]
cooperation of the United States military..."[pcms]
*48|
[fc]
[ns]Noguchi[nse]
"And they were being studied at a quarantine facility we built on the old[r]
Funakoshi Peninsula with the United States."[pcms]
*49|
[fc]
[ns]Noguchi[nse]
"However... activists from radical human rights and environmental protection[r]
groups, along with freelance journalists, infiltrated the facility with an[r]
insider's help..."[pcms]
*50|
[fc]
[ns]Noguchi[nse]
"They interfered with security during their intrusion, which resulted in a[r]
serious accident inside..."[pcms]
*51|
[fc]
[ns]Noguchi[nse]
"The facility was destroyed by the emergency auto-purification system, but[r]
during the chaos, one vehicle broke through the blockade..."[pcms]
*52|
[fc]
[ns]Noguchi[nse]
"That vehicle was later found near Kesennuma, and the driver's body was[r]
discovered."[pcms]
*53|
[fc]
[ns]Noguchi[nse]
"The cause of death was excessive bleeding from gunshot wounds, but there were[r]
signs that someone else had been in the car..."[pcms]
*54|
[fc]
[ns]Participant B[nse]
"Get to the point, the conclusion!!"[pcms]
*55|
[fc]
[ns]Noguchi[nse]
"Yes, in short... It is believed that an infected person who was being[r]
quarantined was in that vehicle."[pcms]
*56|
[fc]
[ns]Participant C[nse]
"So someone took an infected person out of the facility and released them into[r]
the wild..."[pcms]
*57|
[fc]
[ns]Noguchi[nse]
"Whether it was intentional or not, that seems to be the likely possibility."[pcms]
*58|
[fc]
The conference room erupted into a storm once again over the concealment of a[r]
matter of national security.[pcms]
*59|
[fc]
Both the doctor and the bureaucrat watched the commotion as if it were someone[r]
else's problem, merely clicking their tongues.[pcms]
*60|
[fc]
[ns]Noguchi[nse]
"However, the new strain of virus discovered this time is, as of now, a variant[r]
that we were studying at the facility and for which no cure has been found..."[pcms]
*61|
[fc]
[ns]Participant A[nse]
"So you're saying there's no vaccine to save those infected with this most[r]
dangerous type?"[pcms]
*62|
[fc]
[ns]Noguchi[nse]
"That... That would be the case..."[pcms]
;//〆イベントEV010B差分でウイルス保菌者表示朋美
[evcg storage="evs007a"][trans_c cross time=300]
*63|
[fc]
[ns]Noguchi[nse]
"Even the latest vaccines developed domestically through breeding of those[r]
provided by the United States during the infection disaster can only prevent[r]
airborne transmission at best."[pcms]
*64|
[fc]
[ns]Noguchi[nse]
"Furthermore, their effectiveness as antiviral drugs is limited, and if taken[r]
continuously, there's a high possibility that the virus will acquire[r]
resistance..."[pcms]
*65|
[fc]
[ns]Participant B[nse]
"So long-term use of antiviral drugs would become ineffective, is that it?"[pcms]
*66|
[fc]
[ns]Noguchi[nse]
"We have no choice but to consider a large-scale response, including declaring a[r]
state of emergency urgently..."[pcms]
*67|
[fc]
[ns]Participant C[nse]
"It's easy to say 'consider,' but this disaster is happening in the capital!"[pcms]
*68|
[fc]
[ns]Participant A[nse]
"Do you think we can handle this like some regional city?"[pcms]
*69|
[fc]
[ns]Participant B[nse]
"If we respond as we did before, the capital's functions will completely[r]
collapse..."[pcms]
*70|
[fc]
[ns]Participant A[nse]
"Without a doubt, our country will suffer an economic blow from which recovery[r]
may not be possible."[pcms]
*71|
[fc]
[ns]Noguchi[nse]
"But if we just sit on our hands, think of how many lives will be..."[pcms]
*72|
[fc]
[ns]Participant A[nse]
"You're the ones who kept such a dangerous thing hidden!"[pcms]
*73|
[fc]
[ns]Noguchi[nse]
"..."[pcms]
*74|
[fc]
Dr. Noguchi understood the severity of the situation and the terror of the virus[r]
better than anyone else, but he had no room to argue against that statement.[pcms]
*75|
[fc]
The participants' cell phones rang incessantly one after another.[pcms]
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*76|
[fc]
[ns]Participant A[nse]
"Anyway, this is not a situation that can be resolved with immediate decisions[r]
at this point."[pcms]
*77|
[fc]
[ns]Participant B[nse]
"Indeed. First, we need to consult with various parties..."[pcms]
*78|
[fc]
[ns]Noguchi[nse]
"We don't have that kind of time! The infection is spreading even now..."[pcms]
*79|
[fc]
[ns]Participant C[nse]
"For now, let's compile a response plan within our agencies and discuss again[r]
tomorrow."[pcms]
*80|
[fc]
[ns]Participant A[nse]
"Thank you for your efforts, Dr. Noguchi."[pcms]
*81|
[fc]
The doctor was unilaterally cut off from the meeting, with no opportunity to[r]
persist.[pcms]
*82|
[fc]
Dr. Noguchi took out his cell phone and stared blankly at its display...[pcms]
*83|
[fc]
[ns]Noguchi[nse]
"Tomorrow... I hope that tomorrow comes..."[pcms]
*84|
[fc]
He muttered quietly to himself.[pcms]
;//〆フェードアウト
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;スキップしてたらとんじゃうからスキップの解除
;EDムービーを適宜再生させる
;mm sfでよけないといけないのでは アンドロでもやってなかったな
[if exp="sf.g_pskip == 0 && sf.pskip == 0"]
;[cancelskip][playvideo storage="prologueskip" loop=false][wv canskip=true]
;mm BOXプラスで窓オフ黒追加。ムービー命令修正。
;システムボタン&ウィンドウ消去
[sysbt_meswin clear]
[fadeoutbgm time=500]
[stopse_all]
[black_toplayer][trans_c cross time=150][hide_chara_int]
[movie storage="prologueskip.mpg"]
[black_toplayer][trans_c cross time=150][hide_chara_int]
;▲▲▲追加ここまで▲▲▲
[endif]
;mm これ回クリア踏まないとpskipできないってことではそんなにハードル高いのか
;BE10120.ks(1045): [eval exp="sf.g_clear = 1"]
;BE10140.ks(915): [eval exp="sf.g_clear = 1"]
;TE10100.ks(1321): [eval exp="sf.g_clear = 1"]
[eval exp="sf.g_pskip = 1"]
;mm こっちはysy用の念のタメ
[eval exp="sf.pskip = 1"]
;//jumpブロック00020
[jump storage="00020.ks" target=*00020_TOP]

396
Kansen3_patch/10020.ks Normal file
View file

@ -0,0 +1,396 @@
;//ブロック10020 『浩助』
;//@konya 11/12 bg貼付
*10020_TOP
;{SceneSet 浩助}
;//---------------------------------------------------------------
[bgm storage="BGM01"]
;//〆BG:空
[bg storage="BGS008a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
*85|
[fc]
I just kept running mindlessly, abandoning Wataru and fleeing.[pcms]
*86|
[fc]
There's nothing I can do. It's best to run away in this situation.[pcms]
*87|
[fc]
If both of us are going to be instructed, it's better to have fewer sacrifices.[pcms]
*88|
[fc]
Before I knew it, I had run up the emergency stairs behind the gymnasium and[r]
escaped to the rooftop using the maintenance ladder.[pcms]
*89|
[fc]
While catching my breath and resting my nearly bursting heart, I cautiously[r]
looked down from the edge of the gymnasium's rooftop.[pcms]
*90|
[fc]
Then, I could see Wataru being instructed next to the pool.[pcms]
*91|
[fc]
It seems he wasn't able to escape successfully after all.[pcms]
*92|
[fc]
Although I felt bad for abandoning him after luring him out, it's not like he's[r]
going to be eaten, so let's call it a noble sacrifice![pcms]
*93|
[fc]
Looking down at Wataru, I joined my hands together and laughed.[pcms]
;//〆BG:学校全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*94|
[fc]
[ns]Kousuke[nse]
"Now, what should I do?"[pcms]
*95|
[fc]
I can't go down until things cool off for a while.[pcms]
*96|
[fc]
But this place is too hot.[pcms]
*97|
[fc]
If I'm exposed to the blazing sun, I'll turn into a dried fish.[pcms]
*98|
[fc]
I decided to move to the rooftop of the "Kannan Academy Annex Building" next[r]
door.[pcms]
*99|
[fc]
It's a bit wide, but with a running start like in long jump, I can leap over it.[pcms]
*100|
[fc]
This rooftop is a garden with plants and even a simple pond with fish, making it[r]
much more comfortable.[pcms]
*101|
[fc]
[ns]Kousuke[nse]
"This place has a good foundation."[pcms]
*102|
[fc]
It's used as an annex building, but originally it was a branch office building[r]
for Shibuya Ward.[pcms]
*103|
[fc]
Due to the tight location conditions in Shibuya Ward, it's built right next to[r]
the gymnasium.[pcms]
*104|
[fc]
During the disaster four years ago, Japan's population decreased and the offices[r]
were consolidated, and that's when our school took over this building.[pcms]
*105|
[fc]
The biotope garden on this rooftop was also taken over and is now managed by the[r]
school.[pcms]
*106|
[fc]
I walked leisurely around the annex building's rooftop as if taking a stroll,[r]
seeking refuge from the sunlight, and entered the school building.[pcms]
;//〆BG:分校舎内
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*107|
[fc]
The inside of the building has been beautifully reformed, a far cry from its[r]
days as an office.[pcms]
*108|
[fc]
The commercial department's computer learning and such... Well, now it's being[r]
used by students as a special classroom block that the school wanted to add on[r]
later.[pcms]
*109|
[fc]
The building itself is old, but the facilities are state-of-the-art.[pcms]
*110|
[fc]
[ns]Kousuke[nse]
"Speaking of which, I saw Margarita-senpai and the principal coming out earlier.[r]
Was that compensated dating?!"[pcms]
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*111|
[fc]
[ns]Kousuke[nse]
"There are rumors that Margarita-senpai is researching Shibuya's history, so[r]
maybe it's part of that."[pcms]
*112|
[fc]
I was amazed at my own wild imagination for jumping to compensated dating and[r]
switched back to more plausible reasoning.[pcms]
*113|
[fc]
Speaking of which, this school's grounds seem to have quite a history.[pcms]
*114|
[fc]
During World War II, it was Imperial Army property, either a prison or a[r]
training ground or something.[pcms]
*115|
[fc]
There's an urban legend that remnants from that time still lie beneath the[r]
school, and ghost stories about wandering soldiers come up every summer.[pcms]
*116|
[fc]
Another story is that there's an underground passage extending to Shibuya[r]
Station that was made for evacuating athletes when Yoyogi Park across from the[r]
school was used as a village for world championship competitors...[pcms]
*117|
[fc]
All these stories are dubious at best, but maybe Margarita-senpai actually likes[r]
such occult stuff?[pcms]
;//〆BG:学園全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*118|
[fc]
I wonder how Mizuki is doing now.[pcms]
*119|
[fc]
Suddenly, I remembered my childhood friend who I spent time with at this school.[pcms]
*120|
[fc]
She was good at singing, gentle... Not as lively as Yuuho, but I felt at ease[r]
with her.[pcms]
*121|
[fc]
Before I knew it, I had come to like her not just as a childhood friend but as a[r]
girl...[pcms]
*122|
[fc]
The truth be told, the real reason I started music was to make Mizuki's dream[r]
come true and to live happily together forever.[pcms]
;//〆BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*123|
[fc]
But before I knew it... Mizuki started hanging out with shady self-proclaimed[r]
"industry people," and that was the beginning of everything--[pcms]
*124|
[fc]
We started fighting all the time. Suddenly she stopped coming to school[r]
altogether.[pcms]
*125|
[fc]
She doesn't seem to be returning home either, and there are stories about her[r]
being seen with bad guys who drifted into town from other places.[pcms]
*126|
[fc]
Rumors started spreading that she became a gangster's woman or got addicted to[r]
drugs...[pcms]
;システムボタン&ウィンドウ消去
[sysbt_meswin clear]
;//HEV???B瑞樹の回想シーンで使い回し
[evcg白フラ storage="HEV009a" time=1000]
[wait time=300]
[evcg白フラ storage="HEV009b" time=1000]
[wait time=300]
[evcg白フラ storage="HEV009c" time=1000]
[wait time=300]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*127|
[fc]
And what was decisive was seeing a video rumored to be of a girl who looked like[r]
Mizuki being raped. That was definitely Mizuki herself.[pcms]
*128|
[fc]
If things were going to turn out like this, I should have... I should have[r]
protected her with my life back then. There must have been a chance to stop her[r]
rampage.[pcms]
;//〆学校廊下(階段)
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*129|
[fc]
Sitting in the shadow of the stairs, I absentmindedly thought about it.[pcms]
*130|
[fc]
It's been over a year since Mizuki disappeared. For some reason, we still[r]
haven't met again, but next time I want to save her by force if necessary.[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*131|
[fc]
[vo_ren s="ren0434"]
[ns]Ren[nse]
"Ko-chan? What are you doing here, Ko-chan?"[pcms]
*132|
[fc]
Suddenly addressed from behind, I almost slid off the stairs.[pcms]
;//[ChrSetEx layer=5 chbase="kou_e1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*133|
[fc]
[ns]Kousuke[nse]
"Oh, ohh, Ren-chan... You surprised me."[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*134|
[fc]
[vo_ren s="ren0435"]
[ns]Ren[nse]
"What are you doing in a place like this?"[pcms]
;//[ChrSetEx layer=5 chbase="kou_e1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*135|
[fc]
[ns]Kousuke[nse]
"I was just taking a break."[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*136|
[fc]
[vo_ren s="ren0436"]
[ns]Ren[nse]
"On the stairs?"[pcms]
;//[ChrSetEx layer=5 chbase="kou_e1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*137|
[fc]
[ns]Kousuke[nse]
"Well, it's an adult circumstance."[pcms]
;//[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*138|
[fc]
[vo_ren s="ren0437"]
[ns]Ren[nse]
"Is sitting on the stairs an adult thing to do?"[pcms]
*139|
[fc]
While dealing with Ren-chan's curious questions, I casually brushed them off and[r]
changed the subject.[pcms]
;//[ChrSetEx layer=5 chbase="kou_e1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*140|
[fc]
[ns]Kousuke[nse]
"Anyway, are you on your way home now?"[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*141|
[fc]
[vo_ren s="ren0438"]
[ns]Ren[nse]
"Yeah."[pcms]
;//[ChrSetEx layer=5 chbase="kou_e1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*142|
[fc]
[ns]Kousuke[nse]
"Then, how about we go together to borrow some records from the master at[r]
LASER's DJ-Bar?"[pcms]
[ChrSetEx layer=5 chbase="ren_j8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*143|
[fc]
[vo_ren s="ren0439"]
[ns]Ren[nse]
"Sure. I wanted to go to Manga Darake anyway, so it works out well."[pcms]
;//[ChrSetEx layer=5 chbase="kou_e1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*144|
[fc]
[ns]Kousuke[nse]
"Alright, it's settled then."[pcms]
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*145|
[fc]
As we moved to the bicycle parking area, Ren-chan noticed that Wataru's bicycle[r]
wasn't there and mentioned it to me.[pcms]
*146|
[fc]
Ren-chan, with a somewhat sulky expression, told me that "Yuuho must have gone[r]
somewhere with him after practice."[pcms]
*147|
[fc]
She started typing an email on the spot. I guessed that we'd probably meet up at[r]
LASER, watching her as she did so.[pcms]
;[zapend_random]
[zapfade]
;//ブロック00020 ラベル「zap02 戻り先」 へjump
;[jump storage="00020.ks" target=*00020_04]
[jump storage="00020_04.ks"]

712
Kansen3_patch/10040.ks Normal file
View file

@ -0,0 +1,712 @@
;//ブロック10040 『悠帆のオナニー』
;//@konya 11/12 bg貼付
*10040_TOP
;{SceneSet 悠帆のオナニー}
;//---------------------------------------------------------------
;//---------------------------------------------------------------
[eval exp="sf.SRP22 = 1"]
[if exp="tf.scene_mode==0"][jump target=*NORMAL_PLAY][endif]
;タイトルから即回想きた時用にウィンドウの設定
;[winset][scene_exp_init]
;//BGM(回想用)
;//[bgm storage="BGM07"](回想内で鳴らしているので不要)
[jump target=*LABEL_MEMORIES_START]
*NORMAL_PLAY
;//---------------------------------------------------------------
;//このシーンは全て浴室内。ボイスにReverbを。
;//〆:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;[eval exp="f.l_map = 26"]
*LABEL_MEMORIES_START
;//se509・シャワーの音ループ
[se buf=0 storage="se509" loop=true]
;//〆♪hangon
[bgm storage="BGM17"]
[sysbt_meswin]
*148|
[fc]
I returned home and was soothing my body in the bath, heated from the summer[r]
night's warmth.[pcms]
*149|
[fc]
As I washed my sweat-drenched body, I absentmindedly recalled the events that[r]
had just transpired.[pcms]
*150|
[fc]
Things got a bit hectic towards the end, but it was a fun day.[pcms]
*151|
[fc]
I'll have to thank Margarita-san eventually.[pcms]
*152|
[fc]
Even so, I feel like it's been a while since I've seen Wataru's manly figure.[r]
He's always lacked physical strength and been bad at fighting...[pcms]
*153|
[fc]
But still, the way he doesn't flinch and faces things head-on when it really[r]
matters has a different kind of coolness than the strong Kousuke.[pcms]
*154|
[fc]
But lately, I feel like the time I spend with Wataru has significantly[r]
decreased. We used to act together as if it were natural, but even the bike race[r]
was the first since summer vacation started.[pcms]
*155|
[fc]
I'm busy with club activities, and it's hard to match schedules with Wataru. No,[r]
even before that, I feel like the time we spend together has decreased compared[r]
to before.[pcms]
;//〆HEV●●●
[evcg storage="HEV007a"][trans_c cross time=300]
*156|
[fc]
[vo_yuh s="yuho0281"]
[ns]Yuuho[nse]
"Are we gradually drifting apart...?"[pcms]
*157|
[fc]
Growing up, walking my own path in life... does that mean drifting away from[r]
Wataru and the others?[pcms]
*158|
[fc]
I'm genuinely happy that my swimming performance has improved and I'm now[r]
considered at a level where I can aim for the world stage.[pcms]
*159|
[fc]
I want to meet the expectations of the school and the people in town, and I'm[r]
devoted to practicing for my own potential.[pcms]
*160|
[fc]
But it's sad that this comes at the expense of creating distance between me and[r]
Wataru and the others.[pcms]
*161|
[fc]
It can't be helped that we can't always be together like when we were kids...[r]
like before, but I don't want us to grow any further apart.[pcms]
*162|
[fc]
Besides, I'm... very worried about Wataru.[pcms]
*163|
[fc]
Ever since he lost his mother four years ago, Wataru has been somewhat[r]
different.[pcms]
*164|
[fc]
Lately, every time I see him, he seems to have something on his mind.[pcms]
*165|
[fc]
He acts bright and normal when we talk, but when he's alone, his expression[r]
carries a dark shadow.[pcms]
*166|
[fc]
The smile that used to be filled with innocent longing now seems to have a[r]
shadow over it, and I can't tell where he's looking or what he's thinking.[pcms]
*167|
[fc]
I'd feel more at ease if he stayed the naughty boy who peeks into club[r]
activities with Kousuke...[pcms]
;//〆HEV●●● 差分A
[evcg storage="HEV007b"][trans_c cross time=300]
*168|
[fc]
As I thought about such things, my fingers naturally extended towards the center[r]
of my crotch.[pcms]
*169|
[fc]
Slipping a finger into my exposed petals, a different kind of mucus than the[r]
bathwater began to cling to it.[pcms]
*170|
[fc]
[vo_yuh s="yuho0282"]
[ns]Yuuho[nse]
"Ah..."[pcms]
*171|
[fc]
A sigh escaped my lips involuntarily. A shivering sensation ran up my spine, and[r]
strength entered my fingers.[pcms]
*172|
[fc]
[vo_yuh s="yuho0283"]
[ns]Yuuho[nse]
"Ah, mmm, fuu..."[pcms]
*173|
[fc]
I know I shouldn't be doing this, but once the fire is lit, I just can't help[r]
myself.[pcms]
*174|
[fc]
Before I knew it, I had aimed the showerhead at my crotch, targeting my[r]
sensitive spot as I washed my body.[pcms]
*175|
[fc]
When the forceful stream of water hit my clit directly, I couldn't help but arch[r]
my back greatly.[pcms]
*176|
[fc]
[vo_yuh s="yuho0284"]
[ns]Yuuho[nse]
"Haa, fuu... nnnhah..."[pcms]
*177|
[fc]
My breathing became ragged quickly, and the tone of my voice spilling out grew[r]
higher.[pcms]
*178|
[fc]
As my fingers played with the entrance to my petals and moved deeper inside, a[r]
wetness began to overflow.[pcms]
*179|
[fc]
[vo_yuh s="yuho0285"]
[ns]Yuuho[nse]
"Nnnnn, fuu, kuu..."[pcms]
*180|
[fc]
In the bathroom echoed my shameless voice, and from down there began the lewd[r]
sound of stickiness.[pcms]
*181|
[fc]
The throbbing of my flesh seeking pleasure intensified, and I was no longer in a[r]
state where self-control could handle it.[pcms]
;//〆HEV●●● 差分B
[evcg storage="HEV007c"][trans_c cross time=300]
*182|
[fc]
Ever since appearing on TV and being filmed by cameras, I've felt an increase in[r]
the intensity of gazes upon me.[pcms]
*183|
[fc]
Many people are staring at my body. They're ogling my physique through my[r]
swimsuit.[pcms]
*184|
[fc]
In fact, the number of spectators has significantly increased, and there are[r]
many secretly taken photos of me on the internet.[pcms]
*185|
[fc]
All sorts of men, all sorts of people are looking at me with various emotions.[pcms]
*186|
[fc]
Imagining what lies beneath my swimsuit, I am being subjected to lewd gazes from[r]
many men.[pcms]
*187|
[fc]
The pleasure of being in the spotlight simultaneously instills in me a feeling[r]
as if I'm being defiled.[pcms]
*188|
[fc]
And... when I become aware of it, my body heats up intensely and naughty juices[r]
start flowing from down there.[pcms]
*189|
[fc]
Lately after competitions or practice, the heat in my body becomes[r]
uncontrollable.[pcms]
*190|
[fc]
Thus, I find myself caressing down there with my own hands to achieve satisfying[r]
pleasure or else I'll end up staining even my underwear.[pcms]
*191|
[fc]
After practice when changing clothes, walking around nonchalantly, talking, or[r]
even riding a bike, sometimes my underwear is wet with juices beneath my[r]
clothes.[pcms]
*192|
[fc]
It's filthy and yet I want to be defiled... Even though I know it's wrong and[r]
shouldn't be done, I can't suppress the throbbing of my flesh.[pcms]
*193|
[fc]
[vo_yuh s="yuho0286"]
[ns]Yuuho[nse]
"Aaahh, nnn, fuuck..."[pcms]
*194|
[fc]
I know that when boys get excited or think about naughty things, they get[r]
erections.[pcms]
*195|
[fc]
I also know that boys masturbate while looking at naughty books or thinking[r]
about such things.[pcms]
*196|
[fc]
But I am a girl.[pcms]
*197|
[fc]
I wonder if normal girls experience their bodies heating up and their underwear[r]
getting wet like this.[pcms]
*198|
[fc]
Do girls touch themselves down there or feel pleasure from the shower like this?[pcms]
*199|
[fc]
I worry that indulging in masturbation for pleasure makes me a particularly lewd[r]
and strange person.[pcms]
*200|
[fc]
When I was a child, I never even thought about such things.[pcms]
*201|
[fc]
To think that I would become someone who does such things... I never even[r]
dreamed of it.[pcms]
*202|
[fc]
I can clearly feel my fingers being squeezed by the flesh inside as they move[r]
deeper into my pussy.[pcms]
*203|
[fc]
I'm clearly craving... the invasion of something thicker and harder.[pcms]
*204|
[fc]
I desire to be defiled. I want to accept the gazes and desires of many upon this[r]
body.[pcms]
*205|
[fc]
[vo_yuh s="yuho0287"]
[ns]Yuuho[nse]
"Aaahh, ahh, mmm, fuuck..."[pcms]
*206|
[fc]
Such thoughts are absolutely forbidden. I understand that it's a wrong idea for[r]
a woman.[pcms]
*207|
[fc]
But the hot throbbing my body craves won't stop.[pcms]
*208|
[fc]
[vo_yuh s="yuho0288"]
[ns]Yuuho[nse]
"Mmm, mmm, ooh... ohh!"[pcms]
*209|
[fc]
If it's wrong with many people, then who would be right?[pcms]
*210|
[fc]
When I comfort myself, I always bring to mind the things I usually think about.[pcms]
*211|
[fc]
I wonder what Wataru thinks of me?[pcms]
*212|
[fc]
Would Wataru accept me even like this?[pcms]
*213|
[fc]
Would it be permissible to accept Wataru's desires?[pcms]
*214|
[fc]
When I think of a man whose desires I could permit, Wataru always comes to mind[r]
first.[pcms]
*215|
[fc]
As I indulge in masturbation, all I can think about is Wataru.[pcms]
*216|
[fc]
Do I like Wataru?[pcms]
*217|
[fc]
I can immediately say Kousuke is "just a friend," but Wataru is different. He[r]
doesn't fit into categories like childhood friend or friend; there's definitely[r]
another emotion there.[pcms]
*218|
[fc]
But it's not the heart-pounding sensation I felt for handsome seniors or[r]
celebrities I've met on TV.[pcms]
*219|
[fc]
He's not someone who evokes what is commonly referred to as admiration or[r]
excitement.[pcms]
*220|
[fc]
He's not just a friend, not a sibling, not a best friend...[pcms]
*221|
[fc]
[vo_yuh s="yuho0289"]
[ns]Yuuho[nse]
"Aaahh, mmm, ooh..."[pcms]
*222|
[fc]
I wonder how I feel about Wataru. I wonder how Wataru feels about me.[pcms]
*223|
[fc]
As I check the slipperiness of my throbbing pussy, all that concerns me are such[r]
thoughts.[pcms]
*224|
[fc]
Every time I imagine Wataru's face, my pussy clenches and spasms around my[r]
finger. A hot fluid overflows from deep inside without end.[pcms]
*225|
[fc]
I might want Wataru. Maybe I want him to insert his dick into me here.[pcms]
*226|
[fc]
[vo_yuh s="yuho0290"]
[ns]Yuuho[nse]
"Aaahh, ohh, mmm..."[pcms]
*227|
[fc]
A tingling pleasure like waves repeatedly surges through my entire body.[pcms]
*228|
[fc]
The waves of pleasure rising from my wet pussy collide within me, growing in[r]
intensity.[pcms]
*229|
[fc]
[vo_yuh s="yuho0291"]
[ns]Yuuho[nse]
"Mmm, ooh... ohh, aahh!"[pcms]
*230|
[fc]
The growing wave of pleasure eventually seeks an exit, wandering until at last[r]
it escapes from my mouth as a moan.[pcms]
*231|
[fc]
[vo_yuh s="yuho0292"]
[ns]Yuuho[nse]
"Aaahh, ohh... aahh!"[pcms]
*232|
[fc]
I want it... I want a hard and thick stimulation thrust into my pussy. No matter[r]
how much I move or rub, my own fingers are just not enough.[pcms]
*233|
[fc]
I want to show off my writhing form. I want to show all of my body. My hard[r]
nipples, my pussy that won't stop leaking juice, even my twitching ass holeI[r]
want them all to be seen.[pcms]
*234|
[fc]
The feelings of embarrassment and filthiness only heighten my pleasure more and[r]
more.[pcms]
*235|
[fc]
The movement of my fingers gets faster, and before I know it, they're pushed in[r]
up to the base when initially I was only timidly playing with them.[pcms]
*236|
[fc]
The flesh spasms repeatedly, trying to pull me deeper inside.[pcms]
*237|
[fc]
[vo_yuh s="yuho0293"]
[ns]Yuuho[nse]
"Mmm, aahh... mmm!"[pcms]
*238|
[fc]
I wonder what Wataru thought when he came peeping at my body.[pcms]
*239|
[fc]
Was he imagining me naked? Was he imagining me like this?[pcms]
*240|
[fc]
[vo_yuh s="yuho0294"]
[ns]Yuuho[nse]
"Aaahh... ohh!"[pcms]
*241|
[fc]
I wonder if Wataru had lewd fantasies about me as a woman.[pcms]
*242|
[fc]
[vo_yuh s="yuho0295"]
[ns]Yuuho[nse]
"Ahh... mmm!"[pcms]
*243|
[fc]
The more I think about Wataru, the stronger the throbbing in my body becomes.[r]
Juice overflows endlessly from my pussy, making wet lewd sounds with every[r]
movement of my fingers.[pcms]
*244|
[fc]
[vo_yuh s="yuho0296"]
[ns]Yuuho[nse]
"Aaahh... ah!"[pcms]
*245|
[fc]
I was so lost in the pleasure from masturbation that I couldn't even suppress my[r]
voice.[pcms]
*246|
[fc]
As the sticky fluid drips from my pussy down to my butt hole, sliding a finger[r]
there sends an electric shock through me.[pcms]
*247|
[fc]
It seems I don't just want it in my pussy; I also crave a thick and hard[r]
stimulation in my ass.[pcms]
*248|
[fc]
I want to be penetrated, thoroughly penetrated by Wataru's hard dick.[pcms]
*249|
[fc]
[vo_yuh s="yuho0297"]
[ns]Yuuho[nse]
"Aaahh... ahhh... ughh..."[pcms]
*250|
[fc]
After teasing my anus with my finger, I pushed my fingers back into my pussy. I[r]
moved them a bit more forcefully, as if to stretch the hole open.[pcms]
*251|
[fc]
The intense stimulation was so overwhelming that it felt like my consciousness[r]
was fading. Like I had wet myself, the viscous fluid from my pussy sprayed out[r]
forcefully.[pcms]
*252|
[fc]
[vo_yuh s="yuho0298"]
[ns]Yuuho[nse]
"Hiiiahh... ahh... I'm cumming... I can't take it anymore..."[pcms]
*253|
[fc]
Furiously moving my fingers, I stirred my own pussy. My whole body shook[r]
violently, and I tensed up.[pcms]
*254|
[fc]
[vo_yuh s="yuho0299"]
[ns]Yuuho[nse]
"Fuuahh... umm... ughh..."[pcms]
*255|
[fc]
Biting on my finger to desperately suppress my voice, I continued moving my[r]
fingers and reached climax.[pcms]
*256|
[fc]
The secret flesh, drenched in fluid, clenched around my fingers painfully, over[r]
and over again.[pcms]
*257|
[fc]
[vo_yuh s="yuho0300"]
[ns]Yuuho[nse]
"Nnnn... nffuahh... nmm... nffuahh, fuuahh... mmm..."[pcms]
*258|
[fc]
My consciousness was enveloped in a pure white light, and the trembling of my[r]
body wouldn't stop.[pcms]
[evcg射精フラ storage="HEV007c"]
*259|
[fc]
[vo_yuh s="yuho0301"]
[ns]Yuuho[nse]
"Fuuahh... nnn... nffuah..."[pcms]
*260|
[fc]
Intoxicated with the intense pleasure and in a state of ecstasy, I couldn't move[r]
for a while.[pcms]
*261|
[fc]
[vo_yuh s="yuho0302"]
[ns]Yuuho[nse]
"Haa haa... fuuahh... fuuahh..."[pcms]
*262|
[fc]
Finally, as my breathing settled and I began to come down from the afterglow of[r]
climax, I started to think about my feelings for Wataru.[pcms]
*263|
[fc]
Do I like Wataru? Do I have feelings of what people commonly call love or[r]
affection?[pcms]
*264|
[fc]
No matter how much I think about it, there isn't a burning, intense feeling.[pcms]
*265|
[fc]
However, what I do know is that masturbating while thinking of Wataru feels the[r]
best compared to when imagining anyone else, and there's no particular feeling[r]
of disgust afterwards.[pcms]
*266|
[fc]
Whether that's being spoiled by Wataru or feelings of liking him... even I'm not[r]
sure.[pcms]
;mm この差分使われて無かったな
[evcg storage="HEV007d"][trans_c cross time=300]
*267|
[fc]
[vo_yuh s="yuho0303"]
[ns]Yuuho[nse]
"Haa... I did it again."[pcms]
*268|
[fc]
And after it's over, I invariably feel lonely. I long for the warmth of another[r]
person, the comfort of someone's presence.[pcms]
*269|
[fc]
I don't know what will become of my relationship with Wataru from here on out,[r]
but the throbbing in my body, the desire, will probably never be satisfied.[pcms]
*270|
[fc]
At least as long as I'm comforting myself alone like this, I'll always remain[r]
lonely.[pcms]
[stopse buf=0]
;//黒フェード
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*271|
[fc]
[vo_yuh s="yuho0304"]
[ns]Yuuho[nse]
"This isn't good... I'll catch a chill."[pcms]
*272|
[fc]
I decided to stop pondering over things and soak in the bathtub instead. Even if[r]
I think about it all night, it's not like an answer will come.[pcms]
*273|
[fc]
While warming up my chilled body, I kept splashing water on my face as if to[r]
scold myself.[pcms]
;//---------------------------------------------------------------
; 回想モード中なら、回想モード画面に戻る
[if exp="tf.scene_mode==1"]
[jump storage="b_scene.ks" target=*back_from_SR]
[endif]
;[eval exp="sf.g_scene24 = 1"]
;//---------------------------------------------------------------
;[zapend_random]
[zapfade]
;//jump戻り先指定●●●●
[jump storage="00060.ks" target=*00060_TOP]

774
Kansen3_patch/10050.ks Normal file
View file

@ -0,0 +1,774 @@
;//ブロック10050 『漣のオナニー』
;//@konya 11/12 bg貼付
*10050_TOP
;{SceneSet 漣のオナニー}
;//---------------------------------------------------------------
;//---------------------------------------------------------------
[eval exp="sf.SRP28 = 1"]
[if exp="tf.scene_mode==0"][jump target=*NORMAL_PLAY][endif]
;タイトルから即回想きた時用にウィンドウの設定
;[winset][scene_exp_init]
;//BGM(回想用)
[jump target=*LABEL_MEMORIES_START]
*NORMAL_PLAY
;//---------------------------------------------------------------
;//〆♪:無音
;//〆BG黒画面
;//ここから下は、黒画面で進行
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;[eval exp="f.l_map = 3"]
*LABEL_MEMORIES_START
[sysbt_meswin]
*274|
[fc]
After finishing the dishes from dinner, I returned to my room and lay down on my[r]
bed.[pcms]
*275|
[fc]
Maybe it's because I got tangled up with some bad people today, but I was[r]
exhausted.[pcms]
*276|
[fc]
Still, my brother was worried about me, and I ended up acting spoiled, and he[r]
was kind to me, so maybe it wasn't all bad.[pcms]
*277|
[fc]
Plus... I ended up borrowing my brother's T-shirt.[pcms]
;//se066・衣擦れの音
[se buf=0 storage="se066"]
*278|
[fc]
When I curl up, I can smell my brother's room, or rather, my brother's scent.[pcms]
*279|
[fc]
He said he hardly ever wears it because it's too precious, but it was enough to[r]
intensify my aching and restless feelings.[pcms]
*280|
[fc]
[vo_ren s="ren0440"]
[ns]Ren[nse]
"Big brother..."[pcms]
*281|
[fc]
While intoxicated by the scent of my brother, my hand almost reached down there,[r]
but I stopped it midway.[pcms]
*282|
[fc]
I usually do it when my brother isn't next to me, but if I go on as usual, he[r]
might hear my voice.[pcms]
*283|
[fc]
He usually responds before opening the door, but sometimes he opens it without[r]
permission like when he brought dinner...[pcms]
*284|
[fc]
I know he's just worried about me.[pcms]
*285|
[fc]
I blocked the door with a cushion and a table so it couldn't open, then sat down[r]
on the bed.[pcms]
*286|
[fc]
Then, slowly, I reached my hand towards my crotch.[pcms]
;//ここまで黒画面
;//〆♪hangon フェードイン
[bgm storage="BGM07"]
;//〆BGHEV003 漣のオナニー
[evcg storage="HEV008a"][trans_c cross time=300]
*287|
[fc]
[vo_ren s="ren0441"]
[ns]Ren[nse]
"But... what if... big brother saw me doing this...? Ah, uh, would he think...[r]
mmm, that I'm a naughty girl... maybe..."[pcms]
*288|
[fc]
Gently tracing the slit of my crotch, I thought about my brother.[pcms]
*289|
[fc]
By the way, today he went to see the planetarium with Yuuho-chan.[pcms]
*290|
[fc]
I wish he had invited me too...[pcms]
*291|
[fc]
If possible, just the two of us, like we used to lie back and watch in the hills[r]
behind Aketa, I want to gaze at the starry sky together.[pcms]
*292|
[fc]
But...[pcms]
*293|
[fc]
To my brother, am I just a stepsister?[pcms]
*294|
[fc]
To me, my brother is a very cool man.[pcms]
*295|
[fc]
[vo_ren s="ren0442"]
[ns]Ren[nse]
"Ah, haahhh. Big brother... you're so... mmmfuuu, good... look, even my breasts[r]
are getting so... pointed..."[pcms]
*296|
[fc]
I massaged my breasts as if the big brother in my head was kneading them.[pcms]
*297|
[fc]
Normally touching them doesn't feel like anything special, but when I touch them[r]
as if the big brother in my head is doing it, my nipples get hard and at the[r]
same time my crotch gets slippery.[pcms]
*298|
[fc]
[vo_ren s="ren0443"]
[ns]Ren[nse]
"So fiercely... ah, big brother"[pcms]
*299|
[fc]
The big brother in my head always comes seeking me.[pcms]
*300|
[fc]
With fingers slick and lewdly parting the bush, as soon as they touch the hidden[r]
nub, my body shudders with a jolt.[pcms]
*301|
[fc]
Big brother was the only "stranger" who didn't react with surprise to my[r]
appearance from the first time we met.[pcms]
*302|
[fc]
I have no melanin pigment from birth, which seems to make me look odd.[pcms]
*303|
[fc]
But big brother... only big brother treated me normally.[pcms]
*304|
[fc]
And he protected me from the insults thrown at me by unknown children.[pcms]
*305|
[fc]
He never laid a hand on them but stood between me and the bullies, glaring at[r]
them intently.[pcms]
*306|
[fc]
That sharp gaze... just thinking about it sends shivers down my spine.[pcms]
*307|
[fc]
[vo_ren s="ren0444"]
[ns]Ren[nse]
"Mmfuuu, that's good, ah... right there! If you rub there like that... ahnn"[pcms]
*308|
[fc]
The big brother in my head seems to take out some pent-up frustration by roughly[r]
kneading my crotch, thighs, and breasts.[pcms]
*309|
[fc]
As I touch myself following that fantasy, my dripping honey leaves traces on my[r]
body.[pcms]
*310|
[fc]
The glistening wetness is very lewd, and big brother can't hold back anymore.[pcms]
*311|
[fc]
[vo_ren s="ren0445"]
[ns]Ren[nse]
"Ah, ahnn. Big brother... ahfuuu, right there, rough... ahnn, I WANT IT, I WANT[r]
IT. More... do you want to knead it? My crotch... mmfuuu"[pcms]
*312|
[fc]
As I smear the melting honey around, my fingersnow acting as big[r]
brother'sexpose my most sensitive nub.[pcms]
*313|
[fc]
At first gently tracing around the base...[pcms]
*314|
[fc]
Gradually pinching and flicking the tip while driving me further into pleasure.[pcms]
*315|
[fc]
[vo_ren s="ren0446"]
[ns]Ren[nse]
"That's good... that's good, big brother. My sensitive spot... do you like it[r]
that much? Big brother..."[pcms]
*316|
[fc]
In my head, big brother's voice nods in response to me.[pcms]
*317|
[fc]
The big brother in my head only looks at me.[pcms]
*318|
[fc]
All he does is make me feel good... all he does is pleasure me.[pcms]
*319|
[fc]
Yes, unlike the real big brother who looks somewhere "far away," not at me.[pcms]
*320|
[fc]
Especially after mom passed away, big brother started looking "far away."[pcms]
*321|
[fc]
I wish the real big brother would look only at me like the one in my head does.[r]
I want him to see me as a woman.[pcms]
*322|
[fc]
But what the real big brother is looking at is...[pcms]
*323|
[fc]
[vo_ren s="ren0447"]
[ns]Ren[nse]
"Haahnn. No, no good, big brother. You should only look at me. Don't look "far[r]
away"... don't look at Yuuho-chan. You have to look at me... or I won't give it[r]
to you"[pcms]
*324|
[fc]
When I said that, the face of the big brother in my head looked sadly clouded.[pcms]
*325|
[fc]
[vo_ren s="ren0448"]
[ns]Ren[nse]
"That's right, you want to do it more, don't you? Just like the men in those[r]
naughty manga, you can't help but want to make me feel more, right? ...Then,[r]
look at me..."[pcms]
*326|
[fc]
While saying that, I quickened the movement of my fingers playing with my[r]
sensitive spot.[pcms]
*327|
[fc]
The big brother in my head happily plays with my nipples.[pcms]
*328|
[fc]
Because he's rough with his touches.[pcms]
*329|
[fc]
But somewhere inside, I knew.[pcms]
*330|
[fc]
Yuuho-chan is as kind as a real "big sister" to me, and I love her very much.[pcms]
*331|
[fc]
So maybe it's inevitable that big brother is drawn to Yuuho-chan.[pcms]
*332|
[fc]
But...[pcms]
*333|
[fc]
[vo_ren s="ren0449"]
[ns]Ren[nse]
"Good... amazing... nnfuuh, to Yuuho-chan... I won't hand over big brother to[r]
someone like Yuuho-chan who treats him coldly..."[pcms]
*334|
[fc]
If I were as charming as Yuuho-chan, even the real big brother would surely[r]
notice me...[pcms]
*335|
[fc]
He used to care when I was just in a T-shirt... a slightly naughty outfit.[pcms]
*336|
[fc]
He was flustered earlier about whether to take off the T-shirt or not.[pcms]
*337|
[fc]
When he pushed me down in the heat of the moment, he fondled my breasts so[r]
much...[pcms]
*338|
[fc]
[vo_ren s="ren0450"]
[ns]Ren[nse]
"Haaann, that's right, isn't it? You wanted to rape me just like that, didn't[r]
you? Hey, big brother"[pcms]
*339|
[fc]
Remembering the sensation of big brother actually fondling my breasts, I grabbed[r]
my chest just as firmly.[pcms]
*340|
[fc]
It hurts, but if it's done by big brother, it feels good.[pcms]
*341|
[fc]
[vo_ren s="ren0451"]
[ns]Ren[nse]
"Ah, ahnn. So rough... kuuu. If you stimulate my breasts and pussy so[r]
strongly... ah, ahnn. Big brother!"[pcms]
*342|
[fc]
The big brother in my head started to rape me as if he was a completely[r]
different person.[pcms]
*343|
[fc]
Rubbing the entrance overflowing with honey and playing with the sensitive[r]
nipples.[pcms]
*344|
[fc]
[vo_ren s="ren0452"]
[ns]Ren[nse]
"Ah, aaaaah, that's too fast, too fast... kuuuuu"[pcms]
*345|
[fc]
The momentum carried my finger inside...[pcms]
*346|
[fc]
In the naughty manga, the man's thing enters there and they seem to feel good.[pcms]
*347|
[fc]
I don't feel good yet, but if big brother's dick really entered me, would it[r]
feel good?[pcms]
*348|
[fc]
I don't know but... I don't know, but I quickly moved the finger that had[r]
entered inside in and out.[pcms]
*349|
[fc]
If big brother's dick entered me, it would probably move like this, so I[r]
imitated that motion...[pcms]
*350|
[fc]
[vo_ren s="ren0453"]
[ns]Ren[nse]
"Oh, big brother. It feels good... it feels so good... My pussy is filled with[r]
big brother's dick... feeling so much pleasure..."[pcms]
*351|
[fc]
Big brother laughs and speeds up his movements even more.[pcms]
*352|
[fc]
At the same time, the fingers playing with the sensitive nipples also move[r]
strongly and violently.[pcms]
*353|
[fc]
[vo_ren s="ren0454"]
[ns]Ren[nse]
"Aaaaah... good, good. I'm being raped by big brother's dick, being raped. I'm[r]
being raped by big brother"[pcms]
*354|
[fc]
Big brother laughs and asks if it feels good.[pcms]
*355|
[fc]
I nod over and over again while still speeding up the movement of my fingers[r]
even more.[pcms]
*356|
[fc]
[vo_ren s="ren0455"]
[ns]Ren[nse]
"Good... good... Ah! Kuuu..."[pcms]
[メスフラ]
*357|
[fc]
A huge wave surges through my body as if struck by lightning, and my mind goes[r]
blank.[pcms]
*358|
[fc]
I can't even see big brother anymore, who I should have been able to see.[pcms]
*359|
[fc]
My body trembles with spasms, and even though only one finger is inside, my[r]
pussy clenches tightly around it in response.[pcms]
*360|
[fc]
I wonder if this spasming is because I'm clenching down; if big brother's dick[r]
really entered me, would he find it pleasurable?[pcms]
*361|
[fc]
Can my pussy make big brother's dick feel good?[pcms]
;//〆♪hangon フェードアウト
[fadeoutbgm time=500]
;//BGMが完全に停止した後、次のSEック音再生
;//se005・木製ドアのック音一般住宅
[se buf=0 storage="se005"]
[evcg storage="HEV008b"][trans_c cross time=300]
*362|
[fc]
I was vaguely thinking about such things when I heard a knock on the door.[pcms]
*363|
[fc]
Did big brother hear my voice?[pcms]
*364|
[fc]
I let out a sigh of relief at my own decision to have built a barricade in front[r]
of the door before "doing it."[pcms]
;//〆♪hangon フェードイン
[bgm storage="BGM07"]
*365|
[fc]
[ns]Wataru[nse]
"Hey, Ren. Are you okay? You haven't fainted, have you?"[pcms]
*366|
[fc]
I can hear big brother's anxious voice through the door.[pcms]
*367|
[fc]
Big brother is right there...[pcms]
*368|
[fc]
"If he saw me in this state... what would big brother think..."[pcms]
*369|
[fc]
The sheets above are splattered with the naughty juice that squirted out from my[r]
pussy, and my lower half is still exposed.[pcms]
*370|
[fc]
And my legs are spread wide open towards the door.[pcms]
*371|
[fc]
I blushed while asking the big brother in my head softly,[pcms]
*372|
[fc]
"What would you do if you saw me like this? Big brother. Hey, do you want to do[r]
naughty things with me? You want to, don't you?"[pcms]
*373|
[fc]
I slowly started moving the finger still engulfed by my pussy as if teasing[r]
myself.[pcms]
*374|
[fc]
[vo_ren s="ren0456"]
[ns]Ren[nse]
"I-I'm okay... I just bumped my little finger, that's all."[pcms]
*375|
[fc]
I think I managed to sound normal.[pcms]
*376|
[fc]
But maybe because I just came, or because big brother is right there, even the[r]
slow movement of my finger feels good.[pcms]
*377|
[fc]
[vo_ren s="ren0457"]
[ns]Ren[nse]
"Your T-shirt... I'll return it later, sorry."[pcms]
*378|
[fc]
[ns]Wataru[nse]
"That's fine but... are you really okay?"[pcms]
*379|
[fc]
[vo_ren s="ren0458"]
[ns]Ren[nse]
"Yeah... I'm okay."[pcms]
*380|
[fc]
I could do it more intensely...[pcms]
*381|
[fc]
Swallowing those words was harder than I thought.[pcms]
*382|
[fc]
Is it because it's not the voice of the big brother in my head, but one I'm[r]
actually hearing?[pcms]
*383|
[fc]
But the big brother in my head is on top of me, moving his dick slowly inside[r]
me.[pcms]
*384|
[fc]
[ns]Wataru[nse]
"Alright. Then, good night."[pcms]
*385|
[fc]
But cruelly, the real big brother is trying to leave me.[pcms]
*386|
[fc]
He's going back to his own room.[pcms]
*387|
[fc]
But I have no way to stop big brother.[pcms]
*388|
[fc]
Rather, I wanted the big brother in my head to make me feel even better.[pcms]
*389|
[fc]
[vo_ren s="ren0459"]
[ns]Ren[nse]
"Good night..."[pcms]
[evcg storage="HEV008c"][trans_c cross time=300]
*390|
[fc]
As soon as I say that quickly, I stuff my removed panties into my mouth to make[r]
sure no sounds leak out.[pcms]
*391|
[fc]
If he hears my voice again, no matter how much of a barricade I've built, big[r]
brother will surely break through and enter my room.[pcms]
*392|
[fc]
Then, then he would see all of me as I am now...[pcms]
*393|
[fc]
[vo_ren s="ren0460"]
[ns]Ren[nse]
"Maybe that would make big brother want to ravish me? Roughly like the big[r]
brother in my head? Or would he be gentle?"[pcms]
*394|
[fc]
No matter which, it wouldn't be such fingers but big brother himself entering[r]
me.[pcms]
*395|
[fc]
The fingers playing with my sensitive spots wouldn't be mine, but big brother's.[pcms]
*396|
[fc]
[vo_ren s="ren0461"]
[ns]Ren[nse]
"Ah... ah, big brother, hold me. Embrace me. I want to feel your dick more[r]
inside me. I want to be ravished by you..."[pcms]
*397|
[fc]
Surely big brother would stir up my insides over and over again with his dick[r]
fiercely, fiercely.[pcms]
*398|
[fc]
I wrap my legs around big brother's waist and call out to him.[pcms]
*399|
[fc]
[vo_ren s="ren0462"]
[ns]Ren[nse]
"Kuhuu, ah, it's good... it's so good, big brother. Stir me up more. Make me[r]
feel even better."[pcms]
*400|
[fc]
As I move my fingers more and more intensely as if driving myself into a corner,[r]
I beg big brother in my head like a heroine from a naughty manga.[pcms]
*401|
[fc]
The big brother in my head accepts my desires and stimulates my freshly[r]
sensitive parts without any hesitation.[pcms]
*402|
[fc]
[vo_ren s="ren0463"]
[ns]Ren[nse]
"Ah, ah, aaaaah! Amazing. It's amazing... Kuhuuu, big brother's feels so good.[r]
My pussy says it feels good... ah, ah! It's so good!"[pcms]
*403|
[fc]
The heat gathered at my hips climbs up my spine as if crawling and begins to[r]
swell as if burning through my brain.[pcms]
*404|
[fc]
[vo_ren s="ren0464"]
[ns]Ren[nse]
"Hihuuu, it's amazing... something amazing is coming. It's coming! Aaaaah![r]
Something amazing is coming!"[pcms]
*405|
[fc]
"You can come,"[pcms]
*406|
[fc]
I felt as if big brother said that in my head.[pcms]
*407|
[fc]
Is it an auditory hallucination, or is it really big brother's voice?[pcms]
[se buf=0 storage="se_sex01"]
[evcg射精フラ storage="HEV008d"]
*408|
[fc]
[vo_ren s="ren0465"]
[ns]Ren[nse]
"Hiiiiin!!"[pcms]
;//<ChrInit><ImageLoad 7,HEV008e.bmp><UpDate Cross,1000>
*409|
[fc]
In sync with the movement of my fingers, something intermittently spurts out[r]
from inside me.[pcms]
*410|
[fc]
This must be what they call squirting...[pcms]
*411|
[fc]
My mind is scorched by pure white pleasure, and as I arch my back greatly, I[r]
think vaguely.[pcms]
*412|
[fc]
[vo_ren s="ren0466"]
[ns]Ren[nse]
"Big brother!!"[pcms]
*413|
[fc]
The subsequent large wave that sweeps me away.[pcms]
[evcg storage="HEV008f"][trans_c cross time=300]
*414|
[fc]
As if being swallowed by that wave... I fell into the darkness.[pcms]
;//---------------------------------------------------------------
; 回想モード中なら、回想モード画面に戻る
[if exp="tf.scene_mode==1"]
[jump storage="b_scene.ks" target=*back_from_SR]
[endif]
;[eval exp="sf.g_scene29 = 1"]
;//---------------------------------------------------------------
;[zapend_random]
[zapfade]
;//ブロック00080へjump
[jump storage="00080.ks" target=*00080_TOP]

309
Kansen3_patch/10060.ks Normal file
View file

@ -0,0 +1,309 @@
;//ブロック10060 『凶城』
;//@konya 11/12 bg貼付
*10060_TOP
;{SceneSet 凶城}
;//---------------------------------------------------------------
;//〆:瑞樹視点 瑞樹の立ちキャラ不要
;//〆BGビップルーム
[bg storage="BG028"][trans_c cross time=500]
;[eval exp="f.l_map = 25"]
;//〆♪fakestar
[bgm storage="BGM09"]
[sysbt_meswin]
*415|
[fc]
I was at the bar Eternal, located inside the Shibuya Q Building, which serves as[r]
Jin's hideout.[pcms]
*416|
[fc]
The large room was decked out in garish, multicolored decor, with dazzling[r]
lights reflecting off the mirror balls.[pcms]
*417|
[fc]
This is Jin's frequently used VIP room. It's fully equipped with everything from[r]
a counter to a jacuzzi, truly the epitome of luxury.[pcms]
*418|
[fc]
It felt like a den of hedonism where one could indulge in all sorts of vices.[r]
Men and women were constantly coming and going, always more than ten people[r]
present.[pcms]
*419|
[fc]
Some were drinking, others engaged in orgies, some enjoying drugs, and some[r]
indulging in everything...[pcms]
*420|
[fc]
The men were all underlings who had come to Tokyo today, directly affiliated[r]
with Dazai. The women entertaining them for the night were arranged by Jin.[pcms]
*421|
[fc]
A chaos where money, violence, drugs, power, fear, and pleasure all intermingle.[pcms]
*422|
[fc]
A world that seemed to be the very embodiment of human desires.[pcms]
*423|
[fc]
Every time I saw this scene, I thought to myself that humans are, after all,[r]
nothing but beasts...[pcms]
*424|
[fc]
Jin and Shige are both at Celesta Tower right now, so it's empty here.[pcms]
*425|
[fc]
There seems to be an important meeting at Celesta Tower tomorrow, and they must[r]
be busy preparing for it.[pcms]
*426|
[fc]
Jin is incredibly sharp and adept at handling situations, especially when[r]
dealing with powerful individuals.[pcms]
*427|
[fc]
He's quite favored by the higher-ups, and it seems he was specifically requested[r]
for this occasion.[pcms]
*428|
[fc]
According to Jin, it's just "shit rolling downhill," but it's not something just[r]
anyone can handle.[pcms]
*429|
[fc]
Still, when dealing with someone like Dazai, I can understand why one would feel[r]
compelled to say that...[pcms]
*430|
[fc]
My concern is also with Dazai. Without Jin around, Dazai's beastly nature[r]
becomes uncontrollable.[pcms]
*431|
[fc]
I can't help feeling anxious about when he might whimsically demand something[r]
outrageous.[pcms]
[ChrSetEx layer=5 chbase="dazai_a2"][ChrSetXY layer=5 x=181 y=0][trans_c cross time=150]
*432|
[fc]
[ns]Dazai[nse]
"Hey! Aren't you late?!"[pcms]
*433|
[fc]
As I worried, it promptly began. He may look like an adult, but his rationality[r]
is less than that of a child.[pcms]
;//[ChrSetEx layer=5 chbase="dazai_a1"][ChrSetXY layer=5 x=181 y=0][trans_c cross time=150]
*434|
[fc]
[ns]Dazai[nse]
"We're going to watch the fireworks festival tonight. It's a waste of time to[r]
keep me waiting."[pcms]
;//[ChrSetEx layer=5 chbase="mizu_e4"][ChrSetXY layer=5 x=160 y=0][trans_c cross time=150]
*435|
[fc]
[vo_miz s="mizuki0067"]
[ns]Mizuki[nse]
"I'm sorry. There's nothing to do but wait a little longer..."[pcms]
*436|
[fc]
There's nothing I can do about it when told so. At best, I can only bow my head[r]
politely and try to keep him in a good mood.[pcms]
;//[ChrSetEx layer=5 chbase="dazai_a1"][ChrSetXY layer=5 x=181 y=0][trans_c cross time=150]
*437|
[fc]
[ns]Dazai[nse]
"If we miss the fireworks, it'll be your fault."[pcms]
;//[ChrSetEx layer=5 chbase="mizu_e4"][ChrSetXY layer=5 x=160 y=0][trans_c cross time=150]
*438|
[fc]
[vo_miz s="mizuki0068"]
[ns]Mizuki[nse]
"Yes... I'm sorry."[pcms]
*439|
[fc]
Like a parrot repeating the same words, I kept bowing my head. There's no point[r]
in reasoning with Dazai; it would be a waste of time.[pcms]
[ChrSetEx layer=5 chbase="tomomi_b2"][ChrSetXY layer=5 x=181 y=0][trans_c cross time=150]
*440|
[fc]
Then, a lightning rod appeared that diverted Dazai's interest.[pcms]
*441|
[fc]
The red-eyed girl we picked up the other day.[pcms]
*442|
[fc]
Dressed in a gothic lolita outfit resembling a boned ham, her ample breasts[r]
caught Dazai's attention and instantly improved his mood.[pcms]
[ChrSetEx layer=5 chbase="dazai_a3"][ChrSetXY layer=5 x=181 y=0][trans_c cross time=150]
*443|
[fc]
[ns]Dazai[nse]
"You look pretty good in that. Come here."[pcms]
*444|
[fc]
It seems Dazai's beastly instincts have awakened as he began an orgy with the[r]
red-eyed girl.[pcms]
;//[ChrSetEx layer=5 chbase="dazai_a1"][ChrSetXY layer=5 x=181 y=0][trans_c cross time=150]
*445|
[fc]
[ns]Dazai[nse]
"I'm going to have some fun now. When it's time for the fireworks festival, have[r]
the car ready and call me."[pcms]
;//[ChrSetEx layer=5 chbase="mizu_e4"][ChrSetXY layer=5 x=160 y=0][trans_c cross time=150]
*446|
[fc]
[vo_miz s="mizuki0069"]
[ns]Mizuki[nse]
"Understood."[pcms]
[bg storage="BG029"][trans_c cross time=500]
;[eval exp="f.l_map = 9"]
*447|
[fc]
With a forced smile, I replied and finally managed to leave the VIP room.[pcms]
*448|
[fc]
In the regular floor area, Jin's subordinates who brought the red-eyed girl were[r]
resting along with the women who were spared from entertaining Dazai thanks to[r]
her.[pcms]
*449|
[fc]
[ns]Henchman A[nse]
"Phew, he finally calmed down."[pcms]
*450|
[fc]
[ns]Henchman B[nse]
"Dealing with that greedy toad is really exhausting."[pcms]
*451|
[fc]
[vo_mob s="onnaA0008"]
[ns]Woman A[nse]
"He's just like a child."[pcms]
*452|
[fc]
It seems everyone shares the same sentiment as me.[pcms]
*453|
[fc]
[ns]Henchman B[nse]
"That red-eyed girl is completely nuts. She bit me when I tried to wake her up."[pcms]
*454|
[fc]
[vo_mob s="onnaB0005"]
[ns]Woman B[nse]
"She got me too while I was helping her change."[pcms]
*455|
[fc]
[vo_miz s="mizuki0070"]
[ns]Mizuki[nse]
"You're bleeding; are you okay?"[pcms]
*456|
[fc]
[ns]Henchman B[nse]
"I disinfected it just in case, so I think it'll be fine."[pcms]
*457|
[fc]
[ns]Henchman A[nse]
"I got scratched too... It's beyond me how anyone could want to mess with her."[pcms]
*458|
[fc]
[vo_mob s="onnaB0006"]
[ns]Woman B[nse]
"As long as she has a good figure and a hole, that's all that matters to him."[pcms]
*459|
[fc]
[vo_mob s="onnaA0009"]
[ns]Woman A[nse]
"Hey Mizuki, I want to disinfect too, so bring me the first aid kit."[pcms]
*460|
[fc]
[vo_miz s="mizuki0071"]
[ns]Mizuki[nse]
"No way. I'm exhausted too."[pcms]
*461|
[fc]
[vo_mob s="onnaA0010"]
[ns]Woman A[nse]
"Don't get cocky just because Jin favors you."[pcms]
*462|
[fc]
They snapped at me for a moment but couldn't do anything more. After all, these[r]
people are nothing without Jin; they're bottom-dwellers.[pcms]
*463|
[fc]
Just then, one of the women holding a first aid kit suddenly hit me.[pcms]
*464|
[fc]
The impact caused my choker to come undone and fall to the floor.[pcms]
*465|
[fc]
The woman who hit me twisted her mouth maliciously and glared at me with hatred.[pcms]
*466|
[fc]
Still holding the "four-leaf" part in my hand, I crouched down in silence for a[r]
while.[pcms]
;//〆ブラックアウト
;[zapend_random]
[zapfade]
;//ブロック00080ラベル「zap07 戻り先」」 へjump
[jump storage="00080.ks" target=*00080_02]

338
Kansen3_patch/10070.ks Normal file
View file

@ -0,0 +1,338 @@
;//ブロック10070 『和』
;//@konya 11/12 bg貼付
*10070_TOP
;{SceneSet 和}
;//---------------------------------------------------------------
;//〆♪lastsummer
[bgm storage="BGM01"]
;//se019・ミンミンゼミの鳴き声
[se buf=0 storage="se019" loop=true]
;//〆BG:神社
[bg storage="BG09a"][trans_c cross time=500]
;[eval exp="f.l_map = 4"]
[sysbt_meswin]
*467|
[fc]
I was once again strolling through the shrine, as I always do.[pcms]
*468|
[fc]
Ever since I came to Japan, whenever I have free time, I naturally find myself[r]
visiting this shrine.[pcms]
*469|
[fc]
The abundance of trees provides cool shade even on hot days, and the atmosphere,[r]
which is unique to Japanese culture, is a healing space for me.[pcms]
*470|
[fc]
Moreover... this shrine is small and so ordinary that even the locals seldom[r]
visit, but for me, it's a special place.[pcms]
*471|
[fc]
When I lean against the cedar tree of the sacred tree, the memories come[r]
flooding back vividly.[pcms]
*472|
[fc]
Yes, on that day, I...[pcms]
;//SE停止(2秒でF.O.)
[stopse buf=0]
[ChrSetEx layer=5 chbase="sesuka_d9"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*473|
[fc]
[vo_mob s="sesuka0006"]
[ns]Sesuka[nse]
"Young lady"[pcms]
*474|
[fc]
The one who shattered my reverie and pulled me back to reality was Sesuka's[r]
voice.[pcms]
*475|
[fc]
I thought I had finally gotten a moment to myself.[pcms]
[ChrSetEx layer=5 chbase="sesuka_d1"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*476|
[fc]
[vo_mob s="sesuka0007"]
[ns]Sesuka[nse]
"You never know what might happen. How many times must I tell you not to wander[r]
off alone?"[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*477|
[fc]
[vo_mar s="maru0517"]
[ns]Margarita[nse]
"This isn't Matinia. In Japan, where guns aren't prevalent, there are few who[r]
could harm me. Can't you let me have a little freedom?"[pcms]
[ChrSetEx layer=5 chbase="sesuka_d6"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*478|
[fc]
[vo_mob s="sesuka0008"]
[ns]Sesuka[nse]
"I cannot do that, young lady. As long as I am your SP (Security Personnel), I[r]
will protect you with my life."[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*479|
[fc]
[vo_mar s="maru0518"]
[ns]Margarita[nse]
"Then I shall speak to father and have you dismissed."[pcms]
[ChrSetEx layer=5 chbase="sesuka_d4"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*480|
[fc]
[vo_mob s="sesuka0009"]
[ns]Sesuka[nse]
"It was because no one else was suitable to be your SP that I was assigned to[r]
you. Do you think there is an easy replacement?"[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*481|
[fc]
[vo_mar s="maru0519"]
[ns]Margarita[nse]
"Really now..."[pcms]
*482|
[fc]
Indeed, I have to admit that Sesuka's argument is valid. This must be because I[r]
became the daughter of the ambassador of Matinia in Japan.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*483|
[fc]
With a sigh of resignation, I walked around to the back of the shrine.[pcms]
;//〆BG神社の裏
;//@konya 該当CGあるか
[bg storage="BG09a"][trans_c cross time=500]
;[eval exp="f.l_map = 4"]
*484|
[fc]
Although I found it annoying that Sesuka naturally followed me, I felt the usual[r]
warmth returning to my heart.[pcms]
*485|
[fc]
This small shrine that most people wouldn't even glance at...[pcms]
*486|
[fc]
And the several small flags lined up next to it.[pcms]
*487|
[fc]
This place is just as important to me as that sacred tree.[pcms]
[ChrSetEx layer=5 chbase="sesuka_d7"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*488|
[fc]
[vo_mob s="sesuka0010"]
[ns]Sesuka[nse]
"But young lady, why do you visit this shrine so often? I am well aware of your[r]
interest in Japanese culture,"[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*489|
[fc]
[vo_mar s="maru0520"]
[ns]Margarita[nse]
"There are memories here."[pcms]
[ChrSetEx layer=5 chbase="sesuka_d1"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*490|
[fc]
[vo_mob s="sesuka0011"]
[ns]Sesuka[nse]
"Memories, you say?"[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*491|
[fc]
[vo_mar s="maru0521"]
[ns]Margarita[nse]
"Yes. Sesuka, do you know that my father used to be a merchant?"[pcms]
[ChrSetEx layer=5 chbase="sesuka_d7"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*492|
[fc]
[vo_mob s="sesuka0012"]
[ns]Sesuka[nse]
"Yes. If I recall correctly, he met your mother here in Japan through his work[r]
and they got married."[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*493|
[fc]
[vo_mar s="maru0522"]
[ns]Margarita[nse]
"My mother's hometown is this town. Before the civil war in our country, we came[r]
here for a week or two for a visit. And they brought me to this shrine."[pcms]
;//@母様=かあさま
*494|
[fc]
Yes, in front of this shrine, my mother and I played with fireworks and ran[r]
around the sacred tree playing tag.[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*495|
[fc]
[vo_mar s="maru0523"]
[ns]Margarita[nse]
"I was also taken to a summer festival. There, my mother won a marble for me. It[r]
was very blue and clear, a very precious thing."[pcms]
;//@母様=かあさま
[ChrSetEx layer=5 chbase="sesuka_d9"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*496|
[fc]
[vo_mob s="sesuka0013"]
[ns]Sesuka[nse]
"By marble, do you mean those made of glass?"[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*497|
[fc]
[vo_mar s="maru0524"]
[ns]Margarita[nse]
"Yes, that marble. I was so happy that I carried it everywhere with me. There[r]
was only one time when I lost it, and I searched desperately while crying."[pcms]
[ChrSetEx layer=5 chbase="sesuka_d1"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*498|
[fc]
[vo_mob s="sesuka0014"]
[ns]Sesuka[nse]
"Did you find it?"[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*499|
[fc]
[vo_mar s="maru0525"]
[ns]Margarita[nse]
"Ah, it was found. No, someone found it for me. Right here at this spot. A boy I[r]
didn't know offered it to me."[pcms]
*500|
[fc]
I was so happy.[pcms]
*501|
[fc]
He ran off before I could even thank him. Maybe he was just shy, but at that[r]
time, I didn't understand such things.[pcms]
*502|
[fc]
But since then, that marble became even more precious to me.[pcms]
*503|
[fc]
Thinking about it now, that might have been my first love...[pcms]
*504|
[fc]
"That's wonderful. Do you still have that marble?"[pcms]
[ChrSetEx layer=5 chbase="sesuka_d7"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*505|
[fc]
[vo_mob s="sesuka0015"]
[ns]Sesuka[nse]
"I buried it."[pcms]
*506|
[fc]
Sesuka's voice once again interrupted my thoughts.[pcms]
*507|
[fc]
That marble... that marble is...[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*508|
[fc]
[vo_mar s="maru0526"]
[ns]Margarita[nse]
"Buried."[pcms]
[ChrSetEx layer=5 chbase="sesuka_d2"][ChrSetXY layer=5 x=133 y=0][trans_c cross time=150]
*509|
[fc]
[vo_mob s="sesuka0016"]
[ns]Sesuka[nse]
"Eh?"[pcms]
*510|
[fc]
My sudden cold voice surprised Sesuka.[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*511|
[fc]
[vo_mar s="maru0527"]
[ns]Margarita[nse]
"It was buried with my mother's coffin when she was lost in the blast of the[r]
civil war and her body was never found... as a substitute for her."[pcms]
;//@母様=かあさま
[chara_int][trans_c cross time=150]
*512|
[fc]
Leaving behind Sesuka who seemed to regret asking something she shouldn't have,[r]
I left the shrine alone.[pcms]
;//〆ブラックアウト
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;//ブロック00008 ラベル「zap07 戻り先」」 へjump
[jump storage="00080.ks" target=*00080_02]

1102
Kansen3_patch/10080.ks Normal file

File diff suppressed because it is too large Load diff

514
Kansen3_patch/10100.ks Normal file
View file

@ -0,0 +1,514 @@
;//ブロック10100 『逃避』
;//@konya 11/12 bg貼付
*10100_TOP
;{SceneSet 逃避}
;//---------------------------------------------------------------
;//背景LESAR内・漫画喫茶アルカディア・女子トイレ
;//登場人物:瑞樹
;//視点:瑞樹一人称
;//時間帯:夜
;//---------------------------------------------------------------
;[eval exp="f.l_map = 22"]
;//---------------------------------------------------------------
[eval exp="sf.SRP16 = 1"]
[if exp="tf.scene_mode==0"][jump target=*NORMAL_PLAY][endif]
;タイトルから即回想きた時用にウィンドウの設定
;[winset][scene_exp_init]
;//BGM(回想用)
[bgm storage="BGM12"]
[jump target=*LABEL_MEMORIES_START]
*NORMAL_PLAY
;//---------------------------------------------------------------
;//bgm12 maniac
[bgm storage="BGM12"]
;//〆:黒画面
[bg storage="BG110"][trans_c cross time=500]
;[eval exp="f.l_map = 22"]
[sysbt_meswin]
*699|
[fc]
I rushed into the bathroom as if fleeing, and then I found myself unable to[r]
move.[pcms]
*700|
[fc]
Ever since returning from that rave, I've been forced to deal with that Dazai[r]
almost without any rest, and my fatigue had reached its peak.[pcms]
*701|
[fc]
My physical condition is bad, I feel sick, it's the worst state to be in.[pcms]
*702|
[fc]
If it were a person of the opposite sex I liked, an attractive person, I might[r]
not mind the fatigue so much, but after all, the other party is that Dazai.[pcms]
*703|
[fc]
He's like the embodiment of all the ugly parts of a man. Just sharing the same[r]
air with him makes me feel sick.[pcms]
*704|
[fc]
I'm sure all the other girls in Jin's group would agree with this view.[pcms]
;//[ChrSetEx layer=5 chbase="mizu_e4"][ChrSetXY layer=5 x=160 y=0][trans_c cross time=150]
*705|
[fc]
[vo_miz s="mizuki0089"]
[ns]Mizuki[nse]
"And yet that girl..."[pcms]
*706|
[fc]
She seemed almost happy to expose her body to Dazai's desires, to men's lust. Is[r]
madness really such a terrible thing?[pcms]
*707|
[fc]
Is madness something so fierce that it can transform a woman's nature into[r]
something else...?[pcms]
*708|
[fc]
I left the aftermath of the feast with those red eyes untouched. I didn't even[r]
want to breathe the same air from that place.[pcms]
*709|
[fc]
If I had forced myself to stay there, I might have thrown up.[pcms]
*710|
[fc]
In the end, all the girls who were still energetic were taken away by Dazai to[r]
watch fireworks.[pcms]
*711|
[fc]
I was the only one who managed to hide in the office and escape after somehow[r]
contacting Jin.[pcms]
*712|
[fc]
That girl with the creepy red eyes was truly unsettling. Those who had sex with[r]
her ended up making the same awkward movements and left half-naked...[pcms]
*713|
[fc]
Even if those idiots get caught by the police, as far as I'm concerned, it's[r]
none of my business. Jin might get angry if he finds out though.[pcms]
*714|
[fc]
Still, I didn't want to get involved with those guys.[pcms]
*715|
[fc]
More importantly for me was the fact that I had accidentally met Kousuke and the[r]
others.[pcms]
*716|
[fc]
That encounter acted like a trigger, and since then a fog has settled over my[r]
heart, and my irritation has been growing.[pcms]
*717|
[fc]
The joy of reunion on one hand, and on the other, the sadness of having my[r]
current undesirable self known.[pcms]
*718|
[fc]
Their eyes that seemed to understand, that pitied me, and their shallow words[r]
made me incredibly angry.[pcms]
*719|
[fc]
I opened my shoulder bag and took out my broken choker, my favorite snacks, and[r]
my glasses case.[pcms]
*720|
[fc]
Inside the glasses case were drugs packed tightly. They're like magic pills that[r]
save me when I'm irritated.[pcms]
*721|
[fc]
...Kousuke. No matter how much I try to forget him, I can't get him out of my[r]
mind.[pcms]
*722|
[fc]
I want to be with him again... But as I am now, I'm not worthy of him. We live[r]
in different worlds now.[pcms]
*723|
[fc]
There's no way someone as tainted as me could walk alongside him.[pcms]
*724|
[fc]
Living is really full of unpleasant things. Why is it only me who has to go[r]
through something like this?[pcms]
*725|
[fc]
After a deep sigh, I took out a small glass bottle from the case.[pcms]
*726|
[fc]
Inside the glass bottle were sparkling, very fine, transparent crystals.[pcms]
*727|
[fc]
The powder was so fine it seemed it could scatter with a breath, and as I[r]
carefully brought it close to my nose, it emitted a dull light.[pcms]
*728|
[fc]
This powder will set me free. It will release me from everything. I just want to[r]
forget everything and fall asleep like this.[pcms]
*729|
[fc]
So I took a deep breath and inhaled the powder.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*730|
[fc]
After closing my eyes and waiting for a while, the drug began to lead my heart[r]
towards freedom.[pcms]
*731|
[fc]
I felt weightless, the fatigue disappeared... Only a sense of ecstasy began to[r]
well up. Although I should feel light, my body sinks into the ground.[pcms]
[bg storage="BG110"][trans_c cross time=500]
*732|
[fc]
Everything in my field of vision glowed dully yellow... My consciousness became[r]
increasingly blurred.[pcms]
*733|
[fc]
Yet only my brain was clearly awake, feeling like I was in a high fever in bed[r]
or soaking in a hot bath, a relaxed sensation.[pcms]
*734|
[fc]
And then on the screen behind my eyelids, a familiar scene was projected.[pcms]
*735|
[fc]
My dream... it was to become a singer. That has been consistent since I was a[r]
child.[pcms]
*736|
[fc]
If I were to become one, I'd prefer to be a talented singer rather than just an[r]
idol for show. An R&B singer was ideal.[pcms]
*737|
[fc]
So I actively went to karaoke and practiced a lot so that I could sing better[r]
than anyone else.[pcms]
*738|
[fc]
Kousuke, Wataru, Yuuho, Ren, Hiko-chin. All of us childhood friends had some[r]
sort of talent.[pcms]
*739|
[fc]
I wasn't particularly cute, and smart bodies like Yuuho's or Ren's were ideal[r]
for me; these big breasts were nothing but a complex for me.[pcms]
*740|
[fc]
I thought singing was my forte, singing was everything to me.[pcms]
*741|
[fc]
Eventually Kousuke began to support my dream.[pcms]
*742|
[fc]
He wrote songs for me, and I was truly happy.[pcms]
*743|
[fc]
Kousuke has always been an all-around sports guy, good at studying, strong in[r]
fights, straightforward and very kind...[pcms]
*744|
[fc]
He was an existence that encapsulated all the charms of a man. Before I knew it,[r]
I had no interest in any other men but Kousuke.[pcms]
*745|
[fc]
But because I thought Yuuho was the one Kousuke liked, I always harbored painful[r]
feelings inside me.[pcms]
*746|
[fc]
So when Kousuke told me he liked me, it felt like one of my dreams had come[r]
true; I was so happy.[pcms]
*747|
[fc]
But Kousuke is always a shining boy. A girl like me without any talent other[r]
than singing would just be a burden by his side.[pcms]
*748|
[fc]
I wasn't even fat; someone like me just didn't match up with Kousuke.[pcms]
*749|
[fc]
In music too, Kousuke was quickly recognized for his talent, even attracting[r]
attention from industry insiders.[pcms]
*750|
[fc]
In a daily life filled with envy and jealousy, I desperately wanted to achieve[r]
some kind of result to live up to such people's expectations.[pcms]
*751|
[fc]
But reality is different from dreams. No matter how much I sang, the results[r]
didn't come. No matter how hard I tried, I lacked talent.[pcms]
*752|
[fc]
Even though it was my only skill, my only reliance, there was no future for[r]
someone without talent.[pcms]
*753|
[fc]
The fear of having my emotional support exposed as just a boring dream.[pcms]
*754|
[fc]
In the end, I became so desperate that I couldn't see what was around me and[r]
fell for the invitation of a dubious self-proclaimed industry person.[pcms]
*755|
[fc]
I didn't listen to Kousuke's attempts to stop me and oppose it; I couldn't stand[r]
being pitied by Kousuke, being helped and saved...[pcms]
*756|
[fc]
I saw an attitude of condescension from him, as if he was saving me from above,[r]
and it made me angry to feel belittled... The same went for what everyone else[r]
said.[pcms]
*757|
[fc]
I was taken to an office in a room of a mansion, given a drink, and when I came[r]
to, I was on a bed surrounded by many men.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*LABEL_MEMORIES_START
;//HEV???
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*758|
[fc]
Under Shige's direction, I was gang-raped in front of the camera.[pcms]
;システムボタン&ウィンドウ消去
[sysbt_meswin clear]
[evcg白フラ storage="HEV009a" time=1000]
[wait time=500]
[evcg白フラ storage="HEV009b" time=1000]
[wait time=500]
[evcg白フラ storage="HEV009c" time=1000]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*759|
[fc]
My virginity, which had only gone as far as kissing with Kousuke, was taken by[r]
them that day.[pcms]
;システムボタン&ウィンドウ消去
[sysbt_meswin clear]
[evcg白フラ storage="HEV011a" time=1000]
[wait time=500]
[evcg白フラ storage="HEV011b" time=1000]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*760|
[fc]
My first time in every hole was defiled by Shige's huge dick.[pcms]
;システムボタン&ウィンドウ消去
[sysbt_meswin clear]
[evcg白フラ storage="HEV010a" time=300]
[wait time=500]
[evcg白フラ storage="HEV010b" time=300]
[wait time=500]
[evcg白フラ storage="HEV010c" time=300]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*761|
[fc]
One after another, unknown men's cocks filled my holes.[pcms]
*762|
[fc]
My womb, intestines, and mouth were filled with the men's semen.[pcms]
;//HEV???
[evcg白フラ storage="HEV012a" time=300]
*763|
[fc]
After being confined in that mansion for several days, I began to feel the joy[r]
of being a woman in being violated, just like that girl with the red eyes.[pcms]
[evcg白フラ storage="HEV012b" time=300]
*764|
[fc]
Once I got to know drugs, I willingly accepted their abuse and reveled in[r]
ecstasy.[pcms]
[evcg白フラ storage="HEV012c" time=300]
*765|
[fc]
I lost track of even my own name, indulging in carnal desires day after day...[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*766|
[fc]
When my ego was about to collapse, Jin freed me.[pcms]
[bg storage="BG110"][trans_c cross time=500]
;[eval exp="f.l_map = 22"]
*767|
[fc]
After that, I shut myself away at home for a while, not going to school or[r]
seeing Kousuke and the others, continuing to escape.[pcms]
*768|
[fc]
Then everything seemed so unimportant, craving drugs and SEX, I followed the[r]
throbbing of my body and joined Jin's group.[pcms]
[evcg白フラ storage="HEV032a" time=300]
*769|
[fc]
In hindsight, everything was unnatural. There's no way someone like Kousuke and[r]
a piece of trash like me with no talent or redeeming qualities should be[r]
together.[pcms]
[evcg白フラ storage="HEV032b" time=300]
*770|
[fc]
It was a mistake to be with those people who had dreams and talent just because[r]
we were childhood friends.[pcms]
*771|
[fc]
I'm nothing but a clown who has nothing, who doesn't possess anything but[r]
mistakenly believes he does.[pcms]
*772|
[fc]
This is the right appearance now. This is the right shape now. This is the[r]
appropriate life now.[pcms]
[evcg白フラ storage="HEV003" time=300]
*773|
[fc]
Drowning in alcohol, drowning in drugs, having SEX, complaining while[r]
occasionally reveling in Jin's kindness.[pcms]
*774|
[fc]
This way of life that just drifts along is just right for me. That's enough for[r]
me.[pcms]
*775|
[fc]
All those words from Kousuke and the others who know nothing, all that thin[r]
sympathy can just be washed away with drugs.[pcms]
*776|
[fc]
That's fine...[pcms]
*777|
[fc]
My consciousness sank into darkness just like that.[pcms]
;//---------------------------------------------------------------
; 回想モード中なら、回想モード画面に戻る
[if exp="tf.scene_mode==1"]
[jump storage="b_scene.ks" target=*back_from_SR]
[endif]
;[eval exp="sf.g_scene16 = 1"]
;//---------------------------------------------------------------
;//〆フェードアウト
;[zapend_random]
[zapfade]
;//〆jump00100
[jump storage="00100.ks" target=*00100_TOP]

601
Kansen3_patch/10110.ks Normal file
View file

@ -0,0 +1,601 @@
;//ブロック10110 『口撃』
;//@konya 11/12 bg貼付
*10110_TOP
;{SceneSet 口撃}
;//---------------------------------------------------------------
;//背景:・神社裏
;//登場人物:悠帆・大嶋(イケメン先輩)
;//視点:悠帆
;//時間帯:夜
;//・テキスト容量全体を通して4K前後
;//---------------------------------------------------------------
;//〆BG:神社の裏
;//@konya 夜
[bg storage="BG09c"][trans_c cross time=500]
;[eval exp="f.l_map = 4"]
[bgm storage="BGM07"]
[sysbt_meswin]
*778|
[fc]
Having received an email from my senior, I had some idea of what was about to[r]
happen.[pcms]
*779|
[fc]
My senior called me out to the legendary tree that's a hot topic among the[r]
girls.[pcms]
*780|
[fc]
The rumor goes--[pcms]
*781|
[fc]
"Those who confess under that tree, and those who are confessed to, both will[r]
find happiness."[pcms]
*782|
[fc]
That's what it said.[pcms]
*783|
[fc]
The senior is good-looking and smart. It's not like I'm not interested.[pcms]
*784|
[fc]
But, I...[pcms]
*785|
[fc]
I am more interested in someone other than my senior. Rather...[pcms]
*786|
[fc]
With those thoughts in mind, I head towards the tree where my senior is waiting.[pcms]
*787|
[fc]
Yes. Most likely, my senior will confess to me today.[pcms]
*788|
[fc]
But even so, I can't accept that confession.[pcms]
*789|
[fc]
I'll turn him down firmly.[pcms]
*790|
[fc]
But can I really do that? Can I reject a confession from him under these[r]
circumstances?[pcms]
*791|
[fc]
But...this is all just my imagination.[pcms]
*792|
[fc]
He might want to introduce me to another girl, or it could be some kind of[r]
consultation.[pcms]
*793|
[fc]
Yeah, that's right. There's no way he would suddenly confess to me.[pcms]
*794|
[fc]
As I think about this, I see a figure under the tree.[pcms]
*795|
[fc]
I speak in a small voice, audible only to the figure.[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*796|
[fc]
[vo_yuh s="yuho0305"]
[ns]Yuuho[nse]
"Good evening, sorry to keep you waiting."[pcms]
*797|
[fc]
Without any sign of weariness from waiting, my senior replies in a calm tone.[pcms]
[ChrSetEx layer=5 chbase="oshima_b3"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*798|
[fc]
[ns]Oshimi[nse]
"Hey, sorry for calling you out like this."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*799|
[fc]
[vo_yuh s="yuho0306"]
[ns]Yuuho[nse]
"No, no, it's fine... Did I keep you waiting?"[pcms]
[ChrSetEx layer=5 chbase="oshima_b2"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*800|
[fc]
[ns]Oshimi[nse]
"No, not at all. The timing is perfect, and I just got here too."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*801|
[fc]
[vo_yuh s="yuho0307"]
[ns]Yuuho[nse]
"Is that so? So..."[pcms]
[ChrSetEx layer=5 chbase="oshima_b3"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*802|
[fc]
[ns]Oshimi[nse]
"Ah, yeah... I mean, it's quite warm tonight, isn't it?"[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*803|
[fc]
[vo_yuh s="yuho0308"]
[ns]Yuuho[nse]
"Yes, it feels like a summer night."[pcms]
*804|
[fc]
My senior looks away from me and stares into space, lost in thought.[pcms]
*805|
[fc]
Looking at him like this, he really is handsome. Like an idol you'd see on TV.[pcms]
*806|
[fc]
As I'm captivated by his face, he suddenly says something unexpected.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*807|
[fc]
[ns]Oshimi[nse]
"Your yukata suits you very well."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*808|
[fc]
[vo_yuh s="yuho0309"]
[ns]Yuuho[nse]
"Eh, do you think so?"[pcms]
[ChrSetEx layer=5 chbase="oshima_b2"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*809|
[fc]
[ns]Oshimi[nse]
"Yeah. You look cool in a swimsuit too, but today Ms. Kanagi looks even more[r]
beautiful."[pcms]
*810|
[fc]
Being praised by my senior was something I hadn't considered at all, and I was[r]
slightly, just slightly flustered.[pcms]
*811|
[fc]
Because of that, my voice came out with a strange intonation.[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*812|
[fc]
[vo_yuh s="yuho0310"]
[ns]Yuuho[nse]
"Ah, thank you very much."[pcms]
*813|
[fc]
Surprised at myself, I instinctively cover my mouth with my hand.[pcms]
*814|
[fc]
Seeing my reaction, my senior momentarily stops moving.[pcms]
*815|
[fc]
...That was embarrassing...[pcms]
*816|
[fc]
But my senior doesn't laugh at me; instead, he opens his mouth with a serious[r]
look in his eyes.[pcms]
[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*817|
[fc]
[ns]Oshimi[nse]
"So... there's something important I want to talk about."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*818|
[fc]
[vo_yuh s="yuho0311"]
[ns]Yuuho[nse]
"Yes..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*819|
[fc]
[ns]Oshimi[nse]
"I'm not very good with words, so I can't come up with anything clever to[r]
say..."[pcms]
*820|
[fc]
His words make me think of what I had imagined.[pcms]
*821|
[fc]
A confession to me. An introduction to another girl.[pcms]
*822|
[fc]
And now, my senior is looking straight at me.[pcms]
*823|
[fc]
Which means...[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*824|
[fc]
[ns]Oshimi[nse]
"I've always liked you, Ms. Kanagi."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*825|
[fc]
[vo_yuh s="yuho0312"]
[ns]Yuuho[nse]
"Eh..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b2"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*826|
[fc]
[ns]Oshimi[nse]
"Sorry for saying something so sudden and troubling you."[pcms]
*827|
[fc]
I had anticipated this to some extent.[pcms]
*828|
[fc]
But when faced with such a straightforward confession, I'm inevitably taken[r]
aback.[pcms]
*829|
[fc]
As I thought, I'm overwhelmed by the atmosphere of the moment. My voice betrays[r]
my confusion as I struggle to respond.[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*830|
[fc]
[vo_yuh s="yuho0313"]
[ns]Yuuho[nse]
"No...that is..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*831|
[fc]
[ns]Oshimi[nse]
"I'd like you to go out with me if possible. But that's secondary. I just wanted[r]
to convey my feelings..."[pcms]
*832|
[fc]
But...[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*833|
[fc]
[vo_yuh s="yuho0314"]
[ns]Yuuho[nse]
"It's not a bother...rather, I'm happy..."[pcms]
[ChrSetEx layer=5 chbase="oshima_b3"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*834|
[fc]
[ns]Oshimi[nse]
"Really? You're really happy about my confession?"[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*835|
[fc]
[vo_yuh s="yuho0315"]
[ns]Yuuho[nse]
"Yes...I truly am happy."[pcms]
*836|
[fc]
I am...[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*837|
[fc]
[vo_yuh s="yuho0316"]
[ns]Yuuho[nse]
"But..."[pcms]
[ChrSetEx layer=5 chbase="oshima_b2"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*838|
[fc]
[ns]Oshimi[nse]
"Will you go out with me?"[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*839|
[fc]
[vo_yuh s="yuho0317"]
[ns]Yuuho[nse]
"But...that might be...impossible."[pcms]
[ChrSetEx layer=5 chbase="oshima_b4"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*840|
[fc]
[ns]Oshimi[nse]
"Eh?"[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*841|
[fc]
[vo_yuh s="yuho0318"]
[ns]Yuuho[nse]
"Um, that is...I..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*842|
[fc]
[ns]Oshimi[nse]
"You were happy, right? Is there someone else you like?"[pcms]
*843|
[fc]
In front of me, I see my senior and another man.[pcms]
*844|
[fc]
That man--[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*845|
[fc]
[vo_yuh s="yuho0319"]
[ns]Yuuho[nse]
"Someone I like...I don't think it's like that but..."[pcms]
[ChrSetEx layer=5 chbase="oshima_b3"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*846|
[fc]
[ns]Oshimi[nse]
"I have friends too. I just want to be lovers with Ms. Kanagi."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*847|
[fc]
[vo_yuh s="yuho0320"]
[ns]Yuuho[nse]
"Is it okay...for me and my senior to be lovers..."[pcms]
[ChrSetEx layer=5 chbase="oshima_b2"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*848|
[fc]
[ns]Oshimi[nse]
"Love is a matter of free will, right? It's not like it's going to ruin anyone's[r]
life."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*849|
[fc]
[vo_yuh s="yuho0321"]
[ns]Yuuho[nse]
"But...still..."[pcms]
*850|
[fc]
We're always together.[pcms]
*851|
[fc]
We always laugh together.[pcms]
*852|
[fc]
The face of that guy who pedals his bicycle so slowly...[pcms]
[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*853|
[fc]
[ns]Oshimi[nse]
"I really, really like you!!"[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*854|
[fc]
[vo_yuh s="yuho0322"]
[ns]Yuuho[nse]
"Ah!"[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*855|
[fc]
The moment I looked up to refuse my senior...[pcms]
*856|
[fc]
My senior took a forceful approach.[pcms]
*857|
[fc]
He put his hand on my shoulder and brought his face close.[pcms]
*858|
[fc]
His well-structured face and nicely shaped lips were closing in on mine.[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*859|
[fc]
[vo_yuh s="yuho0323"]
[ns]Yuuho[nse]
"No, let go of me, eek!!"[pcms]
*860|
[fc]
No matter how much I admire my senior...this is unforgivable![pcms]
*861|
[fc]
The moment I thought that, I--[pcms]
;//赤フラ1発
[赤フラ]
[bg storage="BG09c"][trans_c cross time=500]
[ChrSetEx layer=5 chbase="oshima_b4"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
;[eval exp="f.l_map = 4"]
*862|
[fc]
[ns]Oshimi[nse]
"Ugh ahhhh!"[pcms]
*863|
[fc]
The moment before our lips could touch, I bit down hard on my senior's lips.[pcms]
*864|
[fc]
My senior released the arm he had around my shoulder and pushed me away as he[r]
jumped back.[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*865|
[fc]
[vo_yuh s="yuho0324"]
[ns]Yuuho[nse]
"How could you do such a thing?!!"[pcms]
*866|
[fc]
Excited by my senior's attitude and my own impulsive action, my voice was strong[r]
and loud.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*867|
[fc]
[ns]Oshimi[nse]
"No, I just..."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*868|
[fc]
[vo_yuh s="yuho0325"]
[ns]Yuuho[nse]
"I can't believe you'd do something so forceful!"[pcms]
;//[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*869|
[fc]
[ns]Oshimi[nse]
"It's just that...I like you, Ms. Kanagi..."[pcms]
*870|
[fc]
No matter how much you like someone...to do this without considering my[r]
feelings...[pcms]
*871|
[fc]
This senior... No matter how cool he is... No matter how much I admired him...![pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*872|
[fc]
[vo_yuh s="yuho0326"]
[ns]Yuuho[nse]
"I won't go out with you! I hate you, senior!! Waaahhhhh!!"[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*873|
[fc]
After shouting that, my feet carried me towards the festival music and the[r]
orange lights.[pcms]
;mm 暗転してるから声だけじゃね?
;[ChrSetEx layer=5 chbase="oshima_b1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*874|
[fc]
[ns]Oshimi[nse]
"...No, no way. I won't accept this outcome..."[pcms]
*875|
[fc]
As tears overflowed from my eyes while running away, a pitiful voice struck my[r]
back.[pcms]
;//〆フェードアウト
;[zapend_random]
[zapfade]
;//jump00100 『恋い破れ』へ
[jump storage="00100.ks" target=*00100_TOP]

195
Kansen3_patch/10120.ks Normal file
View file

@ -0,0 +1,195 @@
;//ブロック10120 『憂』
;//@konya 11/12 bg貼付
*10120_TOP
;{SceneSet 憂}
;//---------------------------------------------------------------
;//背景:・学園全景
;//登場人物:マルガリータ
;//視点:マルガリータ・一人称
;//時間帯:昼
;//---------------------------------------------------------------
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
[bgm storage="BGM01"]
[sysbt_meswin]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*876|
[fc]
[vo_mar s="maru0528"]
[ns]Margarita[nse]
"Then, I would like to ask for your time the day after tomorrow afternoon."[pcms]
*877|
[fc]
[ns]School Principal[nse]
"Hmm, understood."[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*878|
[fc]
[vo_mar s="maru0529"]
[ns]Margarita[nse]
"Excuse me."[pcms]
*879|
[fc]
Having reconfirmed the appointment with the school principal, I left the[r]
principal's office.[pcms]
;//〆BG:廊下
[bg storage="BG016"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*880|
[fc]
The urban legend of the underground passage.[pcms]
*881|
[fc]
Part of the structure that extends from the current Yoyogi Park to Shibuya[r]
Station still exists, running beneath Kami-nan Academy...[pcms]
*882|
[fc]
My predictions had been confirmed as fact, and I couldn't help but let out a[r]
smile of joy. Now all that's left is to confirm it with my own eyes to make it[r]
perfect.[pcms]
*883|
[fc]
As I walked towards the entrance with a light step and in high spirits, the male[r]
students, as usual, tried to hit on me with their pickup lines.[pcms]
*884|
[fc]
However, I had no intention of engaging with them. I completely ignored those[r]
men as if they didn't exist.[pcms]
*885|
[fc]
The female students who saw this threw envious and jealous glances my way,[r]
whispering among themselves, but that too was just one of many meaningless[r]
noises.[pcms]
*886|
[fc]
Even so, I'm truly disappointed with the Japanese students.[pcms]
*887|
[fc]
I wasn't particularly expecting much, but their lack of discipline leaves me[r]
speechless.[pcms]
*888|
[fc]
Born in a privileged country, in a privileged environment, yet all that's on[r]
their minds is frivolous interaction with the opposite sex.[pcms]
*889|
[fc]
No ambition, no curiosity, just squandering their youth by taking advantage of a[r]
favorable environment.[pcms]
*890|
[fc]
Lacking in academic motivation, driven only by instinct. Above all, their[r]
understanding of their own culture and history is shallow, and they hardly have[r]
any patriotism...[pcms]
*891|
[fc]
The relationship between prosperity and decay is close, just as the philosopher[r]
said. It's a country that truly disappoints me to my core...[pcms]
*892|
[fc]
Is this really the student body of my mother's homeland?[pcms]
*893|
[fc]
At least my mother was nothing like these people. She was intellectual and kind,[r]
and she loved Japan... especially Shibuya, her hometown.[pcms]
*894|
[fc]
Shibuya, a city I visited only briefly as a child and never returned to since[r]
then.[pcms]
*895|
[fc]
My mother's longing for her hometown was never fulfilled; she became one of the[r]
departed this spring due to a bomb terrorist attack by the old military regime.[pcms]
*896|
[fc]
Longing for the image of my mother and the Shibuya she told me about, I[r]
persuaded my father, the ambassador to Japan, to let me come here.[pcms]
*897|
[fc]
Moreover, my father wanted me to graduate from a school in our home country and[r]
then study in the United States, but I insisted on coming here instead.[pcms]
*898|
[fc]
Japan was struck by a disaster a few years ago... a biohazard that weakened its[r]
national power.[pcms]
*899|
[fc]
It's hardly a safe or good country anymore, and it's losing its dignity as a[r]
developed nation.[pcms]
*900|
[fc]
Yet I came here eagerly... but now I can't help feeling disillusioned.[pcms]
*901|
[fc]
Gentle, intellectual, diligent, and rich in ambition. The Japanese people were[r]
supposed to be talented in embracing diverse cultures and evolving.[pcms]
*902|
[fc]
However, it seems that was all just my fantasy.[pcms]
*903|
[fc]
Despite these feelings, I decided to head to the library at Shibuya Palace to do[r]
some research.[pcms]
;//〆BG:学園前
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*904|
[fc]
In front of the academy stood a woman in black clothes out of place. It was[r]
Sesuka, in charge of my personal security. She seemed to be on the phone with[r]
someone...[pcms]
*905|
[fc]
It would be troublesome to be followed around here. I'm confident I can protect[r]
myself, so I moved to the back door to avoid being noticed.[pcms]
;//〆フェードアウト
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;//jump00050 『条件分岐03』へ
;mm 背景ここに追加
[bg storage="bg07a"][trans_c cross time=500]
[jump storage="00020.ks" target=*00020_02]

247
Kansen3_patch/10130.ks Normal file
View file

@ -0,0 +1,247 @@
;//ブロック10130 『優越感』
;//@konya 11/12 bg貼付
*10130_TOP
;{SceneSet 優越感}
;//---------------------------------------------------------------
;//背景:・通学路2・スクランブル交差点前・
;//   ・センターストリート・LESAR
;//登場人物:マルガリータ
;//視点:マルガリータ・一人称
;//時間帯:昼
;//・テキスト容量全体を通して3K前後
;//---------------------------------------------------------------
;//〆BG:渋谷246側
[bg storage="BG03a"][trans_c cross time=500]
;[eval exp="f.l_map = 6"]
[bgm storage="BGM01"]
[se buf=1 storage="se505" loop=true]
[sysbt_meswin]
*906|
[fc]
After browsing through books of interest at Shibuya Palace, I borrowed "The[r]
Breeze of Washington Heights" and headed out into the city with the book in[r]
hand.[pcms]
*907|
[fc]
The book depicts people working diligently and falling in love, and a homeland[r]
that has overcome civil war through revolution, which somehow matches the image[r]
of Japan that I received from my mother...[pcms]
*908|
[fc]
I felt a strange sense of congruence, and it filled me with longing and respect.[pcms]
*909|
[fc]
However, I seriously doubt how many people today know that up until 50 years[r]
ago, the center of Tokyo was considered "foreign" in Shibuya.[pcms]
*910|
[fc]
Moreover, it seems unlikely that the people of today would be interested in[r]
knowing about it, whether they are aware or not.[pcms]
;//〆駅前センターストリート
[bg storage="BG05a"][trans_c cross time=500]
;[eval exp="f.l_map = 8"]
*911|
[fc]
Despite Japan being full of such disappointments, there are many respectable[r]
individuals among the local researchers and elders, aside from the youth and[r]
students.[pcms]
*912|
[fc]
People of my mother's generation seem to be hardworking and ambitious,[r]
reflecting the societal atmosphere of their time.[pcms]
*913|
[fc]
If embracing various cultural exchanges and developing is what shapes Shibuya,[r]
then that is admirable, and I've come to feel an attachment to the city itself.[pcms]
*914|
[fc]
The green edge of the Musashino Plateau. A valley where two rivers converge.[pcms]
*915|
[fc]
The central area from the station front to Yoyogi Park overlooks Yoyogi Hill to[r]
the north, flanked by Shibuya River to the east and Udagawa River to the west,[r]
with the south side being the confluence of the two rivers.[pcms]
*916|
[fc]
Walking through this bustling crowd while thinking of the rivers still flowing[r]
underground evokes a mysterious sense of melancholy.[pcms]
*917|
[fc]
The Japan I had imagined from my mother's descriptions might be buried[r]
underground along with those rivers.[pcms]
*918|
[fc]
Following the river, passing by the western department store on Center Street,[r]
and turning left at the Udagawa police box junction leads to LASER.[pcms]
*919|
[fc]
I'd like to walk along the flow of the two rivers during summer vacation.[pcms]
[stopse buf=1]
;//〆LASER
[bg storage="BG08e" left=-520 top=0][trans_c cross time=500]
;[eval exp="f.l_map = 7"]
*920|
[fc]
Upon arriving at LASER, I heard a girl's voice protesting, which caught my[r]
attention.[pcms]
[ChrSetEx layer=5 chbase="yuho_b6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*921|
[fc]
Looking over, I saw Yuuho Kanagi, a well-known figure from school, surrounded by[r]
a familiar large man and several of his followers.[pcms]
[chara_int][trans_c cross time=150]
[ChrSetEx layer=5 chbase="ren_j9"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*922|
[fc]
There was also a girl with glasses known to be a violin virtuoso. Her name[r]
was... Ayase, if I recall correctly.[pcms]
[chara_int][trans_c cross time=150]
[ChrSetEx layer=5 chbase="shige_b3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*923|
[fc]
The ones surrounding them are thugs from this town. The large man approaching[r]
Yuuho, who looks like a smokeless wrestler, is someone I've had run-ins with[r]
several times before.[pcms]
*924|
[fc]
Of course, each time I've made sure he regretted it... He never learns his[r]
lesson or knows when to quit.[pcms]
*925|
[fc]
True to being a thug, he doesn't choose his means for his ends. Without shame or[r]
consideration for others, he even resorts to pulling out weapons, but although[r]
he has strength, he doesn't know how to use things properly.[pcms]
[chara_int][trans_c cross time=150]
*926|
[fc]
In my homeland, I learned karate, jujutsu, and swordsmanship from a Japanese[r]
instructor.[pcms]
*927|
[fc]
And also "Naginata," which my mother taught me.[pcms]
*928|
[fc]
With my skills and knowledge, I can easily handle such low-level opponents[r]
without any trouble.[pcms]
*929|
[fc]
It's a strange feeling for me as a foreigner to deal with Japanese thugs using[r]
Japanese martial arts, but that's been the norm since coming to this country.[pcms]
*930|
[fc]
Nevertheless, seeing men gang up on a woman and intimidate her is unpleasant to[r]
witness in any country.[pcms]
*931|
[fc]
Why is it that trash like this seems to breed stubbornly like cockroaches in[r]
every part of the world?[pcms]
*932|
[fc]
Filled with disgust and rising anger, I approached the thugs.[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*933|
[fc]
[vo_mar s="maru0530"]
[ns]Margarita[nse]
"Hey!"[pcms]
*934|
[fc]
[ns]Thug A[nse]
"Huh? What thearghhhh!"[pcms]
;//se012
[se buf=0 storage="se012"]
[quake_bg 元time=500 xy m]
*935|
[fc]
I twisted his wrist mercilessly and slammed his body onto the floor so hard that[r]
he convulsed with his eyes rolled back. He looked just like a cockroach hit by[r]
insecticide.[pcms]
[chara_int][trans_c cross time=150]
[ChrSetEx layer=5 chbase="shige_b1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*936|
[fc]
The groaning fat man tried to grapple with me using brute strength alone. As[r]
usual, he had more power than skill. Using his own force against him, I[r]
delivered a counter.[pcms]
;//SE010:重吉が吹っ飛ぶ
[se buf=1 storage="se010"]
[白フラ]
[chara_int][trans_c cross time=150]
[quake_bg 元time=500 xy m]
[白フラ]
*937|
[fc]
Honestly, it felt exhilarating. It's quite enjoyable to instill these thugs with[r]
traditional Japanese techniques they've forgotten.[pcms]
*938|
[fc]
In a life where war is routine and death is always near, their boastful threats[r]
of "I'll kill you" sound like comedic lines to me.[pcms]
*939|
[fc]
To these soft weaklings who are all talk, I physically taught them what real[r]
fighting is about.[pcms]
*940|
[fc]
The pure thrill of combat and being able to act as an absolute strong person[r]
brought me joy.[pcms]
;//〆フェードアウト
;[zapend_random]
[zapfade]
;//〆ブロック00050へjump
[jump storage="00040.ks" target=*00040_TOP]

597
Kansen3_patch/10140.ks Normal file
View file

@ -0,0 +1,597 @@
;//ブロック『大嶋』
;//@konya 11/12 bg貼付
*10140_TOP
;{SceneSet 大嶋}
;//---------------------------------------------------------------
;//背景:神社の裏
;//登場人物:悠帆、大嶋
;//時間帯:
;//・テキスト容量:
;//---------------------------------------------------------------
;//〆BG:神社の裏
;//@konya 夜
[bg storage="BG09c"][trans_c cross time=500]
;[eval exp="f.l_map = 4"]
[bgm storage="BGM07"]
[sysbt_meswin]
*941|
[fc]
I stand alone under "the legendary tree" where the girls gossip, clutching my[r]
phone and looking up at the sky.[pcms]
*942|
[fc]
Just after pressing the send button on my phone, I look up at the sky where the[r]
stars are dimly shining, waiting for Kanagi-san to arrive.[pcms]
*943|
[fc]
The reply to my email said, "I might be a little late, but I will definitely[r]
come."[pcms]
*944|
[fc]
If I'm here, that girl--Kanagi-san will surely come.[pcms]
*945|
[fc]
Mosquitoes attack my bare legs. But still, I wait here.[pcms]
*946|
[fc]
Today, I will confess to the idol of our school... to Kanagi-san![pcms]
*947|
[fc]
She is the idol of the school. I'm not bragging, but I'm quite popular too. I[r]
can definitely do it.[pcms]
*948|
[fc]
The distant sounds of festival music and laughter. The dim orange light emitted[r]
from the hanging lanterns.[pcms]
*949|
[fc]
Against the backdrop of those sounds and lights, I can see a slender figure[r]
approaching me.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*950|
[fc]
[ns]Oshimi[nse]
"Kanagi-san"[pcms]
*951|
[fc]
Suppressing my excitement and feigning calmness, I call out her name in a soft[r]
voice.[pcms]
*952|
[fc]
When talking to girls I'm not interested in, my heart doesn't race like this.[pcms]
*953|
[fc]
But with Kanagi-san, it's different. Especially today.[pcms]
[ChrSetEx layer=5 chbase="yuho_m6"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*954|
[fc]
[vo_yuh s="yuho0327"]
[ns]Yuuho[nse]
"Good evening, sorry to keep you waiting."[pcms]
*955|
[fc]
The school idol responds to my call in her usual tone.[pcms]
*956|
[fc]
As she gets closer to me, her figure becomes clearer and clearer.[pcms]
*957|
[fc]
She's not in her usual school uniform, but in a yukata.[pcms]
*958|
[fc]
It's fresh and different from the usual clothes--and that appearance, which[r]
highlights Kanagi-san's cuteness even more, makes my heart race faster.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*959|
[fc]
[ns]Oshimi[nse]
"Hey, sorry for calling you out like this."[pcms]
[ChrSetEx layer=5 chbase="yuho_m4"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*960|
[fc]
[vo_yuh s="yuho0328"]
[ns]Yuuho[nse]
"No, not at all... Did I keep you waiting?"[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*961|
[fc]
[ns]Oshimi[nse]
"No, not at all. It's just the right time, and I just got here too."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_m6"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*962|
[fc]
[vo_yuh s="yuho0329"]
[ns]Yuuho[nse]
"Is that so? So..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*963|
[fc]
[ns]Oshimi[nse]
"Ah, yeah... I mean, it's a hot night tonight."[pcms]
*964|
[fc]
Kanagi-san's yukata appearance and her cute voice and gestures make me lose my[r]
usual composure.[pcms]
*965|
[fc]
If this continues... I won't be able to fulfill today's main purpose of[r]
"confessing to Kanagi-san."[pcms]
*966|
[fc]
Would it be better to just make up my mind and confess straight away rather than[r]
continue this trivial exchange?[pcms]
[ChrSetEx layer=5 chbase="yuho_m6"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*967|
[fc]
[vo_yuh s="yuho0330"]
[ns]Yuuho[nse]
"Yes, it really feels like a summer night."[pcms]
*968|
[fc]
The mature allure mixed with the fragility of a young girl, and that smile[r]
illuminated by the orange light, help me regain my composure instead.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*969|
[fc]
[ns]Oshimi[nse]
"The yukata suits you very well."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*970|
[fc]
[ns]Oshimi[nse]
"Yeah. The swimsuit look is cool too, but Kanagi-san looks even more beautiful[r]
today."[pcms]
[ChrSetEx layer=5 chbase="yuho_m5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*971|
[fc]
[vo_yuh s="yuho0331"]
[ns]Yuuho[nse]
"Ah, thank you very much."[pcms]
*972|
[fc]
She covers her mouth with her hand, looks down shyly, and blushes.[pcms]
*973|
[fc]
Really, this girl is so cute...[pcms]
*974|
[fc]
I want to make this girl mine. Whether it's because of the dim light or our[r]
youth.[pcms]
*975|
[fc]
A sense of possessiveness towards her spreads throughout my heart.[pcms]
*976|
[fc]
After a moment of silence, I make up my mind.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*977|
[fc]
[ns]Oshimi[nse]
"So... there's something important I want to talk about."[pcms]
[ChrSetEx layer=5 chbase="yuho_m4"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*978|
[fc]
[vo_yuh s="yuho0332"]
[ns]Yuuho[nse]
"Yes...?"[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*979|
[fc]
[ns]Oshimi[nse]
"I'm not good with words, so I can't come up with clever lines or anything..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*980|
[fc]
[ns]Oshimi[nse]
"I've always liked you, Kanagi-san."[pcms]
[ChrSetEx layer=5 chbase="yuho_m5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*981|
[fc]
[vo_yuh s="yuho0333"]
[ns]Yuuho[nse]
"Eh...?"[pcms]
*982|
[fc]
Kanagi looks as if she wants to say she had never expected this.[pcms]
*983|
[fc]
I had a strategy. I thought I could definitely win her over.[pcms]
*984|
[fc]
Then again, a heavy silence falls upon us.[pcms]
*985|
[fc]
In my head swirls the thought "It was no good." But maybe she's just confused.[r]
There's also the possibility that she's undecided.[pcms]
*986|
[fc]
Maybe it's better to give up for today and confess again another time...[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*987|
[fc]
[ns]Oshimi[nse]
"Sorry for saying something so sudden that troubles you."[pcms]
*988|
[fc]
I try to calm Kanagi-san's feelings by speaking as cheerfully as possible, as if[r]
consoling a child.[pcms]
[ChrSetEx layer=5 chbase="yuho_m2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*989|
[fc]
[vo_yuh s="yuho0334"]
[ns]Yuuho[nse]
"No... that..."[pcms]
*990|
[fc]
A slightly flustered voice comes back to me.[pcms]
*991|
[fc]
Perhaps she's hesitating? With one more push from me, her feelings might tilt.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*992|
[fc]
[ns]Oshimi[nse]
"I want you to go out with me if possible. But that's secondary. I just wanted[r]
to convey these feelings..."[pcms]
[ChrSetEx layer=5 chbase="yuho_m11"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*993|
[fc]
[vo_yuh s="yuho0335"]
[ns]Yuuho[nse]
"It's not a bother... rather, I'm happy..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*994|
[fc]
[ns]Oshimi[nse]
"Really? You're really happy with my confession?"[pcms]
[ChrSetEx layer=5 chbase="yuho_m2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*995|
[fc]
[vo_yuh s="yuho0336"]
[ns]Yuuho[nse]
"Yes... I'm truly happy."[pcms]
[ChrSetEx layer=5 chbase="yuho_m11"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*996|
[fc]
[vo_yuh s="yuho0337"]
[ns]Yuuho[nse]
"But..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*997|
[fc]
[ns]Oshimi[nse]
"Will you go out with me?"[pcms]
[ChrSetEx layer=5 chbase="yuho_m2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*998|
[fc]
[vo_yuh s="yuho0338"]
[ns]Yuuho[nse]
"But... that might be... impossible."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*999|
[fc]
[ns]Oshimi[nse]
"Eh?"[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1000|
[fc]
[vo_yuh s="yuho0339"]
[ns]Yuuho[nse]
"Um, that... I..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1001|
[fc]
[ns]Oshimi[nse]
"You were happy, right? Is there someone else you like?"[pcms]
*1002|
[fc]
We stare at each other in silence.[pcms]
*1003|
[fc]
The smooth lips, like those of a smooth doll, are faintly illuminated by the[r]
orange light.[pcms]
[ChrSetEx layer=5 chbase="yuho_m11"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1004|
[fc]
[vo_yuh s="yuho0340"]
[ns]Yuuho[nse]
"Someone I like... I feel it's different from that..."[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1005|
[fc]
[ns]Oshimi[nse]
"I have friends too. I just want to be lovers with Kanagi-san."[pcms]
[ChrSetEx layer=5 chbase="yuho_m2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1006|
[fc]
[vo_yuh s="yuho0341"]
[ns]Yuuho[nse]
"Is it okay... for me to be lovers with my senior...?"[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1007|
[fc]
[ns]Oshimi[nse]
"Love is a matter of free will, right? It's not like it'll mess up your life."[pcms]
[ChrSetEx layer=5 chbase="yuho_m11"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1008|
[fc]
[vo_yuh s="yuho0342"]
[ns]Yuuho[nse]
"But... still..."[pcms]
*1009|
[fc]
Just a little more! With a bit more pushing, she might fall![pcms]
*1010|
[fc]
My body moves towards Kanagi-san without waiting for my brain's command.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1011|
[fc]
[ns]Oshimi[nse]
"I really, really like you!!"[pcms]
[ChrSetEx layer=5 chbase="yuho_m9"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1012|
[fc]
[vo_yuh s="yuho0343"]
[ns]Yuuho[nse]
"Ah!"[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*1013|
[fc]
I'm drawn to those lips and lean in towards Kanagi-san, embracing her slender[r]
shoulders.[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1014|
[fc]
[vo_yuh s="yuho0344"]
[ns]Yuuho[nse]
"No, let go of me!!"[pcms]
*1015|
[fc]
Kanagi-san rejects me with a suppressed yet forceful voice and turns her doll-[r]
like face away.[pcms]
*1016|
[fc]
In response to that action, rather than affection, a desire to "conquer" wells[r]
up in me, and I forcefully turn her face back towards me.[pcms]
*1017|
[fc]
The moment Kanagi-san's large eyes come into view before me--[pcms]
;//〆:レッドフラッシュ
[赤フラ]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1018|
[fc]
[ns]Oshimi[nse]
"Ugh ahhhh!"[pcms]
*1019|
[fc]
What's this!? My lips...?[pcms]
*1020|
[fc]
Kanagi-san bit my mouth!?[pcms]
[bg storage="BG09c"]
[ChrSetEx layer=5 chbase="yuho_m8"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
;[eval exp="f.l_map = 4"]
*1021|
[fc]
[vo_yuh s="yuho0345"]
[ns]Yuuho[nse]
"How could you do this!!"[pcms]
*1022|
[fc]
The taste of iron spreads through my mouth. A hot liquid trickles down the side[r]
of my mouth.[pcms]
*1023|
[fc]
Yes, just before the kiss... Kanagi-san bit down hard on my lips.[pcms]
*1024|
[fc]
Kanagi-san glares at me with eyes like a carnivore stalking its prey, while I[r]
instinctively cover my mouth and stand frozen on the spot.[pcms]
*1025|
[fc]
The two of us, illuminated by the orange light, stand facing each other as if[r]
before a battle, contrary to the distant sounds of festive music and cheers.[pcms]
*1026|
[fc]
Dumbfounded by the turn of events, I can only stand there staring at Kanagi-san,[r]
the hot liquid still running down the side of my mouth.[pcms]
*1027|
[fc]
Suddenly coming to my senses and realizing I've done something terrible, I try[r]
to mend the situation with my bloodied mouth.[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1028|
[fc]
[ns]Oshimi[nse]
"No, I mean..."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1029|
[fc]
[vo_yuh s="yuho0346"]
[ns]Yuuho[nse]
"I can't believe you'd do something so forceful!"[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1030|
[fc]
[ns]Oshimi[nse]
"It's just that... I really like Kanagi-san..."[pcms]
;//[ChrSetEx layer=5 chbase="yuho_a3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1031|
[fc]
[vo_yuh s="yuho0347"]
[ns]Yuuho[nse]
"I won't date you! I hate you so much!! Wahhhhh!!"[pcms]
[chara_int][trans_c cross time=150]
*1032|
[fc]
After glaring at me with tearful eyes, Kanagi-san turns on her heel and runs off[r]
into the orange light.[pcms]
*1033|
[fc]
All I could do was watch her retreating figure.[pcms]
*1034|
[fc]
However, at the same time, the humiliation of being bitten and the thought that[r]
"I've been rejected" bring a surge of frustration...[pcms]
;//[ChrSetEx layer=5 chbase="oshima_a1"][ChrSetXY layer=5 x=135 y=0][trans_c cross time=150]
*1035|
[fc]
[ns]Oshimi[nse]
"...No way. I won't accept this outcome..."[pcms]
*1036|
[fc]
Involuntarily, I let out a pathetic remark.[pcms]
;[zapend_random]
[zapfade]
;//jump00100 『恋い破れ』へ
[jump storage="00100.ks" target=*00100_TOP]

159
Kansen3_patch/20000.ks Normal file
View file

@ -0,0 +1,159 @@
;//ブロック20000 『条件分岐』
*20000_TOP
;{SceneSet 条件分岐}
;//---------------------------------------------------------------
;//背景:無し
;//・選択肢ブロック
;//---------------------------------------------------------------
;//条件分岐
;//・クリアフラグ判定
;// ・ON→ラベル 「ザッピング」へjump
;// ・OFF→ラベル 「OFF」へjump
[if exp="sf.g_clear==1"][jump storage="20000.ks" target=*20000_01][endif]
[jump storage="20000.ks" target=*20000_02]
;//---------------------------------------------------------------
;//〆ラベル「ザッピング1」
;//@選択肢
;//・視点変更選択肢
;// 悠帆視点へjumpzapA001
;// 漣視点へ jumpzapB001
;// マルガリータ視点へ jumpzapC001
;// 瑞樹視点へ jumpzapD001
;// 壬視点へ jumpzapD010
;// キャンセルjumpブロック20001
*20000_01
;//悠帆
;//漣
;//マルガリータ
;//瑞樹
;//壬
;//キャンセル
; ;選択肢用フラグオンオフ
; [eval exp="f.selbt_yuh = 1"]
; [eval exp="f.selbt_ren = 1"]
; [eval exp="f.selbt_mar = 1"]
; [eval exp="f.selbt_miz = 1"]
; [eval exp="f.selbt_kou = 0"]
; [eval exp="f.selbt_jun = 1"]
; [eval exp="f.selbt_oth = 0"]
; [eval exp="f.selbt_can = 1"]
; [selbt]
;
; *aspect_SEL悠帆
; [selbt_clear]
; [jump storage="zapA001.ks" target=*zapA001_TOP]
;
; *aspect_SEL漣
; [selbt_clear]
; [jump storage="zapB001.ks" target=*zapB001_TOP]
;
; *aspect_SELマル
; [selbt_clear]
; [jump storage="zapC001.ks" target=*zapC001_TOP]
;
; *aspect_SEL瑞樹
; [selbt_clear]
; [jump storage="zapD001.ks" target=*zapD001_TOP]
;
; *aspect_SEL壬
; [selbt_clear]
; [jump storage="zapD010.ks" target=*zapD010_TOP]
;
; *aspect_SELキャンセル
; [selbt_clear]
; [jump storage="20000.ks" target=*20000_02]
;BGM停止
[fadeoutbgm time=500]
;mm ザッピング前に黒追加
[black_toplayer][trans_c cross time=500][hide_chara_int]
*ZAP09|ザッピング選択肢 悠帆 漣 マルガリータ 瑞樹 壬
;バックログキャラ指定
[eval exp="f.zap_sel_chara01 = ' 悠帆'"]
[eval exp="f.zap_sel_chara02 = ' 漣'"]
[eval exp="f.zap_sel_chara03 = ' マルガリータ'"]
[eval exp="f.zap_sel_chara04 = ' 瑞樹'"]
;[eval exp="f.zap_sel_chara05 = ' 浩助'"]
[eval exp="f.zap_sel_chara06 = ' 壬'"]
;[eval exp="f.zap_sel_chara07 = ' その他'"]
[eval exp="f.zap_sel_chara08 = ' キャンセル'"]
;ボタン込み
[zap_set1]
[zap_set2]
[s]
;------------------------------------------------
*aspect_SEL悠帆|ザッピング選択肢 悠帆
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="zapA001.ks" target=*zapA001_TOP]
;------------------------------------------------
*aspect_SEL漣|ザッピング選択肢 漣
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="zapB001.ks" target=*zapB001_TOP]
;------------------------------------------------
*aspect_SELマル|ザッピング選択肢 マルガリータ
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="zapC001.ks" target=*zapC001_TOP]
;------------------------------------------------
*aspect_SEL瑞樹|ザッピング選択肢 瑞樹
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="zapD001.ks" target=*zapD001_TOP]
;------------------------------------------------
*aspect_SEL壬|ザッピング選択肢 壬
[zap_clear]
;[black_toplayer][trans_c random time=1000][hide_chara_int]
[zapfade]
[jump storage="zapD010.ks" target=*zapD010_TOP]
;------------------------------------------------
*aspect_SELキャンセル|ザッピング選択肢 キャンセル
[zap_clear]
[black_toplayer][trans_c random time=1000][hide_chara_int]
;[zapfade]
[jump storage="20000.ks" target=*20000_02]
;------------------------------------------------
;//---------------------------------------------------------------
;//〆ラベル「OFF」
;//・jump20001
*20000_02
[jump storage="20001.ks" target=*20001_TOP]

135
Kansen3_patch/20001.ks Normal file
View file

@ -0,0 +1,135 @@
;//ブロック20001 『侵略再開』
;//@konya 11/12 bg貼付
*20001_TOP
;{SceneSet 侵略再開}
;//---------------------------------------------------------------
;//♂←マークでメモ検索
;//〆♪lastsummer
[bgm storage="BGM01"]
;//〆BG主人公の部屋
[bg storage="BG013a"][trans_c cross time=500]
;[eval exp="f.l_map = 3"]
[sysbt_meswin]
*1|
[fc]
[ns]Wataru[nse]
"Nn... What's this, already?"[pcms]
*2|
[fc]
I was awakened by a dazzling light pulling me back from the world of sleep, and[r]
lazily reached out from my bed to try and draw the curtains.[pcms]
*3|
[fc]
The early summer sunlight was already shining into my room, but it still had to[r]
be quite early.[pcms]
*4|
[fc]
It's too early to be waking up during summer vacation.[pcms]
*5|
[fc]
[ns]Wataru[nse]
"Seriously, I should've drawn the curtains before sleeping."[pcms]
*6|
[fc]
Last night, I scolded myself for not drawing the curtains before going to bed,[r]
but lying in bed, I could touch the curtains but couldn't manage to draw them.[pcms]
*7|
[fc]
Can't be helped.[pcms]
*8|
[fc]
Forcing my body that still craved sleep to move, I sat up in bed and[r]
absentmindedly looked around my room.[pcms]
*9|
[fc]
My room looked no different than usual.[pcms]
*10|
[fc]
My groggy head wasn't functioning well.[pcms]
*11|
[fc]
It feels like there's no sense of reality at all.[pcms]
;//---------------------------------------------------------------
;//条件分岐
;//〆・フラグ判定緒織とsex
;// ・ONラベル「sexした」へjump
;// ・OFFラベル「sexしていない」へjump
[if exp="f.l_iori_sex==1"][jump storage="20001.ks" target=*20001_01][endif]
[jump storage="20001.ks" target=*20001_02]
;//---------------------------------------------------------------
;//♂ ラベル「sexした」
*20001_01
*12|
[fc]
If we're talking about a lack of reality, I had SEX with Inori-san yesterday.[pcms]
*13|
[fc]
That feels even more unreal...[pcms]
;//〆・このテキストが終わるとラベル「sexしていない」へjump
[jump storage="20001.ks" target=*20001_02]
;//---------------------------------------------------------------
;//ラベル「sexしていない」
*20001_02
*14|
[fc]
My bleary eyes once again scanned my unremarkable room...[pcms]
*15|
[fc]
My gaze caught the luggage prepared in the corner of my room.[pcms]
*16|
[fc]
[ns]Wataru[nse]
"That's right! Today's the day for camping!! And, I haven't even packed the[r]
stuff I bought yet."[pcms]
*17|
[fc]
Suddenly wide awake, I frantically peered at the alarm clock that usually wakes[r]
me up.[pcms]
*18|
[fc]
Luckily, there's still about two hours left until the meeting time.[pcms]
*19|
[fc]
But if I had properly closed the curtains and slept, I wouldn't have been woken[r]
up by the morning sun...[pcms]
*20|
[fc]
[ns]Wataru[nse]
"Uwaaaah, good job to me from last night for forgetting to draw the curtains!"[pcms]
*21|
[fc]
Completely forgetting the scolding from earlier, I praised my last night's self.[pcms]
;//jump20010
[jump storage="20010.ks" target=*20010_TOP]

60
Kansen3_patch/20010.ks Normal file
View file

@ -0,0 +1,60 @@
;//ブロック20010 『選択肢』
*20010_TOP
;{SceneSet 選択肢}
;//---------------------------------------------------------------
;//背景:無し
;//登場人物:無し
;//時間帯:無し
;//〆:選択肢;//ブロック
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//@選択肢
;//    1:さっさと起きて学校へ行く
;//      ;//jump20020
;//    2:だるいので2度寝する
;//      ;//jumpB_0001
; [link storage="20020.ks" target=*20020_TOP]さっさと起きて学校へ行く[endlink]
; [link storage="B_0001.ks" target=*B_0001_TOP]だるいので2度寝する[endlink]
;[pcms]
*SEL06|さっさと起きて学校へ行く/だるいので二度寝する
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Hurry up and get up to go to school'"]
[eval exp="f.seltext04 = 'I\'m tired, so I\'m going to sleep in'"]
[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=*SEL06_1]
[sel04 target=*SEL06_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL06_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="20020.ks" target=*20020_TOP]
;-------------------------------------------------------------------------------
*SEL06_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="B_0001.ks" target=*B_0001_TOP]
;//---------------------------------------------------------------

419
Kansen3_patch/20020.ks Normal file
View file

@ -0,0 +1,419 @@
;//ブロック20020 『地獄の門』
*20020_TOP
;{SceneSet 地獄の門}
;//---------------------------------------------------------------
;//---------------------------------------------------------------
[eval exp="sf.SRP02 = 1"]
[if exp="tf.scene_mode==0"][jump target=*NORMAL_PLAY][endif]
;タイトルから即回想きた時用にウィンドウの設定
;[winset][scene_exp_init]
;//BGM(回想用)
[bgm storage="BGM01"]
[jump target=*LABEL_MEMORIES_START]
*NORMAL_PLAY
;//---------------------------------------------------------------
;//♪lastsummer
[bgm storage="BGM01"]
;//〆BG:主人公の部屋
;[bg storage="bg013a"][trans_c cross time=500]
;[sysbt_meswin]
*22|
[fc]
Even though there was still time to spare, it's best to head to school early.[pcms]
*23|
[fc]
[ns]Wataru[nse]
"If I carelessly fall back asleep, I'm confident I won't wake up even with an[r]
alarm."[pcms]
*24|
[fc]
Muttering something that's hardly a boast, I slipped out of bed.[pcms]
*25|
[fc]
After hastily packing the things I bought into my luggage, I went to the living[r]
room for breakfast.[pcms]
;//BGリビング
[bg storage="bg012a"][trans_c cross time=500]
*26|
[fc]
[ns]Wataru[nse]
"Good morning... huh, is nobody here?"[pcms]
*27|
[fc]
The living room, where my father should still be at this time, was empty.[pcms]
*28|
[fc]
Seeing the prepared lunchbox and my breakfast on the table, it seems Ren has[r]
already left.[pcms]
*29|
[fc]
[ns]Wataru[nse]
"Now that I think about it, the wind orchestra also had morning practice to[r]
support the basketball team."[pcms]
*30|
[fc]
Talking to myself in the comfort of solitude, I approached the table and, as[r]
expected, found a note left under the lunchbox serving as a paperweight.[pcms]
*31|
[fc]
[ns]Wataru[nse]
"'I went home alone yesterday, but did you feel sick? Kousuke was also worried,[r]
so send him a mail...'[pcms]
*32|
[fc]
Reading Ren's note ending with "Take care and have fun at camp," a warm feeling[r]
spread through my chest.[pcms]
*33|
[fc]
I'm well aware that I've caused worry for both Ren and Kousuke.[pcms]
*34|
[fc]
It must have been quite serious for me to leave Ren behind and go home.[pcms]
*35|
[fc]
They both must have been really worried about me.[pcms]
*36|
[fc]
The thought brought a gentle joy that enveloped me.[pcms]
*37|
[fc]
I don't know what Yuuho thought about it though...[pcms]
*38|
[fc]
[ns]Wataru[nse]
"Since Yuuho isn't mentioned in Ren's letter, maybe she didn't come back?"[pcms]
*39|
[fc]
The words I muttered to myself quickly snatched away the warmth that had been[r]
spreading in my chest.[pcms]
*40|
[fc]
Yuuho... she's probably going to date Oshima-senpai after all.[pcms]
*41|
[fc]
Oshima-senpai is much more suited for Yuuho than someone like me.[pcms]
*42|
[fc]
The gloomy mood I had almost forgotten returned, and while sinking back into an[r]
endless mire, I mechanically began preparing to leave.[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*43|
[fc]
I couldn't taste my breakfast at all.[pcms]
*44|
[fc]
I don't even remember what I changed into.[pcms]
*45|
[fc]
I don't recall when I packed the lunchbox into my bag.[pcms]
*46|
[fc]
Though I don't understand it, it seems the human body is designed to move out of[r]
habit, and in less than an hour, I found myself pushing my bicycle towards[r]
school.[pcms]
;//BG四つ葉瀬町
[bg storage="bg02a"][trans_c cross time=500]
;//SE・飛び交うヘリのローター音ループ
[se buf=0 storage="SE502" loop=true]
*47|
[fc]
Yuuho probably went on a date with Oshima-senpai after that...[pcms]
*48|
[fc]
No, rather than a date, if they went behind the shrine, even during the[r]
festival, no one would come by.[pcms]
*LABEL_MEMORIES_START
;mm これ回想いるのか?
;//---------------------------------------------------------------
;//〆BG:HEV011
;//※主人公の妄想
[evcg storage="HEV013a"][trans_c cross time=300]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*49|
[fc]
[vo_yuh s="yuho0110"]
[ns]Yuuho[nse]
"Ahnn, Oshima-senpai... hngghh, you're going in, you're entering."[pcms]
*50|
[fc]
[ns]Oshimi[nse]
"It feels amazing. Yuuho, your insides are irresistible."[pcms]
;//SE・クラッシュ音
[se buf=1 storage="SE007"]
*51|
[fc]
[vo_yuh s="yuho0111"]
[ns]Yuuho[nse]
"Se-senpai too, it feels good. It feels good... Ahh, ahnn! Oshima-senpai."[pcms]
*52|
[fc]
[ns]Oshimi[nse]
"I'm going to cum. Is it okay if I do?"[pcms]
*53|
[fc]
[vo_yuh s="yuho0112"]
[ns]Yuuho[nse]
"Nnhhggghh, do it, cum inside me, senpai. Fill me up with Oshima-senpai's[r]
sperm~"[pcms]
;//SE・サイレンループ
[se buf=1 storage="SE503" loop=true]
*54|
[fc]
[ns]Oshimi[nse]
"Yuuho!"[pcms]
[se buf=0 storage="se_sex01"]
[evcg射精フラ storage="HEV013b"]
[evcg storage="HEV013c"][trans_c cross time=300]
*55|
[fc]
[vo_yuh s="yuho0113"]
[ns]Yuuho[nse]
"Hiiuhh! Se-sperm, so much sperm is coming out inside meeehh!"[pcms]
;//---------------------------------------------------------------
;//---------------------------------------------------------------
; 回想モード中なら、回想モード画面に戻る
[if exp="tf.scene_mode==1"]
[jump storage="b_scene.ks" target=*back_from_SR]
[endif]
;[eval exp="sf.g_scene02 = 1"]
;//---------------------------------------------------------------
;//BG四つ葉瀬町
[bg storage="bg02a"][trans_c cross time=500]
*56|
[fc]
[ns]Wataru[nse]
"...just like that, they're surely having sex. Yuuho's virginity was taken by[r]
Oshima-senpai..."[pcms]
*57|
[fc]
Falling into an even deeper gloom rather than excitement from my own realistic[r]
imagination, I felt my steps growing heavier and slower.[pcms]
;//このあたりでループ止めておく
[stopse buf=0]
[stopse buf=1]
;//---------------------------------------------------------------
;//〆20020ラベル「ゲーム継続」
;//※ザッピング視点からの戻り先
*20020_01
;//bgm03 last summer
[bgm storage="BGM01"]
;//BG通学路・放送センター前
[bg storage="bg01a"][trans_c cross time=500]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*58|
[fc]
I don't remember how I walked there, but when I came to my senses, I found[r]
myself at the intersection in front of DHK where my father works.[pcms]
*59|
[fc]
Come to think of it, my father who should still be at home at this time wasn't[r]
there.[pcms]
*60|
[fc]
[ns]Wataru[nse]
"Was he called out due to some incident or did he not come home... I didn't[r]
check the reservations but I wonder if the fireworks festival shooting went[r]
well?"[pcms]
*61|
[fc]
But well, it happens every year so he probably just drank too much at the launch[r]
party and didn't come home.[pcms]
*62|
[fc]
Honestly, even if his child goes astray, he wouldn't know.[pcms]
;//SE・クラッシュ音
[se buf=0 storage="SE007"]
*63|
[fc]
Caught by the red light, I found myself staring only in the direction of the[r]
broadcasting center.[pcms]
*64|
[fc]
In reality, I wanted to distance myself from thinking about Yuuho even if just a[r]
little bit.[pcms]
*65|
[fc]
This is probably just escapism.[pcms]
*66|
[fc]
[vo_mob s="yoshino0011"]
[ns][nse]
"Hehehe..."[pcms]
*67|
[fc]
Suddenly hearing a familiar yet abnormal laugh from the side, I hastily turned[r]
my gaze from DHK towards that direction.[pcms]
;//よしのんゾンビ
[ChrSetEx layer=1 chbase="yoshino_c"][ChrSetXY layer=1 x=160 y=0][trans_c cross time=500]
*68|
[fc]
[ns]Wataru[nse]
"Yoshino-san... good morning."[pcms]
*69|
[fc]
The voice should be familiar. Standing there was Yoshino-san from our astronomy[r]
club.[pcms]
*70|
[fc]
But she should be going camping and yet she's not carrying any luggage.[pcms]
*71|
[fc]
More than that, what's abnormal is that her uniform is tattered and clearly[r]
stained with more than just mud, yet she doesn't seem to care at all.[pcms]
*72|
[fc]
[vo_mob s="yoshino0012"]
[ns]Yoshino[nse]
"Oh... do you want to do it too?"[pcms]
;//SE・クラッシュ音
[se buf=0 storage="SE007"]
*73|
[fc]
[ns]Wataru[nse]
"Eh?"[pcms]
*74|
[fc]
[vo_mob s="yoshino0013"]
[ns]Yoshino[nse]
"It feels good~. Just now, I was fucked by someone I don't know, over and over.[r]
He thrust into my ass and pussy so much."[pcms]
;//♪lastsummer フェードアウト
[fadeoutbgm time=500]
*75|
[fc]
[ns]Wataru[nse]
"Th-thrust into...?"[pcms]
*76|
[fc]
[vo_mob s="yoshino0014"]
[ns]Yoshino[nse]
"It's obviously dick, right? What else would be thrust into my pussy and ass?[r]
Ahahaha..."[pcms]
*77|
[fc]
Yoshino-san, laughing hysterically, was uttering words that one could hardly[r]
imagine coming from her usual behavior.[pcms]
;//♪cage フェードイン
[bgm storage="BGM04"]
*78|
[fc]
[vo_mob s="yoshino0015"]
[ns]Yoshino[nse]
"You should try it too, it feels good. Do you want to put it in my ass? Or do[r]
you want to put it in my pussy? Come on, you want to thrust it in, don't you?"[pcms]
*79|
[fc]
As she said that, Yoshino-san lifted up her skirt.[pcms]
*80|
[fc]
Under Yoshino-san's skirt, her white legs were stained with blood and some[r]
fluid... probably semen dripping down.[pcms]
;//スカートの影に隠れて見えなかったけれど、
;//たぶん、下着もつけてない。
*81|
[fc]
My thought processes came to a halt in the face of this abnormal situation, and[r]
I was unable to respond.[pcms]
;//jump20030
[jump storage="20030.ks" target=*20030_TOP]

76
Kansen3_patch/20030.ks Normal file
View file

@ -0,0 +1,76 @@
;//ブロック20030 『選択肢
*20030_TOP
;{SceneSet 選択肢2}
;//---------------------------------------------------------------
;//背景:無し
;//登場人物:無し
;//時間帯:無し
;//〆・選択肢;//ブロック
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//@選択肢
;//・時限選択肢(3秒)
;//    1:吉野から離れる
;//      ;//jumpブロック20040
;//    2:警察か病院に電話しよう
;//      ;//jumpブロックB_02
;//    3:時間切れ
;//      ;//jumpブロックB_03
; ;[sysbt_meswin clear]
;
; [link storage="20040.ks" target=*20040_TOP]吉野から離れる[endlink]
; [link storage="B_02.ks" target=*B_02_TOP]警察か病院に電話しよう[endlink]
; ;[link storage="B_03.ks" target=*B_03_TOP]時間切れ[endlink]
; [link storage="B_03.ks" target=*B_03_TOP]これは……[endlink]
;[pcms]
*SEL07|吉野から離れる/警察か病院に電話しよう/これは……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Move away from Yoshino'"]
[eval exp="f.seltext04 = 'Let\'s call the police or the hospital'"]
[eval exp="f.seltext06 = 'This is'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL07_1]
[sel04 target=*SEL07_2]
[sel06 target=*SEL07_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL07_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="20040.ks" target=*20040_TOP]
;-------------------------------------------------------------------------------
*SEL07_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="B_02.ks" target=*B_02_TOP]
;-------------------------------------------------------------------------------
*SEL07_3|&f.seltext05
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="B_03.ks" target=*B_03_TOP]
;//---------------------------------------------------------------

815
Kansen3_patch/20040.ks Normal file
View file

@ -0,0 +1,815 @@
;//ブロック20040 『inferno』
;//@konya 11/12 bg貼付
*20040_TOP
;{SceneSet }
;//---------------------------------------------------------------
;[eval exp="f.l_map = 2"]
;//---------------------------------------------------------------
[eval exp="sf.SRP03 = 1"]
[if exp="tf.scene_mode==0"][jump target=*NORMAL_PLAY][endif]
;タイトルから即回想きた時用にウィンドウの設定
;[winset][scene_exp_init]
;//BGM(回想用)
;//[bgm storage="BGM10"](回想内で鳴らしているので不要)
[jump target=*LABEL_MEMORIES_START]
*NORMAL_PLAY
;//---------------------------------------------------------------
;//〆♪cage
[bgm storage="BGM04"]
;[bg storage="bg01a"][trans_c cross time=500]
;[sysbt_meswin]
;[ChrSetEx layer=5 chbase="yoshino_c"][ChrSetXY layer=5 x=173 y=0][trans_c cross time=150]
;mm 座標とレイヤがおかしくて分身しとる
[ChrSetEx layer=1 chbase="yoshino_c"][ChrSetXY layer=1 x=160 y=0][trans_c cross time=150]
*82|
[fc]
[vo_mob s="yoshino0016"]
[ns]Yoshino[nse]
"You can cum loads inside me. I wonder what Ayase-kun's semen tastes like?[r]
Ufufu, it must have a lewd male flavor. Sounds delicious..."[pcms]
*83|
[fc]
Drooling as if she couldn't help it, Yoshino-san reached out to me. Upon closer[r]
inspection, her hand was also covered in a sticky liquid.[pcms]
*84|
[fc]
[ns]Wataru[nse]
"Ah, ugh..."[pcms]
*85|
[fc]
In AVs, gravure, erotic manga, and eroge, it's a situation that would make you[r]
swell up inside your pants when a girl lifts her skirt to show her genitals.[pcms]
*86|
[fc]
But witnessing it in reality is just too abnormal.[pcms]
*87|
[fc]
No, the atmosphere she exuded definitely sent me a danger signal telling me to[r]
run away.[pcms]
*88|
[fc]
Yoshino-san's hand reached out, about to grab my arm.[pcms]
*89|
[fc]
I instinctively backed away with my bicycle, escaping from her grasp.[pcms]
;//se029・人が自動車にはねられる音
[se buf=0 storage="se029"]
*90|
[fc]
That moment.[pcms]
*91|
[fc]
[vo_mob s="yoshino0017"]
[ns]Yoshino[nse]
"Ah"[pcms]
[赤フラ]
;//キャラ消し
[chara_int][trans_c cross time=150]
*92|
[fc]
Even though it happened right before my eyes just now, I couldn't comprehend it.[pcms]
*93|
[fc]
A white mass flew past the tip of my nose.[pcms]
*94|
[fc]
And then Yoshino-san disappeared.[pcms]
*95|
[fc]
All I understood was that.[pcms]
*96|
[fc]
Yes... like a doll, Yoshino-san's body twisted strangely as she danced in the[r]
air.[pcms]
*97|
[fc]
Without even understanding why it happened...[pcms]
;//se028・自動車のクラッシュ音
[se buf=1 storage="se028"]
*98|
[fc]
It was thanks to the sound of the impact when the white mass... a car speeding[r]
fiercely crashed into a traffic light.[pcms]
;//se036・人間が地面に叩きつけられる音
[se buf=0 storage="se036"]
*99|
[fc]
Then came the heavy, indescribable sound of Yoshino-san being slammed to the[r]
ground as she was still in mid-air.[pcms]
*100|
[fc]
[ns]Wataru[nse]
"Yo... Yoshino-san?"[pcms]
*101|
[fc]
Yoshino-san lying on the road... I need to help...[pcms]
[白フラ]
;//se030・車の爆発音
[se buf=0 storage="se030"]
[quake_bg 元time=500 xy m]
*102|
[fc]
[ns]Wataru[nse]
"Uwaaaah!?"[pcms]
*103|
[fc]
The blast and heat wave struck me at the same time, and I was blown away to the[r]
ground.[pcms]
;//se004・人が倒れる音
[se buf=1 storage="se004"]
*104|
[fc]
[ns]Driver[nse]
"Gyaaaaaaaah!!"[pcms]
*105|
[fc]
The driver, turned into a fireball, jumped out of the car and rolled on the[r]
ground.[pcms]
*106|
[fc]
Yoshino-san is twitching, but around her fallen body, a red liquid is spreading[r]
on the asphalt...[pcms]
;//SE・飛び交うヘリのローター音ループ
[se buf=0 storage="SE502" loop=true]
;//SE・サイレンループ
[se buf=1 storage="SE503" loop=true]
*107|
[fc]
[ns]Wataru[nse]
"What is this? What the hell is this?!"[pcms]
*108|
[fc]
Is this a dream?[pcms]
*109|
[fc]
But for a dream, the pain from hitting the ground when the car exploded and the[r]
heat I feel on my skin are too real.[pcms]
*110|
[fc]
And...[pcms]
*111|
[fc]
Ah, what is it?[pcms]
*112|
[fc]
I can't get my thoughts together![pcms]
*113|
[fc]
This sound that keeps repeating over and over![pcms]
*114|
[fc]
[ns]Wataru[nse]
"Sirens...? And the sound of helicopters?"[pcms]
*115|
[fc]
Realizing what the disruptive sounds were, I was stunned.[pcms]
*116|
[fc]
The city, the entire city is wrong.[pcms]
*117|
[fc]
[ns]Wataru[nse]
"Could it be... that what I just saw happening before my eyes is occurring all[r]
over town at the same time?"[pcms]
*118|
[fc]
The unending sound of rotors from who knows how many helicopters flying[r]
overhead.[pcms]
*119|
[fc]
And sirens.[pcms]
*120|
[fc]
No one is coming close despite such an accident happening.[pcms]
*121|
[fc]
No, I myself don't know how to deal with this, so maybe everyone else feels the[r]
same way.[pcms]
*122|
[fc]
[vo_mob s="onnanoko0001"]
[ns][nse]
"Kyaaaaaaaah!"[pcms]
;//@女の子
*123|
[fc]
The sudden scream made me turn in that direction.[pcms]
*124|
[fc]
That's natural. Anyone who witnesses such a tragedy would scream. Especially if[r]
they're a girl.[pcms]
;//このあたりでループ止めておく
[stopse buf=0]
[stopse buf=1]
*125|
[fc]
But what I saw when I looked...[pcms]
;//♪cage フェードアウト
[fadeoutbgm time=500]
*LABEL_MEMORIES_START
;//bgm感染pt3
[bgm storage="BGM10"]
;//BGHEV012 ※エロシーンこちらは妄想ではない
[evcg storage="HEV014a"][trans_c cross time=300]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*126|
[fc]
What jumped into my sight was a girl being raped by several men.[pcms]
*127|
[fc]
[vo_mob s="onnanoko0002"]
[ns]Girl[nse]
"No... mmmphh... Stop... mmmphh..."[pcms]
*128|
[fc]
[ns]Man A[nse]
"Hey, suck it more. You love dick, don't you?"[pcms]
*129|
[fc]
[ns]Male B[nse]
"Don't forget about this cock either. Hey, if you have time to talk, you should[r]
be sucking."[pcms]
*130|
[fc]
[vo_mob s="onnanoko0003"]
[ns]Girl[nse]
"Higufuu... no, akufuuu, grandpa, stop..."[pcms]
*131|
[fc]
[ns]Elder[nse]
"Kuuu, young pussy is irresistible. It has a different flavor. Slurrrrp..."[pcms]
*132|
[fc]
[vo_mob s="onnanoko0004"]
[ns]Girl[nse]
"Higguuuu... ng, no, ahh. Nnju... it's so... nng, ng, ngfuuu."[pcms]
*133|
[fc]
I don't understand. Is this a dream?[pcms]
*134|
[fc]
Am I inside a futon?[pcms]
*135|
[fc]
But I'm not so sleep-deprived that I'd see such a dream.[pcms]
*136|
[fc]
I don't recognize those men, but if I'm not mistaken, the old man and the girl[r]
are actually... actually grandfather and granddaughter.[pcms]
*137|
[fc]
[ns]Elder[nse]
"I can't hold back any longer. Here, Miyuki, I'll feed you grandpa's dick."[pcms]
*138|
[fc]
[vo_mob s="onnanoko0005"]
[ns]Girl[nse]
"No, I don't want to. I don't want to, I don't want to! Grandpa, come back to[r]
your senses!!"[pcms]
[evcg storage="HEV014b"][trans_c cross time=300]
*139|
[fc]
The girl pleads with a face about to cry.[pcms]
*140|
[fc]
But--[pcms]
*141|
[fc]
[vo_mob s="onnanoko0006"]
[ns]Girl[nse]
"Hyaaaaaaaah!!"[pcms]
*142|
[fc]
Despite her pleas, the old man's erect member was thrust deeply into the girl's[r]
pussy in one swift motion.[pcms]
*143|
[fc]
[ns]Elder[nse]
"Fuguuuu. Miyuki's pussy feels so good, it feels so good. I'm still in the[r]
game!!"[pcms]
*144|
[fc]
[vo_mob s="onnanoko0007"]
[ns]Girl[nse]
"Higufuuu, no more, nnp, fwaaa... I don't want this..."[pcms]
*145|
[fc]
[ns]Man A[nse]
"She's enjoying the old man's hip movements, don't leave her alone."[pcms]
*146|
[fc]
[vo_mob s="onnanoko0008"]
[ns]Girl[nse]
"Nngguuu... it's hard... nngguuu."[pcms]
[evcg storage="HEV014c"][trans_c cross time=300]
*147|
[fc]
[ns]Male B[nse]
"You're happy, aren't you? Getting your pussy fucked by grandpa while sucking on[r]
two dicks. Look, you're tasting three of your favorite dickshow does it feel?"[pcms]
*148|
[fc]
[vo_mob s="onnanoko0009"]
[ns]Girl[nse]
"I don't... like it... nng. I can't take it anymore. Don't move. Don't move...[r]
njyuuuu."[pcms]
*149|
[fc]
[ns]Elder[nse]
"Does it feel good? It feels good, doesn't it? Grandpa's dick won't lose to any[r]
young man."[pcms]
*150|
[fc]
It's disgusting. Despite thinking this, my eyes and neck seemed fixed in place[r]
as if drawn to the scene, unable to look away.[pcms]
*151|
[fc]
[vo_mob s="onnanoko0010"]
[ns]Girl[nse]
"No... no... ah!"[pcms]
*152|
[fc]
[ns]Elder[nse]
"I'm going to cum. Here, I'll spill plenty of grandpa's semen inside you."[pcms]
*153|
[fc]
[vo_mob s="onnanoko0011"]
[ns]Girl[nse]
"Not inside... not inside... nngguuuu!"[pcms]
*154|
[fc]
[ns]Man A[nse]
"You're going to be covered in your favorite semen, you must be happy?"[pcms]
*155|
[fc]
[ns]Man B[nse]
"Gyahahaha! The old man's fuck is full of spirit. We can't lose either!"[pcms]
*156|
[fc]
[ns]Elderly person[nse]
"I'm cumming. Here, here, hereee!"[pcms]
[se buf=0 storage="se_sex01"]
[evcg射精フラ storage="HEV014d"]
*157|
[fc]
With a throb that seemed audible even to me, the old man's white semen[r]
overflowed from the girl's pussy.[pcms]
*158|
[fc]
[ns]Elderly person[nse]
"Good... Good... Heeheeheehee... Uguawaaaah!!"[pcms]
[evcg storage="HEV014e"][trans_c cross time=300]
*159|
[fc]
[ns]Man A[nse]
"The old man died. Was her slutty pussy so good that he went to heaven?"[pcms]
*160|
[fc]
[ns]Man B[nse]
"I'll let you bathe in my semen too."[pcms]
;//[vo_mob s="onnanoko0012"]
[se buf=0 storage="se_sex01"]
[evcg射精フラ storage="HEV014f"]
*161|
[fc]
[vo_mob s="onnanoko0012"]
[ns]Girl[nse]
"Aha, ahaha... ahahahahaha!"[pcms]
;//@(ここから徐々に気が狂っていくような感じの笑い声で
;//お願いします。この辺りから発症し始めているような感じ)
*162|
[fc]
[ns]Man A[nse]
"Here, swallow my semen too."[pcms]
[evcg storage="HEV014g"][trans_c cross time=300]
*163|
[fc]
[vo_mob s="onnanoko0013"]
[ns]Girl[nse]
"Nnggu, ngungu... gefu, gefu, gehooo!"[pcms]
*164|
[fc]
The girl repeatedly vomited as she received the men's semen on her face and in[r]
her mouth.[pcms]
*165|
[fc]
But without any hesitation or apology, the men kicked aside the old man who had[r]
just ejaculated and become motionless and inserted themselves into the girl's[r]
pussy.[pcms]
[evcg storage="HEV014i"][trans_c cross time=300]
*166|
[fc]
[vo_mob s="onnanoko0014"]
[ns]Girl[nse]
"Hifuuuu, it's rough... it's rough. It's rough inside my pussy."[pcms]
*167|
[fc]
[ns]Man B[nse]
"Our dicks feel better than the old man's limp one, right?"[pcms]
*168|
[fc]
[vo_mob s="onnanoko0015"]
[ns]Girl[nse]
"Ihihiiii, that's good. Nngfuuu, stirring up my pussy with your dicks."[pcms]
*169|
[fc]
Is it the shock of the old man dying?[pcms]
*170|
[fc]
The girl's attitude changed drastically, and she began to accept the men.[pcms]
*171|
[fc]
Suddenly someone appeared from the alleyway.[pcms]
*172|
[fc]
[ns]Male C[nse]
"Uhaa, pussy... pussy!"[pcms]
*173|
[fc]
[ns]Male D[nse]
"Let me in too, let me fuck her too."[pcms]
*174|
[fc]
[vo_mob s="onnanoko0016"]
[ns]Girl[nse]
"Give it to me, more, fill me up more. Ahahahahaha! Dicks, so many dicks!"[pcms]
*175|
[fc]
Without any hesitation, they approached her and crowded around the girl, pushing[r]
aside the man who was inserting himself to get their own dicks in.[pcms]
[white_toplayer][trans_c cross time=1000][hide_chara_int_w]
*176|
[fc]
This is abnormal...[pcms]
;//---------------------------------------------------------------
; 回想モード中なら、回想モード画面に戻る
[if exp="tf.scene_mode==1"]
[jump storage="b_scene.ks" target=*back_from_SR]
[endif]
;[eval exp="sf.g_scene03 = 1"]
;//---------------------------------------------------------------
*177|
[fc]
I can't believe what I'm seeing before me; I can't run away either; all I can do[r]
is continue watching the girl being violated.[pcms]
*178|
[fc]
Why is this allowed to happen? What caused this to happen?[pcms]
*179|
[fc]
I don't understand. I don't understand anything.[pcms]
*180|
[fc]
At least until yesterday, it was supposed to be an ordinary day like any other.[pcms]
;//〆BG通学路・放送センター前
[bg storage="BG01a"][trans_c cross time=500]
;[eval exp="f.l_map = 2"]
*181|
[fc]
But before my eyes now is a girl being gang-raped, traffic lights broken, and[r]
cars burning.[pcms]
*182|
[fc]
Suddenly, I felt a chilling presence and instinctively looked back towards the[r]
station.[pcms]
*183|
[fc]
Perhaps because it was nearing the time for the morning rush hour, I could see[r]
people coming from the station in droves.[pcms]
*184|
[fc]
The scene was a familiar one, and strangely, I found myself breathing a sigh of[r]
relief.[pcms]
*185|
[fc]
Now everything will be okay.[pcms]
*186|
[fc]
Someone among them will surely call for help or intervene.[pcms]
*187|
[fc]
I can even see some police officers among the crowd...[pcms]
*188|
[fc]
[ns]Wataru[nse]
"...?"[pcms]
*189|
[fc]
That's when I noticed something was terribly wrong.[pcms]
*190|
[fc]
If the police officers were acting normally, they would be rushing over here[r]
after seeing this horrific scene.[pcms]
*191|
[fc]
Even if they couldn't see the girl being gang-raped, the crashed car into the[r]
traffic light should be clearly visible.[pcms]
*192|
[fc]
Yet, they approach with the same speed as everyone else.[pcms]
*193|
[fc]
Yes... a speed that perfectly fits "wandering aimlessly."[pcms]
*194|
[fc]
[ns]Wataru[nse]
"Even the police officers aren't acting normal?!!"[pcms]
*195|
[fc]
As if they heard my shout, they all turned to look at me at once.[pcms]
[evcg storage="evs002"][trans_c cross time=300]
*196|
[fc]
Their eyes were all uniformly red, bloodshot eyes.[pcms]
*197|
[fc]
A shiver of ominous foreboding ran up my spine.[pcms]
*198|
[fc]
This sensation is definitely something I've experienced recently.[pcms]
*199|
[fc]
Yes... two days ago, when I locked eyes with that girl who was with the[r]
delinquent group, I felt this same sense of doom.[pcms]
*200|
[fc]
At the same time, images from the news two days ago flashed through my mind.[pcms]
*201|
[fc]
The footage of the "Tohoku Infection Disaster."[pcms]
*202|
[fc]
The smiling face of my mother just before I left home.[pcms]
*203|
[fc]
The funeral for my mother with only an empty coffin, a portrait, and a mortuary[r]
tablet.[pcms]
*204|
[fc]
One by one, these scenes crossed my mind as if happening right before my eyes.[pcms]
*205|
[fc]
And finally, once again, the face of that girl with the red eyes.[pcms]
*206|
[fc]
[ns]Wataru[nse]
"Could it be... could this possibly be..."[pcms]
*207|
[fc]
The "Tohoku Infection Disaster" that started in Akita?[pcms]
*208|
[fc]
But since then, vaccinations have been made mandatory, and besides, this is the[r]
heart of Tokyo, far away from Tohoku.[pcms]
*209|
[fc]
I can't believe it, I just can't believe it.[pcms]
*210|
[fc]
But...[pcms]
*211|
[fc]
No matter how much my mind wants to deny it, the scene before my eyes is forcing[r]
me to confront the truth.[pcms]
*212|
[fc]
This is undeniably reality.[pcms]
[bg storage="BG01a"][trans_c cross time=500]
*213|
[fc]
[ns]Wataru[nse]
"By the way... what happened to everyone else?"[pcms]
*214|
[fc]
Ren left for school earlier than me.[pcms]
*215|
[fc]
Kousuke said he had to help out with the basketball club early this morning too.[pcms]
*216|
[fc]
And Yuuho...[pcms]
*217|
[fc]
Yuuho should also be at school practicing for her upcoming tournament.[pcms]
*218|
[fc]
I haven't met anyone today, nor have I been in contact. I wonder if everyone is[r]
okay?[pcms]
*219|
[fc]
When I picked up my bicycle, I caught Yoshino-san's gaze as if she was looking[r]
up at me resentfully.[pcms]
*220|
[fc]
Her eyes were vacant, showing no emotion at all.[pcms]
*221|
[fc]
[ns]Wataru[nse]
"I'm sorry!"[pcms]
*222|
[fc]
Hurriedly apologizing to Yoshino-san, who was no longer moving, I mounted my[r]
bicycle again.[pcms]
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*223|
[fc]
Then I headed straight for school.[pcms]
*224|
[fc]
Dodging oncoming cars and ignoring traffic signals, I just kept going straight[r]
ahead.[pcms]
*225|
[fc]
Believing that they are all safe, I continued to pedal frantically.[pcms]
;//〆・jump20050
[jump storage="20050.ks" target=*20050_TOP]

215
Kansen3_patch/20050.ks Normal file
View file

@ -0,0 +1,215 @@
;//ブロック20050 『阿鼻叫喚』
;//@konya 11/12 bg貼付
*20050_TOP
;{SceneSet 阿鼻叫喚}
;//---------------------------------------------------------------
;//bgm感染pt3メモ・20040から継続中です
;//[bgm storage="BGM10"]
;//BG:神南学園前
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*226|
[fc]
When I arrived at the academy, having set a new speed record, the area in front[r]
of the school was already overflowing with crowds of people.[pcms]
*227|
[fc]
You don't need to see their eyes to understand.[pcms]
*228|
[fc]
They moved like the monsters I've seen in horror movies.[pcms]
*229|
[fc]
Yes, they all had red eyes.[pcms]
*230|
[fc]
And that crowd had already infiltrated the academy, searching for new prey.[pcms]
*231|
[fc]
[ns]Wataru[nse]
"Damn it!"[pcms]
*232|
[fc]
An expletive slipped out of my mouth unintentionally.[pcms]
*233|
[fc]
I wonder if Ren is safe?[pcms]
*234|
[fc]
What about Yuuho?[pcms]
*235|
[fc]
Kousuke?[pcms]
*236|
[fc]
I don't know.[pcms]
*237|
[fc]
But at least, I'm certain that I can't hear the brass band's performance, which[r]
should be audible if they were practicing.[pcms]
*238|
[fc]
I hope it's just that the situation is too abnormal for practice...[pcms]
[ChrSetEx layer=5 chbase="kansen_a"][ChrSetXY layer=5 x=148 y=0][trans_c cross time=150]
*239|
[fc]
[vo_mob s="onna_iti0001"]
[ns]Infected Woman A[nse]
"Oh my, what do we have here? A young boy. Hey, let's have sex. Give me lots of[r]
your semen~"[pcms]
*240|
[fc]
Someone from the crowd noticed me standing still and gazing at the academy, and[r]
smiled at me invitingly with a grin.[pcms]
*241|
[fc]
Their eyes were, as I thought... clouded red.[pcms]
*242|
[fc]
[ns]Wataru[nse]
"Aaaaaahhhhh!!!"[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*243|
[fc]
I pedaled furiously to shake off the approaching woman's hand, cutting through[r]
the crowd and steering my bike towards the back alley leading behind the[r]
academy.[pcms]
*244|
[fc]
On the way, I crossed the parking lot of a government building complex next to[r]
the academy.[pcms]
*245|
[fc]
Then...[pcms]
;//se032・建物のガラスが割れる音
[se buf=0 storage="se032"]
*246|
[fc]
The sound of shattering glass echoed violently.[pcms]
*247|
[fc]
And a few meters ahead, three figures fell to the ground, tangled up with each[r]
other.[pcms]
*248|
[fc]
In a panic, I avoided the heap of people, and as I passed by, one didn't move at[r]
all, but the other two slowly got up as if nothing had happened.[pcms]
*249|
[fc]
Their resilience was reminiscent of the immortal monsters from horror films.[pcms]
*250|
[fc]
[ns]Wataru[nse]
"Aaaaaahhhhh!!!"[pcms]
*251|
[fc]
Once again, I screamed at the top of my lungs, a voice that was neither a shriek[r]
nor a shout, and put even more strength into my pedaling legs.[pcms]
;//〆BG神南学園全景
;//@konya 該当CGあるか
*252|
[fc]
When I finally reached the back of the academy, screams and windows shattered by[r]
glass jumped into my sight and hearing.[pcms]
*253|
[fc]
And there were students desperately running through the corridors, followed[r]
leisurely by people who were clearly not affiliated with the academy.[pcms]
*254|
[fc]
This place is no longer a safe zone.[pcms]
*255|
[fc]
What should I do?[pcms]
*256|
[fc]
Is everyone safe?[pcms]
*257|
[fc]
Should I jump in?[pcms]
*258|
[fc]
Or should I just run away?[pcms]
*259|
[fc]
No, how can I run without confirming that the three of them are safe?[pcms]
*260|
[fc]
Just as I was about to make up my mind, I saw those with red eyes approaching[r]
from the direction of the station.[pcms]
*261|
[fc]
Startled, I looked back and saw that way was also blocked.[pcms]
*262|
[fc]
[ns]Wataru[nse]
"I'm trapped!?"[pcms]
*263|
[fc]
What should I do?[pcms]
*264|
[fc]
The direction towards the station has enough distance for me to gain speed on my[r]
bike and escape quickly.[pcms]
*265|
[fc]
But there are fewer people on the side of the government complex.[pcms]
*266|
[fc]
Which way...[pcms]
*267|
[fc]
Which way should I go?[pcms]
;//jump20060
[jump storage="20060.ks" target=*20060_TOP]

63
Kansen3_patch/20060.ks Normal file
View file

@ -0,0 +1,63 @@
;//ブロック20060 『選択肢
*20060_TOP
;{SceneSet 選択肢3}
;//---------------------------------------------------------------
;//背景:無し
;//登場人物:無し
;//時間帯:無し
;//〆・選択肢ブロック
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//@選択肢 時間制限選択肢
;//渋谷駅側に突っ込むjumpブロックB_04
;//総合庁舎側をすり抜けるjumpブロックB_05
;//時間切れjumpブロック20070
; [sysbt_meswin clear]
;
; [link storage="B_04.ks" target=*B_04_TOP]渋谷駅側に突っ込む[endlink]
; [link storage="20070.ks" target=*20070_TOP]落ち着け、ボク![endlink]
; ;link storage="20070.ks" target=*20070_TOP]時間切れ[endlink]
;[pcms]
*SEL08|渋谷駅側に突っ込む/落ち着け、ボク!
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Plunge into the Shibuya Station side'"]
[eval exp="f.seltext04 = 'Calm down, me!'"]
[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=*SEL08_1]
[sel04 target=*SEL08_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL08_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="B_04.ks" target=*B_04_TOP]
;-------------------------------------------------------------------------------
*SEL08_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="20070.ks" target=*20070_TOP]
;//---------------------------------------------------------------

199
Kansen3_patch/20070.ks Normal file
View file

@ -0,0 +1,199 @@
;//ブロック20070 『選択肢
;//@konya 11/12 bg貼付
*20070_TOP
;{SceneSet 選択肢3}
;//---------------------------------------------------------------
;//bgm10・感染pt3(20050から継続中
;//[bgm storage="BGM10"]
;[sysbt_meswin]
*268|
[fc]
"Wait, calm down."[pcms]
*269|
[fc]
"Where do you think you're running off to?"[pcms]
*270|
[fc]
"Just now, I was thinking about how I can't run away without confirming the[r]
safety of the three of them."[pcms]
*271|
[fc]
"First, we need to check on Yuuho and Ren's safety."[pcms]
*272|
[fc]
"Yes, that means inside the school."[pcms]
*273|
[fc]
"I decided to abandon my bicycle and climbed off, shouldering my bag and[r]
clinging to the school fence."[pcms]
[ChrSetEx layer=5 chbase="kansen_d"][ChrSetXY layer=5 x=166 y=0][trans_c cross time=150]
*274|
[fc]
[vo_mob s="onna_iti0002"]
[ns]Infected Woman A[nse]
'Where do you think you're going? Let's have sex~'"[pcms]
[ChrSetEx layer=5 chbase="etc_b"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*275|
[fc]
[ns]Infected Man A[nse]
'Wait a minute. I should be the first to do it with a young girl, right?'"[pcms]
*276|
[fc]
"The large camping gear was in the way, and as I struggled to climb the fence,[r]
they closed in on me quickly."[pcms]
*277|
[fc]
[ns]Wataru[nse]
'Don't come any closer!!'"[pcms]
*278|
[fc]
"Despite my shout, the moment I lifted my right leg over the fence, someone[r]
grabbed the hem of my left pant leg."[pcms]
*279|
[fc]
"At that moment, an inexplicable chill ran through me."[pcms]
*280|
[fc]
[ns]Wataru[nse]
'Let go!!'"[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*281|
[fc]
"Without looking back, I stepped on the face of whoever grabbed me with my left[r]
foot, using the recoil to tumble inside the fence."[pcms]
*282|
[fc]
"I must have hit something when I fell, but this is no time to sit down in[r]
pain."[pcms]
*283|
[fc]
"Looking back, there were those groaning and clinging to the fence."[pcms]
*284|
[fc]
"No, there were also those who, like me, used their comrades as a foothold to[r]
climb over the fence."[pcms]
*285|
[fc]
"What should I do?"[pcms]
*286|
[fc]
"What's the best course of action?"[pcms]
*287|
[fc]
"The pool where Yuuho is supposed to be practicing is towards the left[r]
gymnasium."[pcms]
*288|
[fc]
"The music room where Ren is supposed to be is in the right special classroom[r]
building."[pcms]
*289|
[fc]
"If I were to run, the closest would be the regular classroom building."[pcms]
*290|
[fc]
"Where should I go?"[pcms]
*291|
[fc]
"Which direction is the right one?"[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢(5秒)
;// プールの方へjump21000
;// 通常教室練へjumpB_06
;// 特殊教室練へjump30000
;// 時間切れ  jumpB_07
; [sysbt_meswin clear]
;
; [link storage="21000.ks" target=*21000_TOP]プールの方へ![endlink]
; [link storage="B_06.ks" target=*B_06_TOP]通常教室練へ![endlink]
; [link storage="30000.ks" target=*30000_TOP]特殊教室練へ![endlink]
; ;[link storage="B_07.ks" target=*B_07_TOP]時間切れ[endlink]
; [link storage="B_07.ks" target=*B_07_TOP]どこへ向かえばいい……[endlink]
"; "[pcms]
*SEL09|プールの方へ!/通常教室練へ!/特殊教室練へ!/どこへ向かえばいい……
[fc]
[pcms_sel]
[eval exp="f.seltext01 = 'To the pool!'"]
[eval exp="f.seltext03 = 'To the regular classroom for practice!'"]
[eval exp="f.seltext05 = 'To the special classroom for training!'"]
[eval exp="f.seltext07 = 'Where should I head to'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext01"][hr]
[sel_hisout txt="&f.seltext03"][hr]
[sel_hisout txt="&f.seltext05"][hr]
[sel_hisout txt="&f.seltext07"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext1_x = (800-(6*25))/2"]
;[eval exp="sf.seltext3_x = (800-(6*25))/2"]
;[eval exp="sf.seltext5_x = (800-(6*25))/2"]
;[eval exp="sf.seltext7_x = (800-(6*25))/2"]
[sel01 target=*SEL09_1]
[sel03 target=*SEL09_2]
[sel05 target=*SEL09_3]
[sel07 target=*SEL09_4]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL09_1|&f.seltext01
[sel_hisout txt="&f.seltext01"][hr][fc][selbt_clear]
[jump storage="21000.ks" target=*21000_TOP]
;-------------------------------------------------------------------------------
*SEL09_2|&f.seltext03
[sel_hisout txt="&f.seltext03"][hr][fc][selbt_clear]
[jump storage="B_06.ks" target=*B_06_TOP]
;-------------------------------------------------------------------------------
*SEL09_3|&f.seltext05
[sel_hisout txt="&f.seltext05"][hr][fc][selbt_clear]
[jump storage="30000.ks" target=*30000_TOP]
;-------------------------------------------------------------------------------
*SEL09_4|&f.seltext07
[sel_hisout txt="&f.seltext07"][hr][fc][selbt_clear]
[jump storage="B_07.ks" target=*B_07_TOP]
;//---------------------------------------------------------------

150
Kansen3_patch/21000.ks Normal file
View file

@ -0,0 +1,150 @@
;//ブロック21000 『悠帆のみ救出』
*21000_TOP
;{SceneSet 悠帆のみ救出}
;//---------------------------------------------------------------
;//bgm10・姦染pt2継続中
;//[bgm storage="BGM10"]
;//block:A001
;[sysbt_meswin]
*292|
[fc]
Without understanding why, I frantically ran away.[pcms]
*293|
[fc]
Driven by fear, my confused thoughts couldn't even search for a proper answer.[pcms]
*294|
[fc]
Is this a dream, or perhaps a movie shoot? A situation that seems nothing but[r]
fiction has befallen me.[pcms]
*295|
[fc]
I want to declare it all a dream and crouch down on the spot, holding my head.[r]
If I close my eyes and scream for the nightmare to end, I feel like I could[r]
return to an ordinary day.[pcms]
*296|
[fc]
However, the scene before my eyes, the looming fear, didn't even give me a[r]
moment to escape from reality.[pcms]
*297|
[fc]
Gasping for breath, I crossed the ground and headed to the gymnasium. What[r]
awaited me there was the cruel reality of despair.[pcms]
[evcg storage="evs001"][trans_c cross time=300]
*298|
[fc]
The gymnasium was filled with beings that looked human but were not, all turning[r]
their glittering red eyes towards me.[pcms]
*299|
[fc]
[ns]Wataru[nse]
"Ugh... Aaaahhh!"[pcms]
*300|
[fc]
Surprise and fear turned into words that flew out of my mouth. It was an[r]
extremely foolish act that only served to draw attention to myself.[pcms]
*301|
[fc]
Suddenly, their red eyes were all focused on me.[pcms]
*302|
[fc]
Before I could think, I unconsciously turned my back and started running.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*303|
[fc]
The sound of countless footsteps approached from behind, but without looking[r]
back, I just ran desperately with all my might.[pcms]
*304|
[fc]
Wanting to escape the footsteps of despair, blindly and earnestly, I tried with[r]
all my strength to shake off the presence looming behind me.[pcms]
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*305|
[fc]
The building of the indoor pool came into view as I ran. It was one of the[r]
closest buildings from the gymnasium. The countless footsteps echoing behind me[r]
were closing in fast.[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A1
;// 体育館を突っ切る →感染者にたかられる。B_A2
;// 体育館を迂回する →正解。block:21020へ
;// 時間切れ →B_D4
; [sysbt_meswin clear]
;
; [link storage="B_A2.ks" target=*B_A2_TOP]体育館を突っ切る[endlink]
; [link storage="21020.ks" target=*21020_TOP]体育館を迂回する[endlink]
; ;[link storage="B_D4.ks" target=*B_D4_TOP]時間切れ[endlink]
; [link storage="B_D4.ks" target=*B_D4_TOP]どっちだ……[endlink]
[pcms]
*SEL10|体育館を突っ切る/体育館を迂回する/どっちだ……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Cut through the gymnasium'"]
[eval exp="f.seltext04 = 'Bypass the gymnasium'"]
[eval exp="f.seltext06 = 'Which one'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL10_1]
[sel04 target=*SEL10_2]
[sel06 target=*SEL10_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL10_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="B_A2.ks" target=*B_A2_TOP]
;-------------------------------------------------------------------------------
*SEL10_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="21020.ks" target=*21020_TOP]
;-------------------------------------------------------------------------------
*SEL10_3|&f.seltext05
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="B_D4.ks" target=*B_D4_TOP]
;//---------------------------------------------------------------

182
Kansen3_patch/21020.ks Normal file
View file

@ -0,0 +1,182 @@
;//ブロック21020 『判断
*21020_TOP
;{SceneSet 判断2}
;//---------------------------------------------------------------
;//bgm10・感染pt3(20050から継続中
;//bg07a・学園全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;//bg10・感染pt3(20050より延々継続中
;//[bgm storage="BGM10"]
;//〆・テキストの後、選択肢ブロック
;[sysbt_meswin]
*306|
[fc]
I decided to take a detour around the gymnasium and escape into the indoor pool.[pcms]
*307|
[fc]
There's no time to consider whether it's the right choice or not. It's all left[r]
to chance, a decision made on instinct.[pcms]
*308|
[fc]
In any case, staying here is too dangerous, and if those approaching catch me,[r]
it's game over. I aimed for the emergency exit of the indoor pool and kept[r]
running with all my might.[pcms]
*309|
[fc]
Then, on the roof of the corridor connecting the indoor pool and the gymnasium,[r]
I saw a familiar figure.[pcms]
*310|
[fc]
[ns]Wataru[nse]
`Yuuho!?[pcms]
*311|
[fc]
As I called out reflexively with a breathless, raspy voice, Yuuho seemed to[r]
notice me and looked my way.[pcms]
*312|
[fc]
The surroundings of the corridor were already surrounded by abnormal people, and[r]
it was a situation where she was being cornered.[pcms]
*313|
[fc]
But even so, I couldn't just abandon Yuuho and escape alone.[pcms]
*314|
[fc]
My legs naturally turned towards the corridor where Yuuho was being cornered.[pcms]
*315|
[fc]
[ns]Wataru[nse]
`Yuuho!! Are you okay?![pcms]
*316|
[fc]
I shouted at the top of my lungs, and Yuuho tried to come towards me while[r]
desperately maintaining her balance.[pcms]
;//[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*317|
[fc]
[vo_yuh s="yuho0114"]
[ns]Yuuho[nse]
`Wa, Wataru... ki, kyaaah![pcms]
*318|
[fc]
However, without taking many steps, Yuuho slipped and fell on the roof. She's in[r]
danger if things stay like this. I want to help her somehow...[pcms]
*319|
[fc]
How can I get there, how can I save Yuuho? I tried to think with my confused[r]
mind working at full speed.[pcms]
*320|
[fc]
The height of the corridor's roof is the same as the window of the catwalk[r]
inside the gymnasium.[pcms]
*321|
[fc]
That catwalk should be connected to the physical education staff room, and[r]
accessible from the nearby emergency staircase.[pcms]
*322|
[fc]
On one side, near the indoor pool, there should be a foldable ladder for rooftop[r]
maintenance.[pcms]
*323|
[fc]
Of course, there's no guarantee that there won't be any strange people there.[r]
It's a pathetic story, but what I can do is limited, and if I'm not careful, I[r]
might end up just like them.[pcms]
*324|
[fc]
The problem presented before me was an extremely simple choice between two[r]
options.[pcms]
*325|
[fc]
Whether to risk my own safety and throw myself into the tiger's den in an effort[r]
to do everything possible for Yuuho's sake or not.[pcms]
*326|
[fc]
What should I do!?[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A2
;// 非常階段を上がる→正解。block:21030へ
;// ハシゴの方まで走っている→屋内プールの脇へ入ったところで感染者と鉢合わせ。B_B1
;// 23:時間切れ;//→体育館の非常口から感染者 B_D4
; [sysbt_meswin clear]
;
; [link storage="21030.ks" target=*21030_TOP]非常階段を上がる[endlink]
; [link storage="B_B1.ks" target=*B_B1_TOP]ハシゴの方まで走っていく[endlink]
; ;[link storage="B_D4.ks" target=*B_D4_TOP]時間切れ[endlink]
; [link storage="B_D4.ks" target=*B_D4_TOP]どっちが……[endlink]
[pcms]
*SEL11|非常階段を上がる/ハシゴの方まで走っていく/どっちが……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Go up the emergency stairs'"]
[eval exp="f.seltext04 = 'Run towards the ladder'"]
[eval exp="f.seltext06 = 'Which one is'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL11_1]
[sel04 target=*SEL11_2]
[sel06 target=*SEL11_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL11_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="21030.ks" target=*21030_TOP]
;-------------------------------------------------------------------------------
*SEL11_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="B_B1.ks" target=*B_B1_TOP]
;-------------------------------------------------------------------------------
*SEL11_3|&f.seltext05
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="B_D4.ks" target=*B_D4_TOP]
;//---------------------------------------------------------------

349
Kansen3_patch/21030.ks Normal file
View file

@ -0,0 +1,349 @@
;//Block:A003
;//ブロック21030 『判断
*21030_TOP
;{SceneSet 判断3}
;//---------------------------------------------------------------
;//bg10・感染pt3(20050より延々継続中・21020で再呼び出し
;//bg07a・学園全景背景は21020より継続
;[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;//〆♪感染revenge
;//[bgm storage="BGM10"]
;[sysbt_meswin]
*327|
[fc]
I'm painfully aware of it myself. I'm an utterly hopeless man.[pcms]
*328|
[fc]
Neither strength nor courage, a sharp mind, anything to be proud of, or any[r]
special skills. Even my looks don't stand out...[pcms]
*329|
[fc]
If I have nothing to boast about to others, never have, and don't plan to in the[r]
future...[pcms]
*330|
[fc]
But still... if I get cold feet here, I feel like I'd lose even the right to[r]
live as a man, as a human being.[pcms]
*331|
[fc]
If I have to live with the memory of abandoning Yuuho... then I'd rather join[r]
those weird people.[pcms]
*332|
[fc]
Until just a moment ago, I was so panicked that I could barely keep my sanity,[r]
but once I made up my mind, strangely enough, I was able to regain my composure.[pcms]
*333|
[fc]
...Is this the strength of my feelings for Yuuho?[pcms]
*334|
[fc]
I couldn't come up with a clear answer, but without hesitation, I ran up the[r]
emergency stairs and grabbed the doorknob of the gym teacher's office.[pcms]
*335|
[fc]
However, a firm resistance met me. The door to the teacher's office was locked.[pcms]
*336|
[fc]
[ns]Wataru[nse]
"Damn it... the key!"[pcms]
[se buf=0 storage="se041"]
[wait time=300]
[se buf=0 storage="se041"]
*337|
[fc]
I desperately twisted the doorknob back and forth, but it wasn't a weak enough[r]
lock to come off just like that.[pcms]
*338|
[fc]
[ns]Wataru[nse]
"Shit, shit, SHIT!!"[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*339|
[fc]
[vo_mar s="maru_Y0001"]
[ns]Margarita[nse]
"Ayase! Ayase, Wataru!!"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*340|
[fc]
Immediately looking towards the direction of the voice, overhead, I saw[r]
Margarita-senpai peering down at us from the rooftop of the gymnasium.[pcms]
*341|
[fc]
[ns]Wataru[nse]
"Senpai!!"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*342|
[fc]
[vo_mar s="maru_Y0002"]
[ns]Margarita[nse]
"Can't you get inside?"[pcms]
*343|
[fc]
[ns]Wataru[nse]
"Yuuho is stranded on the roof!"[pcms]
*344|
[fc]
I pointed towards the roof where Yuuho was and explained the situation.[r]
Margarita-senpai immediately moved to the corridor side to check on Yuuho.[pcms]
[se buf=0 storage="se041"]
[wait time=300]
[se buf=0 storage="se041"]
*345|
[fc]
Even though Margarita-senpai had come to help, my worry for Yuuho only grew as I[r]
blindly twisted the doorknob in frustration.[pcms]
*346|
[fc]
Margarita-senpai began descending the maintenance ladder that connected to the[r]
rooftop and braced herself in front of the door...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*347|
[fc]
[vo_mar s="maru_Y0003"]
[ns]Margarita[nse]
"Wataru, step away from the door!!"[pcms]
;//EV008a・マル子キック
[evcg storage="EV008a"][trans_c cross time=300]
;//se012
[se buf=0 storage="se012"]
*348|
[fc]
As soon as she shouted, she aimed a kick at the doorknob with great force.[pcms]
;//se033
[se buf=0 storage="se033"]
*349|
[fc]
I thought it was impossible, but after Margarita-senpai delivered several kicks,[r]
the doorknob flew off and the lock was broken.[pcms]
*350|
[fc]
[ns]Wataru[nse]
"Wow... wait! This isn't the time to be impressed!"[pcms]
;//〆BG:体育館/準備室
;//@konya 該当CGあるか
;//とりあえず廊下貼っておきますash
[bg storage="BG016"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*351|
[fc]
Thanks to Margarita-senpai breaking down the door with her kick at the last[r]
moment, I was able to enter the gym teacher's office.[pcms]
*352|
[fc]
Having finally entered the gym teacher's office, I quickly looked for the door[r]
leading to the catwalk to head towards Yuuho, not dwelling too much on my[r]
reunion with Margarita-senpai.[pcms]
*353|
[fc]
And there was a girl from the swim club trembling alone.[pcms]
*354|
[fc]
[ns]Wataru[nse]
"Were you hiding here? Are you okay?"[pcms]
*355|
[fc]
[vo_mob s="buinA_X0001"]
[ns]Club Member A[nse]
"Ah, Ayase-kun? No... it's not like that... It's not that I abandoned her... I[r]
was just so scared, so scared... It couldn't be helped!!"[pcms]
*356|
[fc]
It seems Yuuho had fled here with her and ended up being left behind at that[r]
place.[pcms]
*357|
[fc]
[ns]Wataru[nse]
"Don't worry... we'll save Yuuho."[pcms]
*358|
[fc]
Blaming her now wouldn't solve anything. In such a situation, it's natural to be[r]
confused and paralyzed by fear.[pcms]
*359|
[fc]
As I was calming down the confused girl, Margarita-senpai brought over a plastic[r]
mop handle from a locker.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*360|
[fc]
[vo_mar s="maru_Y0004"]
[ns]Margarita[nse]
"It's only plastic but... keep watch with this. I'll go to her."[pcms]
*361|
[fc]
[ns]Wataru[nse]
"But..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*362|
[fc]
[vo_mar s="maru_Y0005"]
[ns]Margarita[nse]
"You can't just leave this girl alone, right?"[pcms]
*363|
[fc]
Indeed, it's not enough just for Yuuho to be safe.[pcms]
*364|
[fc]
But she shook off my hand with all her might--[pcms]
*365|
[fc]
[vo_mob s="buinA_X0002"]
[ns]Club Member A[nse]
"It's useless, it's all over, it's all over for everyone!!"[pcms]
*366|
[fc]
[ns]Wataru[nse]
"Hey, don't go outside!!!"[pcms]
*367|
[fc]
Perhaps having reached her limit of tension, the confused girl ran out through[r]
the door.[pcms]
*368|
[fc]
In a panic, I chased after her and just as I reached the emergency stairs,[r]
Margarita-senpai grabbed my arm to stop me.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*369|
[fc]
[vo_mar s="maru_Y0006"]
[ns]Margarita[nse]
"Wait, don't go."[pcms]
*370|
[fc]
[ns]Wataru[nse]
"But..."[pcms]
*371|
[fc]
Margarita-senpai grabbed my hand that was trying to chase after her and stopped[r]
me.[pcms]
*372|
[fc]
[vo_mob s="buinA_X0003"]
[ns]Club Member A[nse]
"Noooooo! Let me gooooo! Help meeeee!"[pcms]
*373|
[fc]
The echo from outside was her tragic scream.[pcms]
*374|
[fc]
[ns]Wataru[nse]
"..."[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
;//[vo_mar s="maru_Y0007"]
[ns]Margarita[nse]
;//「お前たちは二人でここを守っててくれ」
;//念を押すようにマルガリータ先輩はもう一度そう言うと、
;//モップの柄をボクに手渡してきた。
;//---------------------------------------------------------------
;//●選択肢
;// ここはマルガリータ先輩に任せよう……→ブロック21040
;// 僕が行きます→block:21050
; [link storage="21040.ks" target=*21040_TOP]ここはマルガリータ先輩に任せよう……[endlink]
(link storage="21050.ks" target=*21050_TOP)I'll go!!(endlink)[pcms]
*SEL12|ここはマルガリータ先輩に任せよう……/僕が行きます!!
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Let\'s leave this to Senior Margarita'"]
[eval exp="f.seltext04 = 'I\'ll go!!'"]
[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=*SEL12_1]
[sel04 target=*SEL12_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL12_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="21040.ks" target=*21040_TOP]
;-------------------------------------------------------------------------------
*SEL12_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="21050.ks" target=*21050_TOP]
;//---------------------------------------------------------------

601
Kansen3_patch/21040.ks Normal file
View file

@ -0,0 +1,601 @@
;//block:A004
;//ブロック21040 『判断
;//@konya 11/12 bg貼付
*21040_TOP
;{SceneSet 判断4}
;//---------------------------------------------------------------
;//〆・テキストの後、選択肢ブロック
;//▲1:ここはマル子先輩に任せよう・・・
;//〆♪感染revenge
;//[bgm storage="BGM10"]
;//〆BG:体育館/準備室
;//@konya 該当CGあるか
;//bg016・廊下背景継続中ash
;[sysbt_meswin]
*375|
[fc]
Indeed, there's no guarantee that the catwalk is safe. With my lack of physical[r]
and arm strength, I might end up being a burden rather than helping Yuuho.[pcms]
*376|
[fc]
I'd like to rescue Yuuho with my own hands if possible, but right now, we should[r]
prioritize the most reliable method.[pcms]
*377|
[fc]
[ns]Wataru[nse]
"Understood. Then I'll guard this place. Please... take care of Yuuho."[pcms]
*378|
[fc]
Like a prince from a fairy tale... I really wanted to dash over like a knight[r]
from a movie and rescue Yuuho in a cool way.[pcms]
*379|
[fc]
But I can't do that. If I can't, then I have to do the best within my[r]
limitations.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*380|
[fc]
[vo_mar s="maru0021"]
[ns]Margarita[nse]
"If they climb up here, just poke them no matter what."[pcms]
*381|
[fc]
[ns]Wataru[nse]
"Poke?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*382|
[fc]
[vo_mar s="maru0022"]
[ns]Margarita[nse]
"In this narrow space, an amateur swinging a stick around won't be able to deal[r]
effective damage."[pcms]
*383|
[fc]
Just as Margarita-senpai says, I'm a complete amateur when it comes to fighting[r]
or brawling.[pcms]
*384|
[fc]
Honestly, I'm also unsure about how violent I can get against another person.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*385|
[fc]
[vo_mar s="maru0023"]
[ns]Margarita[nse]
"If you hesitate, it's all over."[pcms]
*386|
[fc]
As if seeing through my anxiety, Margarita-senpai hit the nail on the head.[pcms]
*387|
[fc]
[ns]Wataru[nse]
"..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*388|
[fc]
[vo_mar s="maru0024"]
[ns]Margarita[nse]
"What's important in this kind of fight is not technique but spirit."[pcms]
*389|
[fc]
[ns]Wataru[nse]
"But..."[pcms]
*390|
[fc]
No matter how gruesomely they attack, the opponent is human. They have families,[r]
friends, futures, and have lived their lives crying and laughing.[pcms]
*391|
[fc]
Is it really okay to hurt them, even in self-defense, as if driving away harmful[r]
beasts...?[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*392|
[fc]
[vo_mar s="maru0025"]
[ns]Margarita[nse]
"Don't think of them as people. They're beasts in human form. If you want to[r]
protect yourself and your loved ones, you have no choice but to fight."[pcms]
[ChrSetEx layer=5 chbase="maru_a4"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*393|
[fc]
[ns]Wataru[nse]
"Y-Yes..."[pcms]
*394|
[fc]
I wondered why she could make such a clear-cut decision so easily.[pcms]
[ChrSetEx layer=5 chbase="maru_a4"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*395|
[fc]
[vo_mar s="maru0026"]
[ns]Margarita[nse]
"People hurting people... it may not happen often here, but... it's an act that[r]
has been repeated many times throughout human history."[pcms]
*396|
[fc]
I understand Margarita-senpai's logic well. Wars and crimes still occur[r]
frequently around the world, and many people die by human hands every day.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*397|
[fc]
[vo_mar s="maru0027"]
[ns]Margarita[nse]
"It's sad and painful, but if you want to protect what's important to you, you[r]
have no choice but to fight. I'm counting on you until I return."[pcms]
*398|
[fc]
[ns]Wataru[nse]
"Understood..."[pcms]
*399|
[fc]
That's right. Just as Margarita-senpai said. There's nothing else to do. To[r]
protect what's important, there's nothing else to do but that.[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*400|
[fc]
[vo_mar s="maru0028"]
[ns]Margarita[nse]
"You don't have to do anything difficult. Just poke and knock them down. That's[r]
certain."[pcms]
*401|
[fc]
[ns]Wataru[nse]
"Can I... Can I really do it well?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*402|
[fc]
[vo_mar s="maru0029"]
[ns]Margarita[nse]
"It'll be fine. It was written in the manga too. Let's go."[pcms]
*403|
[fc]
[ns]Wataru[nse]
"Eh!?"[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*404|
[fc]
After saying that, Margarita-senpai opened the door and went out onto the[r]
catwalk.[pcms]
*405|
[fc]
[ns]Wataru[nse]
"Manga...?"[pcms]
*406|
[fc]
The last words seemed to crack the resolve and determination I had built up from[r]
the ground up.[pcms]
;//〆BG:体育館内
[bg storage="BG014"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*407|
[fc]
Left alone in this place, I almost grimaced at the sensual moans echoing[r]
throughout the gymnasium and the overpowering smell of sex.[pcms]
*408|
[fc]
The scene was too gruesome, too detached from reality. The strange smell and[r]
presence. The air was dizzying with a murky mix of fear and pleasure.[pcms]
*409|
[fc]
Despite being in such an abnormal situation--[pcms]
*410|
[fc]
Margarita-senpai, visible through the window, was unfazed as she knocked down[r]
the attacking people on the catwalk with another mop handle she had prepared for[r]
herself.[pcms]
*411|
[fc]
It wasn't just the simple poking motion she had instructed me to do earlier; she[r]
used skillful techniques like tripping and hitting.[pcms]
;//BG・階段
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*412|
[fc]
Of course, I didn't have the luxury of leisurely watching her. Looking up, I saw[r]
a crowd of people ascending the stairs towards me.[pcms]
[ChrSetEx layer=5 chbase="etc_c"][ChrSetXY layer=5 x=183 y=0][trans_c cross time=150]
*413|
[fc]
[ns]Wataru[nse]
"Poke... Poke..."[pcms]
*414|
[fc]
Muttering to myself as if to convince myself, I put strength into my trembling[r]
hands and thrust out the mop handle in imitation of Margarita-senpai earlier.[pcms]
*415|
[fc]
[ns]Wataru[nse]
"Ei!"[pcms]
;//se009
[se buf=0 storage="se009"]
*416|
[fc]
The tip of the mop hit the throat of the man who was leading the climb up.[pcms]
*417|
[fc]
[ns]Infected Man A[nse]
"Gubh..."[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*418|
[fc]
I will never forget the dull sensation of hitting flesh.[pcms]
*419|
[fc]
Just as Margarita-senpai said, no technique was needed; it was simple. The man[r]
who was poked fell down splendidly.[pcms]
;//se053
[se buf=0 storage="se053"]
*420|
[fc]
Caught up in the fallen man, those following also tumbled down like an[r]
avalanche. The narrowness of the stairs worked in our favor, making defense[r]
extremely easy.[pcms]
*421|
[fc]
I repeatedly poked at those who kept climbing up.[pcms]
*422|
[fc]
[ns]Wataru[nse]
"Haa haa..."[pcms]
*423|
[fc]
At first, there was hesitation and a taboo feeling about hurting people, but as[r]
I fought desperately, those feelings disappeared.[pcms]
*424|
[fc]
When I knocked down yet another person with the mop handle, I finally came back[r]
to my senses and shuddered at the sight before me with a clear mind.[pcms]
*425|
[fc]
Limbs injured from tumbling down the stairs. Some are grotesquely deformed, even[r]
to the bone...[pcms]
*426|
[fc]
Yet they keep coming at us, laughing, like broken dolls that never give up.[pcms]
*427|
[fc]
Their appearance is not something as simple as a beast. Any living creature[r]
would feel pain and fear from injury.[pcms]
*428|
[fc]
But no matter how much they're hurt, their smiles never falter. No matter the[r]
injury, they never give up, pressing on without regard for their own lives.[pcms]
*429|
[fc]
The eeriness and terror of them, combined with my fatigue, had brought me close[r]
to my limit without realizing it.[pcms]
*430|
[fc]
[ns]Wataru[nse]
"What the hell are these guys...! Damn it...!"[pcms]
*431|
[fc]
Once fear sets in, it's like sobering up from drunkenness; terror slows down my[r]
movements, and fatigue saps my strength. It's only a matter of time before I'm[r]
overwhelmed.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*432|
[fc]
[vo_mar s="maru0030"]
[ns]Margarita[nse]
"Sorry to keep you waiting!!"[pcms]
*433|
[fc]
At that moment, Margarita-senpai returned from beside the instructor's office.[pcms]
*434|
[fc]
[ns]Wataru[nse]
"Se, Senpai..."[pcms]
[ChrSetEx layer=5 chbase="yuho_d9"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*435|
[fc]
[vo_yuh s="yuho0115"]
[ns]Yuuho[nse]
"Wataru!!!"[pcms]
*436|
[fc]
When I turned around, there was Yuuho, who had been safely rescued. Without a[r]
word, Yuuho hugged me, and I gently stroked her sobbing back.[pcms]
;//〆EV011
[evcg storage="EV011d"][trans_c cross time=300]
;//〆♪感染revenge フェードアウト
;//[fadeoutbgm time=500]
;//〆♪insomnia フェードイン
;//[bgm storage="BGM06"]
*437|
[fc]
The feel of her soft body and Yuuho's gentle scent seemed to heal my weary[r]
heart.[pcms]
*438|
[fc]
[ns]Wataru[nse]
"I'm glad you're safe..."[pcms]
[evcg storage="EV011f"][trans_c cross time=300]
*439|
[fc]
[vo_yuh s="yuho0116"]
[ns]Yuuho[nse]
"Thank you... I owe my life to you, Wataru."[pcms]
*440|
[fc]
[ns]Wataru[nse]
"I didn't really..."[pcms]
*441|
[fc]
It was Margarita-senpai who did the rescuing, and all I did was hold the stairs[r]
here. I wanted to be the hero of the story...[pcms]
;//BG・階段
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*442|
[fc]
[vo_mar s="maru0031"]
[ns]Margarita[nse]
"It's because Wataru held this spot that we succeeded. But we can't relax just[r]
yet."[pcms]
*443|
[fc]
[ns]Wataru[nse]
"Ah, yes... that's right."[pcms]
*444|
[fc]
It's too early to rejoice in our reunion. Our predicament hasn't changed at all.[pcms]
*445|
[fc]
In fact, it might just be a matter of whether I become prey alone or we all do[r]
togetherthe crisis is that imminent.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*446|
[fc]
[vo_mar s="maru0032"]
[ns]Margarita[nse]
"Let's go up to the roof. We can't hold them off here..."[pcms]
*447|
[fc]
[ns]Wataru[nse]
"Understood. Let's go, Yuuho."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*448|
[fc]
[vo_yuh s="yuho0117"]
[ns]Yuuho[nse]
"Y-Yes..."[pcms]
*449|
[fc]
Following Margarita-senpai who fought off the attackers, I took Yuuho's hand and[r]
chased after her.[pcms]
;//---------------------------------------------------------------
;//〆・ラベル block:A008
*21040_01
;//〆BG:青空
[bg storage="BGS008a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*450|
[fc]
[vo_mar s="maru0033"]
[ns]Margarita[nse]
"Phew... Now that we're here, they won't be able to climb up so easily."[pcms]
*451|
[fc]
[ns]Wataru[nse]
"That's true."[pcms]
*451a|
[fc]
They seem to have a high tolerance for pain, but their physical and cognitive[r]
abilities are far inferior to ours; they can't use tools or anything to climb up[r]
here.[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*452|
[fc]
[vo_mar s="maru0034"]
[ns]Margarita[nse]
"In the end... it looks like we're the only ones left..."[pcms]
*453|
[fc]
[ns]Wataru[nse]
"Ah!?"[pcms]
*454|
[fc]
I hadn't thought about it in our desperate escape...[pcms]
*455|
[fc]
[ns]Wataru[nse]
"My sister... Ren!?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*456|
[fc]
[vo_yuh s="yuho0118"]
[ns]Yuuho[nse]
"Kousuke is... also missing."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*457|
[fc]
[vo_mar s="maru0035"]
[ns]Margarita[nse]
"I understand your concern, but right now there's nothing we can say."[pcms]
*458|
[fc]
[ns]Wataru[nse]
"We have to go help them."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*459|
[fc]
[vo_mar s="maru0036"]
[ns]Margarita[nse]
"We're in a situation where we could use help ourselves. All we can do is pray[r]
for their safety..."[pcms]
;//---------------------------------------------------------------
;//●選択肢
;//  1:イヤだ!!助けに戻る!!;//→block:21080
;//  2:・・・しかたない・・・;//→block:21090
; [link storage="21080.ks" target=*21080_TOP]イヤだ!! 助けに戻る!![endlink]
; (link storage="21090.ks" target=*21090_TOP)...No choice but[r]
to...(endlink)[pcms]
*SEL13|イヤだ!! 助けに戻る!!/……しかたない……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'No!! I\'m going back for help!!'"]
[eval exp="f.seltext04 = 'Can\'t be helped'"]
[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=*SEL13_1]
[sel04 target=*SEL13_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL13_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="21080.ks" target=*21080_TOP]
;-------------------------------------------------------------------------------
*SEL13_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="21090.ks" target=*21090_TOP]
;//---------------------------------------------------------------

202
Kansen3_patch/21050.ks Normal file
View file

@ -0,0 +1,202 @@
;//block:A005
;//ブロック21050 『判断
;//@konya 11/12 bg貼付
*21050_TOP
;{SceneSet 判断5}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館/準備室
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ
;//時間帯:朝
;//合計:2K程度
;//---------------------------------------------------------------
;//〆・テキストの後、選択肢ブロック
;//bgmは継続でもいいように思うがash
;//〆BG:体育館/準備室
;//@konya 該当CGあるか
;//bg016・廊下背景継続中
;//[bgm storage="BGM10"]
;[sysbt_meswin]
*460|
[fc]
[ns]Wataru[nse]
"I'll go... I'll be the one to go!"[pcms]
*461|
[fc]
There's no time to hesitate. The situation is urgent. It would be a lie to say[r]
I'm not scared, but I absolutely must avoid being too late due to indecision...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*462|
[fc]
[vo_mar s="maru0037"]
[ns]Margarita[nse]
"Understood... Take care out there."[pcms]
*463|
[fc]
With those words, my senior threw the handle of a mop to me. As I caught it, my[r]
grip tightened with strength.[pcms]
*464|
[fc]
Can I do what my senior does? Can I, without hesitation, use violence against[r]
another person?[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*465|
[fc]
[vo_mar s="maru0038"]
[ns]Margarita[nse]
"Don't think of it as a human. That's a beast in human form. If you don't do it,[r]
you'll lose what's important to you."[pcms]
*466|
[fc]
[ns]Wataru[nse]
"Yes... I understand."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*467|
[fc]
[vo_mar s="maru0039"]
[ns]Margarita[nse]
"When you use it, aim for the solar plexus. Never aim for the head. An amateur[r]
swinging around won't be able to accurately hit a small target."[pcms]
*468|
[fc]
[ns]Wataru[nse]
"Yes..."[pcms]
*469|
[fc]
The instructions from my senior were very practical and suited for real combat.[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*470|
[fc]
[vo_mar s="maru0040"]
[ns]Margarita[nse]
"I'll guard the emergency exit. Be careful out there!"[pcms]
*471|
[fc]
[ns]Wataru[nse]
"...I'm off!"[pcms]
*472|
[fc]
Emboldened by my senior's words, I resolved myself and opened the door to the[r]
catwalk.[pcms]
;//〆BG:体育館内
[bg storage="BG014"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*473|
[fc]
The gymnasium was filled with the moans of the infected and victims, and an[r]
abnormal stench of sex.[pcms]
*474|
[fc]
I took a cautious step into the midst of it all.[pcms]
[ChrSetEx layer=5 chbase="etc_b"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*475|
[fc]
Immediately, I could see an infected person standing still on the catwalk.[pcms]
*476|
[fc]
They were reaching out from a window, screaming towards Yuuho.[pcms]
*477|
[fc]
Right outside that window was the roof of the corridor where Yuuho was. In other[r]
words, unless I defeat this infected person, there's no prospect of rescue.[pcms]
*478|
[fc]
Even though I thought I was prepared, when the moment came, hesitation began to[r]
creep into my heart.[pcms]
*479|
[fc]
What will happen to me if I fail? What will happen to Yuuho if I fail?[pcms]
*480|
[fc]
[ns]Wataru[nse]
"I have no choice... I have to do this!"[pcms]
*481|
[fc]
To protect someone important to me, for the sake of someone important... It's up[r]
to me to do it now! I quickly ran towards the infected person.[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A3
;//31:側頭部に突き込む!
;//  →狙いが外れてバランス崩す。
;//  腕を掴まれ締め上げられ、そのまま首筋に
;//  噛みつかれる。死亡。;//→B_F1
;//32:横っ腹に突き込む!;//→block:21060
;//33:時間切れ;//→落ち着いて立ち止まり、
;//    横っ腹に突き込む;//→block:21060
; [sysbt_meswin clear]
;
; [link storage="B_F1.ks" target=*B_F1_TOP]側頭部に突き込む![endlink]
; [link storage="21060.ks" target=*21060_TOP]横っ腹に突き込む![endlink]
; ;(link storage="21060.ks" target=*21060_TOP)Time's up(endlink)[pcms]
*SEL14|側頭部に突き込む!/横っ腹に突き込む!
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Thrust into the temple!'"]
[eval exp="f.seltext04 = 'Thrust into the side!'"]
[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=*SEL14_1]
[sel04 target=*SEL14_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL14_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="B_F1.ks" target=*B_F1_TOP]
;-------------------------------------------------------------------------------
*SEL14_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="21060.ks" target=*21060_TOP]
;//---------------------------------------------------------------

120
Kansen3_patch/21060.ks Normal file
View file

@ -0,0 +1,120 @@
;//block:A006
;//ブロック21060 『判断6』
;//@konya 11/12 bg貼付
*21060_TOP
;{SceneSet 判断6}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館/準備室
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ
;//時間帯:朝
;//合計1K程度
;//---------------------------------------------------------------
[bgm storage="BGM10"]
;//体育館背景継続中
;[sysbt_meswin]
;//se009
[se buf=0 storage="se009"]
;//キャラ消し
[chara_int][trans_c cross time=150]
*482|
[fc]
When I struck the mop handle with all my might, the infected person lost their[r]
balance surprisingly easily and fell over.[pcms]
*483|
[fc]
It seems that their endurance and strength are quite formidable, but their[r]
overall motor skills are significantly inferior to those of an ordinary human.[pcms]
*484|
[fc]
Once they've fallen, they can't properly get up while their arm is caught in the[r]
window frame.[pcms]
*485|
[fc]
I took this opportunity to fully open the sliding window and called out to Yuuho[r]
above on the corridor.[pcms]
*486|
[fc]
[ns]Wataru[nse]
"Yuuho, Yuuho!! Are you alright, Yuuho!!"[pcms]
;//[ChrSetEx layer=5 chbase="yuho_c1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*487|
[fc]
[vo_yuh s="yuho0119"]
[ns]Yuuho[nse]
"Wataru... you came to save me!!"[pcms]
*488|
[fc]
Then, while maintaining her balance on the unstable footing of the roof, Yuuho[r]
began to move slowly towards us.[pcms]
*489|
[fc]
As expected of one of the top athletes at the academy, her motor skills were[r]
exceptional.[pcms]
*490|
[fc]
Yuuho displayed a superb sense of balance as she smoothly approached us.[pcms]
;//---------------------------------------------------------------
;//●選択肢
;// 1:悠帆に手をさしのべる;//→悠帆を気にしすぎて
;//   転けていた感染者が起きあがるのに気が付かず横から襲われて死亡;//→B_F2
;// 2:感染者を警戒;//→block:21070へ
; [link storage="B_F2.ks" target=*B_F2_TOP]悠帆に手をさしのべる[endlink]
; (link storage="21070.ks" target=*21070_TOP)Be cautious of the[r]
infected(endlink)[pcms]
*SEL15|悠帆に手をさしのべる/感染者を警戒
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Extend a hand to Yuuho'"]
[eval exp="f.seltext04 = 'Be cautious of the infected'"]
[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=*SEL15_1]
[sel04 target=*SEL15_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL15_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="B_F2.ks" target=*B_F2_TOP]
;-------------------------------------------------------------------------------
*SEL15_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="21070.ks" target=*21070_TOP]
;//---------------------------------------------------------------

143
Kansen3_patch/21070.ks Normal file
View file

@ -0,0 +1,143 @@
;//block:A007
;//ブロック21070 『bridge』
*21070_TOP
;{SceneSet }
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館/準備室
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ・悠帆
;//時間帯:朝
;//合計1K程度
;//---------------------------------------------------------------
;//20060からのjump、bgmは姦染pt3継続中
;//bg014・体育館背景継続中
[sysbt_meswin]
*491|
[fc]
With Yuuho in this condition, there should be no need to worry. I made sure to[r]
stay alert and focused on guarding our surroundings.[pcms]
*492|
[fc]
As expected, an infected lying on the catwalk was about to rise.[pcms]
*493|
[fc]
A hit from a mop isn't enough to deal a fatal blow.[pcms]
*494|
[fc]
I immediately thrust the handle of the mop at the infected trying to get up.[pcms]
;//se012
[se buf=0 storage="se012"]
*495|
[fc]
[ns]Wataru[nse]
"Stay down and be quiet!"[pcms]
;//赤フラ一発
[赤フラ]
*496|
[fc]
After receiving a full-force blow, the infected lost balance and easily toppled[r]
over.[pcms]
*497|
[fc]
[ns]Wataru[nse]
"Phew... I did it... I was able to do it."[pcms]
*498|
[fc]
Feeling as if I had truly experienced strength, I indulged in a small sense of[r]
accomplishment.[pcms]
;//〆EV011
[evcg storage="EV011e"][trans_c cross time=300]
*499|
[fc]
When I turned around, there was Yuuho, who had safely escaped. Yuuho hugged me[r]
without a word, and I gently stroked her sobbing back.[pcms]
*500|
[fc]
The feel of her soft body and Yuuho's gentle scent seemed to heal my weary[r]
heart.[pcms]
*501|
[fc]
[ns]Wataru[nse]
"I'm glad... you're safe..."[pcms]
[evcg storage="EV011g"][trans_c cross time=300]
*502|
[fc]
[vo_yuh s="yuho0120"]
[ns]Yuuho[nse]
"Thank you... I owe my life to you, Wataru."[pcms]
*503|
[fc]
[ns]Wataru[nse]
"I didn't really..."[pcms]
*504|
[fc]
Yuuho managed to get to the window by herself. All I did was guard it from here.[pcms]
*505|
[fc]
I wanted to be the hero of the story...[pcms]
;//階段に戻しておきましょうかash
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*506|
[fc]
It's too early to rejoice in our reunion. Our predicament hasn't changed at all.[pcms]
*507|
[fc]
In fact, we might be facing a crisis so imminent that it's only a matter of[r]
whether we'll be prey alone or together.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*508|
[fc]
[vo_mar s="maru0032"]
[ns]Margarita[nse]
"Let's go up to the roof. We can't hold them off here..."[pcms]
*509|
[fc]
[ns]Wataru[nse]
"Understood. Let's go, Yuuho."[pcms]
[ChrSetEx layer=5 chbase="yuho_d5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*510|
[fc]
[vo_yuh s="yuho0121"]
[ns]Yuuho[nse]
"Y-Yes..."[pcms]
*511|
[fc]
I took Yuuho's hand and we headed up to the roof.[pcms]
;//→block:ブロック21040 ラベルA008へjump
;//フローが間違っている様子
[jump storage="21040.ks" target=*21040_01]

192
Kansen3_patch/21080.ks Normal file
View file

@ -0,0 +1,192 @@
;//block:A009
;//ブロック21080 『別れ』
;//@konya 11/12 bg貼付
*21080_TOP
;{SceneSet 別れ}
;//---------------------------------------------------------------
;//背景:・神南学園・全景・学園内廊下
;//登場人物:主人公・マルガリータ・モブ・悠帆
;//時間帯:朝
;//合計:4K程度
;//---------------------------------------------------------------
;//bgm06 insomnia継続中
;//〆BG:青空
[bg storage="BGS008a"][trans_c cross time=150]
;[eval exp="f.l_map = 1"]
;[sysbt_meswin]
*512|
[fc]
"I can't just abandon them. If I were to save myself alone here, I'd live the[r]
rest of my life in regret."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*513|
[fc]
[vo_mar s="maru0041"]
[ns]Margarita[nse]
"Are you really going?"[pcms]
*514|
[fc]
[ns]Wataru[nse]
"Yes... Senpai, please take care of Yuuho."[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*515|
[fc]
[vo_mar s="maru0042"]
[ns]Margarita[nse]
"Understood... I'll be waiting in the staff preparation room on the first[r]
floor."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*516|
[fc]
[vo_yuh s="yuho0122"]
[ns]Yuuho[nse]
"...Be careful, okay?"[pcms]
*517|
[fc]
[ns]Wataru[nse]
"Don't worry. I'll definitely bring them both back!"[pcms]
;//〆EV012・悠帆とチュー以後使い回し予定
;//服が違うので差し替えましたash
[evcg storage="EV013a"][trans_c cross time=300]
*518|
[fc]
As I said that, Yuuho hugged me without a word and pressed her lips to mine.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*519|
[fc]
The kiss with Yuuho that I had dreamed of... I never thought it would come so[r]
easily. But now is not the time to indulge in happiness.[pcms]
[evcg storage="EV013b"][trans_c cross time=300]
*520|
[fc]
I must hurry to rescue them...[pcms]
;//〆BG:神南学園・全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*521|
[fc]
[ns]Wataru[nse]
"Let's meet up later then!"[pcms]
*522|
[fc]
I entrusted the camping gear to Yuuho and, gripping only the handle of a mop,[r]
began to move.[pcms]
;//〆BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*523|
[fc]
Following the advice of my senior, I was able to easily enter inside.[pcms]
;//〆BG:学園内廊下
;//@konya 分校舎廊下2
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*524|
[fc]
Moving quickly to the third floor, I killed the sound of my footsteps to avoid[r]
drawing attention.[pcms]
*525|
[fc]
There were quite a few infected wandering around, and even turning down a[r]
corridor required the utmost caution.[pcms]
*526|
[fc]
Honestly, I might be a rabbit who has jumped into a tiger's den. But now that[r]
I've come this far, there's no turning back. When I return, it will be with[r]
Kousuke and Ren, all three of us together.[pcms]
;//@konya 廊下2分校舎
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*527|
[fc]
With renewed determination, I tried to proceed when I saw infected swarming at[r]
the entrance of the audio-visual room just down the stairs.[pcms]
*528|
[fc]
[ns]Wataru[nse]
"Ugh... there are so many already..."[pcms]
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
[wait time=400]
[se buf=0 storage="se043"]
*529|
[fc]
Whether they sensed someone inside or knew someone was there, they were trying[r]
to break down the door.[pcms]
*530|
[fc]
The way things were going, it was uncertain how long the door would hold. But it[r]
was absolutely impossible for me alone to fend off that number of infected.[pcms]
*531|
[fc]
[ns]Wataru[nse]
"Damn it... what should I do, what can I do"[pcms]
[se buf=0 storage="se038"]
*532|
[fc]
And as I hesitated, the door to the audio-visual room was broken down with a[r]
dull sound, and the infected poured inside.[pcms]
*533|
[fc]
[ns]Wataru[nse]
"Ah... Ren, Kousuke!"[pcms]
*534|
[fc]
The two were quickly surrounded by the rushing infected. I had no choice but to[r]
jump in with a resolve to die if necessary.[pcms]
*535|
[fc]
[ns]Wataru[nse]
"Uoooohhh, let go of them!!!"[pcms]
*536|
[fc]
However, now outnumbered, it was hopeless. Unlike my senior who had knowledge of[r]
martial arts, there was nothing an amateur like me could do.[pcms]
*537|
[fc]
In no time at all, I was captured by the swarm of infected and pushed down on[r]
the spot.[pcms]
;//→block:21120へ
[jump storage="21120.ks" target=*21120_TOP]

320
Kansen3_patch/21090.ks Normal file
View file

@ -0,0 +1,320 @@
;//block:A010
;//ブロック21090 『諦め』
;//@konya 11/12 bg貼付
*21090_TOP
;{SceneSet 諦め}
;//---------------------------------------------------------------
;//背景:・神南学園・全景・分校舎廊下・分校舎準備室
;//登場人物:主人公・マルガリータ・モブ・悠帆
;//時間帯:朝
;//合計:4K程度
;//---------------------------------------------------------------
;//〆BG:青空
[bg storage="BGS008a"][trans_c cross time=150]
;[eval exp="f.l_map = 1"]
;[sysbt_meswin]
*538|
[fc]
It's frustrating... it's sad... But right now, giving up was the only option.[pcms]
*539|
[fc]
I want to go back and save Ren and Kousuke, but the school is overflowing with[r]
infected.[pcms]
*540|
[fc]
Moreover, they are swarming in from the streets of Shibuya below, increasing in[r]
number.[pcms]
*541|
[fc]
Going back to save them in this situation would just be going to our deaths...[r]
it's the same as committing suicide.[pcms]
*542|
[fc]
Even if I were the one left behind, I wouldn't want Ren or Kousuke to commit a[r]
suicidal act just to save me.[pcms]
*543|
[fc]
So for now... all I can do is endure. All I could do was pray for their safety.[pcms]
;//〆BG:神南学園・全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*544|
[fc]
Yuuho seemed about to voice her dissatisfaction with following the senior's[r]
instructions, but perhaps sensing my feelings, she fell silent.[pcms]
[ChrSetEx layer=5 chbase="maru_a4"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*545|
[fc]
[vo_mar s="maru0043"]
[ns]Margarita[nse]
"Let's pray... If we're lucky, it's not yet hopeless."[pcms]
*546|
[fc]
[ns]Wataru[nse]
"Yes... I understand."[pcms]
*547|
[fc]
Yuuho gently hugged me from behind as I answered with trembling shoulders.[pcms]
*548|
[fc]
That's right, I have to protect Yuuho. I can't afford to show any weakness here.[pcms]
*549|
[fc]
I'll allow myself to grieve once I've taken Yuuho to a safe place.[pcms]
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*550|
[fc]
After escaping to the biotope garden, we moved inside the branch school[r]
building.[pcms]
;//〆BG:分校舎廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*551|
[fc]
It seemed that the infected had already infiltrated here too, as we could hear[r]
the agonizing cries of girls who appeared to be violated.[pcms]
*552|
[fc]
[vo_mob s="josi0001"]
[ns]Female Student A[nse]
"Nooo, ahh, eeeek! Eeeegh, ahhhh, noooouuugh!"[pcms]
*553|
[fc]
We had no choice but to proceed with extreme caution so as not to be found. We[r]
moved forward step by step, holding our breath.[pcms]
*554|
[fc]
Then, about halfway down the corridor, several infected suddenly started chasing[r]
us from behind.[pcms]
[ChrSetEx layer=5 chbase="maru_a11"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*555|
[fc]
[vo_mar s="maru0044"]
[ns]Margarita[nse]
"Damn, they've found us already!"[pcms]
*556|
[fc]
[ns]Wataru[nse]
"What should we do? Do we fight?"[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*557|
[fc]
[vo_mar s="maru0045"]
[ns]Margarita[nse]
"Once found, they'll keep coming in droves. We have no choice but to run and[r]
shake them off!"[pcms]
[chara_int][trans_c cross time=150]
*557a|
[fc]
Nodding at the senior's words, I grabbed Yuuho's hand and started running.[pcms]
*558|
[fc]
Fortunately, they were slow-moving. If we sprinted at full speed, there was no[r]
worry of being caught from behind.[pcms]
*559|
[fc]
As long as we don't get caught in a pincer attack, escaping should be easy.[pcms]
;//〆BG:分校舎準備室
;//@konya 該当CGあるか
;//bgs100・シャワールームで代用
[bg storage="BGS100"][trans_c cross time=500]
;[eval exp="f.l_map = 24"]
*560|
[fc]
We immediately dove into the branch school's prep room. Thanks to a key that the[r]
senior had borrowed in advance, we were able to retreat into the unoccupied[r]
room.[pcms]
*561|
[fc]
[ns]Wataru[nse]
"Hah hah... we should be safe here for a while."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*562|
[fc]
[vo_yuh s="yuho0123"]
[ns]Yuuho[nse]
"But... what do we do now?"[pcms]
*563|
[fc]
[ns]Wataru[nse]
"Th-that is..."[pcms]
*564|
[fc]
Even though the door was locked, it was only a matter of time before it was[r]
broken through.[pcms]
*565|
[fc]
We had secured temporary safety, but the situation could still be considered[r]
extremely dangerous.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*566|
[fc]
[vo_mar s="maru0046"]
[ns]Margarita[nse]
"Don't worry. I have thought of our next move."[pcms]
*567|
[fc]
Ignoring our worries, the senior said that and began removing the hatch cover[r]
and setting it aside, descending under the school building.[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*568|
[fc]
[vo_mar s="maru0047"]
[ns]Margarita[nse]
"Come on, let's go. Aren't you coming?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*568a|
[fc]
As she took out a flashlight from her backpack and said that, the senior started[r]
moving ahead.[pcms]
[se buf=0 storage="se043"]
[wait time=400]
[se buf=0 storage="se043"]
[wait time=400]
[se buf=0 storage="se043"]
*569|
[fc]
And at that moment, a loud banging noise echoed as someone furiously hit the[r]
sliding door.[pcms]
[ChrSetEx layer=5 chbase="maru_a10"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*570|
[fc]
[vo_mar s="maru0048"]
[ns]Margarita[nse]
"They're here! Hurry!!"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*571|
[fc]
[ns]Wataru[nse]
"Yes!!"[pcms]
*572|
[fc]
In a panic, I pulled Yuuho's hand and jumped down under the floor.[pcms]
*573|
[fc]
I reached for the hatch cover set aside, but it was too heavy to move without[r]
lifting it from above.[pcms]
[se buf=0 storage="se038"]
*574|
[fc]
The door rail was easily removed, and the infected came pouring in like an[r]
avalanche.[pcms]
[ChrSetEx layer=5 chbase="maru_a10"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*575|
[fc]
[vo_mar s="maru0049"]
[ns]Margarita[nse]
"Forget the hatch, we need to escape!"[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A4
;//41:ハッチを閉めるのはあきらめる;//→
;//    block:21100
;//42:頑張ってハッチを閉める;//→block:21110
;//43:時間切れ;//→block:21110
; [sysbt_meswin clear]
;
; [link storage="21100.ks" target=*21100_TOP]ハッチを閉めるのはあきらめる[endlink]
; [link storage="21110.ks" target=*21110_TOP]頑張ってハッチを閉める[endlink]
; ;(link storage="21110.ks" target=*21110_TOP)Time's up(endlink)[pcms]
*SEL16|ハッチを閉めるのはあきらめる/頑張ってハッチを閉める
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Give up on closing the hatch'"]
[eval exp="f.seltext04 = 'Try hard to close the hatch'"]
[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=*SEL16_1]
[sel04 target=*SEL16_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL16_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="21100.ks" target=*21100_TOP]
;-------------------------------------------------------------------------------
*SEL16_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="21110.ks" target=*21110_TOP]
;//---------------------------------------------------------------

83
Kansen3_patch/21100.ks Normal file
View file

@ -0,0 +1,83 @@
;//block:A011
;//ブロック21100 『地下へ』
;//@konya 11/12 bg貼付
*21100_TOP
;{SceneSet 地下へ}
;//---------------------------------------------------------------
;//背景:・分校舎準備室
;//登場人物:主人公・マルガリータ・悠帆
;//時間帯:朝
;//合計:1K程度
;//---------------------------------------------------------------
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;mm
[bg storage="bg17a"][trans_c cross time=500]
;[sysbt_meswin]
;//背景はシャワールームbgs100代用継続中
;//黒の方がいいみたい。
;//キャラ消し・黒フェード
*576|
[fc]
I gave up on closing the hatch and quickly dove under the floor.[pcms]
*577|
[fc]
The dark, low-ceilinged space under the floor was hard to walk in, but that[r]
should make it difficult for the infected to get in as well; the light from[r]
outside shining through the vents was dazzling.[pcms]
*578|
[fc]
After a while, my senior, holding a flashlight, pointed to another hatch[r]
attached to the concrete foundation under the floor.[pcms]
*579|
[fc]
We silently put our hands on the hatch and opened it with all our might.[pcms]
*580|
[fc]
The sound of the infected crashing into the staff room above echoed loudly. It[r]
seems we have no respite here either.[pcms]
*581|
[fc]
The opened hatch led to a concrete staircase that continued down.[pcms]
*582|
[fc]
[ns]Wataru[nse]
"Yuuho, go ahead..."[pcms]
*583|
[fc]
At my urging, Yuuho silently nodded and descended the stairs below the hatch.[pcms]
*584|
[fc]
Then, my senior and I took turns supporting the hatch as we proceeded down the[r]
stairs.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*585|
[fc]
Although we heard the stealthy sound of an infected entering under the floor, we[r]
simultaneously closed the hatch and locked it securely.[pcms]
[se buf=0 storage="se034"]
;//→本編・中編・エンディングへ
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
[jump storage="41000.ks" target=*41000_TOP]

93
Kansen3_patch/21110.ks Normal file
View file

@ -0,0 +1,93 @@
;//block:A012
;//ブロック21110 『地下へ
;//@konya 11/12 bg貼付
*21110_TOP
;{SceneSet 地下へ2}
;//---------------------------------------------------------------
;//背景:・分校舎準備室
;//登場人物:主人公・マルガリータ・悠帆
;//時間帯:朝
;//合計:1K程度
;//---------------------------------------------------------------
;[sysbt_meswin]
;//背景はシャワールームbgs100代用継続中
;//キャラ消し・黒フェード
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;mm
[bg storage="bg17a"][trans_c cross time=500]
*586|
[fc]
While hesitating, the infected swarmed in, and we ended up rolling under the[r]
floor without being able to close the hatch.[pcms]
*587|
[fc]
Crouching down, we proceeded through the dark, low-ceilinged space under the[r]
floor. The light from outside shining through the vents was dazzling.[pcms]
*588|
[fc]
After a while, my senior, who had a flashlight in hand, pointed to another hatch[r]
attached to the concrete foundation under the floor.[pcms]
*589|
[fc]
Then, the infected began to enter through the space under the floor.[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*590|
[fc]
[vo_mar s="maru0050"]
[ns]Margarita[nse]
"Hurry... they're coming!"[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*591|
[fc]
In a rush, my senior and I grabbed the hatch and opened it with all our might.[pcms]
[chara_int][trans_c cross time=150]
*592|
[fc]
The opened hatch led to a concrete staircase that continued down.[pcms]
*593|
[fc]
[ns]Wataru[nse]
"Yuuho, go ahead..."[pcms]
*594|
[fc]
At my urging, Yuuho nodded silently and went down the stairs below the hatch.[pcms]
*595|
[fc]
Then, taking turns supporting the hatch with my senior, we proceeded down the[r]
stairs.[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*596|
[fc]
The infected were closing in on us, but this time we managed to close the hatch[r]
beautifully. We immediately locked it from the inside.[pcms]
[se buf=0 storage="se034"]
;//→本編・中編・エンディングへ
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
[jump storage="41000.ks" target=*41000_TOP]

1630
Kansen3_patch/21120.ks Normal file

File diff suppressed because it is too large Load diff

213
Kansen3_patch/30000.ks Normal file
View file

@ -0,0 +1,213 @@
;//block:C001
;//ブロック30000 『全員救出編』
;//@konya 11/12 bg貼付
*30000_TOP
;{SceneSet 全員救出編}
;//---------------------------------------------------------------
;//〆♪感染revenge継続中
;//[bgm storage="BGM10"]
;//〆BG神南学園全景
;[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;[sysbt_meswin]
*1|
[fc]
Let's head to the special classrooms building![pcms]
*2|
[fc]
I quickly made that decision and headed straight for the special classrooms[r]
building.[pcms]
*3|
[fc]
To say I'm not worried about Yuuho would be a lie.[pcms]
*4|
[fc]
But it seems they can only move at a speed that I can barely keep up with.[pcms]
*5|
[fc]
Yuuho has better reflexes than me, so she can surely manage somehow.[pcms]
*6|
[fc]
But Ren--[pcms]
*7|
[fc]
Ren is not only frail but also bad at physical activities.[pcms]
*8|
[fc]
To be honest, if she ran at full speed, she might be able to escape, but her[r]
stamina would definitely not last.[pcms]
*9|
[fc]
It's certain that she would eventually be caught somewhere.[pcms]
*10|
[fc]
And above all, Ren is my precious "family" -- my one and only "sister."[pcms]
*11|
[fc]
Who else but me, her brother, should go to save her?[pcms]
*12|
[fc]
If I enter through the emergency exit on the first floor of the special[r]
classrooms building and rush up the stairs right there, the music room will be[r]
just ahead.[pcms]
*13|
[fc]
[ns]Wataru[nse]
"Ren, please be safe!"[pcms]
*14|
[fc]
With a prayerful heart, I crossed the field, cut through the courtyard, and[r]
approached the special classrooms building.[pcms]
*15|
[fc]
But perhaps they had already gotten inside, as I could see students being[r]
attacked by infected people here and there.[pcms]
*16|
[fc]
Men and women alike, all were uniformly being assaulted.[pcms]
*17|
[fc]
While feeling horrified by the sight, I dashed to the emergency exit, breaking[r]
my personal best for the 100m sprint.[pcms]
*18|
[fc]
Fortunately, perhaps for ventilation, the door to the emergency exit was left[r]
wide open.[pcms]
;//〆BG学園内廊下・階段付近
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*19|
[fc]
I jumped inside and immediately tried to rush up the stairs.[pcms]
*20|
[fc]
But--[pcms]
*21|
[fc]
[vo_mob s="jogakuA0001"]
[ns]Female Student A[nse]
"Noooooo! So-somebody, somebody help meeee!!"[pcms]
*22|
[fc]
[ns]Infected Man A[nse]
"Damn, that's hot. The skin of a young girl. So firm and fresh."[pcms]
*23|
[fc]
From above the stairs came a girl's scream along with a vulgar man's voice.[pcms]
*24|
[fc]
Just by hearing their voices, I couldn't tell for sure, but it's probably best[r]
to assume they're one of them.[pcms]
*25|
[fc]
On the first floor of the special classrooms building from here are the cooking[r]
practice room and workshop, and closest to the regular classrooms building is[r]
the infirmary.[pcms]
*26|
[fc]
There's another staircase beyond that.[pcms]
*27|
[fc]
It would be a detour to get to the music room, but I haven't seen any signs of[r]
infected people on the first floor yet.[pcms]
*28|
[fc]
What should I do?[pcms]
*29|
[fc]
Should I go straight up now, or take a detour and play it safe...?[pcms]
[eval exp="f.l_ren_point = f.l_ren_point + 1"]
;//---------------------------------------------------------------
;//●時限式選択肢C1
;// 1ー1:最短距離で階段を上がる!;//→block:30010
;// 12:急がば回れ!奥の方の階段へ!;//→block:30020
;// 13:時間切れ;//→block:30030
;
; [sysbt_meswin clear]
;
; [link storage="30010.ks" target=*30010_TOP]最短距離で階段を上がる![endlink]
; [link storage="30020.ks" target=*30020_TOP]急がば回れ! 奥の方の階段へ![endlink]
; ;[link storage="30030.ks" target=*30030_TOP]時間切れ[endlink]
; (link storage="30030.ks" target=*30030_TOP)Which way...(endlink)[pcms]
*SEL17|最短距離で階段を上がる!/急がば回れ! 奥の方の階段へ!/どっちだ……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Take the stairs in the shortest distance!'"]
[eval exp="f.seltext04 = 'Haste makes waste! To the stairs in the back!'"]
[eval exp="f.seltext06 = 'Which one'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL17_1]
[sel04 target=*SEL17_2]
[sel06 target=*SEL17_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL17_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30010.ks" target=*30010_TOP]
;-------------------------------------------------------------------------------
*SEL17_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30020.ks" target=*30020_TOP]
;-------------------------------------------------------------------------------
*SEL17_3|&f.seltext06
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="30030.ks" target=*30030_TOP]
;//---------------------------------------------------------------

138
Kansen3_patch/30010.ks Normal file
View file

@ -0,0 +1,138 @@
;//block:C002
;//ブロック30010 『判断
;//@konya 11/12 bg貼付
*30010_TOP
;{SceneSet 判断7}
;//---------------------------------------------------------------
;//▲11:最短距離で階段を上がる!
;//〆♪感染revenge
;//[bgm storage="BGM10"]
;//〆BG学園内廊下・階段付近
;[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;[sysbt_meswin]
*30|
[fc]
Thinking about it is useless. Luckily, those guys are slow. I'll manage somehow.[r]
But first, I need to get to Ren.[pcms]
;//〆BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*31|
[fc]
Without a moment's hesitation, I dashed straight up to the second floor.[pcms]
;//〆BG学園内廊下・階段付近
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*32|
[fc]
[vo_mob s="jogakuA0002"]
[ns]Female Student A[nse]
"No...ahh, haan...stop, don't...don't move."[pcms]
*33|
[fc]
[ns]Infected Man A[nse]
"You're so tight. Your pussy is clinging to my cock."[pcms]
*34|
[fc]
[vo_mob s="jogakuA0003"]
[ns]Female Student A[nse]
"Stop...ahh, haan."[pcms]
*35|
[fc]
The voices of a girl being toyed with downstairs sounded unusually loud.[pcms]
*36|
[fc]
She's probably being raped right next to the science room.[pcms]
*37|
[fc]
No, is that voice coming from the third floor?[pcms]
*38|
[fc]
Could it be the music room? But that's not Ren's voice...right?[pcms]
*39|
[fc]
I cautiously searched the situation upstairs while desperately straining my[r]
ears.[pcms]
*40|
[fc]
It seems there's more than just that man infected upstairs.[pcms]
*41|
[fc]
What should I do?[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢C2
;// 21:このままさらに上に!;//→block:30040
;// 22:まずい!奥の方の階段へ!→科学室から感染者!;//→B_B2
;// 23:時間切れ;//→B_D5
; [sysbt_meswin clear]
;
; [link storage="30040.ks" target=*30040_TOP]このままさらに上に![endlink]
; [link storage="B_B2.ks" target=*B_B2_TOP]まずい! 奥の方の階段へ![endlink]
; ;[link storage="B_D5.ks" target=*B_D5_TOP]時間切れ[endlink]
; (link storage="B_D5.ks" target=*B_D5_TOP)I can't choose carelessly...(endlink)[pcms]
*SEL18|このままさらに上に!/まずい! 奥の方の階段へ!/うかつに選べない……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Keep going up from here!'"]
[eval exp="f.seltext04 = 'Bad news! To the stairs in the back!'"]
[eval exp="f.seltext06 = 'I can\'t choose carelessly'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL18_1]
[sel04 target=*SEL18_2]
[sel06 target=*SEL18_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL18_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30040.ks" target=*30040_TOP]
;-------------------------------------------------------------------------------
*SEL18_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="B_B2.ks" target=*B_B2_TOP]
;-------------------------------------------------------------------------------
*SEL18_3|&f.seltext06
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="B_D5.ks" target=*B_D5_TOP]
;//---------------------------------------------------------------

46
Kansen3_patch/30020.ks Normal file
View file

@ -0,0 +1,46 @@
;//block:C003
;//ブロック30020 『急がば回れ』
;//@konya 11/12 bg貼付
*30020_TOP
;{SceneSet 急がば回れ}
;//---------------------------------------------------------------
;//▲12:急がば回れ!奥の方の階段へ!
;//〆♪感染revenge
;//[bgm storage="BGM10"]
;//〆BG学園内廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;[sysbt_meswin]
*42|
[fc]
"There's no time to hesitate. I sprinted down the hallway with all my might."[pcms]
;//〆BG学園内廊下・階段付近
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*43|
[fc]
"I almost got tangled up with a few infected, but somehow I managed to slip[r]
through and reach the stairs at the end."[pcms]
*44|
[fc]
"All that's left is to run up these stairs right in front of me."[pcms]
;//〆BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*45|
[fc]
"Without thinking about what comes next, I ran straight up the stairs, aiming[r]
for the third floor."[pcms]
;//→block:30050へ
[jump storage="30050.ks" target=*30050_TOP]

120
Kansen3_patch/30030.ks Normal file
View file

@ -0,0 +1,120 @@
;//block:C004
;//ブロック30030 『グロテスク』
;//@konya 11/12 bg貼付
*30030_TOP
;{SceneSet グロテスク}
;//---------------------------------------------------------------
;//▲13:時間切れ
;//〆♪感染revenge
;//[bgm storage="BGM10"]
;//〆BG学園内廊下・階段付近
;[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;[sysbt_meswin]
*46|
[fc]
What should I do...!?[pcms]
*47|
[fc]
If I play it safe, I should take the long way around, but if I want to go[r]
immediately, climbing these stairs is the quickest route. Each option has its[r]
pros and cons.[pcms]
*48|
[fc]
[ns]Wataru[nse]
`After all... I want to confirm Ren's safety as soon as possible.[pcms]
*49|
[fc]
Alright... shall I go?[pcms]
*50|
[fc]
Having made up my mind, I stepped onto the first stair.[pcms]
*51|
[fc]
And then--[pcms]
*52|
[fc]
Out of the corner of my eye, I saw something rolling down from above. Startled,[r]
I stopped in my tracks, and it finally came to a halt after hitting the wall on[r]
the landing.[pcms]
*53|
[fc]
[ns]Wataru[nse]
`A person...?[pcms]
*54|
[fc]
Judging by the lack of a uniform, it doesn't seem to be a student from the[r]
academy. As I stared intently, the figure shakily stood up before me.[pcms]
[ChrSetEx layer=5 chbase="etc_b"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*55|
[fc]
It was a man with his dick still out.[pcms]
*56|
[fc]
[ns]Wataru[nse]
`Gyaaaaaaaah!![pcms]
*57|
[fc]
[ns]Infected Man A[nse]
`Food... food...[pcms]
*58|
[fc]
The man with blood-red eyes reached out towards me as I let out an involuntary[r]
scream.[pcms]
*59|
[fc]
Apparently, his pants had fallen down to his ankles, tangling his legs and[r]
making his already sluggish movements even slower.[pcms]
*60|
[fc]
But that doesn't make him any less scary or disgusting.[pcms]
*61|
[fc]
This is no good...[pcms]
;//〆BG学園内廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*62|
[fc]
I quickly turned on my heel and dashed towards the back staircase.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*63|
[fc]
I felt like there was someone in the classroom, but without checking who or what[r]
it was, I ran straight for the back stairs.[pcms]
;//〆BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*64|
[fc]
And with that momentum, I raced up the stairs.[pcms]
;//→block:30050へ
[jump storage="30050.ks" target=*30050_TOP]

324
Kansen3_patch/30040.ks Normal file
View file

@ -0,0 +1,324 @@
;//block:C006
;//ブロック30040 『殺到』
;//@konya 11/12 bg貼付
*30040_TOP
;{SceneSet 殺到}
;//---------------------------------------------------------------
;//・このブロックにフラグ設定。
;//〆BG学園内廊下・階段付近
;//▲21:このままさらに上に!
;//〆♪感染revenge継続中
;//[bgm storage="BGM10"]
;[sysbt_meswin]
*65|
[fc]
Eeei! The music room is just above here. Let's cut straight through.[pcms]
;//〆BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*66|
[fc]
I steeled my resolve and ran straight up the stairs.[pcms]
;//〆BG学園内廊下・階段付近
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*67|
[fc]
[ns]Wataru[nse]
"Hii!"[pcms]
*68|
[fc]
The landing at the top was a veritable hellish scene.[pcms]
*69|
[fc]
[vo_mob s="joshigaku10001"]
[ns]Infected Female Student E[nse]
"Nhaaann, yes, yes...!! My pussy feels so good."[pcms]
*70|
[fc]
[vo_mob s="jogaku2_0001"]
[ns]Infected Female Student F[nse]
"Nfuuu, it's grinding inside my belly. Stirred by a cock...ah, ah, ahhhaannn!"[pcms]
*71|
[fc]
[ns]Infected Man A[nse]
"You like that? Is this the spot?"[pcms]
*72|
[fc]
[vo_mob s="joshigaku10002"]
[ns]Infected Female Student E[nse]
"Kuuuu, I can't stand it. I can't stand it, the cock is amazing!"[pcms]
*73|
[fc]
[ns]Infected Man B[nse]
"I'll thrust into you too."[pcms]
*74|
[fc]
[vo_mob s="jogaku2_0002"]
[ns]Infected Female Student F[nse]
"More...do it more fiercely. Nfuuu, my butt, a cock is entering my ass too."[pcms]
*75|
[fc]
Multiple men were swarming over each girl, gangbanging them, while many girls[r]
were being violated by the men.[pcms]
*76|
[fc]
The intense play made me feel nauseous before anything else.[pcms]
*77|
[fc]
The voices of the girls I had heard on my way up, which had been voices of[r]
rejection, had now turned into moans of pleasure.[pcms]
*78|
[fc]
Had they become "one of them"?[pcms]
*79|
[fc]
Their eyes, like those of the men violating them, were beginning to turn red.[pcms]
;//[ChrSetEx layer=5 chbase="waka_b"][ChrSetXY layer=5 x=160 y=0][trans_c cross time=150]
*80|
[fc]
[vo_mob s="waka0018"]
[ns]Waka[nse]
"I-it feels good...kuuuu, more, more cocknnnn!!!"[pcms]
*81|
[fc]
Startled by a familiar voice, I turned to see the choir girl who was rumored to[r]
be talking about Mizuki... Was her name Waka-chan?[pcms]
*82|
[fc]
She was straddling a man, vigorously shaking her hips.[pcms]
*83|
[fc]
[ns]Wataru[nse]
"Waka...chan...?"[pcms]
[ChrSetEx layer=5 chbase="waka_c"][ChrSetXY layer=5 x=160 y=0][trans_c cross time=150]
*84|
[fc]
[vo_mob s="waka0019"]
[ns]Waka[nse]
"Ahhaaann, put your cock in. In Waka's ass, thrust your cock in and out."[pcms]
*85|
[fc]
With her eyes completely red, Waka-chan lifted her skirt and showed me the place[r]
where she was joined with the man.[pcms]
*86|
[fc]
Why?[pcms]
;//チェック
[chara_int_ layer=5][trans_c cross time=150]
*87|
[fc]
Waka-chan too... No, even Yoshino-san should have received the vaccination. Why[r]
has it come to this?[pcms]
*88|
[fc]
Questions swirled in my head, but they didn't seem to care about me because they[r]
had partners to satisfy their desires right there.[pcms]
*89|
[fc]
Maybe I could use this chance to slip by them and get to the music room.[pcms]
*90|
[fc]
But there were too many people; even if I could slip past one group, I'd[r]
immediately run into another.[pcms]
*91|
[fc]
No, let's be honest.[pcms]
*92|
[fc]
I feel bad for the choir girls, but even if I wanted to leave them behind and go[r]
ahead, the sight of the gangbang was so abnormal that my legs wouldn't move.[pcms]
*93|
[fc]
However, as my brain began to numb, that face came to mind-- I was worried about[r]
Ren's condition.[pcms]
*94|
[fc]
Could the music room have been breached just like here?[pcms]
*95|
[fc]
Is Ren safe?[pcms]
*96|
[fc]
Even if she is safe... if I head to the music room now, can I really meet Ren[r]
again without letting a single intruder through?[pcms]
*97|
[fc]
I'm not confident.[pcms]
*98|
[fc]
[ns]Wataru[nse]
"I'm sorry!!"[pcms]
*99|
[fc]
I quickly apologized and ran back down the stairs. At this point, I had no[r]
choice but to take a detour to the music room.[pcms]
;//♯_ブラックアウト
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//BG学園内廊下・階段付近
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*100|
[fc]
I turned back towards the second floor and started towards the back staircase.[pcms]
*101|
[fc]
Then--[pcms]
*102|
[fc]
Someone emerged from the science room with a swaying motion.[pcms]
*103|
[fc]
Is that person infected?[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*104|
[fc]
In a panic, I turned on my heel and ran back down the stairs.[pcms]
;//BG学園内廊下・階段付近
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*105|
[fc]
In the end, I ended up back where I started on the first floor.[pcms]
*106|
[fc]
I peeked down the hallway cautiously; maybe because I had left the emergency[r]
exit open?[pcms]
*107|
[fc]
Or is there another entrance?[pcms]
*108|
[fc]
Unlike before, I could see several people wandering around. Probably those who[r]
came in from outside.[pcms]
*109|
[fc]
Should I cut straight through?[pcms]
*110|
[fc]
Or should I go outside once and then circle around to the other side?[pcms]
*111|
[fc]
What should I do?[pcms]
[eval exp="f.l_30040 = 1"]
;//---------------------------------------------------------------
;//●時限式選択肢C5
;//51:もう他に道はない!廊下を突っ切る!;//→block30020へ
;//52:外から回り込もう!;//→外に出てすぐ横から感染者。B_B4
;//時間切れB_D6
; [sysbt_meswin clear]
;
; [link storage="30020.ks" target=*30020_TOP]もう他に道はない! 廊下を突っ切る![endlink]
; [link storage="B_B4.ks" target=*B_B4_TOP]外から回り込もう![endlink]
; ;[link storage="B_D6.ks" target=*B_D6_TOP]時間切れ[endlink]
; (link storage="B_D6.ks" target=*B_D6_TOP)Which will you[r]
choose...(endlink)[pcms]
*SEL19|もう他に道はない! 廊下を突っ切る!/外から回り込もう!/どちらを選ぶか
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'There\'s no other way! We\'ll cut through the corridor!'"]
[eval exp="f.seltext04 = 'Let\'s go around from the outside!'"]
[eval exp="f.seltext06 = 'Which one to choose'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL19_1]
[sel04 target=*SEL19_2]
[sel06 target=*SEL19_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL19_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30020.ks" target=*30020_TOP]
;-------------------------------------------------------------------------------
*SEL19_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="B_B4.ks" target=*B_B4_TOP]
;-------------------------------------------------------------------------------
*SEL19_3|&f.seltext06
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="B_D6.ks" target=*B_D6_TOP]
;//---------------------------------------------------------------

328
Kansen3_patch/30050.ks Normal file
View file

@ -0,0 +1,328 @@
;//block:C005
;//ブロック30050 『マルガリータとFへ』
;//@konya 11/12 bg貼付
*30050_TOP
;{SceneSet マルガリータと3Fへ}
;//---------------------------------------------------------------
;//背景:・学園廊下
;//登場人物:主人公・モブ・感染者多数
;//時間帯:朝
;//合計:1K程度
;//---------------------------------------------------------------
;//BG学園内廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
*112|
[fc]
As I was about to head to the third floor, I thought I heard a familiar voice[r]
and turned towards it.[pcms]
;//BGEV005
[evcg storage="EV008b"][trans_c cross time=300]
;[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*113|
[fc]
[vo_mar s="maru0051"]
[ns]Margarita[nse]
"Haaaah!!"[pcms]
[se buf=0 storage="se012"]
[赤フラ]
*114|
[fc]
[ns]Infected Man A[nse]
"Ugyaaaah!!"[pcms]
[se buf=0 storage="se012"]
[赤フラ]
*115|
[fc]
It was the sight of Senior Margarita kicking down the swarming infected one[r]
after another.[pcms]
*116|
[fc]
Even at a time like this, her kicks are so beautiful that even a complete[r]
amateur like me can tell...[pcms]
*117|
[fc]
[ns]Infected Man B[nse]
"You bitch~!!"[pcms]
;[ChrSetEx layer=5 chbase="maru_a9"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*118|
[fc]
[vo_mar s="maru0052"]
[ns]Margarita[nse]
"Hmph!"[pcms]
[se buf=0 storage="se012"]
[赤フラ]
*119|
[fc]
[ns]Infected Man B[nse]
"Gufaah!!"[pcms]
*120|
[fc]
She quickly knocked down another one attacking from behind and, as if she had[r]
finished a job, she dusted off her hands with a pat-pat.[pcms]
;//BG学園内廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*121|
[fc]
[vo_mar s="maru0053"]
[ns]Margarita[nse]
"Not even worth mentioning."[pcms]
*122|
[fc]
Senior Margarita looked down at the infected with cold eyes.[pcms]
*123|
[fc]
As I was captivated by her chilling gaze, she glared at my face.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*124|
[fc]
[vo_mar s="maru0054"]
[ns]Margarita[nse]
"..."[pcms]
*125|
[fc]
While staring at me, Senior Margarita quietly took her stance.[pcms]
*126|
[fc]
Eh?[pcms]
*127|
[fc]
[ns]Wataru[nse]
"Wait, wait, wait! Please wait, Senior!"[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*128|
[fc]
[vo_mar s="maru0055"]
[ns]Margarita[nse]
"Begging for your life?"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*129|
[fc]
[ns]Wataru[nse]
"No, that's not it. I'm different from those guys! I'm not infected."[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*130|
[fc]
[vo_mar s="maru0056"]
[ns]Margarita[nse]
"Infected?"[pcms]
*131|
[fc]
[ns]Wataru[nse]
"They're probably infected! With 'UNKNOWN-LV4'!!"[pcms]
[ChrSetEx layer=5 chbase="maru_a10"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*132|
[fc]
[vo_mar s="maru0057B"]
[ns]Margarita[nse]
"The Tohoku infection disaster? Impossible. But indeed, you seem different from[r]
them. Escape quickly before the school is completely overrun by them."[pcms]
;//〆ボイスa、b有り
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*133|
[fc]
[ns]Wataru[nse]
"I can't escape!"[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*134|
[fc]
[vo_mar s="maru0058"]
[ns]Margarita[nse]
"Why? You value your life, don't you?"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*135|
[fc]
[ns]Wataru[nse]
"I have a sister. She's in the music room upstairs. And my best friend is in[r]
another place... I can't just abandon them and run away."[pcms]
[ChrSetEx layer=5 chbase="maru_a4"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*136|
[fc]
[vo_mar s="maru0059"]
[ns]Margarita[nse]
"Their movements are slow. If you're determined, escaping should be no problem."[pcms]
*137|
[fc]
[ns]Wataru[nse]
"Maybe for my best friend. But my sister... Ren has always been physically weak.[r]
She's slow and doesn't have much stamina. I have to protect her. She's family."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*138|
[fc]
[vo_mar s="maru0060"]
[ns]Margarita[nse]
"..."[pcms]
*139|
[fc]
Senior Margarita looked at me with an indescribable emotion on her face,[r]
different from her usual expressionless one.[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*140|
[fc]
[vo_mar s="maru0061"]
[ns]Margarita[nse]
"Family, huh... Then do as you wish."[pcms]
*141|
[fc]
[ns]Wataru[nse]
"Senior... Could you please help me? It's embarrassing to say, but I can only[r]
manage to run away on my own... It would be reassuring if you could come with[r]
us..."[pcms]
*142|
[fc]
I hastily called out to Senior Margarita as she tried to slip past me while[r]
readjusting the backpack filled with her belongings.[pcms]
*143|
[fc]
I think it's pathetic of me.[pcms]
*144|
[fc]
But as I said, I can only manage to run away on my own.[pcms]
*145|
[fc]
I'm not confident that I can escape with Ren.[pcms]
*146|
[fc]
No, I'm quite certain that we won't be able to make it...[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*147|
[fc]
[vo_mar s="maru0062"]
[ns]Margarita[nse]
"..."[pcms]
*148|
[fc]
Senior Margarita's face, staring straight at me, showed no expression at all, as[r]
if the emotion she had shown earlier was just an illusion.[pcms]
*149|
[fc]
She just looked at me coldly.[pcms]
*150|
[fc]
[ns]Wataru[nse]
"...I'm sorry. I relied on you too much, Senior. I'll manage to rescue my sister[r]
by myself."[pcms]
*151|
[fc]
Just as I bowed my head and was about to head to the third floor, Senior[r]
Margarita overtook me and ran up the stairs.[pcms]
*152|
[fc]
[ns]Wataru[nse]
"Senior!"[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*153|
[fc]
[vo_mar s="maru0063"]
[ns]Margarita[nse]
"It can't be helped. Even a brief encounter is a connection from a past life.[r]
But if you dawdle, I'll leave you behind."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*154|
[fc]
[ns]Wataru[nse]
"Yes! Thank you very much."[pcms]
[ChrSetEx layer=5 chbase="maru_a4"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*155|
[fc]
[vo_mar s="maru0064"]
[ns]Margarita[nse]
"Save your thanks until we're out of here. If your sister has become one of[r]
them, I won't show any mercy."[pcms]
*156|
[fc]
With a quiet intensity, Senior Margarita declared that and I followed her[r]
resolutely.[pcms]
*157|
[fc]
That's right. Ren might already have fallen prey to them.[pcms]
*158|
[fc]
Even so...[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*159|
[fc]
I prayed for Ren's safety as I chased after Senior Margarita up the stairs.[pcms]
;//→block:30060
[jump storage="30060.ks" target=*30060_TOP]

573
Kansen3_patch/30060.ks Normal file
View file

@ -0,0 +1,573 @@
;//block:C007
;//ブロック30060 『判断
;//@konya 11/12 bg貼付
*30060_TOP
;{SceneSet 判断8}
;//---------------------------------------------------------------
;//背景:・学園廊下
;//登場人物:主人公・マルガリータ・モブ・感染者多数
;//時間帯:朝
;//〆・テキストの後、選択肢ブロック
;//合計:3K程度
;//---------------------------------------------------------------
;//BG学園内廊下・階段付近
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*160|
[fc]
[vo_mar s="maru0065"]
[ns]Margarita[nse]
"Wait."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*161|
[fc]
Just as I was about to dash towards the music room, I was held back and looked[r]
at my senior with dissatisfaction.[pcms]
*162|
[fc]
But the senior silently directed her gaze down the corridor leading to the music[r]
room.[pcms]
*163|
[fc]
The third floor, which I peeked at quietly, was more crowded with people than[r]
ever before.[pcms]
*164|
[fc]
Or rather, should I say it was overflowing with infected people?[pcms]
*165|
[fc]
Fortunately, the other infected were preoccupied with devouring each other and[r]
hadn't noticed us.[pcms]
*166|
[fc]
For a moment, I looked for an escape route down the stairs, but I could hear[r]
groaning coming from below.[pcms]
*167|
[fc]
Perhaps the infected person who was only kicked by my senior had come back to[r]
life.[pcms]
*168|
[fc]
The top floor has a handball court and a basketball court on the rooftop.[pcms]
*169|
[fc]
Of course, it's covered with fences, but it's not impossible to escape to[r]
another building by climbing along the roof.[pcms]
*170|
[fc]
But whether Ren and I could escape through such a place... no, that's a worry[r]
for after we rescue Ren from the music room![pcms]
*171|
[fc]
[ns]Wataru[nse]
"We have to hurry and save Ren!"[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*172|
[fc]
[vo_mar s="maru0066"]
[ns]Margarita[nse]
"Wait, can't you see those guys right in front of us?"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*173|
[fc]
[ns]Wataru[nse]
"I can see them. That's exactly why I'm worried about Ren!"[pcms]
[ChrSetEx layer=5 chbase="maru_a9"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*174|
[fc]
[vo_mar s="maru0067"]
[ns]Margarita[nse]
"Look at the situation!"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*175|
[fc]
[ns]Wataru[nse]
"I know. In front of us is a horde of them! The music room where Ren is... is[r]
beyond them. But that's exactly why we have to go!"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*176|
[fc]
[vo_mar s="maru0068"]
[ns]Margarita[nse]
"Recklessness and bravery are not the same."[pcms]
*177|
[fc]
[ns]Wataru[nse]
"The bottom is no good, the only escape route is to flee along the rooftop. But[r]
we have to go. Because Ren is there."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*178|
[fc]
[vo_mar s="maru0069"]
[ns]Margarita[nse]
"Hmph. I thought you were too peace-loving, but you're sensible. It's basic to[r]
check the escape routes first."[pcms]
*179|
[fc]
With a slight smile, my senior looked in the opposite direction of the music[r]
room and skillfully took out a mop from the janitor's closet in the hallway[r]
while watching for an opening.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*180|
[fc]
[vo_mar s="maru0070"]
[ns]Margarita[nse]
"Is it made of plastic? Isn't there a mop with a wooden handle?"[pcms]
*181|
[fc]
[ns]Wataru[nse]
"I've never seen a wooden mop."[pcms]
[ChrSetEx layer=5 chbase="maru_a5"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*182|
[fc]
[vo_mar s="maru0071"]
[ns]Margarita[nse]
"Really... Plastic is too soft to be useful as a weapon."[pcms]
*183|
[fc]
[ns]Wataru[nse]
"That's why... isn't it? Our school isn't like that, but I've heard stories[r]
about delinquents causing trouble in other places in the past."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*184|
[fc]
[vo_mar s="maru0072"]
[ns]Margarita[nse]
"Now instead of delinquents, we have these unknown creatures causing havoc."[pcms]
*185|
[fc]
While smiling thinly, she took a mop in one hand, fixed the wiping part with her[r]
foot, and deftly unscrewed the handle with a twirl.[pcms]
*186|
[fc]
[ns]Infected Man A[nse]
"A woman... a woman."[pcms]
*187|
[fc]
[vo_mob s="joshigaku10003"]
[ns]Infected Female Student E[nse]
"A man... there's also a man."[pcms]
*188|
[fc]
One of the men who had been vigorously moving his hips stood up unsteadily as if[r]
he had caught the scent of my senior.[pcms]
*189|
[fc]
The female student who had been with the man followed suit...[pcms]
*190|
[fc]
In a panic, I also grabbed a mop and held it firmly.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*191|
[fc]
[vo_mar s="maru0073"]
[ns]Margarita[nse]
"It would be better to use just the handle... but it can't be helped. You can't[r]
use staff or spear techniques, can you?"[pcms]
*192|
[fc]
[ns]Wataru[nse]
"Staff techniques? Spear techniques?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*193|
[fc]
[vo_mar s="maru0074"]
[ns]Margarita[nse]
"Combat techniques using a staff or spear. Anyway, you just need to aim straight[r]
for the belly and chest with the end of the handle. Even you can do that much,[r]
right?"[pcms]
*194|
[fc]
[ns]Wataru[nse]
"Yes!"[pcms]
[ChrSetEx layer=5 chbase="etc_b"][ChrSetXY layer=5 x=178 y=0][trans_c cross time=150]
[se buf=0 storage="se012"]
[赤フラ]
*195|
[fc]
[ns]Infected Man A[nse]
"Ughh!"[pcms]
[chara_int][trans_c cross time=150]
;mm こっちにテキスト移動
*197|
[fc]
While giving me pointers, she quickly took down the attacking man by thrusting[r]
him with the end of the mop.[pcms]
[ChrSetEx layer=5 chbase="kansen_a"][ChrSetXY layer=5 x=148 y=0][trans_c cross time=150]
[se buf=0 storage="se012"]
[赤フラ]
*196|
[fc]
[vo_mob s="onna_iti0003"]
[ns]Infected Woman A[nse]
"Gyah!"[pcms]
[chara_int][trans_c cross time=150]
; *197|
; While giving me pointers, she quickly took down the attacking man by ;[r]
thrusting him with the end of the mop.[pcms]
*198|
[fc]
Of course, she showed no mercy even to the girls.[pcms]
*199|
[fc]
I followed behind my senior, aiming mostly at men and taking them down, but her[r]
efficiency was amazing.[pcms]
*200|
[fc]
I felt there was more than just the difference between someone who knew combat[r]
techniques and someone who didn't.[pcms]
*201|
[fc]
Compared to my senior who almost single-handedly took them down without even[r]
letting them scream, I had to thrust two or three times before they would even[r]
fall over.[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*202|
[fc]
[vo_mar s="maru0075"]
[ns]Margarita[nse]
"You focus on finishing off those I've knocked down."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*203|
[fc]
[ns]Wataru[nse]
"Finish them off?"[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*204|
[fc]
[vo_mar s="maru0076"]
[ns]Margarita[nse]
"Come on, let's go."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*205|
[fc]
[ns]Wataru[nse]
"Whoa, yes!"[pcms]
;//BG学園内廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[ChrSetEx layer=5 chbase="etc_a"][ChrSetXY layer=5 x=178 y=0][trans_c cross time=150]
*206|
[fc]
[ns]Infected Man B[nse]
"Forget that stuff, let's do something nice."[pcms]
[se buf=0 storage="se012"]
[赤フラ]
[ChrSetEx layer=5 chbase="kansen_c"][ChrSetXY layer=5 x=174 y=0][trans_c cross time=150]
*207|
[fc]
[vo_mob s="jogaku2_0003"]
[ns]Infected Female Student F[nse]
"It feels good. Hey, you want to be thrust into like this, don't you?"[pcms]
[se buf=0 storage="se012"]
[赤フラ]
;mm 消し入ってなかった
[chara_int][trans_c cross time=150]
*208|
[fc]
As if paving a road to death, my senior took down one after another of those[r]
attacking us.[pcms]
*209|
[fc]
The distance that would normally take just a dozen seconds to walk felt absurdly[r]
long.[pcms]
*210|
[fc]
Fortunately, even if I just knocked them down, it took them some time to get[r]
back up.[pcms]
*211|
[fc]
By skillfully knocking down those of the opposite sex nearby, they would stop[r]
chasing us and start having sex right there on the spot.[pcms]
*212|
[fc]
There were some male students among them, but essentially, the outsiders here[r]
were mostly old men.[pcms]
*213|
[fc]
And... most of the girls were students from our academy.[pcms]
*214|
[fc]
It felt like a guilty burden, as if we were offering the girls up as sacrifices[r]
to these old men, but they were already infected and it's what they desired.[pcms]
*215|
[fc]
No, I don't really know if that's true.[pcms]
*216|
[fc]
But, using that as an excuse to convince myself, we continued towards the music[r]
room.[pcms]
*217|
[fc]
However, the closer we got to the music room, the more it seemed like a scene[r]
from hell or paradise, I couldn't tell which, but it was a massive orgy.[pcms]
*218|
[fc]
Everywhere there were girls taking on several men by themselves, or men taking[r]
on several women...[pcms]
*219|
[fc]
And they were quickly switching partners one after another.[pcms]
*220|
[fc]
It was like a mass of dumplings or a wall of flesh; I couldn't quite understand[r]
it, but it didn't seem easy to get into the music room.[pcms]
*221|
[fc]
However, the fact that the door was closed meant there was a possibility that no[r]
infected had gotten inside yet.[pcms]
*222|
[fc]
Seeing this glimmer of hope, I spoke to my senior.[pcms]
*223|
[fc]
But...[pcms]
*224|
[fc]
[ns]Wataru[nse]
"Senior, we're almost there."[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*225|
[fc]
[vo_mar s="maru0077"]
[ns]Margarita[nse]
"No, it's impossible to go any further."[pcms]
*226|
[fc]
While taking down new enemies, my senior said in a calm and cold voice.[pcms]
*227|
[fc]
[ns]Wataru[nse]
"But the door to the music room is right there... If I stretch out the mop, I[r]
could almost touch it."[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*228|
[fc]
[vo_mar s="maru0078"]
[ns]Margarita[nse]
"Think about the situation!"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*229|
[fc]
[ns]Wataru[nse]
"The situation...?"[pcms]
*230|
[fc]
In front of us was a mass of infected people copulating in a dumpling-like[r]
state.[pcms]
*231|
[fc]
The ones behind us have been lying on the floor since earlier... No, they're[r]
getting up and starting to come towards us.[pcms]
*232|
[fc]
Their movements are slow, but unlike us, they don't need to fight off other[r]
infected or take them down, so their speed is similar to ours.[pcms]
*233|
[fc]
No, considering the number of people we have to take down from here on out, they[r]
will definitely catch up to us.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*234|
[fc]
[vo_mar s="maru0079"]
[ns]Margarita[nse]
"Let's give up!"[pcms]
*235|
[fc]
The cold voice of my senior echoed down the hallway like an officer announcing[r]
retreat to his troops.[pcms]
*236|
[fc]
But... we're so close. Ren is right there.[pcms]
*237|
[fc]
But if we miss this moment, we might not even have a chance to escape anymore.[pcms]
*238|
[fc]
What should I do?[pcms]
*239|
[fc]
What am I going to do?[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢C3
;//  31:・・・あきらめよう・・・;//→block:30070へ
;//  32:強行突破して音楽室へ!!;//→block:30090へ
;//  3ー3:時間切れ;//→block:30100へ
; [sysbt_meswin clear]
;
; [link storage="30070.ks" target=*30070_TOP]……あきらめよう……[endlink]
; [link storage="30090.ks" target=*30090_TOP]強行突破して音楽室へ!![endlink]
; ;[link storage="30100.ks" target=*30100_TOP]時間切れ[endlink]
; (link storage="30100.ks" target=*30100_TOP)Damn it...(endlink)[pcms]
*SEL20|……あきらめよう……/強行突破して音楽室へ!!/くそ……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Let\'s give up'"]
[eval exp="f.seltext04 = 'Break through and head to the music room!!'"]
[eval exp="f.seltext06 = 'Damn it'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL20_1]
[sel04 target=*SEL20_2]
[sel06 target=*SEL20_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL20_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30070.ks" target=*30070_TOP]
;-------------------------------------------------------------------------------
*SEL20_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30090.ks" target=*30090_TOP]
;-------------------------------------------------------------------------------
*SEL20_3|&f.seltext06
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="30100.ks" target=*30100_TOP]
;//---------------------------------------------------------------

121
Kansen3_patch/30070.ks Normal file
View file

@ -0,0 +1,121 @@
;//block:C008
;//ブロック30070 『慟哭』
*30070_TOP
;{SceneSet 慟哭}
;//---------------------------------------------------------------
;//背景:・学園廊下
;//登場人物:主人公・マルガリータ・モブ・感染者多数
;//時間帯:朝
;//合計:1K程度
;//---------------------------------------------------------------
;//▲31:・・・あきらめよう・・・
;[sysbt_meswin]
*240|
[fc]
Is this... the end? Do I have no choice but to give up?[pcms]
*241|
[fc]
Indeed, the music room door is closed.[pcms]
*242|
[fc]
But among the female students, there's one I recognize... surely a member of the[r]
choir club who's an acquaintance of Ren.[pcms]
*243|
[fc]
Which means, maybe the music room door is just closed, not that it has already[r]
fallen, right?[pcms]
*244|
[fc]
If that's the case... then Ren might already be.[pcms]
*245|
[fc]
I don't want to think about it.[pcms]
*246|
[fc]
I didn't want to think about it. But I can't help but think.[pcms]
*247|
[fc]
[ns]Wataru[nse]
"Re~~~~n!!"[pcms]
*248|
[fc]
When I realized it, I was shouting Ren's name.[pcms]
[ChrSetEx layer=5 chbase="maru_a9"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*249|
[fc]
[vo_mar s="maru0080A"]
[ns]Margarita[nse]
"You're crazy! Are you trying to attract more of them?"[pcms]
;//〆ボイスa、b有り
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*250|
[fc]
[ns]Wataru[nse]
"But, but Ren is, Ren is supposed to be there... in that music room. And yet...[r]
Ren, Ren, are you there? You are there, right? Ren!!"[pcms]
*251|
[fc]
My vision is getting blurry.[pcms]
*252|
[fc]
Maybe I'm crying.[pcms]
*253|
[fc]
Through my blurred vision, I can see a senior re-gripping a mop to fend off[r]
those attacking us.[pcms]
[chara_int][trans_c cross time=150]
*254|
[fc]
But Ren is... Ren is.[pcms]
*255|
[fc]
[vo_ren s="ren0148"]
[ns]Ren[nse]
"Big brother!!"[pcms]
*256|
[fc]
Ren's voice reached my ears from somewhere. An auditory hallucination?[pcms]
*257|
[fc]
No--[pcms]
*258|
[fc]
[vo_ren s="ren0149"]
[ns]Ren[nse]
"Big brother, over here. I'm over here."[pcms]
*259|
[fc]
[ns]Wataru[nse]
"Ren? Re~~~~n!"[pcms]
*260|
[fc]
Certainly, I can clearly hear Ren's voice. And it's not like those infected by[r]
the virus, it's the usual voice of Ren.[pcms]
;//→block:30080へ
[jump storage="30080.ks" target=*30080_TOP]

288
Kansen3_patch/30080.ks Normal file
View file

@ -0,0 +1,288 @@
;//block:C009
;//ブロック30080 『再会』
;//@konya 11/12 bg貼付
*30080_TOP
;{SceneSet 再会}
;//---------------------------------------------------------------
;//背景:・学園廊下
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計:1K程度
;//---------------------------------------------------------------
;//BG学園内廊下
;//@konya 廊下2分校舎
[bg storage="BG015"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;//[sysbt_meswin]
*261|
[fc]
Guided by the voice, when I turned around, I could see Ren's face banging on the[r]
skylight of the audio-visual room and shouting.[pcms]
*262|
[fc]
Next to her, there was Kousuke's face.[pcms]
*263|
[fc]
During summer vacation, the audio-visual room is usually not used, so it's[r]
normal for the door to be closed.[pcms]
*264|
[fc]
I had assumed that Ren would be in the music room.[pcms]
*265|
[fc]
So, without giving it much thought, my senior and I headed straight for the[r]
music room, but it seems that the two of them had taken refuge there.[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*266|
[fc]
[vo_ren s="ren0150"]
[ns]Ren[nse]
"Big brother, over here! I'm right here!"[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*267|
[fc]
[ns]Kousuke[nse]
"Wataru. Ren-chan is safe. Hurry and escape from there!!"[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*268|
[fc]
[vo_mar s="maru0081"]
[ns]Margarita[nse]
"Understood. Don't raise your voice too loud."[pcms]
*269|
[fc]
The infected ones who were heading towards us stopped in their tracks, reacting[r]
to Kousuke and Ren's voices.[pcms]
*270|
[fc]
It seems they're hesitating whether to come after us or head towards Ren and the[r]
others upon hearing the voices of fresh prey other than us.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*271|
[fc]
[vo_mar s="maru0082"]
[ns]Margarita[nse]
"Let's go."[pcms]
*272|
[fc]
With a cold tone, my senior swung the mop again, taking advantage of the[r]
infected ones' halted movements to knock them down.[pcms]
[se buf=0 storage="se012"]
[赤フラ]
[chara_int][trans_c cross time=150]
*273|
[fc]
And then she cleared a path to the audio-visual room.[pcms]
*274|
[fc]
I ran after her, making my way back to the audio-visual room.[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*275|
[fc]
[ns]Kousuke[nse]
"Wataru, senior, this way."[pcms]
*276|
[fc]
When we got close to the audio-visual room, Kousuke was waiting with the door[r]
open for us.[pcms]
*277|
[fc]
[ns]Infected Man A[nse]
"Woman, fooood..."[pcms]
[ChrSetEx layer=5 chbase="kou_f12"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*278|
[fc]
[ns]Kousuke[nse]
"Shut up!!"[pcms]
[se buf=0 storage="se012"]
[赤フラ]
*279|
[fc]
After knocking down an infected with the steel hook used for pulling down the[r]
slide screen, Kousuke gestured for us to come over.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*280|
[fc]
[vo_mar s="maru0083"]
[ns]Margarita[nse]
"We're heading to the rooftop court from here."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*281|
[fc]
[ns]Kousuke[nse]
"There's no escape if we go up there?!"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*282|
[fc]
[vo_mar s="maru0084"]
[ns]Margarita[nse]
"The lower floors are already full of them. Do you plan to hole up here?"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*283|
[fc]
[ns]Kousuke[nse]
"But..."[pcms]
[ChrSetEx layer=5 chbase="ren_j6"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*284|
[fc]
[vo_ren s="ren0151"]
[ns]Ren[nse]
"Big brother!!"[pcms]
*285|
[fc]
While my senior and Kousuke were arguing, Ren slipped past them and came out of[r]
the audio-visual room.[pcms]
*286|
[fc]
[ns]Wataru[nse]
"Ren, are you alright!?"[pcms]
[ChrSetEx layer=5 chbase="ren_j4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*287|
[fc]
[vo_ren s="ren0152"]
[ns]Ren[nse]
"Big brother, are you okay?"[pcms]
*288|
[fc]
[ns]Wataru[nse]
"Yeah..."[pcms]
[chara_int][trans_c cross time=150]
*289|
[fc]
Firmly holding her hand, I felt grateful that Ren was safe for now.[pcms]
*290|
[fc]
But that gratitude should probably be saved until we've safely escaped from[r]
them.[pcms]
*291|
[fc]
Anyway, for now, we have to decide whether to follow my senior's advice and head[r]
to the rooftop or to hole up here.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*292|
[fc]
[vo_mar s="maru0085"]
[ns]Margarita[nse]
"If you're not coming, I'll leave you behind."[pcms]
*293|
[fc]
With a cold tone, my senior kicked away the clinging infected ones and headed[r]
straight for the stairs.[pcms]
*294|
[fc]
What should we do?[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢C4
;// 41:「視聴覚室に立てこもろう!」;//→block:30110
;// 42:「マル子について行こう!」;//→block:30120
;// 43:時間切れ;//→block:30130
; [sysbt_meswin clear]
;
; [link storage="30110.ks" target=*30110_TOP]視聴覚室に立てこもろう![endlink]
; [link storage="30120.ks" target=*30120_TOP]先輩について行こう![endlink]
; ;[link storage="30130.ks" target=*30130_TOP]時間切れ[endlink]
; (link storage="30130.ks" target=*30130_TOP)Which is best...(endlink)[pcms]
*SEL21|視聴覚室に立てこもろう!/先輩について行こう!/どちらがベストだろう……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Let\'s barricade ourselves in the audio-visual room!'"]
[eval exp="f.seltext04 = 'Let\'s follow our senior!'"]
[eval exp="f.seltext06 = 'Which one would be best'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL21_1]
[sel04 target=*SEL21_2]
[sel06 target=*SEL21_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL21_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30110.ks" target=*30110_TOP]
;-------------------------------------------------------------------------------
*SEL21_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30120.ks" target=*30120_TOP]
;-------------------------------------------------------------------------------
*SEL21_3|&f.seltext06
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="30130.ks" target=*30130_TOP]
;//---------------------------------------------------------------

1678
Kansen3_patch/30090.ks Normal file

File diff suppressed because it is too large Load diff

118
Kansen3_patch/30100.ks Normal file
View file

@ -0,0 +1,118 @@
;//block:C011
;//ブロック30100 『分岐』
;//@konya 11/12 bg貼付
*30100_TOP
;{SceneSet 分岐}
;//---------------------------------------------------------------
;//背景:・学園廊下
;//登場人物:主人公・マルガリータ・モブ・感染者多数
;//時間帯:朝
;//合計:1K程度
;//---------------------------------------------------------------
;//▲33:時間切れ
;[sysbt_meswin]
*574|
[fc]
What should I do?[pcms]
*575|
[fc]
I really can't imagine making it to the music room without any trouble.[pcms]
*576|
[fc]
But then again, even though the music room is right there, should we turn back?[pcms]
[ChrSetEx layer=5 chbase="maru_a9"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*577|
[fc]
[vo_mar s="maru0148A"]
[ns]Margarita[nse]
"Goddamn!"[pcms]
;//@ガッデム
;//〆ボイスa、b有り
*578|
[fc]
When I snapped back to reality at the sound of my senior's voice, we were[r]
already surrounded by a horde of infected, both in front and behind.[pcms]
[ChrSetEx layer=5 chbase="maru_a11"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*579|
[fc]
Damn it![pcms]
*580|
[fc]
Is this the end?[pcms]
*581|
[fc]
Can't I go to save Ren... and Yuuho too?[pcms]
*582|
[fc]
Are we going to be turned into one of them?[pcms]
[chara_int][trans_c cross time=150]
*583|
[fc]
[ns]Wataru[nse]
"Damn it! I won't let them turn me into one of them!"[pcms]
*584|
[fc]
While shouting in frustration, I gripped the mop tighter.[pcms]
*585|
[fc]
It's do or die now. I can't afford to care whether they're male or female.[pcms]
*586|
[fc]
[vo_ren s="ren0153"]
[ns]Ren[nse]
"Big brother!!"[pcms]
*587|
[fc]
Just as I made up my mind, Ren's voice reached my ears from somewhere.[pcms]
*588|
[fc]
A hallucination?[pcms]
*589|
[fc]
No--[pcms]
*590|
[fc]
[vo_ren s="ren0154"]
[ns]Ren[nse]
"Big brother, over here. I'm over here."[pcms]
*591|
[fc]
[ns]Wataru[nse]
"Ren? Re~~n!"[pcms]
*592|
[fc]
I could clearly hear Ren's voice.[pcms]
*593|
[fc]
And it wasn't the voice of someone infected with the virus; it was Ren's usual[r]
voice.[pcms]
;//→block30080へ
[jump storage="30080.ks" target=*30080_TOP]

1779
Kansen3_patch/30110.ks Normal file

File diff suppressed because it is too large Load diff

164
Kansen3_patch/30120.ks Normal file
View file

@ -0,0 +1,164 @@
;//block:C013
;//ブロック30120 『ジョイント』
;//@konya 11/12 bg貼付
*30120_TOP
;{SceneSet ジョイント}
;//---------------------------------------------------------------
;//背景:・学園廊下
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計1K程度
;//---------------------------------------------------------------
;//▲42:「マル子について行こう!」
;[sysbt_meswin]
[chara_int][trans_c cross time=150]
*914a|
[fc]
[ns]Wataru[nse]
"I'll follow after my senior!"[pcms]
*914|
[fc]
I shouted to Kousuke and then took Ren's hand, chasing straight after my senior.[pcms]
*915|
[fc]
Indeed, as Kousuke said, going to the rooftop would lead to a dead end.[pcms]
*916|
[fc]
But I know better than anyone that there's no escape route if we go down.[pcms]
*917|
[fc]
And to hole up, the audio-visual room's door is far too fragile.[pcms]
*918|
[fc]
If we can't expect someone to come to our rescue, holing up won't solve[r]
anything.[pcms]
*919|
[fc]
It's dozens of times safer to chase after my senior instead.[pcms]
*920|
[fc]
After all, I don't know why my senior was in the school during summer vacation.[pcms]
*921|
[fc]
But if she was just running away, she wouldn't hide in such a special classroom[r]
building without a particular reason.[pcms]
*922|
[fc]
It's my senior we're talking about; she must have some kind of plan.[pcms]
*923|
[fc]
And that senior is heading straight for the rooftop.[pcms]
*924|
[fc]
Betting on my senior is the best chance we have.[pcms]
*925|
[fc]
Honestly, when it comes to fighting ability, she's far more reliable than[r]
Kousuke and me.[pcms]
*926|
[fc]
Kousuke and I stand no chance of protecting Ren and escaping.[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*927|
[fc]
[ns]Kousuke[nse]
"Are you out of your mind?"[pcms]
*928|
[fc]
[ns]Wataru[nse]
"Do you think we can protect Ren and escape from those guys on our own?"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*929|
[fc]
[ns]Kousuke[nse]
"But still..."[pcms]
[ChrSetEx layer=5 chbase="ren_j6"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*930|
[fc]
[vo_ren s="ren0232"]
[ns]Ren[nse]
"Senior, go ahead... Kyaa!"[pcms]
[ChrSetEx layer=5 chbase="ren_j9"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*930a|
[fc]
While we were arguing, one of the pursuers caught up and clung to Ren.[pcms]
*931|
[fc]
[ns]Wataru[nse]
"Ren!"[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*932|
[fc]
[ns]Kousuke[nse]
"Damn it!"[pcms]
[se buf=0 storage="se012"]
[赤フラ]
*933|
[fc]
Almost simultaneously, I tried to protect Ren, and Kousuke swung the hook he had[r]
in his hand with all his might.[pcms]
*934|
[fc]
[ns]Wataru[nse]
"Thank you! Kousuke. Let's go!"[pcms]
*935|
[fc]
I embraced Ren's body protectively from their hands and once again started[r]
running after my senior.[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*936|
[fc]
[ns]Kousuke[nse]
"Aaaah! Damn it all!!"[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*937|
[fc]
Feeling Kousuke chasing behind us, I raced up the stairs to the rooftop with[r]
Ren.[pcms]
;mm
;BGM即時停止
[fadeoutbgm time=500]
;//→block:30140へ
[jump storage="30140.ks" target=*30140_TOP]

267
Kansen3_patch/30130.ks Normal file
View file

@ -0,0 +1,267 @@
;//block:C014
;//ブロック30130 『絶望の淵』
;//@konya 11/12 bg貼付
*30130_TOP
;{SceneSet 絶望の淵}
;//---------------------------------------------------------------
;//背景:・学園廊下
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計1K程度
;//---------------------------------------------------------------
;//▲43:時間切れ
;//BG学園廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;[sysbt_meswin]
*938|
[fc]
A moment of hesitation.[pcms]
*939|
[fc]
Despite the situation not allowing for it, I hesitated.[pcms]
*940|
[fc]
And that would prove to be a fatal mistake.[pcms]
[ChrSetEx layer=5 chbase="etc_b"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*941|
[fc]
[ns]Infected Man A[nse]
"Womaaaan!"[pcms]
[ChrSetEx layer=5 chbase="ren_j9"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*942|
[fc]
[vo_ren s="ren0233"]
[ns]Ren[nse]
"Kyaaah!!"[pcms]
*943|
[fc]
[ns]Wataru[nse]
"Le... Let go of Ren!!"[pcms]
[ChrSetEx layer=5 chbase="kou_f12"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*944|
[fc]
[ns]Kousuke[nse]
"Wataru, this way!"[pcms]
*945|
[fc]
Guided by Kousuke's voice, I carried Ren and dove into the audio-visual room.[pcms]
;//BG教室もしくは黒画面
[bg storage="BG018"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*946|
[fc]
[ns]Wataru[nse]
"Close it quickly!"[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*947|
[fc]
[ns]Kousuke[nse]
"I know!"[pcms]
*948|
[fc]
Kousuke, who had jumped into the audio-visual room first, leaped at the sliding[r]
door, trying to close it as soon as we jumped in.[pcms]
*949|
[fc]
But before it could fully close, they started pouring into the audio-visual room[r]
like an avalanche.[pcms]
;//♂黒画面の場合、HEV019Aに未挿入の差分があれば瞬間的に差し入れて下さい。
[ChrSetEx layer=5 chbase="ren_j9"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*950|
[fc]
[vo_ren s="ren0234"]
[ns]Ren[nse]
"Nooo!!"[pcms]
;//se065
[se buf=0 storage="se065"]
*951|
[fc]
With the sound of fabric being torn, Ren's scream could be heard.[pcms]
*952|
[fc]
In the momentum of their rush, Ren was captured by them in the moment my hand[r]
slipped away.[pcms]
[ChrSetEx layer=5 chbase="etc_b"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*953|
[fc]
[ns]Infected Man A[nse]
"Hyahahaha! Soft woman's skin!"[pcms]
[ChrSetEx layer=5 chbase="etc_a"][ChrSetXY layer=5 x=178 y=0][trans_c cross time=150]
*954|
[fc]
[ns]Infected Man B[nse]
"Smells good. The filthy scent of a bitch."[pcms]
[ChrSetEx layer=5 chbase="ren_j9"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*955|
[fc]
[vo_ren s="ren0235"]
[ns]Ren[nse]
"No, stop! Let me go!!"[pcms]
*956|
[fc]
[ns]Wataru[nse]
"Ren!!"[pcms]
*957|
[fc]
In my haste to rush over, a woman cut between me and Ren.[pcms]
[ChrSetEx layer=5 chbase="kansen_e"][ChrSetXY layer=5 x=171 y=0][trans_c cross time=150]
*958|
[fc]
[vo_mob s="onna_iti0004"]
[ns]Infected Woman A[nse]
"Let's enjoy this too."[pcms]
[ChrSetEx layer=5 chbase="kansen_d"][ChrSetXY layer=5 x=166 y=0][trans_c cross time=150]
*959|
[fc]
[vo_mob s="onna2_0001"]
[ns]Infected Woman C[nse]
"Ahaha, dick, dick. A young and smegma-smelling dick."[pcms]
*960|
[fc]
[ns]Wataru[nse]
"Wait..."[pcms]
[ChrSetEx layer=5 chbase="kou_f12"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*961|
[fc]
[ns]Kousuke[nse]
"Sto... stop it. Ugh, uwaahhh!!"[pcms]
*962|
[fc]
Kousuke's voice could also be heard in the distance.[pcms]
*963|
[fc]
But my view was blocked by a woman's ample breasts, and I couldn't understand[r]
the situation at all.[pcms]
*964|
[fc]
Maybe Kousuke is being attacked just like me?[pcms]
[ChrSetEx layer=5 chbase="ren_j9"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*965|
[fc]
[vo_ren s="ren0236"]
[ns]Ren[nse]
"Big brother, he... help me... he... Nooo!!"[pcms]
*966|
[fc]
Ren's scream could be heard.[pcms]
*967|
[fc]
But my limbs were pinned down by the women, and I couldn't move at all.[pcms]
[ChrSetEx layer=5 chbase="kansen_e"][ChrSetXY layer=5 x=171 y=0][trans_c cross time=150]
*968|
[fc]
[vo_mob s="onna_iti0005"]
[ns]Infected Woman A[nse]
"Nnnch... lero lero... nchuuhhh"[pcms]
*969|
[fc]
The woman's tongue began to entwine around my thing. Am I going to be raped like[r]
this?[pcms]
*970|
[fc]
Ren, Kousuke, and I...[pcms]
[ChrSetEx layer=5 chbase="kansen_d"][ChrSetXY layer=5 x=166 y=0][trans_c cross time=150]
*971|
[fc]
[vo_mob s="onna2_0002"]
[ns]Infected Woman C[nse]
"Come on, suck on these tits, knead them! Make them all messy!"[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*972|
[fc]
The woman's breasts pressed against my mouth and nose as if to smother me.[pcms]
*973|
[fc]
With a strength unimaginable from her slender body, she pressed her soft breasts[r]
against me.[pcms]
*974|
[fc]
[ns]Wataru[nse]
"Nnnh!! Ghh...!!"[pcms]
*975|
[fc]
I can't breathe...! It's suffocating!![pcms]
*976|
[fc]
[vo_mob s="onna2_0003"]
[ns]Infected Woman C[nse]
"What's wrong~! You like it, don't you? Tits... Lick them properly!"[pcms]
*977|
[fc]
[ns]Wataru[nse]
"Ca... gahh..."[pcms]
*978|
[fc]
My consciousness drifted away, sucked into the darkness.[pcms]
;//
;//●ゲームオーバー
[gameover movie="gameover.mpg"]
(returntitle)[pcms]

1010
Kansen3_patch/30140.ks Normal file

File diff suppressed because it is too large Load diff

184
Kansen3_patch/30150.ks Normal file
View file

@ -0,0 +1,184 @@
;//block:D003
;//ブロック30150 『危険な賭』
;//@konya 11/12 bg貼付
*30150_TOP
;{SceneSet 危険な賭け}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計1K程度
;//---------------------------------------------------------------
;[sysbt_meswin]
*1134|
[fc]
I fully understand that it's dangerous to go through the middle.[pcms]
*1135|
[fc]
But when I think about Ren, it seems better to get her into the shade and let[r]
her rest as soon as possible.[pcms]
*1136|
[fc]
I nod to my own thoughts and call out to my senior who is already looking for a[r]
way to climb up onto the roof.[pcms]
*1137|
[fc]
[ns]Wataru[nse]
"Senior, it seems there's no one on the catwalk, so why don't we go through the[r]
middle?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1138|
[fc]
[vo_mar s="maru0163"]
[ns]Margarita[nse]
"No way."[pcms]
*1139|
[fc]
[ns]Wataru[nse]
"But..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1140|
[fc]
[vo_mar s="maru0164"]
[ns]Margarita[nse]
"Can't you hear the voices inside? The inside is already full of them."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1141|
[fc]
[vo_mar s="maru0165"]
[ns]Margarita[nse]
"It would be wiser to climb directly onto the roof of the gymnasium rather than[r]
descending from the skylight to the catwalk."[pcms]
*1142|
[fc]
[ns]Wataru[nse]
"That might be true, but couldn't we sneak by without them noticing?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1143|
[fc]
[vo_mar s="maru0166"]
[ns]Margarita[nse]
"How are you going to sneak by when the windows aren't even open?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1144|
[fc]
[vo_mar s="maru0167"]
[ns]Margarita[nse]
"Breaking the glass would be like loudly announcing our presence."[pcms]
*1145|
[fc]
When she states it so categorically, it's true that...[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1146|
[fc]
[ns]Kousuke[nse]
"What's with that? Just because you're a senior doesn't mean you can talk down[r]
to us..."[pcms]
*1147|
[fc]
Kousuke, who was already feeling antagonistic, complained about the senior who[r]
had flatly rejected my suggestion.[pcms]
*1148|
[fc]
But what came back from the senior was a cold gaze.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1149|
[fc]
[vo_mar s="maru0168"]
[ns]Margarita[nse]
"The catwalk is narrow, leaving no place to hide or escape."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1150|
[fc]
[vo_mar s="maru0169"]
[ns]Margarita[nse]
"If you're confident you can protect yourself when they corner us, then I won't[r]
stop you."[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1151|
[fc]
[ns]Kousuke[nse]
"What!"[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1152|
[fc]
[vo_ren s="ren0252"]
[ns]Ren[nse]
"Ko-chan! Big brother too... I'm fine, so let's do as the senior says, okay?"[pcms]
*1153|
[fc]
[ns]Wataru[nse]
"Ren..."[pcms]
*1154|
[fc]
Chastised by Ren, I fell silent.[pcms]
*1155|
[fc]
Indeed, as the senior said, even if it seems deserted, the fact that the inside[r]
is overflowing with infected people is true.[pcms]
*1156|
[fc]
[ns]Wataru[nse]
"Kousuke, it seems better for us to climb up after all. We can't use ropes like[r]
before, so let's become footholds for each other."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1157|
[fc]
[ns]Kousuke[nse]
"What, even you Wataru?"[pcms]
*1158|
[fc]
Kousuke said this with dissatisfaction, but I want to let Ren rest even a[r]
little.[pcms]
*1159|
[fc]
But I know that my judgment, blinded by that concern, is wrong if I think about[r]
it even a little.[pcms]
*1160|
[fc]
Reluctantly, Kousuke nodded silently, and we decided to climb onto the roof of[r]
the gymnasium.[pcms]
;//→block:30170
[jump storage="30170.ks" target=*30170_TOP]

89
Kansen3_patch/30160.ks Normal file
View file

@ -0,0 +1,89 @@
;//block:D004
;//ブロック30160 『賛同』
;//@konya 11/12 bg貼付
*30160_TOP
;{SceneSet 賛同}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計1K程度
;//---------------------------------------------------------------
;[sysbt_meswin]
*1161|
[fc]
Considering Ren's stamina and the fact that the UV cut cream is washing off, I'd[r]
like to go inside the gymnasium, but it's probably dangerous in there given the[r]
situation.[pcms]
*1162|
[fc]
Besides, if we get caught in a pincer attack on the narrow catwalk, there'd be[r]
nowhere to escape.[pcms]
*1163|
[fc]
[ns]Wataru[nse]
"Senpai, we'll be your foothold, so let's hurry up and get on the roof."[pcms]
[ChrSetEx layer=5 chbase="maru_a5"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1164|
[fc]
[vo_mar s="maru0170"]
[ns]Margarita[nse]
"You guys will be the foothold?"[pcms]
*1165|
[fc]
[ns]Wataru[nse]
"There's no fence here, so you can't use your rope, right?"[pcms]
*1166|
[fc]
[ns]Wataru[nse]
"That's why I think it's best for Kousuke and me to support you from below as[r]
you climb up."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1167|
[fc]
[vo_mar s="maru0171"]
[ns]Margarita[nse]
"Hmm... that's a good idea."[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1168|
[fc]
[ns]Kousuke[nse]
"Sure, it would be easier to go through the inside of the gymnasium, but with[r]
things as they are, it seems to be overflowing inside. Alright, let's do it."[pcms]
*1169|
[fc]
[ns]Wataru[nse]
"Ren, it might be tough, but it's just a little more to endure, so please hang[r]
in there."[pcms]
[ChrSetEx layer=5 chbase="ren_i8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1170|
[fc]
[vo_ren s="ren0253"]
[ns]Ren[nse]
"You don't have to sound so apologetic. It's okay. It's a request from Onii-[r]
chan. I'll do my best."[pcms]
*1171|
[fc]
Ren responded with a brave smile that was so endearing, I couldn't help but[r]
smile back at her.[pcms]
;//→block:30170
[jump storage="30170.ks" target=*30170_TOP]

674
Kansen3_patch/30170.ks Normal file
View file

@ -0,0 +1,674 @@
;//block:D005
;//ブロック30170 『決行』
;//@konya 11/12 bg貼付
*30170_TOP
;{SceneSet 決行}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//   ・体育館非常階段&屋内プール(カットイン??)
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計8K程度
;//---------------------------------------------------------------
[sysbt_meswin]
*1172|
[fc]
[ns]Wataru[nse]
"Then... Kousuke, you get on the bottom."[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1173|
[fc]
[ns]Kousuke[nse]
"Why? Shouldn't we decide this fairly with rock-paper-scissors?"[pcms]
*1174|
[fc]
[ns]Wataru[nse]
"Because you're bigger and stronger than me, right? I can handle your weight[r]
alone, but if we consider Ren and the senior's weight, I'd definitely get[r]
crushed."[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1175|
[fc]
[ns]Kousuke[nse]
"What do you mean 'definitely'? I'd get crushed too."[pcms]
*1176|
[fc]
[ns]Wataru[nse]
"But you're heavier than me, aren't you?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1177|
[fc]
[vo_mar s="maru0172"]
[ns]Margarita[nse]
"You guys realize we don't have time to be arguing here, right?"[pcms]
*1178|
[fc]
At the slightly irritated words of the senior, Kousuke's face suddenly frowned.[pcms]
*1179|
[fc]
It seems he's still not completely convinced by the senior.[pcms]
*1180|
[fc]
[ns]Wataru[nse]
"Being on the bottom means having to climb up last... Can Kousuke really climb[r]
to the rooftop on his own strength?"[pcms]
[ChrSetEx layer=5 chbase="kou_f8"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1181|
[fc]
[ns]Kousuke[nse]
"What?! Don't be ridiculous. Even if it's just one floor, there's no way you can[r]
climb up alone. That's something for me, who's good at sports..."[pcms]
*1182|
[fc]
[ns]Wataru[nse]
"Then you be on the bottom."[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1183|
[fc]
[ns]Kousuke[nse]
"...You've set me up."[pcms]
*1184|
[fc]
After clicking his tongue, Kousuke still looked back at me with a face like he[r]
was making excuses for losing.[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1185|
[fc]
[ns]Kousuke[nse]
"...Well, it's true that I'm stronger. How many times have I lost in the[r]
physical fitness tests?"[pcms]
*1186|
[fc]
[ns]Wataru[nse]
"Shut up! Just kneel down there quickly."[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1187|
[fc]
[ns]Kousuke[nse]
"...Those aren't exactly words I'm happy to hear from a guy."[pcms]
*1188|
[fc]
[ns]Wataru[nse]
"Would it be better if it were a girl?"[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1189|
[fc]
[ns]Kousuke[nse]
"...Should I get on all fours then?"[pcms]
*1190|
[fc]
[ns]Wataru[nse]
"Yeah."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1191|
[fc]
[vo_mar s="maru0173"]
[ns]Margarita[nse]
"So? Have you guys settled it?"[pcms]
*1192|
[fc]
[ns]Wataru[nse]
"Yes. How about Kousuke gets on all fours and I stand on him, then we lift Ren[r]
and the senior to the rooftop?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1193|
[fc]
[vo_mar s="maru0174"]
[ns]Margarita[nse]
"Hmm... then I'll go up first. With just one of your sisters, even if you two[r]
become a foothold, it would be impossible."[pcms]
*1194|
[fc]
[ns]Wataru[nse]
"I'm sorry, senior."[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1195|
[fc]
[vo_ren s="ren0254"]
[ns]Ren[nse]
"Thank you very much."[pcms]
*1196|
[fc]
After a brief discussion, Kousuke got on the bottom, I got on top, and finally[r]
we reached high enough to touch the rooftop.[pcms]
*1197|
[fc]
[ns]Wataru[nse]
"This looks doable. So... I'll shoulder the senior up first, and then pull Ren[r]
up after that. Does that sound good?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1198|
[fc]
[vo_mar s="maru0175"]
[ns]Margarita[nse]
"I have no objections to that."[pcms]
[ChrSetEx layer=5 chbase="ren_i20"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1199|
[fc]
[vo_ren s="ren0255"]
[ns]Ren[nse]
"Eh? Big brother, you're going to give the senior a shoulder ride... That's[r]
lewd!"[pcms]
*1200|
[fc]
[ns]Wataru[nse]
"Lewd...?"[pcms]
*1201|
[fc]
Ren said it with a look of disdain, and I inadvertently imagined it.[pcms]
*1202|
[fc]
Giving the senior a shoulder ride means her thighs would be right next to my[r]
face...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1203|
[fc]
[vo_mar s="maru0176"]
[ns]Margarita[nse]
"There's no point in being shy if you're going to die from it, right?"[pcms]
*1204|
[fc]
Snapped back to reality by the senior's assertive words, I hurriedly got off[r]
Kousuke's back.[pcms]
*1205|
[fc]
[ns]Wataru[nse]
"Wait a second, please. It would be safer to give a shoulder ride on flat ground[r]
first..."[pcms]
[ChrSetEx layer=5 chbase="kou_f8"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1206|
[fc]
[ns]Kousuke[nse]
"Gah! You mean both of their weights are going to come down on me at once?"[pcms]
*1207|
[fc]
[ns]Wataru[nse]
"Hang in there."[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*1208|
[fc]
I casually encouraged him and then went behind the senior to give her a shoulder[r]
ride.[pcms]
;//BGEV016
*1209|
[fc]
The senior's thighs squeezed against my head.[pcms]
*1210|
[fc]
The sensation was incredibly nice. Of course, it's a shame that the skirt fabric[r]
is in the way.[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1211|
[fc]
[vo_ren s="ren0256"]
[ns]Ren[nse]
"Big brother, are you okay? You're looking wobbly."[pcms]
*1212|
[fc]
[ns]Wataru[nse]
"Huh? Oh... let's go."[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1213|
[fc]
[ns]Kousuke[nse]
"Alright, come on!"[pcms]
*1214|
[fc]
I was entranced by the sensation of the senior's thighs but snapped out of it at[r]
Ren's words. I called out to Kousuke and climbed onto his back while still[r]
giving the senior a shoulder ride.[pcms]
[ChrSetEx layer=5 chbase="kou_f8"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1215|
[fc]
[ns]Kousuke[nse]
"Guhh!"[pcms]
*1216|
[fc]
[ns]Wataru[nse]
"Come on, try a little harder."[pcms]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1217|
[fc]
[ns]Kousuke[nse]
"Easy for you to say... damn it!!"[pcms]
[ChrSetEx layer=5 chbase="ren_i4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1218|
[fc]
[vo_ren s="ren0257"]
[ns]Ren[nse]
"Big brother, be careful."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1219|
[fc]
[vo_mar s="maru0177"]
[ns]Margarita[nse]
"It's okay, my hand has reached the gutter... just lift a little more."[pcms]
*1220|
[fc]
[ns]Wataru[nse]
"Yes, sir!"[pcms]
*1221|
[fc]
As I lifted her up, the senior tried to put her weight on the rooftop gutter by[r]
lifting her hips. Then her weight shifted forward, and her pussy pressed against[r]
my head.[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1222|
[fc]
[vo_mar s="maru0178"]
[ns]Margarita[nse]
「もうちょっとで……あぅっ!」[pcms]
*1223|
[fc]
先輩のアソコの感触に、ドキドキしたあまりに、[r]
思わず手が滑ってしまう。[pcms]
*1224|
[fc]
途端、先輩の浮かせた腰が落ちてきた。[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*1225|
[fc]
[ns]Wataru[nse]
「えっ? えぇっ?」[pcms]
*1226|
[fc]
一瞬、ボクは自分の身に起きたことがわからなかった。[pcms]
;//[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1227|
[fc]
[vo_ren s="ren0258"]
[ns]Ren[nse]
「もう、お兄ちゃんのエッチッ!!」[pcms]
*1228|
[fc]
[ns]Wataru[nse]
「エッチって……うわぁあっ!」[pcms]
;//BGEV016
*1229|
[fc]
先輩の腰が落ちてきた調子で、先輩のスカートの中に、[r]
思いっきり頭が入り込んでいた。[pcms]
*1230|
[fc]
ダイレクトな先輩の太もものスベスベした肌や、[r]
パンツごしに当たる先輩のアソコの感触が、[r]
より密着してボクの頭を挟み込んでいる。[pcms]
*1231|
[fc]
スカートという一枚の布がないだけなのに、[r]
なんだろう……このぬくもりの違いは。[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1232|
[fc]
[vo_mar s="maru0179"]
[ns]Margarita[nse]
「もう一度行くぞ」[pcms]
*1233|
[fc]
[ns]Wataru[nse]
「は、はいっ!」[pcms]
*1234|
[fc]
速攻で先輩に答えながらも、ドキドキする気持ちは[r]
抑えきれず、顔がニヤニヤしてしまう。[pcms]
*1235|
[fc]
先輩のスカートの陰に隠されてるのが救いだろう。[pcms]
;//[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1236|
[fc]
[vo_ren s="ren0259"]
[ns]Ren[nse]
「むぅ……」[pcms]
*1237|
[fc]
後ろで漣が、妙な声でうなったのが気にかかったけど……。[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1238|
[fc]
[vo_mar s="maru0180"]
[ns]Margarita[nse]
「よし、手がかかった。行くぞ」[pcms]
*1239|
[fc]
ふいにボクの肩にかかっていた先輩の体重が[r]
軽くなって、密着した感覚があっという間に薄れてしまう。[pcms]
*1240|
[fc]
[ns]Wataru[nse]
「もう終わりか……」[pcms]
*1241|
[fc]
ボクはため息をつきながら、先輩を屋上へと押し上げた。[pcms]
;//♯_フェードアウト
[sysbt_meswin clear]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//→block:D006へ
;//---------------------------------------------------------------
;//block:D006
;//BG青空
[bg storage="BGS008a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
*1242|
[fc]
続いて漣が、先輩に引っ張りあげられるようにして[r]
ボクの肩車から屋上へ上がる。[pcms]
*1243|
[fc]
そして次にボクがコースケを足場にしながらも[r]
何とか自力で上がり、一人残ったコースケを引っ張りあげた。[pcms]
*1244|
[fc]
ようやく体育館の屋根に全員上がったところで、[r]
ボクは思わず、その場で寝転びたくなるような脱力感に襲われた。[pcms]
*1245|
[fc]
特に漣はフラフラで、支えてやらないと今にも屋根から[r]
滑り落ちてしまいそうだ。[pcms]
*1246|
[fc]
[ns]Wataru[nse]
「大丈夫か? 漣」[pcms]
[ChrSetEx layer=5 chbase="ren_i10"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1247|
[fc]
[vo_ren s="ren0260"]
[ns]Ren[nse]
「う、うん……だいじょう…ぶ、だよ?」[pcms]
*1248|
[fc]
[ns]Wataru[nse]
「全然大丈夫じゃなさそうな声で言うな。[r]
 ちょっと飲んでおけ」[pcms]
*1249|
[fc]
リュックサックのポケットから取り出した水筒を[r]
漣の口元へ持っていくと、漣はフルフルと首を横に振った。[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1250|
[fc]
[vo_ren s="ren0261"]
[ns]Ren[nse]
「私は……さっき飲んだから。お兄ちゃんたちの分が、[r]
 なくなっちゃう」[pcms]
*1251|
[fc]
[ns]Wataru[nse]
「だけどお前のほうが先だろ?」[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1252|
[fc]
[vo_ren s="ren0262"]
[ns]Ren[nse]
「もう私はさっき、飲んだもん」[pcms]
*1253|
[fc]
[ns]Wataru[nse]
「しょうがないな。先輩は……」[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1254|
[fc]
[vo_mar s="maru0181"]
[ns]Margarita[nse]
「ワタシの分はある」[pcms]
*1255|
[fc]
[ns]Wataru[nse]
「それじゃあ、コースケ」[pcms]
[ChrSetEx layer=5 chbase="kou_f3"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1256|
[fc]
[ns]Kousuke[nse]
「サンキュー」[pcms]
*1257|
[fc]
阿吽の呼吸で、コースケはボクが渡した水筒に[r]
形だけ口をつけて返してくれる。ボクも唇をぬらす程度に[r]
水筒に口をつけ、そしてまた、漣に回す。[pcms]
*1258|
[fc]
[ns]Wataru[nse]
「ほら、ボクもコースケも飲んだから、今度は漣の番だ」[pcms]
[ChrSetEx layer=5 chbase="ren_i4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1259|
[fc]
[vo_ren s="ren0263"]
[ns]Ren[nse]
「お兄ちゃん……ゴメンね。コーちゃんも」[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1260|
[fc]
[ns]Kousuke[nse]
「何が? ほら、早く飲んじゃえよ」[pcms]
*1261|
[fc]
コースケに促されてうなずくと、漣はゴクゴクと音を立てて、[r]
解けた分のスポーツドリンクを口にした。[pcms]
*1262|
[fc]
それでも、もう肌がだいぶ熱を持ち始めてる。[pcms]
*1263|
[fc]
[ns]Wataru[nse]
「漣、ここからはおぶっていくか?[r]
 もう少しでゴールだし」[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1264|
[fc]
[vo_ren s="ren0264"]
[ns]Ren[nse]
「ううん……い、いいよ。屋根の上で危ないし。[r]
 それより悠帆ちゃんを助けに行こう? ねっ?」[pcms]
*1265|
[fc]
[ns]Wataru[nse]
「漣……」[pcms]
*1266|
[fc]
自分の体調だって悪くなるばかりだというのに、[r]
悠帆の心配をしてくれるなんて……。[pcms]
*1267|
[fc]
ボクの幼馴染であると同時に、漣自身の幼馴染でも[r]
あるんだから当たり前なのかもしれないけれど、[r]
なんだかとても嬉しかった。[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1268|
[fc]
[vo_ren s="ren0265"]
[ns]Ren[nse]
「悠帆ちゃんは……きっとお兄ちゃんを待ってるよ?」[pcms]
*1269|
[fc]
[ns]Wataru[nse]
「でも……」[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1270|
[fc]
[ns]Kousuke[nse]
「まったく、しょうがないな」[pcms]
*1271|
[fc]
ヒョイと漣から水筒を受け取り、ボクに渡すと、[r]
"See, this should be fine, right? Wataru. You go check on Yuuho at the pool[r]
side."[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1272|
[fc]
[ns]Kousuke[nse]
"Thanks, Kousuke. You really are my best friend!"[pcms]
*1273|
[fc]
[ns]Wataru[nse]
Feeling happy about Ren and Kousuke's kindness, I quickly crossed the gymnasium[r]
rooftop and headed towards the pool side.[pcms]
*1274|
[fc]
Feeling happy about Ren and Kousuke's kindness, I quickly crossed the gymnasium[r]
rooftop and headed towards the pool side.[pcms]
;システムボタン&ウィンドウ消去
[sysbt_meswin clear]
[black_toplayer][trans_c cross time=501][hide_chara_int]
[fadeoutbgm time=500]
;//→jump30171
[jump storage="30171.ks" target=*30171_TOP]

21
Kansen3_patch/30171.ks Normal file
View file

@ -0,0 +1,21 @@
;//block:D005
;//ブロック30171 『条件分岐』
*30171_TOP
;{SceneSet 条件分岐}
;//---------------------------------------------------------------
;//背景:無し
;//登場人物:無し
;//時間帯:無し
;//条件分岐ブロック
;//---------------------------------------------------------------
;//---------------------------------------------------------------
;//+ブロック30040を通過したかどうか
;//NO→30172へjump
;//YES→30173へjump
[if exp="f.l_30040==1"][jump storage="30173.ks" target=*30173_TOP][endif]
[jump storage="30172.ks" target=*30172_TOP]
;//---------------------------------------------------------------

192
Kansen3_patch/30172.ks Normal file
View file

@ -0,0 +1,192 @@
;//D017
;//ブロック30172 『救出』
;//@konya 11/12 bg貼付
*30172_TOP
;{SceneSet 救出}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//   ・体育館非常階段&屋内プール(カットイン??)
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計2K程度
;//---------------------------------------------------------------
;//BG体育館非常階段屋内プールカットイン
;//@konya 該当CGあるか
;//@konya 学園の屋内プール
[bg storage="BG300"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
*1275|
[fc]
As I rushed towards the corridor connecting the gym and the indoor pool, I[r]
spotted Yuuho already up there.[pcms]
*1276|
[fc]
[ns]Wataru[nse]
"Yuuho!"[pcms]
[ChrSetEx layer=5 chbase="yuho_d9"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1277|
[fc]
[vo_yuh s="yuho0124"]
[ns]Yuuho[nse]
"Wata-! Aaaaah!!"[pcms]
[bgm storage="BGM05"]
*1278|
[fc]
The moment I called out, Yuuho looked up at my face as if she was jolted.[pcms]
*1279|
[fc]
But it must have been bad that she got distracted by me.[pcms]
*1280|
[fc]
Yuuho slipped and collapsed on top of the triangular roof.[pcms]
*1281|
[fc]
[ns]Wataru[nse]
"Yuuho! Yuuho, are you okay?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1282|
[fc]
[vo_yuh s="yuho0125"]
[ns]Yuuho[nse]
"Somehow..."[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1283|
[fc]
[ns]Kousuke[nse]
"Yuuho was here?"[pcms]
*1284|
[fc]
Hearing our voices, Kousuke rushed over.[pcms]
*1285|
[fc]
But his expression froze as soon as he peered into the corridor.[pcms]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1286|
[fc]
[ns]Kousuke[nse]
"...Yuuho! Are you okay?"[pcms]
[ChrSetEx layer=5 chbase="ren_i6"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1287|
[fc]
[vo_ren s="ren0266"]
[ns]Ren[nse]
"Yuuho-chan!"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1288|
[fc]
[vo_mar s="maru0182"]
[ns]Margarita[nse]
"At this rate... there's a risk she might fall."[pcms]
*1289|
[fc]
It seems the senior came along too.[pcms]
*1290|
[fc]
[ns]Wataru[nse]
"I'll save you now! Just wait."[pcms]
[ChrSetEx layer=5 chbase="yuho_d1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1291|
[fc]
[vo_yuh s="yuho0126"]
[ns]Yuuho[nse]
"Okay..."[pcms]
*1292|
[fc]
When I called out to her, she seemed relieved, but she didn't have her usual[r]
energy.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1293|
[fc]
[ns]Kousuke[nse]
"But how are you going to save her? Unlike the corridor roof we were walking on[r]
before, that place has a slope."[pcms]
*1294|
[fc]
[ns]Wataru[nse]
"I know that, but..."[pcms]
*1295|
[fc]
What should I do?[pcms]
;//---------------------------------------------------------------
;//●選択肢
;// ・1:体育館の中から救出;//→block:30190
;// ・2:ビニールロープで悠帆を引き上げ救出;//→30180
; [link storage="30190.ks" target=*30190_TOP]体育館の中から救出[endlink]
; (link storage="30180.ks" target=*30180_TOP)Use a vinyl rope to pull up[r]
and rescue Yuuho(endlink)[pcms]
*SEL23|体育館の中から救出/ビニールロープで悠帆を引き上げ救出
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Rescue from inside the gymnasium'"]
[eval exp="f.seltext04 = 'Rescue Yuuho by pulling her up with a vinyl rope'"]
[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.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL23_1]
[sel04 target=*SEL23_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL23_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30190.ks" target=*30190_TOP]
;-------------------------------------------------------------------------------
*SEL23_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30180.ks" target=*30180_TOP]
;//---------------------------------------------------------------

512
Kansen3_patch/30173.ks Normal file
View file

@ -0,0 +1,512 @@
;//block:D019
;//ブロック30173 『救出』
*30173_TOP
;{SceneSet 救出}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//   ・体育館非常階段&屋内プール(カットイン??)
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計2K程度
;//---------------------------------------------------------------
;//BG体育館非常階段屋内プールカットイン
;//@konya 該当CGあるか
;//---------------------------------------------------------------
[eval exp="sf.SRP05 = 1"]
[if exp="tf.scene_mode==0"][jump target=*NORMAL_PLAY][endif]
;タイトルから即回想きた時用にウィンドウの設定
;[winset][scene_exp_init]
;//BGM(回想用)
[jump target=*LABEL_MEMORIES_START]
*NORMAL_PLAY
;//---------------------------------------------------------------
[sysbt_meswin]
*1296|
[fc]
When I rushed to the end of the pool side of the gymnasium roof, I found a crowd[r]
of infected people already gathered by the side of the corridor roof.[pcms]
*1297|
[fc]
What is that...?[pcms]
;//BGHEV028(先行作成してるPEV-002で対応)
*LABEL_MEMORIES_START
[bgm storage="BGM02"]
[evcg storage="HEV004a"][trans_c cross time=300]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*1298|
[fc]
[vo_yuh s="yuho0127"]
[ns]Yuuho[nse]
"Nnhah, no! Ah, fuuuh..."[pcms]
*1299|
[fc]
The lewd scene that jumped into my eyes. I thought it was a lie.[pcms]
*1300|
[fc]
The moans that jumped into my ears. I thought it was a lie.[pcms]
*1301|
[fc]
It's a lie, a lie, a lie![pcms]
*1302|
[fc]
But... I couldn't take my eyes off it.[pcms]
*1303|
[fc]
[vo_yuh s="yuho0128"]
[ns]Yuuho[nse]
"Stop! Don't put it in... Nnguh! Nju... at the same time... nngung..."[pcms]
*1304|
[fc]
[ns]Wataru[nse]
"Yuuho..."[pcms]
*1305|
[fc]
The reality I didn't want to admit came crashing down on me as something real[r]
when I muttered my own words and suddenly came back to myself.[pcms]
*1306|
[fc]
Yuuho was being violated. Even though she was resisting, she was overpowered by[r]
the many and forced to take men's things in her pussy and mouth at the same[r]
time.[pcms]
*1307|
[fc]
And here I am, powerless. The girl I like, the girl I love is being violated,[r]
and I can't do anything, how foolish I am.[pcms]
*1308|
[fc]
[vo_yuh s="yuho0129"]
[ns]Yuuho[nse]
"Hyaa... nchu... wa, wacha... nchuuryu"[pcms]
*1309|
[fc]
Yuuho's eyes widened in surprise. Did she notice me?[pcms]
*1310|
[fc]
No, she definitely noticed. Our eyes met.[pcms]
*1311|
[fc]
[ns]Wataru[nse]
"Yuuho..."[pcms]
*1312|
[fc]
[vo_yuh s="yuho0130"]
[ns]Yuuho[nse]
"Wacha... nnh! Haaah!! Ah, nngu, ngu... don't look, Wata... nnfu, so intense...[r]
hyaaan!!"[pcms]
*1313|
[fc]
The man behind Yuuho whispered something into her ear and then firmly grabbed[r]
her hips and began to move vigorously.[pcms]
*1314|
[fc]
[vo_yuh s="yuho0131"]
[ns]Yuuho[nse]
"Hyah, stop... it's going to make me come... nnh, haa... aahaaan!"[pcms]
*1315|
[fc]
The man's thrusting became gradually more intense. Even from where I was, I[r]
could clearly see the movement of the man's thing appearing and disappearing[r]
inside Yuuho.[pcms]
*1316|
[fc]
[vo_yuh s="yuho0132"]
[ns]Yuuho[nse]
"No... nchuuhuu, ah, stop, nngu... hyaaa... ah, haaan!"[pcms]
*1317|
[fc]
With the man's intense movements as if slamming all his desire into her, Yuuho's[r]
expression gradually changed to that of the female students I had seen inside[r]
the school building.[pcms]
*1318|
[fc]
[vo_yuh s="yuho0133"]
[ns]Yuuho[nse]
"Hyaaa! Ah, no... ah, aaaaahn!!"[pcms]
*1319|
[fc]
The moment Yuuho let out an especially loud cry, men's semen splattered on her[r]
face, and probably... most likely, semen was also poured inside her.[pcms]
[se buf=0 storage="se_sex01"]
[evcg射精フラ storage="HEV004c"]
*1320|
[fc]
[ns]Kousuke[nse]
"What's wrong? Wataru?"[pcms]
*1321|
[fc]
Kousuke's voice came from behind me.[pcms]
*1322|
[fc]
[ns]Kousuke[nse]
"Are they already here?"[pcms]
*1323|
[fc]
[ns]Wataru[nse]
"Don't come!"[pcms]
;//BG017・分校舎廊下
[bg storage="bg017"][trans_c cross time=500]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1324|
[fc]
[ns]Kousuke[nse]
"Eh?"[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1325|
[fc]
[vo_mar s="maru0183"]
[ns]Margarita[nse]
"What happened?"[pcms]
*1326|
[fc]
My intense voice ended up drawing Kousuke and the senior closer instead.[pcms]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1327|
[fc]
[ns]Kousuke[nse]
"Yu... Yuuho...?"[pcms]
*1328|
[fc]
Kousuke's voice came out as if he couldn't believe it, rather than not wanting[r]
to believe it. I didn't want to believe it either.[pcms]
*1329|
[fc]
But... right before our eyes, Yuuho began to move her hips as if seeking[r]
pleasure.[pcms]
[evcg storage="HEV004d"][trans_c cross time=300]
*1330|
[fc]
[vo_yuh s="yuho0134"]
[ns]Yuuho[nse]
"Nnhah, more... it feels good, it feels so good... aaaaahn"[pcms]
*1331|
[fc]
[ns]Wataru[nse]
"Yuuho... Yuuho! Wake up!!"[pcms]
*1332|
[fc]
[vo_yuh s="yuho0135"]
[ns]Yuuho[nse]
"Nnhah... Wataru? You too... want to thrust into my pussy? Ahhaaahn, good,[r]
good... right thereee!"[pcms]
*1333|
[fc]
[ns]Wataru[nse]
"Yuuho... is it really over? Is it really... really..."[pcms]
;//BG017・分校舎廊下
[bg storage="bg017"][trans_c cross time=500]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1334|
[fc]
[vo_ren s="ren0267"]
[ns]Ren[nse]
"Big brother..."[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1335|
[fc]
[vo_mar s="maru0184"]
[ns]Margarita[nse]
"It's no use. Once she's become like that, it's over. If you go now, you'll just[r]
become one of them."[pcms]
*1336|
[fc]
[ns]Wataru[nse]
"Ugh..."[pcms]
*1337|
[fc]
Tears started to overflow. Why didn't I reach Yuuho sooner? Why not sooner...[r]
sooner.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1338|
[fc]
[vo_mar s="maru0185"]
[ns]Margarita[nse]
"Let's go."[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1339|
[fc]
[ns]Kousuke[nse]
"Let's go? Just because you're a senior doesn't mean... I've had enough."[pcms]
[ChrSetEx layer=5 chbase="maru_a4"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1340|
[fc]
[vo_mar s="maru0186"]
[ns]Margarita[nse]
"You know what happens when you get infected with that virus. I thought you, a[r]
Japanese person, would understand better than me, a foreigner, since you[r]
experienced the outbreak four years ago."[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1341|
[fc]
[ns]Kousuke[nse]
"Guh..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1342|
[fc]
[vo_mar s="maru0187"]
[ns]Margarita[nse]
"Think of it as losing if you lose your composure. It's cruel but sometimes you[r]
have to cut things off to survive."[pcms]
*1343|
[fc]
I heard the voices of the senior and Kousuke as if they were coming from another[r]
dimension.[pcms]
;//BGEV014使い回し
[evcg storage="EV012a"][trans_c cross time=300]
*1344|
[fc]
[vo_ren s="ren0268"]
[ns]Ren[nse]
"Big brother..."[pcms]
*1345|
[fc]
Even though Ren should have been held by Kousuke, she somehow got down and[r]
gently hugged me.[pcms]
*1346|
[fc]
[vo_ren s="ren0269"]
[ns]Ren[nse]
"Big brother, don't cry."[pcms]
*1347|
[fc]
[ns]Wataru[nse]
"It's my fault... If only I had reached Ren sooner... If only I had found Yuuho[r]
sooner."[pcms]
*1348|
[fc]
[vo_ren s="ren0270"]
[ns]Ren[nse]
"Big brother... I'm still here. I'm right here, okay?"[pcms]
*1349|
[fc]
Feeling the warmth of Ren, who gently hugged me as I was on the verge of tears,[r]
I hugged her tightly in return and forcibly swallowed my tears.[pcms]
*1350|
[fc]
The warmth of Ren... I have to protect this warmth.[pcms]
;//BGHEV034使い回し
[evcg storage="HEV004e"][trans_c cross time=300]
*1351|
[fc]
When I looked down, I could see Yuuho, who was in the throes of ecstasy.[pcms]
*1352|
[fc]
[vo_yuh s="yuho0136"]
[ns]Yuuho[nse]
"Ah, ah, ah. Good... good. It feels amazing to have my pussy rubbed... Ahn!"[pcms]
*1353|
[fc]
[vo_yuh s="yuho0137"]
[ns]Yuuho[nse]
"Ah, hyaaahnn. There, there, more... Ahfuuu, I'm coming. I'm going to come."[pcms]
*1354|
[fc]
[ns]Wataru[nse]
"Yuuho... you might not have noticed, but I've always, always liked you."[pcms]
*1355|
[fc]
[ns]Wataru[nse]
"I've forgotten when it started, but it's been forever..."[pcms]
*1356|
[fc]
[vo_yuh s="yuho0138"]
[ns]Yuuho[nse]
"Hafuuu... Amazing semen, so much semen... Aaahhh. It's overflowing in my pussy.[r]
It's overflowing."[pcms]
*1357|
[fc]
It seemed like my voice wasn't reaching Yuuho's ears anymore. But still, I[r]
couldn't help but say it.[pcms]
*1358|
[fc]
Perhaps, to say goodbye to my feelings of love.[pcms]
*1359|
[fc]
[ns]Wataru[nse]
"Yuuho, I loved you..."[pcms]
*1360|
[fc]
If only I hadn't worried about being rejected or not being a good match, I[r]
should have confessed to Yuuho sooner.[pcms]
;//---------------------------------------------------------------
; 回想モード中なら、回想モード画面に戻る
[if exp="tf.scene_mode==1"]
[jump storage="b_scene.ks" target=*back_from_SR]
[endif]
;[eval exp="sf.g_scene05 = 1"]
;//---------------------------------------------------------------
[white_toplayer][trans_c cross time=1000][hide_chara_int_w]
;//〆神南学園・全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*1361|
[fc]
Wiping away the last tear with a jerk, I silently started walking after the[r]
senior who had gone ahead.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1362|
[fc]
[vo_mar s="maru0188"]
[ns]Margarita[nse]
"Are you satisfied now?"[pcms]
*1363|
[fc]
[ns]Wataru[nse]
"...I don't know, but probably."[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1364|
[fc]
[vo_mar s="maru0189"]
[ns]Margarita[nse]
"I see. Then let's survive."[pcms]
*1365|
[fc]
Watching the back of the senior as she leaped across the gap between the[r]
gymnasium and the annex building, I started to feel that maybe she wasn't just a[r]
strict person after all.[pcms]
*1366|
[fc]
[ns]Wataru[nse]
"Ren, can you jump by yourself? Or do you want to jump together with me?"[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1367|
[fc]
[vo_ren s="ren0271"]
[ns]Ren[nse]
"Yeah... I think I can probably manage to jump by myself."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1368|
[fc]
[vo_mar s="maru0190"]
[ns]Margarita[nse]
"Even though this side is more stable, it's dangerous for two people to jump[r]
together. If it's just your sister, even I can catch her, so jump with[r]
confidence."[pcms]
*1369|
[fc]
Looking at the senior who turned around and reached out her hand to us, I felt[r]
happy that what I thought earlier wasn't a misunderstanding.[pcms]
;//→block:30174へ
[jump storage="30174.ks" target=*30174_TOP]

774
Kansen3_patch/30174.ks Normal file
View file

@ -0,0 +1,774 @@
;//block:D015
;//ブロック30174 『脱出へ3』
;//@konya 11/12 bg貼付
*30174_TOP
;{SceneSet 脱出へ3}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・漣・浩助
;//時間帯:朝
;//合計6K程度
;//
;//※このブロックでは、悠帆を救出出来なかったため、
;// 悠帆は存在しません
;//---------------------------------------------------------------
;//BG青空
[bg storage="BGS008a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
*1370|
[fc]
After Ren jumped, I looked down as if clinging to a lingering regret.[pcms]
*1371|
[fc]
From this angle, I couldn't see Yuuho anymore... but I could see that the number[r]
of infected had increased since earlier.[pcms]
;//BG神南学園・全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1372|
[fc]
[ns]Kousuke[nse]
"Hey, Wataru"[pcms]
*1373|
[fc]
[ns]Wataru[nse]
"Ah, sorry. I'm jumping now."[pcms]
*1374|
[fc]
Urged by Kousuke, who had already jumped ahead of me, I leaped onto the biotope[r]
garden on the roof of the branch school building, as if shaking off my thoughts[r]
of Yuuho.[pcms]
*1375|
[fc]
The senior must have already entered inside, as the door leading in was open,[r]
but I couldn't see her figure.[pcms]
*1376|
[fc]
[ns]Wataru[nse]
"Is the senior already inside?"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1377|
[fc]
[ns]Kousuke[nse]
"Yeah. Seriously, she doesn't pay any attention to us at all, that woman."[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1378|
[fc]
[vo_ren s="ren0272"]
[ns]Ren[nse]
"But she helped me when I was jumping over just now, right? She also helped me[r]
when I was harassed by a gang before, I think she's a kind senior."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1379|
[fc]
[ns]Kousuke[nse]
"Well, that's because Ren-chan is..."[pcms]
*1380|
[fc]
Ren spoke in a strong tone as if to admonish Kousuke, who immediately expressed[r]
his dissatisfaction with my question, and he scratched his head awkwardly while[r]
mumbling his words.[pcms]
*1381|
[fc]
[ns]Wataru[nse]
"Well, it's fine. Anyway, let's follow the senior."[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1382|
[fc]
[ns]Kousuke[nse]
"Even if you say 'follow', we haven't been told where we're going, us."[pcms]
*1383|
[fc]
Following the senior who had gone in ahead of us, I entered inside and felt as[r]
if I was enveloped in darkness due to the contrast between the brightness[r]
outside and the unlit stairs of the branch school building.[pcms]
*1384|
[fc]
Only Kousuke's voice from behind reminded me that this was reality.[pcms]
;//[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1385|
[fc]
[vo_mar s="maru0191"]
[ns]Margarita[nse]
"You'll understand if you follow."[pcms]
*1386|
[fc]
Perhaps hearing Kousuke's voice, the senior's voice seemed to come from the[r]
direction of the stairs.[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1387|
[fc]
[ns]Kousuke[nse]
"Follow and you'll understand... I get that, but I want to know our destination[r]
beforehand."[pcms]
[ChrSetEx layer=5 chbase="ren_i1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1388|
[fc]
[vo_ren s="ren0273"]
[ns]Ren[nse]
"But Kousuke-chan, where are we going now?"[pcms]
*1389|
[fc]
[ns]Wataru[nse]
"That's right. Now that we've come this far, we have no choice but to follow the[r]
senior, right?"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1390|
[fc]
[ns]Kousuke[nse]
"Wherever we're going... well, we can't start anything without going down these[r]
stairs anyway."[pcms]
*1391|
[fc]
[ns]Wataru[nse]
"Come on, stop dawdling and let's go down. We can't deal with them if they come[r]
from the shadows around here."[pcms]
*1392|
[fc]
I firmly told Kousuke, who was grumbling, and quickly followed the senior down[r]
the stairs.[pcms]
*1393|
[fc]
It's not like I'm thinking everything will be fine just by following the senior,[r]
but it's also true that following her is the only option left.[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1394|
[fc]
[ns]Kousuke[nse]
"Ah, seriously, your luggage is huge!"[pcms]
*1395|
[fc]
[ns]Wataru[nse]
"I've been carrying camping gear on my back all this time. But don't start[r]
complaining about it now. I've been carrying it since morning."[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1396|
[fc]
[ns]Kousuke[nse]
"I know, but it's really in the way when going down these narrow stairs."[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1397|
[fc]
Ignoring Kousuke's grumbling complaints, I went down the stairs.[pcms]
;//BG分校舎廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*1398|
[fc]
Compared to the windowless staircase, stepping into the corridor of the branch[r]
school with windows allowed me to finally catch my breath. Thankfully there were[r]
no infected here yet...[pcms]
*1399|
[fc]
[vo_mob s="joshigakuB0001"]
[ns]Female Student B[nse]
"Aaahhh! Y-yes... It's reaching deep inside, it's reaching!"[pcms]
*1400|
[fc]
Just when I thought there were no infected inside, a girl's moans came from a[r]
room further in.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1401|
[fc]
[ns]Kousuke[nse]
"They've even gotten in here?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1402|
[fc]
[vo_mar s="maru0192"]
[ns]Margarita[nse]
"Quiet, do you want to be found?"[pcms]
[ChrSetEx layer=5 chbase="kou_f8"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1403|
[fc]
[ns]Kousuke[nse]
"What! Why do you always have to act like the leader all the time?!"[pcms]
*1404|
[fc]
[ns]Wataru[nse]
"You idiot Kousuke!"[pcms]
*1405|
[fc]
It was too late to cover Kousuke's mouth in panic. A male student appeared from[r]
the room where we heard the female student's voice.[pcms]
*1406|
[fc]
But seeing him walking with his pants and boxers awkwardly caught around his[r]
legs made it clear he wasn't in his right mind.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1407|
[fc]
[vo_mar s="maru0193"]
[ns]Margarita[nse]
"Downstairs."[pcms]
*1408|
[fc]
Spitting out her words shortly, I followed the senior downstairs while[r]
supporting Ren as if fleeing for our lives.[pcms]
*1409|
[fc]
Kousuke seemed to understand that his voice had given us away and obediently[r]
took up the rear guard position.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1410|
[fc]
[vo_mar s="maru0194"]
[ns]Margarita[nse]
"This way."[pcms]
*1411|
[fc]
Upon reaching the first floor, she quickly glanced at the door leading outside[r]
and the corridor before heading towards the teachers' preparation room.[pcms]
*1412|
[fc]
[ns]Wataru[nse]
"Senior, that way only leads to the teachers' preparation room. And it's always[r]
locked."[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1413|
[fc]
[vo_mar s="maru0195"]
[ns]Margarita[nse]
"It's fine. I borrowed it from the staff room before meeting you."[pcms]
*1414|
[fc]
Given this situation, it's not like a teacher could leisurely refuse her[r]
request. So instead of "borrowed," shouldn't it be called "stolen"?[pcms]
*1415|
[fc]
Without any time to ponder such things, the senior grabbed onto the sliding door[r]
as if leaping at it and took out a key from her pocket to pry it open.[pcms]
;//BG準備室カットイン。シーナリーの準備室
;//@konya 該当CGあるか
;//bgs100・シャワールームで代用
[bg storage="BGS100"][trans_c cross time=500]
;[eval exp="f.l_map = 24"]
*1416|
[fc]
Following the senior into the preparation room while pulling Ren along, it was[r]
surprisingly tidy.[pcms]
*1417|
[fc]
I had imagined it would be more cluttered.[pcms]
*1418|
[fc]
But then again, considering my year and a bit of school life so far and my[r]
student life before entering school, I've never been in a preparation room[r]
before, so maybe this is normal.[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1419|
[fc]
[ns]Kousuke[nse]
"They're following us."[pcms]
*1420|
[fc]
Kousuke closed the door with a bang, and locked the flimsy excuse of an inner[r]
lock.[pcms]
*1421|
[fc]
But it's just a very ordinary sliding door that looks frail, and I feel like[r]
even I could kick it down.[pcms]
[chara_int][trans_c cross time=150]
*1421a|
[fc]
[ns]Wataru[nse]
"Senior, what are we going to do? ...Huh?"[pcms]
*1422|
[fc]
The senior strode silently towards a mysterious hatch that for some reason was[r]
in this place, and began to open its lid.[pcms]
*1423|
[fc]
[ns]Wataru[nse]
"Wh-what is that?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1424|
[fc]
[vo_mar s="maru0196"]
[ns]Margarita[nse]
"..."[pcms]
*1425|
[fc]
As if she didn't hear my question, the senior opened the hatch by herself,[r]
sliding the lid open.[pcms]
*1426|
[fc]
Could it be... was the senior's goal from the beginning here? But why does she[r]
know about such a thing here? I don't understand.[pcms]
[ChrSetEx layer=5 chbase="maru_a5"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1427|
[fc]
[vo_mar s="maru0197"]
[ns]Margarita[nse]
"Aren't you coming?"[pcms]
*1428|
[fc]
After taking out a flashlight from her backpack she had slung off her shoulder,[r]
the senior looked back at our faces, which had been staring blankly at what she[r]
was doing.[pcms]
*1429|
[fc]
[ns]Wataru[nse]
"Aren't you coming...?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1430|
[fc]
[vo_mar s="maru0198"]
[ns]Margarita[nse]
"Did you think I came here without any plan, just to run away in panic? It's an[r]
escape route. We can get outside from here."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1431|
[fc]
[ns]Kousuke[nse]
"An escape route~~? Why is there such a thing here? And how come you know about[r]
such a place!?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1432|
[fc]
[vo_mar s="maru0199"]
[ns]Margarita[nse]
"It's basic to hammer into your head escape routes for when things get tough,[r]
isn't it?"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1433|
[fc]
[ns]Kousuke[nse]
"That's not basic at all..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1434|
[fc]
[vo_mar s="maru0200"]
[ns]Margarita[nse]
"Then from now on, make sure it's the first thing you hammer into your head."[pcms]
*1435|
[fc]
Responding coldly to Kousuke's grumbling, the senior quickly entered the opened[r]
hole.[pcms]
;//se105・金属音カツン、カツンと金属製のはしごを降りてる感じのものがあれば。
;//[se buf=0 storage="se105"]
*1436|
[fc]
It seems there is a ladder inside, as I could hear the echoey clunking sounds.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1437|
[fc]
[vo_mar s="maru0201"]
[ns]Margarita[nse]
"So, aren't you coming?"[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1438|
[fc]
[ns]Kousuke[nse]
"How can we be sure we can escape through some place that leads who knows[r]
where... The whole school is swarming with them, you know?"[pcms]
*1439|
[fc]
[ns]Wataru[nse]
"Kousuke, now's not the time to be saying stuff like that..."[pcms]
;//se043・ハッチを乱打
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1440|
[fc]
In the moment I tried to calm Kousuke who was reflexively complaining, the door[r]
was violently struck from the other side.[pcms]
*1441|
[fc]
No, 'struck' isn't the right word. They are trying to break through it.[pcms]
*1442|
[fc]
[ns]Wataru[nse]
"Cut it out already, Kousuke!"[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1443|
[fc]
[ns]Kousuke[nse]
"...Got it."[pcms]
*1444|
[fc]
It seemed he still had plenty of complaints, but he understood that this wasn't[r]
the time to be voicing them.[pcms]
*1445|
[fc]
[ns]Wataru[nse]
"Sorry for the wait, senpai... Huh, she's already gone ahead?"[pcms]
*1446|
[fc]
Turning around to look for the senior who had disappeared at some point, I[r]
glanced around for a moment in confusion.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1447|
[fc]
[ns]Kousuke[nse]
"Seriously, she does whatever she wants."[pcms]
*1448|
[fc]
[ns]Wataru[nse]
"Talking about doing whatever one wants, Kousuke's way worse. I don't know what[r]
you're dissatisfied with, but you're wasting time by picking fights with the[r]
senior at every opportunity."[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1449|
[fc]
[vo_ren s="ren0274"]
[ns]Ren[nse]
"That's not like you, Ko-chan. What's wrong?"[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1450|
[fc]
[ns]Kousuke[nse]
"Nothing... More importantly, are you okay, Ren-chan?"[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1451|
[fc]
[vo_ren s="ren0275"]
[ns]Ren[nse]
"Eh? Yeah, I'm fine."[pcms]
*1452|
[fc]
[ns]Wataru[nse]
"Really? But you've been staggering since earlier. You still have a fever, don't[r]
you?"[pcms]
[ChrSetEx layer=5 chbase="ren_j8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1453|
[fc]
[vo_ren s="ren0276"]
[ns]Ren[nse]
"Yeah... My body still feels feverish, but we're not under the sun anymore, so[r]
I'm okay."[pcms]
*1454|
[fc]
Ren smiled brightly as she declined the water bottle I offered her. Her face[r]
looked so fragile and dear that it made me feel sad.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
;//se043・ハッチを乱打
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
[wait time=200]
[se buf=0 storage="se043"]
[wait time=200]
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
*1455|
[fc]
But as if to hurry us along, the banging on the door grew more intense. It[r]
doesn't seem like it's just one person. Are there more of them now?[pcms]
*1456|
[fc]
[ns]Wataru[nse]
"It looks like we don't have time to dawdle. Anyway, we need to go down..."[pcms]
*1457|
[fc]
Just as I was about to say that to Kousuke, the door seemed like it was about to[r]
come off its rails from the attacks coming from the hallway.[pcms]
*1458|
[fc]
[ns]Wataru[nse]
"Let's go. Come on, Ren, you go down first."[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1459|
[fc]
[vo_ren s="ren0277"]
[ns]Ren[nse]
"Okay."[pcms]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;mm
[bg storage="bg17a"][trans_c cross time=500]
*1460|
[fc]
In order of Ren, then Kousuke, then me, we hurriedly jumped into the hole where[r]
the senior had disappeared. The banging on the door was getting more intense all[r]
the while.[pcms]
*1461|
[fc]
We didn't know when that sliding door would be broken through. It was clear as[r]
day that once it was broken, they would flood into this hole after us.[pcms]
*1462|
[fc]
[ns]Wataru[nse]
"Anyway... we have no choice but to close this hatch from inside..."[pcms]
*1463|
[fc]
I put my hand on the lid of the hatch that had been moved aside and tried to[r]
descend into the hole.[pcms]
*1464|
[fc]
But even though the senior had opened it so easily by herself, maybe because of[r]
my awkward position or something else, it was so heavy that I could barely hold[r]
it up.[pcms]
*1465|
[fc]
The inside was bright enough thanks to light coming through a ventilation duct,[r]
but there was only a passage leading who knows where.[pcms]
*1466|
[fc]
[ns]Wataru[nse]
"Ren, ask the senior if there's a switch or something to close this hatch."[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1467|
[fc]
[vo_ren s="ren0278"]
[ns]Ren[nse]
"That's impossible. The senior has already gone further ahead."[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1468|
[fc]
[ns]Kousuke[nse]
"Wataru, need help?"[pcms]
*1469|
[fc]
[ns]Wataru[nse]
"Even if you offer to help, there's no space for you to assist in this[r]
situation, is there?"[pcms]
*1470|
[fc]
As I responded to Kousuke's offer of help, I struggled to close the lid.[pcms]
*1471|
[fc]
But it was so heavy that I couldn't move it quickly no matter what.[pcms]
;//se038・金属のドアがぶち破られたような音
[se buf=0 storage="se038"]
*1472|
[fc]
While I was fumbling around, I heard the sound of the door being broken through.[pcms]
*1473|
[fc]
We need to escape below quickly. But it's clear that if we don't close this,[r]
they will be right on our heels.[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1474|
[fc]
[vo_ren s="ren0279"]
[ns]Ren[nse]
"Big brother, the senior says this way."[pcms]
*1475|
[fc]
[ns]Wataru[nse]
"Eh?"[pcms]
*1476|
[fc]
What should we do? Should we go as we are? Or should we close the hatch first?[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A4
;//41:ハッチを閉めるのはあきらめる;//→block:30175
;//42:頑張ってハッチを閉める;//→block:30176
;//43:時間切れ;//→block:30176
; [sysbt_meswin clear]
;
; [link storage="30175.ks" target=*30175_TOP]ハッチを閉めるのはあきらめる[endlink]
; [link storage="30176.ks" target=*30176_TOP]頑張ってハッチを閉める[endlink]
; ;(link storage="30176.ks" target=*30176_TOP)Time's up(endlink)[pcms]
*SEL24|ハッチを閉めるのはあきらめる/頑張ってハッチを閉める
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Give up on closing the hatch'"]
[eval exp="f.seltext04 = 'Struggle to close the hatch'"]
[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=*SEL24_1]
[sel04 target=*SEL24_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL24_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30175.ks" target=*30175_TOP]
;-------------------------------------------------------------------------------
*SEL24_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30176.ks" target=*30176_TOP]
;//---------------------------------------------------------------

418
Kansen3_patch/30175.ks Normal file
View file

@ -0,0 +1,418 @@
;//block:D016
;//ブロック30175 『脱出へ4』
;//@konya 11/12 bg貼付
*30175_TOP
;{SceneSet 脱出へ4}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・漣・浩助
;//時間帯:朝
;//合計4K程度
;//---------------------------------------------------------------
;//背景は黒背景継続中
;[sysbt_meswin]
*1477|
[fc]
No. If that cautious senior went ahead as is, it means this hatch should be left[r]
alone.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1477a|
[fc]
I hurried down the ladder and chased after the senior and Ren's group who had[r]
gone ahead.[pcms]
*1478|
[fc]
The ceiling was so low that I had to stoop to walk, and the only light that[r]
seemed like electricity was from the flashlight the senior was carrying.[pcms]
*1479|
[fc]
;The light coming in from the ventilation holes was dazzling, but it wasn't[r]
enough to brighten the entire passage, so I followed the wall and somehow made[r]
it to where the seniors were.[pcms]
*1480|
[fc]
[ns]Wataru[nse]
"Senpai, the door has been broken through, and I think they'll be here soon."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1481|
[fc]
[vo_mar s="maru0202"]
[ns]Margarita[nse]
"I see. I didn't expect that door to hold up, so it's anticipated. More[r]
importantly, we're going to open this hatch and get out."[pcms]
[ChrSetEx layer=5 chbase="kou_f12"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1482|
[fc]
[ns]Kousuke[nse]
"Huh? I don't even understand why we're in this place, and now you want us to go[r]
into this hatch? Aren't we going to get trapped?"[pcms]
[ChrSetEx layer=5 chbase="maru_a9"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1483|
[fc]
[vo_mar s="maru0203"]
[ns]Margarita[nse]
"Then don't follow!"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1484|
[fc]
Until now, the senior had been coldly dismissing Kousuke's complaints, but[r]
perhaps having reached her limit, she spoke out with visible anger.[pcms]
*1485|
[fc]
[ns]Wataru[nse]
"Hey, Kousu..."[pcms]
;//se038・金属のドアがぶち破られたような音
[se buf=0 storage="se038"]
*1486|
[fc]
Gakon![pcms]
*1487|
[fc]
The moment I tried to say something to Kousuke, a sound of the door being[r]
completely smashed overlapped with my words.[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1488|
[fc]
[vo_ren s="ren0280"]
[ns]Ren[nse]
"Being trapped? If we don't escape through this hatch now, it's the same as[r]
being trapped here, right? Kousu-chan?"[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1489|
[fc]
[ns]Kousuke[nse]
"Well..."[pcms]
[ChrSetEx layer=5 chbase="ren_j5"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1490|
[fc]
[vo_ren s="ren0281"]
[ns]Ren[nse]
"Or do you have something against Senpai?"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1491|
[fc]
[ns]Kousuke[nse]
"It's not that, I just don't like being bossed around without reason. The[r]
condescending attitude pisses me off."[pcms]
[ChrSetEx layer=5 chbase="ren_j5"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1492|
[fc]
[vo_ren s="ren0282"]
[ns]Ren[nse]
"Getting pissed off at a time like this and sulking about it, Kousu-chan's[r]
attitude is what's really messed up."[pcms]
*1493|
[fc]
Leaving Kousuke, who was muttering under his breath, to Ren who was quietly[r]
persuading him, I passed by the two of them and helped the senior who was trying[r]
to open the hatch alone.[pcms]
[ChrSetEx layer=5 chbase="kou_f12"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1494|
[fc]
[ns]Kousuke[nse]
"Worried about Mizuki at a time like this... And yet we're being taken to such[r]
an incomprehensible place... Mizuki is still in the city."[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1495|
[fc]
[vo_ren s="ren0283"]
[ns]Ren[nse]
"But even so, do you think you can just rush into there and make it out just[r]
because you're athletic, Kousu-chan?"[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1496|
[fc]
[ns]Kousuke[nse]
"That is..."[pcms]
*1497|
[fc]
Indeed, it seems that Kousuke was particularly irritated because he was worried[r]
about what was happening to Mizuki in the city.[pcms]
*1498|
[fc]
That's why he had been irritable all along, repeating actions that weren't[r]
typical of Kousuke.[pcms]
*1499|
[fc]
I too... I too am fortunate that Senpai admonished me, and Kousuke protected me[r]
so Ren was saved, but Yuuho...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1500|
[fc]
[vo_mar s="maru0204"]
[ns]Margarita[nse]
"It's open."[pcms]
*1501|
[fc]
Just when I was sinking into dark thoughts, Senpai brought me back to reality[r]
with her voice.[pcms]
*1502|
[fc]
But an unwelcome voice also followed from behind.[pcms]
*1503|
[fc]
[ns]Infected Man A[nse]
"I smell something nice coming from here?"[pcms]
*1504|
[fc]
[ns]Infected Man B[nse]
"Women... There are women here."[pcms]
[ChrSetEx layer=5 chbase="ren_j9"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1505|
[fc]
[vo_ren s="ren0284"]
[ns]Ren[nse]
"Eek!"[pcms]
*1506|
[fc]
Startled by the men's voices, Ren let out a small scream. Although it was hard[r]
to see in the dim light, men's feet were extending through the open hole.[pcms]
*1507|
[fc]
[ns]Wataru[nse]
"Let's escape quickly."[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1507a|
[fc]
I pointed to the hatch that had just been opened and quickly guided Ren. The[r]
place illuminated by the flashlight looked like a hole leading to hell, gaping[r]
open.[pcms]
*1508|
[fc]
Unlike the ladder we saw earlier, there were concrete stairs leading[r]
underground, so even Ren should be able to hurry down.[pcms]
*1509|
[fc]
The hatch seemed to close on its own if let go, so Senpai supported the lid of[r]
the hatch until Ren could descend.[pcms]
*1510|
[fc]
[ns]Wataru[nse]
"Senpai, please go down first. I'll support it now."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1511|
[fc]
[vo_mar s="maru0205"]
[ns]Margarita[nse]
"Is that so? Then..."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1512|
[fc]
[ns]Kousuke[nse]
"Where does this lead to?"[pcms]
*1513|
[fc]
Just as I was about to take over and support the lid of the hatch from Senpai,[r]
Kousuke's voice echoed through the passage.[pcms]
*1514|
[fc]
[ns]Wataru[nse]
"Where it leads... anywhere is fine, isn't it?"[pcms]
[ChrSetEx layer=5 chbase="kou_f12"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1515|
[fc]
[ns]Kousuke[nse]
"How can I go to such an unknown place?"[pcms]
*1516|
[fc]
[ns]Wataru[nse]
"Idiot! No matter where this leads to, this is the only path left for us."[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1517|
[fc]
[ns]Kousuke[nse]
"Wataru, you bastard!"[pcms]
[ChrSetEx layer=5 chbase="ren_j6"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1518|
[fc]
[vo_ren s="ren0285"]
[ns]Ren[nse]
"Big brother and Kousu-chan stop it. Please let's escape together, Kousu-chan."[pcms]
*1519|
[fc]
[ns]Wataru[nse]
"Ren is right. Or do you want to rush into those guys who are about to come[r]
down?"[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1520|
[fc]
[vo_mar s="maru0206"]
[ns]Margarita[nse]
"If you don't want to go, then don't come. The sister should go down first. Keep[r]
heading straight back."[pcms]
*1521|
[fc]
The light from the flashlight that had been directed at us was now aimed[r]
underground to assist Ren in descending the stairs, and Kousuke's face became[r]
invisible.[pcms]
*1522|
[fc]
[ns]Wataru[nse]
"Kousuke"[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1523|
[fc]
[vo_ren s="ren0286"]
[ns]Ren[nse]
"Kousu-chan! Come here quickly."[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1524|
[fc]
[ns]Kousuke[nse]
"Ah! Damn it all!!"[pcms]
*1525|
[fc]
As if responding to Ren's anguished cry, Kousuke followed her into the hole,[r]
jumping in after her.[pcms]
*1526|
[fc]
[ns]Wataru[nse]
"Senpai, hurry up."[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1526a|
[fc]
After taking over from Senpai who was supporting the hatch, I urged him to jump[r]
into the hole first, and without any unnecessary talk, he immediately leaped in.[pcms]
*1527|
[fc]
I followed suit, jumping into the hole as well.[pcms]
*1528|
[fc]
[ns]Infected Man A[nse]
"We'll rape the women, eat the men."[pcms]
*1529|
[fc]
[ns]Infected Man B[nse]
"I'm starving."[pcms]
*1530|
[fc]
The voices of the infected were getting much closer. Had they already come down[r]
the ladder?[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1531|
[fc]
[vo_mar s="maru0207"]
[ns]Margarita[nse]
"I'm closing it."[pcms]
[black_toplayer][trans_c cross time=501][hide_chara_int]
;[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1532|
[fc]
The sound of the heavy hatch closing seemed to cut off the short voice of Senpai[r]
and the voices of the men chasing us. Did we make it? Are we safe?[pcms]
;[chara_int_ layer=5][trans_c cross time=150]
*1532a|
[fc]
*Click...*[pcms]
[se buf=0 storage="se034"]
*1533|
[fc]
The sound of Senpai locking the hatch resonated heavily in my ears.[pcms]
;//〆フェードアウト
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;//→本編・中盤・エンディングへ
[jump storage="42000.ks" target=*42000_TOP]

317
Kansen3_patch/30176.ks Normal file
View file

@ -0,0 +1,317 @@
;//block:D017
;//ブロック30176 『脱出へ5』
;//@konya 11/12 bg貼付
*30176_TOP
;{SceneSet 脱出へ5}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・漣・浩助・感染者
;//時間帯:朝
;//合計4K程度
;//---------------------------------------------------------------
;//背景は黒背景継続中
;//se038・金属のドアがぶち破られたような音
[se buf=0 storage="se038"]
;[sysbt_meswin]
*1534|
[fc]
Gakon![pcms]
*1535|
[fc]
As I struggled to close the hatch, I witnessed the sliding door being kicked[r]
open right in front of me.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1535a|
[fc]
[ns]Wataru[nse]
`This is bad! We need to escape quickly!![pcms]
*1536|
[fc]
I hurriedly finished closing the hatch and climbed down the ladder as if[r]
tumbling down.[pcms]
*1537|
[fc]
The ceiling was so low that I had to stoop to walk, and the only source of light[r]
was the flashlight held by my senior.[pcms]
*1538|
[fc]
The light coming in from the ventilation ducts was blinding, but it wasn't[r]
enough to fully illuminate the corridor, so I ran there relying on the light[r]
from the flashlight as if I was about to trip.[pcms]
*1539|
[fc]
[ns]Wataru[nse]
`Senior, the door has been broken through.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1540|
[fc]
[vo_mar s="maru0208"]
[ns]Margarita[nse]
`I see. I didn't expect that door to hold anyway, so it was anticipated. More[r]
importantly, let's open this hatch and get out.[pcms]
*1541|
[fc]
While saying that, what my senior pointed at with the flashlight was another[r]
hatch attached to the bare concrete foundation.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1541a|
[fc]
[ns]Infected Man A[nse]
`I smell something good coming from here, huh?[pcms]
*1542|
[fc]
[ns]Infected Man B[nse]
`A woman... there's a woman here.[pcms]
*1543|
[fc]
I couldn't see well in the dim light, but I could finally make out a man's legs[r]
extending from the gaping hole.[pcms]
*1544|
[fc]
[ns]Wataru[nse]
`If we're opening this, why aren't you helping, Kousuke?[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1545|
[fc]
[ns]Kousuke[nse]
`How can I trust what a woman says?[pcms]
*1546|
[fc]
[ns]Wataru[nse]
`Huh?[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1547|
[fc]
[vo_ren s="ren0287"]
[ns]Ren[nse]
`Just let it go, Ko-chan... He's just worried and getting irritated.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1548|
[fc]
Worried? What's there to fuss about at a time like this?[pcms]
*1549|
[fc]
Is there something more important than protecting one's own life?[pcms]
*1550|
[fc]
I wanted to ask that, but for a moment, Yuuho's face flashed in my mind, and I[r]
wondered if Kousuke had someone in this school he would protect even at the cost[r]
of his own life.[pcms]
*1551|
[fc]
But Kousuke is friendly, though I've never heard him talk about having a crush[r]
on anyone at this school...[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1552|
[fc]
[vo_mar s="maru0209"]
[ns]Margarita[nse]
`We don't have time to dawdle. Let's just open it.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1553|
[fc]
[ns]Wataru[nse]
`Ah, yes![pcms]
*1554|
[fc]
In a rush, I cooperated with my senior and we opened the hatch together. The[r]
darkness and my sluggish feet were a blessing as it seemed they hadn't fully[r]
descended yet, but they would be upon us soon.[pcms]
*1555|
[fc]
[ns]Wataru[nse]
`Alright... it's open. Ren, hurry down.[pcms]
[ChrSetEx layer=5 chbase="ren_j7"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1556|
[fc]
[vo_ren s="ren0288"]
[ns]Ren[nse]
`Okay.[pcms]
*1557|
[fc]
I quickly directed Ren towards the newly opened hatch, pointing at it.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1558|
[fc]
The hole illuminated by the flashlight looked like it led straight to hell,[r]
gaping open.[pcms]
*1559|
[fc]
Since it wasn't a ladder like before but concrete stairs leading down, even Ren[r]
should be able to descend quickly.[pcms]
*1560|
[fc]
The hatch seemed to close on its own if let go, so my senior supported the lid[r]
until Ren had descended.[pcms]
*1561|
[fc]
[ns]Wataru[nse]
`Senior, please go down first. I'll support it now.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1562|
[fc]
[vo_mar s="maru0210"]
[ns]Margarita[nse]
`Is that so? Then...[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1563|
[fc]
[ns]Kousuke[nse]
`Where does this lead to?[pcms]
*1564|
[fc]
As I was about to take over supporting the hatch lid from my senior, Kousuke's[r]
voice echoed through the corridor.[pcms]
*1565|
[fc]
[ns]Wataru[nse]
`Where does it lead... In our current situation, do we really have the luxury to[r]
worry about that?[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1566|
[fc]
[ns]Kousuke[nse]
`Hey hey! It's exactly because of times like these that we need to worry about[r]
it. Are you seriously considering jumping into this hole? We could get trapped![pcms]
*1567|
[fc]
[ns]Wataru[nse]
`Do you think we're in a position to complain? Just jump in already.[pcms]
[ChrSetEx layer=5 chbase="kou_f8"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1568|
[fc]
[ns]Kousuke[nse]
`Wait, Wataru![pcms]
;//キャラ消し
[chara_int_ layer=5][trans_c cross time=150]
*1569|
[fc]
After making sure Ren had descended enough, I pushed Kousuke into the hole as if[r]
shoving him down.[pcms]
*1570|
[fc]
[ns]Wataru[nse]
`Senior, quickly![pcms]
*1571|
[fc]
After urging my senior to jump into the hole before me, she did so without[r]
wasting words and plunged in.[pcms]
*1572|
[fc]
Following her lead, I also jumped into the hole.[pcms]
*1573|
[fc]
[ns]Infected Man A[nse]
`We'll rape the women and eat the men.[pcms]
*1574|
[fc]
[ns]Infected Man B[nse]
`I'm starving.[pcms]
*1575|
[fc]
The voices of the infected were getting closer. Had they already descended the[r]
ladder?[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1576|
[fc]
[vo_mar s="maru0211"]
[ns]Margarita[nse]
`I'm closing it.[pcms]
[black_toplayer][trans_c cross time=501][hide_chara_int]
*1577|
[fc]
With my senior's brief command and as if cutting off the voices of the men[r]
chasing us, I heard the heavy sound of the hatch closing.[pcms]
*1578|
[fc]
Did we make it? Are we safe...?[pcms]
*1579|
[fc]
Gachari...[pcms]
[se buf=0 storage="se034"]
*1580|
[fc]
The sound of my senior locking it resonated heavily in my ears.[pcms]
;//〆フェードアウト
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;//→本編・中盤・エンディングへ
[jump storage="42000.ks" target=*42000_TOP]

591
Kansen3_patch/30180.ks Normal file
View file

@ -0,0 +1,591 @@
;//block:007
;//ブロック30180 『裂』
;//@konya 11/12 bg貼付
*30180_TOP
;{SceneSet 裂}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//   ・体育館非常階段&屋内プール(カットイン??)
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣
;//    ・浩助・悠帆
;//時間帯:朝
;//合計12K程度
;//---------------------------------------------------------------
;//---------------------------------------------------------------
[eval exp="sf.SRP06 = 1"]
[if exp="tf.scene_mode==0"][jump target=*NORMAL_PLAY][endif]
;タイトルから即回想きた時用にウィンドウの設定
;[winset][scene_exp_init]
;//BGM(回想用)
[bgm storage="BGM10"]
[jump target=*LABEL_MEMORIES_START]
*NORMAL_PLAY
;//---------------------------------------------------------------
;//▲2:ビニールロープで悠帆を引き上げ救出
;[sysbt_meswin]
*1581|
[fc]
[ns]Wataru[nse]
"That's right. Vinyl rope."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1582|
[fc]
[ns]Kousuke[nse]
"Huh?"[pcms]
*1583|
[fc]
[ns]Wataru[nse]
"The one we used to tie Ren's violin case earlier, maybe we can use it to pull[r]
Yuuho up?"[pcms]
[ChrSetEx layer=5 chbase="ren_i1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1584|
[fc]
[vo_ren s="ren0289"]
[ns]Ren[nse]
"Vinyl rope?"[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1585|
[fc]
[ns]Kousuke[nse]
"Well, considering the remaining length of that rope, it might work... but[r]
making a human ladder like we did to get up here seems impossible."[pcms]
*1586|
[fc]
[ns]Wataru[nse]
"Yeah. From here it's like a two-story height, and besides, that roof is[r]
triangular."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1587|
[fc]
[vo_mar s="maru0212"]
[ns]Margarita[nse]
"If that's the only option, we should act quickly. We never know when they might[r]
come."[pcms]
*1588|
[fc]
[ns]Wataru[nse]
"Right. ...Yuuho, I'm going to throw the rope over to you now."[pcms]
[ChrSetEx layer=5 chbase="yuho_c2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1589|
[fc]
[vo_yuh s="yuho0139"]
[ns]Yuuho[nse]
"O-okay..."[pcms]
*1590|
[fc]
Smiling reassuringly at Yuuho, who looked anxious, we took out the rope from our[r]
backpack.[pcms]
*1591|
[fc]
Tying something heavy enough to serve as a weight to one end, I firmly tied the[r]
other end around my body and then threw it towards Yuuho.[pcms]
*1592|
[fc]
It didn't go well on the first try, and after several attempts of pulling it[r]
back and throwing again, we finally managed to get the rope down to Yuuho.[pcms]
*1593|
[fc]
[ns]Wataru[nse]
"Yuuho, tie yourself up with that rope."[pcms]
[ChrSetEx layer=5 chbase="yuho_c6"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1594|
[fc]
[vo_yuh s="yuho0140"]
[ns]Yuuho[nse]
"Okay, got it."[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*1595|
[fc]
Responding to my words, Yuuho quickly and securely tied herself up with the rope[r]
in a cross-body fashion while we made the final preparations for pulling her up.[pcms]
*1596|
[fc]
Kousuke wrapped the rope firmly around me, and Ren supported us from behind[r]
Kousuke.[pcms]
*1597|
[fc]
In the meantime, Senpai took out a vinyl sheet from my backpack to use as an[r]
edge guard on the roof so that the rope wouldn't fray.[pcms]
*1598|
[fc]
[ns]Wataru[nse]
"Let's go!"[pcms]
*1599|
[fc]
With everyone's preparations complete, we began to pull Yuuho's body up with all[r]
our strength.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1600|
[fc]
[ns]Kousuke[nse]
"Ouchouchouch!"[pcms]
*1601|
[fc]
The vinyl rope bit into our bodies because of its material.[pcms]
*1602|
[fc]
Kousuke was the only one voicing out, but probably it was biting into Yuuho's[r]
body as well.[pcms]
*1603|
[fc]
But somehow, we managed to start lifting Yuuho into the air smoothly.[pcms]
*1604|
[fc]
[ns]Wataru[nse]
"Yuuho, can you put your feet on the window and distribute some of your weight?"[pcms]
[ChrSetEx layer=5 chbase="yuho_c9"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1605|
[fc]
[vo_yuh s="yuho0141"]
[ns]Yuuho[nse]
"I'll try... kyaaah!"[pcms]
*1606|
[fc]
Crash![pcms]
*1607|
[fc]
The sound of Yuuho's scream turning into a shriek and the breaking of window[r]
glass. I wonder which was faster.[pcms]
*1608|
[fc]
[ns]Wataru[nse]
"Yuuho!?"[pcms]
*1609|
[fc]
In a panic, I called out just as my body was yanked forward violently.[pcms]
*1610|
[fc]
[ns]Wataru[nse]
"Whoa!"[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1611|
[fc]
[ns]Kousuke[nse]
"Hey! Wait, Wataru!!"[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1612|
[fc]
[vo_ren s="ren0290"]
[ns]Ren[nse]
"Big brother!!"[pcms]
[chara_int][trans_c cross time=150]
*1613|
[fc]
I'm going to fall from the gym roof to the corridor roof![pcms]
*1614|
[fc]
The moment I thought that, I realized I was suspended in mid-air.[pcms]
*1615|
[fc]
It seems Kousuke and Ren, and even Senpai who were spared from falling off the[r]
roof, hurriedly grabbed onto the rope.[pcms]
*1616|
[fc]
But in front of me, Yuuho... Yuuho was...[pcms]
;BGM即時停止
[fadeoutbgm time=500]
[black_toplayer][trans_c cross time=501][hide_chara_int]
*LABEL_MEMORIES_START
[bgm storage="BGM10"]
;//※エロシーン
;//HEV029
[evcg storage="HEV026a"][trans_c cross time=300]
;[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*1617|
[fc]
[vo_yuh s="yuho0142"]
[ns]Yuuho[nse]
"Noooooo!!"[pcms]
*1618|
[fc]
While being jostled by them, Yuuho was already being violated.[pcms]
*1619|
[fc]
Struggling to escape as she might, the very rope meant to save her now deprived[r]
her of freedom, making it impossible for her to escape from the men's grasp.[pcms]
*1620|
[fc]
[ns]Wataru[nse]
"Y-Yuuho!"[pcms]
;[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1621|
[fc]
[vo_yuh s="yuho0143"]
[ns]Yuuho[nse]
"Help... help me, Wata... hyaaaah!!"[pcms]
[evcg storage="HEV026c"][trans_c cross time=300]
*1622|
[fc]
As they ripped off Yuuho's underwear as if tearing it apart, a man climbed on[r]
top of her.[pcms]
;[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1623|
[fc]
[vo_yuh s="yuho0144"]
[ns]Yuuho[nse]
"It hurts... it hurts, IT HURTS, it hurts!!"[pcms]
*1624|
[fc]
Incessant screams came from Yuuho's mouth.[pcms]
*1625|
[fc]
But regardless of that, the man began thrusting his hips as if pushing up[r]
against Yuuho's entire body.[pcms]
[evcg storage="HEV026d"][trans_c cross time=300]
;[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1626|
[fc]
[vo_yuh s="yuho0145"]
[ns]Yuuho[nse]
"No, don't! Move... don't move... ughhh"[pcms]
*1627|
[fc]
Moving her restricted body, Yuuho still struggled to escape from the man.[pcms]
*1628|
[fc]
But that brought disaster upon Yuuho.[pcms]
[evcg storage="HEV026e"][trans_c cross time=300]
*1629|
[fc]
The rope tangled around her neck, and Yuuho's eyes quickly lost focus.[pcms]
*1630|
[fc]
[ns]Wataru[nse]
"Yuuho!?"[pcms]
*1631|
[fc]
Despite calling out in a panic, Yuuho's eyes remained unfocused.[pcms]
*1632|
[fc]
However, the occasional groan was proof that Yuuho was still breathing.[pcms]
*1633|
[fc]
What karma is this?[pcms]
*1634|
[fc]
Why does Yuuho have to go through something like this?[pcms]
*1635|
[fc]
Where did I go wrong?[pcms]
;[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1636|
[fc]
[vo_yuh s="yuho0146"]
[ns]Yuuho[nse]
"Ughh...ugh..."[pcms]
*1637|
[fc]
The voice that leaked from Yuuho, as if air was being pushed out of her lungs in[r]
sync with the man's movements, pierced my heart.[pcms]
*1638|
[fc]
It's because I screwed up.[pcms]
*1639|
[fc]
That's why Yuuho is being violated right before my eyes... And yet, I'm right[r]
here and can't do anything to save her.[pcms]
*1640|
[fc]
Just watching Yuuho being violated while suspended helplessly in the air.[pcms]
;[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1641|
[fc]
[vo_yuh s="yuho0147"]
[ns]Yuuho[nse]
"Ahah...ahahaha!"[pcms]
[se buf=0 storage="se_sex01"]
[evcg射精フラ storage="HEV026d"]
*1642|
[fc]
After being violated with a creampie by the first and second men, something[r]
changed in Yuuho when the third man did the same.[pcms]
*1643|
[fc]
Until now, her voice had been one of pain or just leaking out, but now it was[r]
mixed with the moans I had heard from other female students.[pcms]
[evcg storage="HEV026e"][trans_c cross time=300]
*1644|
[fc]
[vo_yuh s="yuho0148"]
[ns]Yuuho[nse]
"It's...it's good. More...more"[pcms]
*1645|
[fc]
[ns]Wataru[nse]
"Yuuho..."[pcms]
*1646|
[fc]
That voice was proof that Yuuho had also become one of them. Her wide-open eyes[r]
were also dyed red.[pcms]
*1647|
[fc]
[ns]Infected Man A[nse]
"You want more? Eat up my big dick then."[pcms]
[evcg storage="HEV026f"][trans_c cross time=300]
;[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1648|
[fc]
[vo_yuh s="yuho0149"]
[ns]Yuuho[nse]
"Hyaaan! I'm so happy...ahh!"[pcms]
*1649|
[fc]
When the fourth man climbed on top of Yuuho, a strange sound echoed around.[pcms]
*1650|
[fc]
An indescribable sound, like a crack.[pcms]
*1651|
[fc]
And with that, Yuuho's hands, which had been happily welcoming the man, dangled[r]
down powerlessly.[pcms]
*1652|
[fc]
The rope that had been tangled around Yuuho's neck had delivered the final blow.[pcms]
;//---------------------------------------------------------------
; 回想モード中なら、回想モード画面に戻る
[if exp="tf.scene_mode==1"]
[jump storage="b_scene.ks" target=*back_from_SR]
[endif]
;[eval exp="sf.g_scene06 = 1"]
;//---------------------------------------------------------------
;システムボタン&ウィンドウ消去
[sysbt_meswin clear]
;[white_toplayer][trans_c cross time=1000][hide_chara_int_w]
;//〆フェードアウト
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;システムボタン&ウィンドウ表示
[sysbt_meswin]
*1653|
[fc]
Did she find peace? Did Yuuho find relief at last?[pcms]
;[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1654|
[fc]
[vo_ren s="ren0291"]
[ns]Ren[nse]
"Big brother, it's dangerous!!"[pcms]
*1655|
[fc]
Ren's voice poured down on me, my vision blurred by tears.[pcms]
;mm追加 学園の屋内プール
[bg storage="BG300"]
[ChrSetEx layer=1 chbase="etc_a"][ChrSetXY layer=1 x=200 y=0]
[ChrSetEx layer=2 chbase="etc_b"][ChrSetXY layer=2 x=0 y=0]
[ChrSetEx layer=3 chbase="etc_c"][ChrSetXY layer=3 x=400 y=0]
[trans_c lr time=300]
*1656|
[fc]
When I came back to my senses, I was surrounded by the men who had been[r]
violating Yuuho.[pcms]
*1657|
[fc]
[ns]Wataru[nse]
"Ugh, ugh! Hurry, pull me up quickly."[pcms]
[chara_int][ChrSetEx layer=5 chbase="maru_a10"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1658|
[fc]
[vo_mar s="maru0213"]
[ns]Margarita[nse]
"No good. Can't pull you up."[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1659|
[fc]
[ns]Kousuke[nse]
"Wataru! Can't you climb up yourself!?"[pcms]
*1660|
[fc]
The merciless voice rejected my request.[pcms]
*1661|
[fc]
No, all three of them were trying to help me.[pcms]
*1662|
[fc]
But the fact that they had firmly wrapped the rope around their bodies to[r]
support Yuuho's weight was now also to my detriment.[pcms]
*1663|
[fc]
The rope that had been meant to save Yuuho now bared its fangs at me.[pcms]
[ChrSetEx layer=5 chbase="ren_i6"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1664|
[fc]
[vo_ren s="ren0292"]
[ns]Ren[nse]
"Big brother! Big brother! Big brother!!"[pcms]
*1665|
[fc]
The crying voice of Ren.[pcms]
*1666|
[fc]
I'm sorry... I never wanted to make you cry like that...[pcms]
*1667|
[fc]
Suspended in mid-air, powerless, I was grabbed by the men's hands, and then--[pcms]
*1668|
[fc]
The rope slipped from the hands of the three people.[pcms]
;//
;//●ゲームオーバー
[gameover movie="gameover.mpg"]
(returntitle)[pcms]

606
Kansen3_patch/30190.ks Normal file
View file

@ -0,0 +1,606 @@
;//block:D008
;//ブロック30190 『迂回』
;//@konya 11/12 bg貼付
*30190_TOP
;{SceneSet 迂回}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//   ・体育館非常階段&屋内プール(カットイン??)
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計4K程度
;//---------------------------------------------------------------
;[sysbt_meswin]
;//キャラ消し
[chara_int][trans_c cross time=150]
*1669|
[fc]
I know the gym is full of infected, and they came this way because there's no[r]
escape, using the human ladder.[pcms]
*1670|
[fc]
So really, there's no need to hesitate, I should choose the rope.[pcms]
*1671|
[fc]
But...[pcms]
*1672|
[fc]
The simulation of pulling Yuuho over here with the rope played in my mind.[pcms]
*1673|
[fc]
It would mean getting quite close to the gym windows where the infected are[r]
swarming.[pcms]
*1674|
[fc]
When I peeked through the skylight, the catwalk seemed empty, but I can't be[r]
sure if it's the same here.[pcms]
*1675|
[fc]
Besides, the skylight isn't just a window that a person can barely pass through,[r]
it's forbidden, but it's big enough that some people use it to go in and out of[r]
the corridor roof.[pcms]
*1676|
[fc]
[ns]Wataru[nse]
"...Would it be better to go help directly from inside the gym? It's a detour,[r]
but"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1677|
[fc]
[ns]Kousuke[nse]
"Yeah. It might be a roundabout way, but that seems most certain. There's no[r]
rope to descend with either..."[pcms]
*1678|
[fc]
[ns]Wataru[nse]
"Above all, if we carelessly approach the window and they're inside, Yuuho will[r]
just become prey if she's alone, right?"[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1679|
[fc]
[vo_ren s="ren0293"]
[ns]Ren[nse]
"That's... right. We need to hurry and save Yuuho-chan."[pcms]
*1680|
[fc]
Having agreed with Ren and Kousuke, I turned towards the senior.[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1681|
[fc]
[ns]Kousuke[nse]
"Alright, I'll go too."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1682|
[fc]
[vo_mar s="maru0214"]
[ns]Margarita[nse]
"More importantly, is your sister's condition okay?"[pcms]
[ChrSetEx layer=5 chbase="ren_i4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1683|
[fc]
[vo_ren s="ren0294"]
[ns]Ren[nse]
"Eh?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1684|
[fc]
[vo_mar s="maru0215"]
[ns]Margarita[nse]
"Since we're going to the branch school building anyway. How about resting in[r]
the rooftop biotope garden?"[pcms]
*1685|
[fc]
[ns]Wataru[nse]
"Biotope garden?"[pcms]
*1686|
[fc]
Why there?[pcms]
*1687|
[fc]
...That question rose to my throat. But indeed, I agreed with letting Ren rest.[pcms]
*1688|
[fc]
She's quietly held in Kousuke's arms, but Ren's condition is visibly bad enough[r]
that she's trying to look strong.[pcms]
*1689|
[fc]
Looking at Kousuke's face for his opinion, he seemed to share my thoughts, his[r]
expression plastered with question marks.[pcms]
*1690|
[fc]
Still, he must know best how hot Ren's body is since he's holding her. He seemed[r]
to agree with letting her rest and didn't get entangled with the senior.[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1691|
[fc]
[vo_ren s="ren0295"]
[ns]Ren[nse]
"I-I'm fine... Kousuke-chan, put me down."[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1692|
[fc]
[ns]Kousuke[nse]
"Are you really okay? Truly?"[pcms]
[ChrSetEx layer=5 chbase="ren_i7"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1693|
[fc]
[vo_ren s="ren0296"]
[ns]Ren[nse]
"I'm fine."[pcms]
*1694|
[fc]
Saying so, Ren descended from Kousuke's arms onto the gym roof.[pcms]
*1695|
[fc]
But her footing was a little unsteady.[pcms]
[ChrSetEx layer=5 chbase="ren_i6"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1696|
[fc]
[vo_ren s="ren0297"]
[ns]Ren[nse]
"See? I'm fine, right?"[pcms]
*1697|
[fc]
[ns]Wataru[nse]
"You're not fine, right? Come on, let's head to the biotope anyway."[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1698|
[fc]
[ns]Kousuke[nse]
"The entrance to the biotope is usually left unlocked, and maybe you can rest[r]
inside, right?"[pcms]
[ChrSetEx layer=5 chbase="ren_i5"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1699|
[fc]
[vo_ren s="ren0298"]
[ns]Ren[nse]
"But..."[pcms]
*1700|
[fc]
[ns]Wataru[nse]
"That's right. Ren should rest in the shade for a bit. The UV cream has worn off[r]
too."[pcms]
*1701|
[fc]
While steadying Ren's staggering body, I said that and turned back to Yuuho[r]
again.[pcms]
*1702|
[fc]
[ns]Wataru[nse]
"Yuuho, can you wait just a little longer?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1703|
[fc]
[vo_yuh s="yuho0150"]
[ns]Yuuho[nse]
"Y-Yes. I'm fine. It feels wrong to have you come save me, but I can wait."[pcms]
*1704|
[fc]
Despite her own perilous situation, Yuuho bravely smiled and answered me.[pcms]
*1705|
[fc]
Feeling a bit moved by her kindness and strength, I took Ren by the hand and[r]
chased after the senior heading towards the branch school building.[pcms]
;//〆フェードアウト
;//[fadeoutbgm time=500]
;//[stopse buf=0]
[sysbt_meswin clear]
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//→block:D009へ
;//---------------------------------------------------------------
;//block:D009
;//BG もしくは 神南学園・全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
[ChrSetEx layer=5 chbase="kou_f3"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1706|
[fc]
[ns]Kousuke[nse]
"Then I'll transport the important violin first. Yo! And..."[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*1707|
[fc]
After receiving the violin case from Ren, Kousuke lightly dashed across the gym[r]
roof and jumped over to the biotope garden ahead of us.[pcms]
*1708|
[fc]
It's not like the gap is wide enough to need a dash. At most it's about one[r]
meter.[pcms]
*1709|
[fc]
If Ren were in normal condition, she could barely make the jump.[pcms]
*1710|
[fc]
From here, Yuuho was out of sight, but through the gaps, I could see infected[r]
milling about, and Ren's condition was not normal.[pcms]
*1711|
[fc]
Moreover, we were on a roof almost as high as a three-story building. Could we[r]
make the jump successfully...?[pcms]
*1712|
[fc]
Looking at Ren's face, her cheeks were redder than before and it was clear her[r]
fever had risen significantly.[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1713|
[fc]
[ns]Kousuke[nse]
"Ren-chan can't make this jump now, right? Can't we pass her over between us[r]
two?"[pcms]
*1714|
[fc]
[ns]Wataru[nse]
"That's a good idea, Kousuke."[pcms]
[chara_int][trans_c cross time=150]
;//[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1715|
[fc]
[vo_ren s="ren0299"]
[ns]Ren[nse]
"Eh? No need. I feel bad."[pcms]
*1716|
[fc]
[ns]Wataru[nse]
"If you feel bad about it, then you should just rest quietly. Here, drink some[r]
sports drink and wait."[pcms]
*1717|
[fc]
I took out a water bottle from my backpack pocket and handed it to Ren, then I[r]
picked her up in my arms.[pcms]
;//BG体育館非常階段屋内プールカットイン
;//@konya 該当CGあるか
*1718|
[fc]
[ns]Wataru[nse]
"Be careful, okay?"[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1719|
[fc]
[ns]Kousuke[nse]
"I understand... you're going to help us?"[pcms]
*1720|
[fc]
The senior who had been watching offered to help pass Ren to Kousuke.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1721|
[fc]
[vo_mar s="maru0216"]
[ns]Margarita[nse]
"Because you guys alone aren't reliable. Make sure to get your sister across to[r]
the garden properly."[pcms]
*1722|
[fc]
Kousuke made a slightly annoyed face at the senior's blunt words.[pcms]
*1723|
[fc]
But perhaps grateful for the help, he didn't say anything and accepted Ren's[r]
body.[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1724|
[fc]
[vo_ren s="ren0300"]
[ns]Ren[nse]
"Big brother, Kousuke-chan, I'm sorry."[pcms]
[ChrSetEx layer=5 chbase="kou_f3"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1725|
[fc]
[ns]Kousuke[nse]
"Don't worry about it. Anyway, Ren-chan, you rest over here."[pcms]
*1726|
[fc]
[ns]Wataru[nse]
"That's right. It's better to get into the shade quickly... right, Kousuke?"[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1727|
[fc]
[ns]Kousuke[nse]
"Huh?"[pcms]
*1728|
[fc]
[ns]Wataru[nse]
"Stay with Ren. We don't know what's inside."[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*1729|
[fc]
[ns]Kousuke[nse]
"Is that okay? Just you alone?"[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1730|
[fc]
[vo_ren s="ren0301"]
[ns]Ren[nse]
"Big brother, I'm fine by myself, right? It would be better if you go with[r]
Kousuke-chan, you'll have more strength, and it'll be easier to help Yuuho-chan,[r]
won't it?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1731|
[fc]
[vo_mar s="maru0217"]
[ns]Margarita[nse]
"Don't worry. I'll go with you."[pcms]
*1732|
[fc]
[ns]Wataru[nse]
"Is that okay?"[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1733|
[fc]
[vo_mar s="maru0218"]
[ns]Margarita[nse]
"We're already on this ship... no, in this case, 'If we've eaten the poison, we[r]
might as well lick the plate' fits better, doesn't it?"[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1734|
[fc]
[vo_ren s="ren0302"]
[ns]Ren[nse]
"Please take care of my brother."[pcms]
*1735|
[fc]
Kousuke seemed like he wanted to say something to the senior who smiled slyly,[r]
but Ren bowed her head first, and it seemed to take the fight out of him.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1736|
[fc]
[vo_mar s="maru0219"]
[ns]Margarita[nse]
"Shall we go?"[pcms]
*1737|
[fc]
[ns]Wataru[nse]
"Senior, there's a maintenance ladder for the roof over here. We can get to the[r]
emergency exit that leads to the gymnasium from here."[pcms]
*1738|
[fc]
As I ran a little towards the ladder and was about to descend first, I met Ren's[r]
eyes, which were looking at me with concern.[pcms]
*1739|
[fc]
[ns]Wataru[nse]
"I'll definitely come back with Yuuho."[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*1740|
[fc]
[vo_ren s="ren0303"]
[ns]Ren[nse]
"Big brother... do your best."[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*1741|
[fc]
I smiled back at Ren's words and descended the ladder to the landing of the[r]
emergency staircase.[pcms]
*1742|
[fc]
This should be the emergency exit behind the gym teacher's office... I hope it's[r]
open.[pcms]
*1743|
[fc]
The doorknob I turned didn't budge at all, and as expected, it seemed to be[r]
locked.[pcms]
*1744|
[fc]
What should I do?[pcms]
*1745|
[fc]
I don't have the key for this place, should I go down the emergency stairs and[r]
try from the first floor?[pcms]
*1746|
[fc]
As I was thinking this, the senior came down beside me.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1747|
[fc]
[vo_mar s="maru0220"]
[ns]Margarita[nse]
"A key?"[pcms]
*1748|
[fc]
[ns]Wataru[nse]
"Yes. If we get through here, we can reach the gym teacher's office... wait,[r]
Senior!?"[pcms]
*1749|
[fc]
While I was explaining, the senior took a karate stance or something and took a[r]
deep breath.[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1750|
[fc]
[vo_mar s="maru0221"]
[ns]Margarita[nse]
"Haaaah!!"[pcms]
;//se046・金属で閂金属のガキッ
[se buf=0 storage="se046"]
*1751|
[fc]
With a loud bang, the senior's kick exploded near the doorknob.[pcms]
;//se046・金属で閂金属のガキッ
[se buf=0 storage="se046"]
*1752|
[fc]
Two hits...[pcms]
;//se046・金属で閂金属のガキッ
[se buf=0 storage="se046"]
*1753|
[fc]
Three hits...[pcms]
;//se010・デブが吹っ飛ぶ音
[se buf=0 storage="se010"]
*1754|
[fc]
On the fourth hit, she fiddled with the broken doorknob hole and unlocked the[r]
door.[pcms]
[ChrSetEx layer=5 chbase="maru_a5"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1755|
[fc]
[vo_mar s="maru0222"]
[ns]Margarita[nse]
"There we go... Hm? What is it?"[pcms]
*1756|
[fc]
[ns]Wataru[nse]
"No... it's just that you're amazing, Senior."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1757|
[fc]
[vo_mar s="maru0223"]
[ns]Margarita[nse]
"I was raised that way. That's all there is to it."[pcms]
*1758|
[fc]
The way Senior said it so indifferently somehow stuck with me.[pcms]
*1759|
[fc]
But this wasn't the time to worry about such things.[pcms]
*1760|
[fc]
I went through the opened door and entered the gymnasium.[pcms]
;//システムアイコン消去
[sysbt_meswin clear]
;//黒
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//→block:30200へ
[jump storage="30200.ks" target=*30200_TOP]

305
Kansen3_patch/30200.ks Normal file
View file

@ -0,0 +1,305 @@
;//Block:D010
;//ブロック30200 『突入』
;//@konya 11/12 bg貼付
*30200_TOP
;{SceneSet 突入}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//   ・体育館非常階段&屋内プール(カットイン??)
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助
;//時間帯:朝
;//合計6K程度
;//---------------------------------------------------------------
;//BG準備室カットイン。シーナリーの準備室
;//@konya 該当CGあるか
[bg storage="BG016"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[bgm storage="BGM04"]
[sysbt_meswin]
*1761|
[fc]
As I was about to pass in front of the physical education staff room, I heard a[r]
loud bang from inside.[pcms]
*1762|
[fc]
I flinched and looked over to see a familiar-looking female student crouching[r]
and trembling behind the half-open door.[pcms]
*1763|
[fc]
[ns]Wataru[nse]
"...An infected person? Or not?"[pcms]
*1764|
[fc]
As if reacting to the words I muttered to myself, she lifted her face.[pcms]
*1765|
[fc]
That's right. This face belongs to a girl from the same swim club as Yuuho.[pcms]
*1766|
[fc]
[vo_mob s="buinA0005"]
[ns]Club Member A[nse]
"Ah, Ayase-kun!? Hey, what happened? Everyone's gone crazy, and I... I"[pcms]
*1767|
[fc]
[ns]Wataru[nse]
"I understand. I understand, so calm down."[pcms]
*1768|
[fc]
[vo_mob s="buinA0006"]
[ns]Club Member A[nse]
"Hey, what happened? Everyone's gone crazy, and I'm... I'm scared... scared..."[pcms]
*1769|
[fc]
Seeing me and the senior, she became increasingly panicked with her own words.[pcms]
*1770|
[fc]
No matter how much I tried to calm her down, she wouldn't listen anymore.[pcms]
*1771|
[fc]
[vo_mob s="buinA0007"]
[ns]Club Member A[nse]
"No! I didn't abandon anyone. I didn't abandon them. There was no other way.[r]
There was no other way!"[pcms]
*1772|
[fc]
[ns]Wataru[nse]
"Wait! Just, wait!!"[pcms]
*1773|
[fc]
Without giving me a chance to stop her, she slipped past me and ran towards the[r]
emergency stairs.[pcms]
*1774|
[fc]
[ns]Wataru[nse]
"Wait. It's dangerous outside!"[pcms]
*1775|
[fc]
[vo_mob s="buinA0008"]
[ns]Club Member A[nse]
"Noooooo!!"[pcms]
*1776|
[fc]
There was nothing more we could do for the girl who had dashed out of the[r]
emergency staircase into the outside.[pcms]
;//---------------------------------------------------------------
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1777|
[fc]
[vo_mar s="maru0224"]
[ns]Margarita[nse]
"It can't be helped. Those with weak hearts suddenly awaken to a sense of guilt[r]
once they think the danger to their lives is over, even if they made choices out[r]
of necessity to survive."[pcms]
*1778|
[fc]
Murmuring so softly, the senior entered the staff room.[pcms]
*1779|
[fc]
[ns]Wataru[nse]
"Is that how it is? But, what are you looking for?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1780|
[fc]
[vo_mar s="maru0225"]
[ns]Margarita[nse]
"There are 'them' inside the gymnasium. It would be foolish to go in unarmed,[r]
right?"[pcms]
*1781|
[fc]
Immediately opening a locker, the senior found several wooden swords and bamboo[r]
swords that seemed to belong to the kendo club advisor, and finally opened a[r]
cleaning equipment closet and found a mop.[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1782|
[fc]
[vo_mar s="maru0226"]
[ns]Margarita[nse]
"This is good."[pcms]
*1783|
[fc]
The senior's face looked somewhat pleased as she efficiently detached the wooden[r]
handle from the mop like before. Indeed, when we used a mop inside the school[r]
building, she did say something about preferring wooden handles...[pcms]
*1784|
[fc]
[ns]Wataru[nse]
"Senior, there are wooden swords here from the teachers, why choose a mop?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1785|
[fc]
[vo_mar s="maru0227"]
[ns]Margarita[nse]
"If we're talking about durability alone, wooden swords would indeed be better.[r]
Wasn't the kendo club advisor skilled in ancient swordsmanship? They're good[r]
wooden swords made of loquat."[pcms]
*1786|
[fc]
[ns]Wataru[nse]
"Loquat, as in the fruit? And ancient swordsmanship?"[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1787|
[fc]
[vo_mar s="maru0228"]
[ns]Margarita[nse]
"Loquat wood is resilient and makes for good wooden swords. And by ancient[r]
swordsmanship, I mean traditional styles like Yagyu Shinkage-ryu or Hokushin[r]
Itto-ryu. You've heard of them before, haven't you?"[pcms]
*1788|
[fc]
[ns]Wataru[nse]
"Ah, yes. I've heard of them in period dramas."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1789|
[fc]
[vo_mar s="maru0229"]
[ns]Margarita[nse]
"In modern kendo, they mostly use bamboo swords and hardly ever practice with[r]
wooden swords."[pcms]
*1790|
[fc]
[ns]Wataru[nse]
"Is that so? But if there are wooden swords available as weapons, why go for a[r]
mop again? Well, it could be considered a weapon, I guess."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1791|
[fc]
[vo_mar s="maru0230"]
[ns]Margarita[nse]
"There isn't enough space on the catwalk to swing around a long sword wooden[r]
sword. Therefore, a mop with its reach advantage is better for thrusting."[pcms]
*1792|
[fc]
[ns]Wataru[nse]
"I see..."[pcms]
*1793|
[fc]
I felt somewhat enlightened yet confused at the same time, but anyway, it was[r]
clear that for now, a mop handle was more advantageous than a wooden sword.[pcms]
*1794|
[fc]
I quickly followed the senior's example and took out a mop from the cleaning[r]
equipment closet and began disassembling it.[pcms]
;//---------------------------------------------------------------
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1795|
[fc]
[vo_mar s="maru0231"]
[ns]Margarita[nse]
"We need to secure an escape route. Stay here and keep an eye on the emergency[r]
exit. I'll go to her."[pcms]
*1796|
[fc]
[vo_mob s="buinA0009"]
[ns]Club Member A[nse]
"Kyaaaaaa!!"[pcms]
*1797|
[fc]
Just as I finished my task and turned around, I heard the scream of the girl who[r]
had just left through the emergency exit.[pcms]
*1798|
[fc]
It seems 'they' are already close by. What should I do?[pcms]
*1799|
[fc]
Even if it's unrequited love, saving Yuuho might be my duty. But leaving it to[r]
the senior might increase our chances of survival.[pcms]
;//---------------------------------------------------------------
;//●選択肢
;// 1:ここはマルガリータ先輩に任せよう・・・;//→block:30210
;// 2:僕が行きます!!;//→block:30220
; [link storage="30210.ks" target=*30210_TOP]ここは先輩に任せよう……[endlink]
; (link storage="30220.ks" target=*30220_TOP)I'll go!!(endlink)[pcms]
*SEL25|ここは先輩に任せよう……/ボクが行きます!!
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'I\'ll leave this to my senior'"]
[eval exp="f.seltext04 = 'I\'ll go!!'"]
[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=*SEL25_1]
[sel04 target=*SEL25_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL25_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30210.ks" target=*30210_TOP]
;-------------------------------------------------------------------------------
*SEL25_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30220.ks" target=*30220_TOP]
;//---------------------------------------------------------------

602
Kansen3_patch/30210.ks Normal file
View file

@ -0,0 +1,602 @@
;//block:D011
;//ブロック30210 『再会』
;//@konya 11/12 bg貼付
*30210_TOP
;{SceneSet 再会}
;//---------------------------------------------------------------
;//背景:・学園廊下・神南学園・全景
;//   ・体育館非常階段&屋内プール(カットイン??)
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計7K程度
;//
;//※このブロックでは、20000番台のテキスト部分に
;// 漣が存在するように追記頂ければOKです。
;//---------------------------------------------------------------
;//▲1:ここはマル子先輩に任せよう・・・
;//BG準備室カットイン。シーナリーの準備室
;//@konya 該当CGあるか
;[sysbt_meswin]
*1800|
[fc]
Indeed, there's no guarantee that the catwalk is safe. With my lack of physical[r]
and arm strength, I might just end up being a burden rather than helping Yuuho.[pcms]
*1801|
[fc]
If possible, I'd like to save Yuuho with my own hands, but right now we should[r]
prioritize the most reliable method.[pcms]
*1802|
[fc]
[ns]Wataru[nse]
"Understood. Then I'll guard this place. Please... take care of Yuuho."[pcms]
*1803|
[fc]
I really wanted to dash in heroically like a prince from a fairy tale or a[r]
knight from a movie and save Yuuho in style.[pcms]
*1804|
[fc]
But I can't do that. If I can't, then I have to do the best within my[r]
limitations.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1805|
[fc]
[vo_mar s="maru0232"]
[ns]Margarita[nse]
"If they climb up here, just poke them no matter what."[pcms]
*1806|
[fc]
[ns]Wataru[nse]
"Poke?"[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1807|
[fc]
[vo_mar s="maru0233"]
[ns]Margarita[nse]
"In this narrow space, an amateur swinging a stick around won't be able to deal[r]
effective damage."[pcms]
*1808|
[fc]
As Senpai says, I'm a complete amateur when it comes to fighting or brawling.[pcms]
*1809|
[fc]
Honestly, I'm also unsure about how violent I can get against another person.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1810|
[fc]
[vo_mar s="maru0234"]
[ns]Margarita[nse]
"If you hesitate, it's over."[pcms]
*1811|
[fc]
As if seeing through my anxiety, Senpai hit the nail on the head.[pcms]
*1812|
[fc]
[ns]Wataru[nse]
"..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1813|
[fc]
[vo_mar s="maru0235"]
[ns]Margarita[nse]
"What's important in this kind of fight is not technique but spirit."[pcms]
*1814|
[fc]
[ns]Wataru[nse]
"But..."[pcms]
*1815|
[fc]
Even if they come at us in a gruesome form, the opponent is still human.[pcms]
*1816|
[fc]
They have families, friends, futures, and have lived their lives crying and[r]
laughing.[pcms]
*1817|
[fc]
Is it really okay to hurt them, even in self-defense, as if driving away harmful[r]
beasts?[pcms]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1818|
[fc]
[vo_mar s="maru0236"]
[ns]Margarita[nse]
"Don't think of them as people. They're beasts in human form. If you want to[r]
protect yourself and your loved ones, you have no choice but to fight."[pcms]
*1819|
[fc]
[ns]Wataru[nse]
"Yes..."[pcms]
*1820|
[fc]
I wonder why she can make such clear-cut decisions so easily, it felt strange to[r]
me.[pcms]
*1821|
[fc]
Different upbringing. That's probably the simple explanation.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1822|
[fc]
[vo_mar s="maru0237"]
[ns]Margarita[nse]
"People hurting people... it might be rare here, but it's an act that has been[r]
repeated many times throughout human history."[pcms]
*1823|
[fc]
I understand Senpai's logic well.[pcms]
*1824|
[fc]
Wars and crimes are still rampant in the world, and many people die by human[r]
hands every day.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1825|
[fc]
[vo_mar s="maru0238"]
[ns]Margarita[nse]
"Even if it's sad or painful, if you want to protect what's important to you,[r]
you have no choice but to fight. Remember what we did in front of the music[r]
room."[pcms]
*1826|
[fc]
[ns]Wataru[nse]
"That was... I was beside myself, and mostly you took them down."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1827|
[fc]
[vo_mar s="maru0239"]
[ns]Margarita[nse]
"Whether you were beside yourself or whatever, you managed once. You can do it[r]
again this time. Anyway, I'm counting on you until I get back."[pcms]
*1828|
[fc]
[ns]Wataru[nse]
"Understood..."[pcms]
*1829|
[fc]
That's right. Just as Senpai says.[pcms]
*1830|
[fc]
I have no choice but to do it. To protect what's important, I have no choice but[r]
to do it.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1831|
[fc]
[vo_mar s="maru0240"]
[ns]Margarita[nse]
"You don't need to do anything difficult. Just poke and knock them down. That's[r]
certain."[pcms]
*1832|
[fc]
But as if seeing through my anxiety again, Senpai gave me advice once more.[pcms]
*1833|
[fc]
[ns]Wataru[nse]
"Will it go well?"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1834|
[fc]
[vo_mar s="maru0241"]
[ns]Margarita[nse]
"If it doesn't go well, we'll just die here together, unable to return to your[r]
sister."[pcms]
*1835|
[fc]
[ns]Wataru[nse]
"Yes..."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1836|
[fc]
[vo_mar s="maru0242"]
[ns]Margarita[nse]
"I'm leaving it to you."[pcms]
*1837|
[fc]
Senpai said that shortly and then opened the door and went out onto the catwalk.[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*1838|
[fc]
Suddenly feeling anxious from the bottom of my feet, I steeled my resolve with[r]
Senpai's words.[pcms]
;//BG体育館内
[bg storage="BG014"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*1839|
[fc]
Left alone in this place, I almost grimaced at the sensual moans echoing[r]
throughout the gymnasium and the overpowering smell of sex.[pcms]
*1840|
[fc]
The scene was too gruesome and surreal.[pcms]
*1841|
[fc]
The strange smell and eerie presence.[pcms]
*1842|
[fc]
The air muddled with fear and pleasure was enough to make me dizzy.[pcms]
*1843|
[fc]
Yet Senpai didn't flinch at all and continued to knock down the infected on the[r]
catwalk with another mop handle she had prepared for herself.[pcms]
*1844|
[fc]
It wasn't just the simple poking motion she had instructed me to do earlier; she[r]
used skillful techniques like tripping and striking.[pcms]
*1845|
[fc]
Of course, I don't have the luxury to watch her calmly.[pcms]
*1846|
[fc]
Looking up, I saw a group of infected climbing up the stairs towards us.[pcms]
*1847|
[fc]
[ns]Wataru[nse]
"Poke... Poke..."[pcms]
*1848|
[fc]
Muttering to myself as if to convince myself, I put strength into my trembling[r]
hands and thrust out the mop handle in imitation of Senpai earlier.[pcms]
*1849|
[fc]
[ns]Wataru[nse]
"Ei!"[pcms]
*1850|
[fc]
The tip of the mop handle struck directly at the throat of the infected climbing[r]
up to the front.[pcms]
*1851|
[fc]
I will never forget the dull sensation of hitting flesh for the rest of my life.[pcms]
*1852|
[fc]
Just as Senpai said, no technique was needed at all. The infected I poked[r]
tumbled down beautifully to the landing below.[pcms]
*1853|
[fc]
The infected that tumbled down caused the others to fall like an avalanche.[pcms]
*1854|
[fc]
The narrowness of the stairs worked to our advantage, making the defense[r]
surprisingly easy.[pcms]
*1855|
[fc]
It was like a gun shooting game; I just had to reflexively poke at the ones[r]
repeatedly climbing up.[pcms]
*1856|
[fc]
[ns]Wataru[nse]
"Haa... Haa..."[pcms]
*1857|
[fc]
At first, there was hesitation and a sense of taboo about hurting people, but as[r]
I fought desperately, the guilt faded away.[pcms]
*1858|
[fc]
When I knocked down an infected with what must have been the umpteenth poke, I[r]
finally came to my senses and shuddered at the sight before me.[pcms]
*1859|
[fc]
Limbs injured from tumbling down the stairs. Some were so badly damaged that[r]
bones were deformed...[pcms]
*1860|
[fc]
Yet they kept coming at us, laughing, like broken dolls that never give up.[pcms]
*1861|
[fc]
Their appearance was not something as simple as a beast. Any living creature[r]
would feel pain and fear when hurt.[pcms]
*1862|
[fc]
However, no matter how injured they were, they never lost their smiles. No[r]
matter how hurt, they never gave up. They approached without regard for their[r]
own lives.[pcms]
*1863|
[fc]
Their eeriness, horror, and my fatigue had brought me close to my physical[r]
limits before I knew it.[pcms]
*1864|
[fc]
[ns]Wataru[nse]
"What should I do..."[pcms]
*1865|
[fc]
Once fear set in, it was like sobering up from drunkenness; fear slowed my[r]
movements, and fatigue sapped my strength. It was only a matter of time before[r]
we were overwhelmed.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1866|
[fc]
[vo_mar s="maru0243"]
[ns]Margarita[nse]
"Sorry to keep you waiting!!"[pcms]
*1867|
[fc]
That's when Senpai returned.[pcms]
*1868|
[fc]
[ns]Wataru[nse]
"Se-Senpai..."[pcms]
[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1869|
[fc]
[vo_yuh s="yuho0151"]
[ns]Yuuho[nse]
"Wataru!!!"[pcms]
;//〆EV011
[evcg storage="EV011g"][trans_c cross time=300]
*1870|
[fc]
When I turned around, there was Yuuho, who had been safely rescued. Without a[r]
word, Yuuho hugged me, and I gently stroked her sobbing back.[pcms]
*1871|
[fc]
The feel of her soft body and Yuuho's gentle scent seemed to heal my weary[r]
heart.[pcms]
*1872|
[fc]
It's a shame I wasn't the one who rescued her, but have I ever seen Yuuho so[r]
docile before?[pcms]
*1873|
[fc]
[ns]Wataru[nse]
"I'm glad... you're safe..."[pcms]
;[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1874|
[fc]
[vo_yuh s="yuho0152"]
[ns]Yuuho[nse]
"Thank you... I owe my life to you, Wataru."[pcms]
*1875|
[fc]
[ns]Wataru[nse]
"I didn't really..."[pcms]
[bg storage="bgs008a"][trans_c cross time=500]
*1876|
[fc]
It was Senpai who saved her, and all I did was hold the stairs here. I wanted to[r]
be the hero of the story...[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1877|
[fc]
[vo_mar s="maru0244"]
[ns]Margarita[nse]
"Because you held this place, we were able to escape. Supporting from the rear[r]
is also an important role."[pcms]
*1878|
[fc]
[ns]Wataru[nse]
"Eh? Is that so... right?"[pcms]
*1879|
[fc]
Her tone was blunt, but still, Senpai's words were embarrassingly pleasing to[r]
hear.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1880|
[fc]
[vo_mar s="maru0245"]
[ns]Margarita[nse]
"However, we can't afford to relax too much."[pcms]
*1881|
[fc]
[ns]Wataru[nse]
"Ah, yes... that's right."[pcms]
*1882|
[fc]
It's too early to rejoice in our reunion. Our predicament hasn't changed at all.[pcms]
*1883|
[fc]
In fact, it might just be a matter of whether I become prey alone or we all do[r]
together; the crisis is that imminent.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1884|
[fc]
[vo_mar s="maru0246"]
[ns]Margarita[nse]
"But it's true that just a mop handle isn't reassuring enough. Can you hold out[r]
here a little longer?"[pcms]
*1885|
[fc]
[ns]Wataru[nse]
"Eh? Oh, yes."[pcms]
*1886|
[fc]
The moment I answered, Senpai went back to the staff room. Probably to get the[r]
wooden sword or bamboo sword she found earlier.[pcms]
*1887|
[fc]
Certainly, the mop handle was convenient enough for me to handle, but its length[r]
was a hindrance for carrying around.[pcms]
[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1888|
[fc]
[vo_yuh s="yuho0153"]
[ns]Yuuho[nse]
"Ren-chan was being carried by Kousuke, but are you okay?"[pcms]
*1889|
[fc]
[ns]Wataru[nse]
"Yeah. She's safe. She got sick from too much sun exposure as usual, so she's[r]
waiting with Kousuke at the branch school building."[pcms]
[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1890|
[fc]
[vo_yuh s="yuho0154"]
[ns]Yuuho[nse]
"I see, thank goodness..."[pcms]
*1891|
[fc]
As Yuuho let out a sigh of relief, I could see them coming over her shoulder[r]
again.[pcms]
*1892|
[fc]
[ns]Wataru[nse]
"Yuuho, get out of the way!"[pcms]
*1893|
[fc]
I issued a short warning and once again reflexively pushed away the infected.[pcms]
*1894|
[fc]
Luckily, my hit caused several others to fall with him.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1895|
[fc]
[vo_mar s="maru0247"]
[ns]Margarita[nse]
"Sorry to keep you waiting"[pcms]
*1896|
[fc]
I heard Senpai's voice just as I poked down the second man.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1897|
[fc]
[vo_mar s="maru0248"]
[ns]Margarita[nse]
"We're heading to Biotop. Your sisters are waiting there too."[pcms]
*1898|
[fc]
[ns]Wataru[nse]
"Understood. Let's go, Yuuho."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1899|
[fc]
[vo_yuh s="yuho0155"]
[ns]Yuuho[nse]
"Y-Yes..."[pcms]
*1900|
[fc]
Following Senpai, who switched from a mop to a wooden sword to mow down the[r]
infected, I took Yuuho's hand and climbed up to the roof.[pcms]
[eval exp="f.l_kansen_m = 1"]
;//→block:30250へ
[jump storage="30250.ks" target=*30250_TOP]

217
Kansen3_patch/30220.ks Normal file
View file

@ -0,0 +1,217 @@
;//block:D012
;//ブロック30220 『突入』
;//@konya 11/12 bg貼付
*30220_TOP
;{SceneSet 突入}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計3K程度
;//---------------------------------------------------------------
;//▲2:僕が行きます!!
;//BG準備室カットイン。シーナリーの準備室
;//@konya 該当CGあるか
;[sysbt_meswin]
*1901|
[fc]
[ns]Wataru[nse]
"I'll go... I'll be the one to go!!"[pcms]
*1902|
[fc]
I was surprised at my own reflexive answer, which was uncharacteristic of me.[pcms]
*1903|
[fc]
But if I don't go now, I'm surely not a man.[pcms]
*1904|
[fc]
If survival was the only concern, it would be better to leave it to my senior.[pcms]
*1905|
[fc]
The odds are incomparably higher if I leave it to my senior, and it's not like[r]
Ren's face, waiting with Kousuke, didn't flash across my mind.[pcms]
*1906|
[fc]
Still, I thought that if I couldn't protect the woman I love, I wouldn't be a[r]
man.[pcms]
*1907|
[fc]
I don't think I can become a hero like in the movies or novels.[pcms]
*1908|
[fc]
But still, I have to be the one to go.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1909|
[fc]
[vo_mar s="maru0249"]
[ns]Margarita[nse]
"Then I shall guard the emergency exit."[pcms]
*1910|
[fc]
[ns]Wataru[nse]
"Please do."[pcms]
*1911|
[fc]
I replied to my senior, desperately suppressing my trembling voice.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1912|
[fc]
[vo_mar s="maru0250"]
[ns]Margarita[nse]
"There's no need to aim. Just thrust. An amateur like you swinging a stick won't[r]
be able to deal effective damage."[pcms]
*1913|
[fc]
[ns]Wataru[nse]
"U-understood."[pcms]
[chara_int][trans_c cross time=150]
*1914|
[fc]
With my senior's advice etched in my heart, I opened the door to the catwalk.[pcms]
*1915|
[fc]
The moment I did, I was assaulted by the sensual moans of infected people[r]
attacking humans and an overpowering sexual stench.[pcms]
*1916|
[fc]
Feeling dizzy from the excessively gruesome and surreal scene, I still entered[r]
the gymnasium.[pcms]
;//BG体育館内
[bg storage="BG014"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*1917|
[fc]
[ns]Wataru[nse]
"Thrust... thrust... thrust..."[pcms]
*1918|
[fc]
Muttering my senior's advice like a spell, I ran straight towards Yuuho on the[r]
catwalk.[pcms]
*1919|
[fc]
Fortunately, no one seemed to be coming up here, engrossed in the mad orgy[r]
below... there wasn't a single person on the catwalk.[pcms]
*1920|
[fc]
No, there was...![pcms]
*1921|
[fc]
Somehow sniffing me out, a man had broken through the corridor window and was[r]
reaching out his hand.[pcms]
*1922|
[fc]
He must have cut himself on the glass; blood was streaming down, but he didn't[r]
seem to care at all.[pcms]
*1923|
[fc]
[ns]Wataru[nse]
"Can't you feel pain...!?"[pcms]
*1924|
[fc]
I thought they just lost their reason, but maybe they're already dead physically[r]
by the time they show symptoms?[pcms]
*1925|
[fc]
The thought sent a shiver through my body.[pcms]
*1926|
[fc]
But there's no time to stop here. Yuuho is right where that guy is reaching out.[pcms]
*1927|
[fc]
The prey he's targeting must be Yuuho. No doubt about it.[pcms]
*1928|
[fc]
I readied the mop again and quickly ran over. And then--[pcms]
[eval exp="f.l_h_wat = 1"]
;//---------------------------------------------------------------
;//●時限式選択肢Dー1
;//11:側頭部に突き込む!;//→
;//    狙いが外れてバランス崩す。
;//    腕を掴まれ締め上げられ、
;//    そのまま首筋に噛みつかれ、死亡。
;//    ;//ブロックB_B3へ
;//12:横っ腹に突き込む!;//→block:30230へ
;//13:時間切れ;//→落ち着いて立ち止まり、
;//    横っ腹に突き込む;//→block:30230へ
; [sysbt_meswin clear]
;
; [link storage="B_B3.ks" target=*B_B3_TOP]側頭部に突き込む![endlink]
; [link storage="30230.ks" target=*30230_TOP]横っ腹に突き込む![endlink]
; ;(link storage="30230.ks" target=*30230_TOP)Time's up(endlink)[pcms]
*SEL26|側頭部に突き込む!/横っ腹に突き込む!
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Thrust into the temple!'"]
[eval exp="f.seltext04 = 'Thrust into the side!'"]
[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=*SEL26_1]
[sel04 target=*SEL26_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL26_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="B_B3.ks" target=*B_B3_TOP]
;-------------------------------------------------------------------------------
*SEL26_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30230.ks" target=*30230_TOP]
;//---------------------------------------------------------------

175
Kansen3_patch/30230.ks Normal file
View file

@ -0,0 +1,175 @@
;//block:D013
;//ブロック30230 『伸びる手』
;//@konya 11/12 bg貼付
*30230_TOP
;{SceneSet 伸びる手}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計3K程度
;//---------------------------------------------------------------
;[sysbt_meswin]
*1929|
[fc]
I followed my senior's advice and thrust the mop towards the man's side without[r]
thinking.[pcms]
*1930|
[fc]
I will never forget the sensation I felt at that moment.[pcms]
*1931|
[fc]
Just as I thought the handle I thrust had dug into the man's stomach, he lost[r]
his balance and fell over splendidly.[pcms]
*1932|
[fc]
However, the man had been sticking out more than half of his body through a hole[r]
made by broken glass.[pcms]
*1933|
[fc]
The remaining shards of glass stabbed into the man, and the smell of blood[r]
thickly wafted through the air.[pcms]
*1934|
[fc]
I had taken down several infected in front of the music room as well.[pcms]
*1935|
[fc]
I had seen tragedies multiple times, and even at this moment, if I looked down[r]
from the catwalk, I couldn't help but see them.[pcms]
*1936|
[fc]
But the ones I took down in front of the music room weren't injured like this,[r]
and the tragedies were caused by someone else's hand.[pcms]
*1937|
[fc]
The bloody state of the man before me was something I had created.[pcms]
*1938|
[fc]
He seems not to feel pain because he's struggling, and it seems like he's still[r]
alive, but that makes it all the more terrifying.[pcms]
[ChrSetEx layer=5 chbase="yuho_d9"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1939|
[fc]
[vo_yuh s="yuho0156"]
[ns]Yuuho[nse]
"Wataru!"[pcms]
*1940|
[fc]
The one who saved me from the nausea that suddenly hit was Yuuho's voice.[pcms]
*1941|
[fc]
That's right. There's no time to be shocked by something like this.[pcms]
*1942|
[fc]
[ns]Wataru[nse]
"Yuuho, are you okay?!"[pcms]
[ChrSetEx layer=5 chbase="yuho_d1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1943|
[fc]
[vo_yuh s="yuho0157"]
[ns]Yuuho[nse]
"I'm okay... I'm okay. Wataru... thank you for coming to save me."[pcms]
*1944|
[fc]
[ns]Wataru[nse]
"Of course? I'm going to open the window now."[pcms]
*1945|
[fc]
I leaped to the window next to where the man had fallen and opened it.[pcms]
*1946|
[fc]
[ns]Wataru[nse]
"Can you come this way?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1947|
[fc]
[vo_yuh s="yuho0158"]
[ns]Yuuho[nse]
"Y-yeah... somehow."[pcms]
*1948|
[fc]
While we were taking a detour, she had managed to move a bit from where she[r]
slipped, so it seems I won't have to climb onto the roof after all.[pcms]
*1949|
[fc]
Yuuho stood up unsteadily, maintaining a precarious balance as she slowly but[r]
surely approached me.[pcms]
;//---------------------------------------------------------------
;//●選択肢
;// 1:悠帆に手をさしのべる;//→
;//   悠帆を気にしすぎて、転けていた感染者が
;//   起きあがるのに気が付かず。
;//   横から襲われて死亡。;//→B_B4
;//♂_B_B4は別のシーンからのバッドエンドに使ってるため、
;//既に違うシチュエーションで書き上げて納品しています。B_F2にジャンプしたほうがいいかと。
;// 2:感染者を警戒;//→block:30240へ
; [link storage="B_F2.ks" target=*B_F2_TOP]悠帆に手をさしのべる[endlink]
; (link storage="30240.ks" target=*30240_TOP)Be wary of the infected(endlink)[pcms]
*SEL27|悠帆に手をさしのべる/感染者を警戒
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Extend a hand to Yuuho'"]
[eval exp="f.seltext04 = 'Be cautious of the infected'"]
[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=*SEL27_1]
[sel04 target=*SEL27_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL27_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="B_F2.ks" target=*B_F2_TOP]
;-------------------------------------------------------------------------------
*SEL27_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30240.ks" target=*30240_TOP]
;//---------------------------------------------------------------

276
Kansen3_patch/30240.ks Normal file
View file

@ -0,0 +1,276 @@
;//block:D014
;//ブロック30240 『悠帆再会』
;//@konya 11/12 bg貼付
*30240_TOP
;{SceneSet 悠帆再会}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計3K程度
;//---------------------------------------------------------------
;[sysbt_meswin]
*1950|
[fc]
While keeping an eye on Yuuho as she approached, I stayed on guard against the[r]
fallen infected.[pcms]
*1951|
[fc]
If they don't feel pain, there's no guarantee they won't get up again.[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1952|
[fc]
[vo_yuh s="yuho0159"]
[ns]Yuuho[nse]
"Wataru..."[pcms]
*1953|
[fc]
[ns]Wataru[nse]
"Just a little longer, hang in there."[pcms]
[ChrSetEx layer=5 chbase="yuho_d1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1954|
[fc]
[vo_yuh s="yuho0160"]
[ns]Yuuho[nse]
"Okay."[pcms]
*1955|
[fc]
It was when Yuuho, who sounded worried, called out to me that I was momentarily[r]
distracted.[pcms]
*1956|
[fc]
The man who had fallen was trying to get up.[pcms]
;//キャラ消し
[chara_int][trans_c cross time=150]
*1957|
[fc]
[ns]Wataru[nse]
"Ei!"[pcms]
*1958|
[fc]
Just before he could get up, I thrust out the handle of the mop without[r]
hesitation.[pcms]
*1959|
[fc]
It hit him well, and the man rolled back onto the floor of the catwalk.[pcms]
*1960|
[fc]
But he wasn't caught in the window frame like before, so he would get up again[r]
quickly.[pcms]
*1961|
[fc]
I kept thrusting at his attempts to rise, making sure the man stayed down on the[r]
floor.[pcms]
*1962|
[fc]
Somehow, it felt oddly satisfying... huh?[pcms]
*1963|
[fc]
Could it be that I'm strong??[pcms]
*1964|
[fc]
No, I shouldn't get carried away, but it's enough to make me want to be mistaken[r]
for being good at this.[pcms]
;//〆EV011
[evcg storage="EV011g"][trans_c cross time=300]
;[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1965|
[fc]
[vo_yuh s="yuho0161"]
[ns]Yuuho[nse]
"Wataru!!"[pcms]
*1966|
[fc]
The moment I turned around at Yuuho's voice, which sounded unexpectedly close,[r]
she leaped into my chest.[pcms]
*1967|
[fc]
[ns]Wataru[nse]
"Whoa! Yu, Yuuho"[pcms]
;[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1968|
[fc]
[vo_yuh s="yuho0162"]
[ns]Yuuho[nse]
"Thank you, thank you, Wataru!"[pcms]
*1969|
[fc]
[ns]Wataru[nse]
"I'm glad you're safe."[pcms]
*1970|
[fc]
In my arms, Yuuho sobbed with relief, and as I gently stroked her back, I[r]
couldn't contain the emotions welling up inside me.[pcms]
*1971|
[fc]
The feel of her soft body and Yuuho's gentle scent seemed to heal my weary[r]
heart.[pcms]
;[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1972|
[fc]
[vo_yuh s="yuho0163"]
[ns]Yuuho[nse]
"Thanks to you, Wataru, I was saved. I thought I was done for and almost gave up[r]
when you... when everyone came for me."[pcms]
*1973|
[fc]
[ns]Wataru[nse]
"I'm also happy that Yuuho is safe. Really, thank goodness..."[pcms]
*1974|
[fc]
The sight of the man getting up again caught the corner of my eye. I quickly[r]
pushed him down with the mop handle and took Yuuho's hand.[pcms]
[white_toplayer][trans_c cross time=1000][hide_chara_int_w]
;//BG体育館内
[bg storage="BG014"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*1975|
[fc]
[ns]Wataru[nse]
"It's dangerous here, let's go back quickly. Everyone is waiting."[pcms]
[ChrSetEx layer=5 chbase="yuho_d4"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1976|
[fc]
[vo_yuh s="yuho0164"]
[ns]Yuuho[nse]
"Did you come here alone, Wataru?"[pcms]
*1977|
[fc]
[ns]Wataru[nse]
"No, Senpai is holding down the stairs. Ren and Kousuke are waiting at the annex[r]
building."[pcms]
*1978|
[fc]
While running and holding Yuuho's hand, I briefly explained the current[r]
situation.[pcms]
*1979|
[fc]
[ns]Wataru[nse]
"Sorry to keep you waiting!"[pcms]
*1980|
[fc]
I shouted that as soon as I opened the door leading to the staff room.[pcms]
*1981|
[fc]
I wonder how fierce the battle was. There were several infected lying at[r]
Senpai's feet.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1982|
[fc]
[vo_mar s="maru0251"]
[ns]Margarita[nse]
"I'm glad you're safe."[pcms]
*1983|
[fc]
[ns]Wataru[nse]
"No, thank you too, Senpai."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1984|
[fc]
[vo_yuh s="yuho0165"]
[ns]Yuuho[nse]
"Senpai, I don't know how to thank you enough..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1985|
[fc]
[vo_mar s="maru0252"]
[ns]Margarita[nse]
"It's too early for thanks. You can say it when we've gotten out of here."[pcms]
*1986|
[fc]
[ns]Wataru[nse]
"But..."[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1987|
[fc]
[vo_mar s="maru0253"]
[ns]Margarita[nse]
"We don't have time to dawdle. Move to the next one."[pcms]
*1988|
[fc]
Senpai spoke so firmly that there was no room for interjection, though I wished[r]
she could have said it a bit differently...[pcms]
*1989|
[fc]
But when I realized that what she was holding wasn't a mop but a wooden sword,[r]
my words trailed off.[pcms]
*1990|
[fc]
This place has enough space to swing a wooden sword effectively. It would[r]
certainly showcase Senpai's strength better than a mop handle.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1991|
[fc]
[vo_mar s="maru0254"]
[ns]Margarita[nse]
"Let's go."[pcms]
*1992|
[fc]
Following Senpai who dashed off slashing at the infected with her wooden sword,[r]
I climbed up the maintenance ladder to the gymnasium roof while pulling Yuuho by[r]
the hand.[pcms]
;//→block:30250へ
[jump storage="30250.ks" target=*30250_TOP]

979
Kansen3_patch/30250.ks Normal file
View file

@ -0,0 +1,979 @@
;//block:D015
;//ブロック30250 『脱出へ』
;//@konya 11/12 bg貼付
*30250_TOP
;{SceneSet 脱出へ}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計6K程度
;//
;//※このブロックから書き下ろしになります
;//---------------------------------------------------------------
;//BG青空
[bg storage="BGS008a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[sysbt_meswin]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*1993|
[fc]
[vo_yuh s="yuho0166"]
[ns]Yuuho[nse]
"It's kind of... amazing, isn't it?"[pcms]
*1994|
[fc]
As soon as I told Yuuho that we have to cross by jumping over the gap in the[r]
branch school building, she peered into the gap and muttered softly.[pcms]
*1995|
[fc]
Compelled, I also looked and indeed, there were more infected than before.[r]
Especially noticeable were those wearing uniforms.[pcms]
*1996|
[fc]
Are we the only sane ones left in this school?[pcms]
*1997|
[fc]
Even if there were others, I'm not a hero who could save everyone...[pcms]
;//BG神南学園・全景
[bg storage="BG07a"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*1998|
[fc]
[vo_mar s="maru0255"]
[ns]Margarita[nse]
"Let's go."[pcms]
*1999|
[fc]
The emotion that had taken residence in my chest was blown away by the senior's[r]
voice, and I looked straight towards the garden.[pcms]
*2000|
[fc]
I thought back to when Ren crossed and turned to help Yuuho, but she had already[r]
followed the senior across quickly.[pcms]
*2001|
[fc]
What is this loneliness that resides in my heart?[pcms]
*2002|
[fc]
I didn't understand, but that feeling was blown away when Kousuke's face peeked[r]
from the entrance.[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2003|
[fc]
[ns]Kousuke[nse]
"Yuuho, Wataru!"[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2004|
[fc]
[vo_ren s="ren0304"]
[ns]Ren[nse]
"Big brother! Yuuho-chan!"[pcms]
*2005|
[fc]
[ns]Wataru[nse]
"Are you both alright?"[pcms]
*2006|
[fc]
I moved to the branch school building with a pop and smiled brightly.[pcms]
[ChrSetEx layer=5 chbase="ren_i8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2007|
[fc]
[vo_ren s="ren0305"]
[ns]Ren[nse]
"Yes. I'm glad big brother and Yuuho-chan are safe..."[pcms]
[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2008|
[fc]
[vo_yuh s="yuho0167"]
[ns]Yuuho[nse]
"I'm glad you're safe too, Ren-chan. ...But, aren't you feeling sick from being[r]
in the sun too much? Are you okay?"[pcms]
[ChrSetEx layer=5 chbase="ren_i4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2009|
[fc]
[vo_ren s="ren0306"]
[ns]Ren[nse]
"Eh? Yeah... I'm fine? I've been resting in the shade until now."[pcms]
*2010|
[fc]
[ns]Wataru[nse]
"Don't lie. You're better than before, but you're still staggering, aren't you?"[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2011|
[fc]
[vo_ren s="ren0307"]
[ns]Ren[nse]
"But..."[pcms]
*2012|
[fc]
[ns]Wataru[nse]
"No buts or ifs. Come on, let's go inside quickly. Kousuke, sorry for making you[r]
look after Ren until now. Thanks for your hard work."[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2013|
[fc]
[ns]Kousuke[nse]
"Cut it out, we're all friends here. No need to be formal."[pcms]
*2014|
[fc]
[ns]Wataru[nse]
"Well, that's true."[pcms]
*2015|
[fc]
Laughing ahaha, I felt relieved inside that everything was as usual.[pcms]
*2016|
[fc]
I know it's not the time for this, but precisely because it's not the time, the[r]
normalcy feels precious.[pcms]
*2017|
[fc]
[ns]Wataru[nse]
"But well, honestly, being able to regroup with everyone like this is thanks to[r]
the senior... huh? Where's the senior?"[pcms]
*2018|
[fc]
I looked around to thank the senior, but she was nowhere to be seen.[pcms]
*2019|
[fc]
Seeing the door leading inside swaying, she must have already gone in, right?[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2020|
[fc]
[ns]Kousuke[nse]
"Her? If that's who you mean, she's already inside. Seriously, that woman[r]
doesn't pay any attention to us."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2021|
[fc]
[vo_yuh s="yuho0168"]
[ns]Yuuho[nse]
"But if it weren't for the senior, I don't think I would have been able to meet[r]
everyone like this. Maybe... I would have joined those guys down there."[pcms]
[ChrSetEx layer=5 chbase="ren_i2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2022|
[fc]
[vo_ren s="ren0308"]
[ns]Ren[nse]
"She helped me when I jumped across. She also helped me before when I was[r]
hassled by a gang of delinquents. I think she's a kind senior."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2023|
[fc]
[ns]Kousuke[nse]
"Well, yeah, that's true but..."[pcms]
*2024|
[fc]
The women collectively chided Kousuke with a sharp remark as he immediately[r]
expressed his dissatisfaction with my question.[pcms]
*2025|
[fc]
Kousuke became flustered by the two women's momentum and scratched his head[r]
while mumbling his words.[pcms]
*2026|
[fc]
[ns]Wataru[nse]
"Well, it's fine. Anyway, let's follow the senior."[pcms]
;//BG黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
[bg storage="bg015"][trans_c cross time=500]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2027|
[fc]
[ns]Kousuke[nse]
"Follow her? We don't even know where we're going."[pcms]
*2028|
[fc]
Following the senior who had gone ahead into the building, the contrast between[r]
the brightness outside and the unlit stairs of the branch school building gave a[r]
sensation of being enveloped in darkness.[pcms]
*2029|
[fc]
The only thing that reminded me this was reality was Kousuke's voice coming from[r]
behind.[pcms]
;//[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2030|
[fc]
[vo_mar s="maru0256"]
[ns]Margarita[nse]
"You'll understand if you follow."[pcms]
*2031|
[fc]
Maybe in response to Kousuke's voice, the senior's voice seemed to come from the[r]
direction of the stairs.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2032|
[fc]
[ns]Kousuke[nse]
"You'll understand if you follow... I get that, but I want to know our[r]
destination beforehand."[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2033|
[fc]
[vo_ren s="ren0309"]
[ns]Ren[nse]
"But Ko-chan, if we don't follow the senior now, where will we go from here?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2034|
[fc]
[vo_yuh s="yuho0169"]
[ns]Yuuho[nse]
"That's right. Now that we've come this far, we have no choice but to follow the[r]
senior."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2035|
[fc]
[ns]Kousuke[nse]
"Where to go... Well, whatever it is, we can't start without going down these[r]
stairs."[pcms]
*2036|
[fc]
[ns]Wataru[nse]
"Come on, stop dawdling and let's go down. If they come from those shadows[r]
around here, we won't be able to deal with them."[pcms]
*2037|
[fc]
I firmly told Kousuke who was grumbling and quickly followed the senior down the[r]
stairs.[pcms]
*2038|
[fc]
I'm not thinking that everything will be fine just by following the senior, but[r]
it's also true that following her is the only option we have left.[pcms]
[ChrSetEx layer=5 chbase="kou_f5"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2039|
[fc]
[ns]Kousuke[nse]
"Ah~, come on, your bag is huge!"[pcms]
*2040|
[fc]
[ns]Wataru[nse]
"I've been carrying this camping gear all along. But don't bring up such things[r]
now. I've been carrying it since morning."[pcms]
*2041|
[fc]
[ns]Kousuke[nse]
"I know, but seriously, it's in the way when going down these narrow stairs."[pcms]
*2042|
[fc]
I let Kousuke's grumbling words go in one ear and out the other and continued[r]
down the stairs.[pcms]
;//BG分校舎廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*2043|
[fc]
Compared to the windowless staircase, stepping out into the corridor of the[r]
school building with windows, I finally caught my breath.[pcms]
*2044|
[fc]
Just when I thought that no infected had come in here yet--[pcms]
*2045|
[fc]
[vo_mob s="joshigakuB0002"]
[ns]Female Student B[nse]
"Aaahhh! Y-yes... It's reaching deep, so deep inside me!!"[pcms]
*2046|
[fc]
The moment I thought it was safe, I heard a girl's moans coming from a room[r]
further inside.[pcms]
[ChrSetEx layer=5 chbase="yuho_d5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2047|
[fc]
[vo_yuh s="yuho0170"]
[ns]Yuuho[nse]
"That voice... could it be..."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2048|
[fc]
[ns]Kousuke[nse]
"They've even gotten in here?"[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2049|
[fc]
[vo_mar s="maru0257"]
[ns]Margarita[nse]
"Quiet, do you want to be found?"[pcms]
[ChrSetEx layer=5 chbase="kou_f12"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2050|
[fc]
[ns]Kousuke[nse]
"What! Why do you always have to act like the leader all the time!!"[pcms]
*2051|
[fc]
Scolded by the senior, Kousuke shouted as if he couldn't help it.[pcms]
*2052|
[fc]
[ns]Wataru[nse]
"You idiot, Kousuke!"[pcms]
*2053|
[fc]
It was too late to cover Kousuke's mouth in panic. From the room where we heard[r]
the girl's voice, a male student appeared.[pcms]
*2054|
[fc]
But seeing him walking with his pants and boxers awkwardly caught around his[r]
legs, it was clear he wasn't in his right mind.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2055|
[fc]
[vo_mar s="maru0258"]
[ns]Margarita[nse]
"The first floor."[pcms]
*2056|
[fc]
Following the senior who spoke curtly, I hurried down the stairs while[r]
supporting Ren as if we were fleeing rabbits.[pcms]
;//システムアイコン消去
[sysbt_meswin clear]
;//黒フェード
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//システムアイコン復帰
[sysbt_meswin]
;//BG分校舎廊下
[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
*2057|
[fc]
Kousuke seemed to understand that his shouting had given us away and obediently[r]
took up the rear, with Yuuho between us.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2058|
[fc]
[vo_mar s="maru0259"]
[ns]Margarita[nse]
"This way."[pcms]
*2059|
[fc]
Upon reaching the first floor, she quickly glanced at the door leading outside[r]
and then headed towards the staff preparation room.[pcms]
*2060|
[fc]
[ns]Wataru[nse]
"Senior, that way only leads to the staff preparation room. And it's always[r]
locked."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2061|
[fc]
[vo_mar s="maru0260"]
[ns]Margarita[nse]
"It's fine. I borrowed it from the staff room before I met you."[pcms]
*2062|
[fc]
In this situation, there's no way a teacher would casually refuse, so that's not[r]
"borrowing," it's more like "stealing," right?[pcms]
*2063|
[fc]
Without a moment to spare for such thoughts, the senior grabbed onto the sliding[r]
door as if leaping at it, pulled out a key from her pocket, and began to pry it[r]
open.[pcms]
;//BG準備室カットイン。シーナリーの準備室
;//@konya 該当CGあるか
;//bgs100・シャワールームで代用
[bg storage="BGS100"][trans_c cross time=500]
;[eval exp="f.l_map = 24"]
*2064|
[fc]
Following the senior, I pulled Ren into the preparation room which was[r]
surprisingly tidy. I had imagined it would be more cluttered.[pcms]
*2065|
[fc]
But then again, considering my year and a bit of school life and my time as a[r]
student before that, I've never been in a preparation room, so maybe this is[r]
normal.[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2066|
[fc]
[ns]Kousuke[nse]
"They're following us."[pcms]
*2067|
[fc]
Kousuke closed the door with a bang as the last one in and locked the flimsy[r]
excuse of an internal lock.[pcms]
*2068|
[fc]
But it was just an ordinary sliding door that looked frail, and I felt like I[r]
could break it with a single kick.[pcms]
[chara_int][trans_c cross time=150]
*2068a|
[fc]
[ns]Wataru[nse]
"Senior, what do we do now? ...Wait"[pcms]
*2069|
[fc]
The senior strode silently towards a mysterious hatch that shouldn't even be[r]
there and began to open it.[pcms]
*2070|
[fc]
[ns]Wataru[nse]
"What is that?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2071|
[fc]
[vo_mar s="maru0261"]
[ns]Margarita[nse]
"..."[pcms]
*2072|
[fc]
Ignoring my question, the senior alone opened the hatch and slid its cover off.[pcms]
*2073|
[fc]
Could it be... was this place the senior's goal from the start?[pcms]
*2074|
[fc]
And why does she know about something like this here?[pcms]
[ChrSetEx layer=5 chbase="maru_a5"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2075|
[fc]
[vo_mar s="maru0262"]
[ns]Margarita[nse]
"Aren't you coming?"[pcms]
*2076|
[fc]
After taking out a flashlight from her backpack slung over her shoulder, she[r]
glanced back at us who were staring dumbfounded at what she was doing.[pcms]
[ChrSetEx layer=5 chbase="yuho_d4"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2077|
[fc]
[vo_yuh s="yuho0171"]
[ns]Yuuho[nse]
"Aren't you coming? But why is there something like this here?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2078|
[fc]
[vo_mar s="maru0263"]
[ns]Margarita[nse]
"Did you think I came here without any plan, just to run around aimlessly? This[r]
is an escape route. We can get outside from here."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2079|
[fc]
[ns]Kousuke[nse]
"An escape route? Why would something like that be here? And how do you know[r]
about such a place!?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2080|
[fc]
[vo_mar s="maru0264"]
[ns]Margarita[nse]
"It's basic to memorize escape routes for emergencies."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2081|
[fc]
[ns]Kousuke[nse]
"That's not basic at all..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2082|
[fc]
[vo_mar s="maru0265"]
[ns]Margarita[nse]
"Then make sure you hammer it into your head from now on."[pcms]
*2083|
[fc]
Coldly responding to Kousuke's retort, the senior quickly entered the opened[r]
hole.[pcms]
;//se105・金属音カツン、カツンと金属製のはしごを降りてる感じのものがあれば。
;//[se buf=0 storage="se105"]
*2084|
[fc]
It seemed there was a ladder inside because I could hear the echo of footsteps[r]
clanging down it.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2085|
[fc]
[vo_mar s="maru0266"]
[ns]Margarita[nse]
"So, are you not coming?"[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2086|
[fc]
[ns]Kousuke[nse]
"How can we be sure we can escape through some hole whose destination we don't[r]
even know? The whole school is swarming with them!"[pcms]
[ChrSetEx layer=5 chbase="yuho_d5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2087|
[fc]
[vo_yuh s="yuho0172"]
[ns]Yuuho[nse]
"Kousuke, now's not the time for that."[pcms]
;//SE・扉を叩く音ドン、ドン、ドンと少し長めの間隔で。ループ あれば
[se buf=0 storage="se043"]
[wait time=800]
[se buf=0 storage="se043"]
[wait time=800]
[se buf=0 storage="se043"]
*2088|
[fc]
The moment Yuuho tried to calm Kousuke who reflexively complained, the door was[r]
violently struck from the other side.[pcms]
*2089|
[fc]
No, 'struck' isn't quite right. They were trying to break through.[pcms]
*2090|
[fc]
[ns]Wataru[nse]
"Cut it out already, Kousuke!"[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2091|
[fc]
[ns]Kousuke[nse]
"...Alright."[pcms]
*2092|
[fc]
It seemed he still had a mountain of grievances, but it looked like he[r]
understood that this wasn't the time to complain.[pcms]
*2093|
[fc]
[ns]Wataru[nse]
"Sorry to keep you waiting, senpai... huh, did you go ahead?"[pcms]
*2094|
[fc]
When I turned around, the senior was nowhere to be seen, and I looked around in[r]
confusion for a moment.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2095|
[fc]
[ns]Kousuke[nse]
"Geez, she always does whatever she wants."[pcms]
*2096|
[fc]
[ns]Wataru[nse]
"Speaking of doing whatever one wants, Kousuke, you're worse. I don't know what[r]
you're dissatisfied with, but you keep picking fights with the senior and[r]
wasting time unnecessarily."[pcms]
[ChrSetEx layer=5 chbase="ren_j5"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2097|
[fc]
[vo_ren s="ren0310"]
[ns]Ren[nse]
"That's not like you, Ko-chan. What's wrong?"[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2098|
[fc]
[ns]Kousuke[nse]
"Nothing... Anyway, are you okay, Ren-chan?"[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2099|
[fc]
[vo_ren s="ren0311"]
[ns]Ren[nse]
"Eh? Yeah, I'm fine."[pcms]
*2100|
[fc]
[ns]Wataru[nse]
"Really? But you've been staggering around since earlier. You still have a[r]
fever, don't you?"[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2101|
[fc]
[vo_ren s="ren0312"]
[ns]Ren[nse]
"Yeah... my body still feels hot, but we're not under the sun anymore, so I'll[r]
be fine."[pcms]
[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2102|
[fc]
[vo_yuh s="yuho0173"]
[ns]Yuuho[nse]
"But you shouldn't overdo it, Ren-chan."[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2103|
[fc]
[vo_ren s="ren0313"]
[ns]Ren[nse]
"Yeah, thanks. Here, Onii-chan, I'll give back your water bottle."[pcms]
*2104|
[fc]
As she returned the water bottle I had given her, Ren smiled sweetly.[pcms]
*2105|
[fc]
Her face looked so fragile and dear that it made me feel sad.[pcms]
[chara_int][trans_c cross time=150]
;//se043・ハッチを乱打
[se buf=0 storage="se043"]
[wait time=600]
[se buf=0 storage="se043"]
[wait time=600]
[se buf=0 storage="se043"]
*2106|
[fc]
But as if to hurry us along, the banging on the door grew more intense. It[r]
wasn't just one person anymore. Were there more of them?[pcms]
*2107|
[fc]
[ns]Wataru[nse]
"Looks like we don't have time to dawdle. Anyway, let's go down..."[pcms]
*2108|
[fc]
Just as I was about to say that to Kousuke, the door seemed about to come off[r]
its rails from the relentless assault from the hallway.[pcms]
*2109|
[fc]
[ns]Wataru[nse]
"Let's go. Come on, Ren and Yuuho, you go down first."[pcms]
[ChrSetEx layer=5 chbase="ren_j3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2110|
[fc]
[vo_ren s="ren0314"]
[ns]Ren[nse]
"Okay."[pcms]
[ChrSetEx layer=5 chbase="yuho_d6"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2111|
[fc]
[vo_yuh s="yuho0174"]
[ns]Yuuho[nse]
"Understood."[pcms]
;//黒フェード
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//BG分校舎廊下
;[bg storage="BG017"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;mm
[bg storage="bg17a"][trans_c cross time=500]
;//se043・ハッチを乱打
[se buf=0 storage="se043"]
[wait time=600]
[se buf=0 storage="se043"]
[wait time=600]
[se buf=0 storage="se043"]
*2112|
[fc]
Following Ren were Yuuho, Kousuke, and then me; we hurriedly jumped into the[r]
hole where the senior had disappeared. The banging on the door was getting even[r]
more intense.[pcms]
*2113|
[fc]
We didn't know when that sliding door would be broken through. It was clear as[r]
day that once it was broken, they would swarm into this hole after us.[pcms]
*2114|
[fc]
[ns]Wataru[nse]
"Anyway... we have no choice but to close this hatch from the inside..."[pcms]
*2115|
[fc]
I put my hand on the hatch cover that had been moved aside and tried to descend[r]
into the hole.[pcms]
*2116|
[fc]
But even though the senior had opened it so easily by herself, maybe because of[r]
my awkward position, it was so heavy that I could barely support it...[pcms]
*2117|
[fc]
The inside was bright with light coming from a ventilation duct, but there was[r]
only a passage leading to an unknown destination.[pcms]
*2118|
[fc]
[ns]Wataru[nse]
"Yuuho, ask the senior if there's a switch or something to close the hatch."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2119|
[fc]
[vo_yuh s="yuho0175"]
[ns]Yuuho[nse]
"That's impossible. The senior has gone further ahead."[pcms]
[ChrSetEx layer=5 chbase="kou_f1"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2120|
[fc]
[ns]Kousuke[nse]
"Wataru, need help?"[pcms]
*2121|
[fc]
[ns]Wataru[nse]
"Even if you offer help, there's no space for you to be of any assistance in[r]
this situation, is there?"[pcms]
*2122|
[fc]
Responding to Kousuke's offer of help, I tried hard to close the lid.[pcms]
*2123|
[fc]
But it was so heavy that I couldn't move it quickly.[pcms]
;//se038・金属のドアがぶち破られたような音
[se buf=0 storage="se038"]
*2124|
[fc]
While I was fumbling around, I heard the sound of the door being broken.[pcms]
*2125|
[fc]
We need to escape below quickly...[pcms]
*2126|
[fc]
But it was obvious that if we didn't close this here, they would come right[r]
after us.[pcms]
[ChrSetEx layer=5 chbase="yuho_d9"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2127|
[fc]
[vo_yuh s="yuho0176"]
[ns]Yuuho[nse]
"Wataru, the senior is telling us to come quickly."[pcms]
*2128|
[fc]
[ns]Wataru[nse]
"Eh?"[pcms]
*2129|
[fc]
What should I do? Should I go as is? Or should I close the hatch first?[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A4
;//41:ハッチを閉めるのはあきらめる;//→block:30260
;//42:頑張ってハッチを閉める;//→block:30270
;//43:時間切れ;//→block:30270
; [sysbt_meswin clear]
;
; [link storage="30260.ks" target=*30260_TOP]ハッチを閉めるのはあきらめる[endlink]
; [link storage="30270.ks" target=*30270_TOP]頑張ってハッチを閉める[endlink]
; ;(link storage="30270.ks" target=*30270_TOP)Time's up(endlink)[pcms]
*SEL28|ハッチを閉めるのはあきらめる/頑張ってハッチを閉める
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Give up on closing the hatch'"]
[eval exp="f.seltext04 = 'Try hard to close the hatch'"]
[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=*SEL28_1]
[sel04 target=*SEL28_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL28_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="30260.ks" target=*30260_TOP]
;-------------------------------------------------------------------------------
*SEL28_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="30270.ks" target=*30270_TOP]
;//---------------------------------------------------------------

421
Kansen3_patch/30260.ks Normal file
View file

@ -0,0 +1,421 @@
;//block:D016
;//ブロック30250 『脱出へ』
;//@konya 11/12 bg貼付
*30260_TOP
;{SceneSet 脱出へ}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計4K程度
;//---------------------------------------------------------------
;//背景はシャワールームbgs100)代用継続中
;[sysbt_meswin]
;//キャラ消し
[chara_int_ layer=5][trans_c cross time=150]
*2130|
[fc]
We moved under the floor and held our breath there.[pcms]
*2131|
[fc]
The dark, low-ceilinged space under the floor made it hard to move, but for now,[r]
we had no choice but to endure.[pcms]
*2132|
[fc]
Our current situation was like walking a tightrope.[pcms]
*2133|
[fc]
A little carelessness or mistake could plunge our fate into the abyss.[pcms]
*2134|
[fc]
Then, Margarita-senpai pointed to something right in front of us.[pcms]
*2135|
[fc]
When I focused on where her finger was pointing, I saw another hatch installed[r]
on the concrete foundation under the floor.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2136|
[fc]
[vo_mar s="maru0267"]
[ns]Margarita[nse]
"Let's go in there."[pcms]
*2137|
[fc]
Receiving the instruction in a whisper, I nodded silently.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2138|
[fc]
[ns]Kousuke[nse]
"Hey, hey, are you serious?"[pcms]
*2139|
[fc]
However, Kousuke raised his voice in obvious dissatisfaction with the[r]
suggestion.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2140|
[fc]
[ns]Kousuke[nse]
"If we go in there, we might get trapped, right? It's the same as being buried[r]
alive."[pcms]
*2141|
[fc]
Indeed, there was some truth to that opinion. Considering our current situation[r]
where rescue was unlikely, if the back of the hatch was a dead end, we would be[r]
cornering ourselves.[pcms]
*2142|
[fc]
[ns]Kousuke[nse]
"I'll pass. I don't want to do something that's practically suicide."[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2143|
[fc]
[vo_mar s="maru0268"]
[ns]Margarita[nse]
"There's no room for all this discussion."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2144|
[fc]
[ns]Kousuke[nse]
"Don't decide on your own. It's not decided yet, is it?"[pcms]
*2145|
[fc]
[ns]Wataru[nse]
"Kousuke, keep your voice down."[pcms]
*2146|
[fc]
While calming down the heated Kousuke, I kept a watchful eye on our[r]
surroundings. My heart ached seeing Ren and Yuuho looking at us with anxious[r]
eyes.[pcms]
*2147|
[fc]
We have to unite and move forward for their sake as well.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2148|
[fc]
[vo_mar s="maru0269"]
[ns]Margarita[nse]
"...Anyway, we don't know how long this place will stay safe. It's a race[r]
against time now."[pcms]
*2149|
[fc]
[ns]Wataru[nse]
"That's right. We have no choice but to move forward now."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2150|
[fc]
[ns]Kousuke[nse]
"The path ahead could lead straight into a tiger's den."[pcms]
*2151|
[fc]
[ns]Wataru[nse]
"But still"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2152|
[fc]
[vo_mar s="maru0270"]
[ns]Margarita[nse]
"Shh!!"[pcms]
*2153|
[fc]
In the middle of my words, Margarita-senpai covered my mouth.[pcms]
*2154|
[fc]
The sound of the infected entering the staff room above us could be heard[r]
rattling through.[pcms]
*2155|
[fc]
Just as Margarita-senpai said, now was the time to move quickly; it felt like[r]
the best course of action.[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2156|
[fc]
[vo_mar s="maru0271"]
[ns]Margarita[nse]
"If you don't like it, you can stay behind alone. We're going."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2157|
[fc]
[ns]Kousuke[nse]
"..."[pcms]
*2158|
[fc]
Faced with a desperate situation with no room for choice, Kousuke could only nod[r]
silently.[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2159|
[fc]
[vo_yuh s="yuho0177"]
[ns]Yuuho[nse]
"Let's go, it's dangerous to stay here."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2160|
[fc]
[ns]Kousuke[nse]
"...Alright, I got it."[pcms]
[black_toplayer][trans_c cross time=501][hide_chara_int]
*2161|
[fc]
After Yuuho calmed Kousuke down, we started moving towards the hatch.[pcms]
*2162|
[fc]
Then Ren immediately pointed behind us and shouted.[pcms]
;mm
[bg storage="bg17a"][trans_c cross time=500]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2163|
[fc]
[vo_ren s="ren0315"]
[ns]Ren[nse]
"Ah, they're coming in!"[pcms]
;イベントCG
[evcg storage="evs001"][trans_c cross time=300]
*2164|
[fc]
The infected were swarming into the space under the floor.[pcms]
;mm
[bg storage="bg17a"][trans_c cross time=300]
[ChrSetEx layer=5 chbase="maru_a6"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2165|
[fc]
[vo_mar s="maru0272"]
[ns]Margarita[nse]
"Damn, I didn't expect them to find us so quickly."[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2166|
[fc]
[vo_ren s="ren0316"]
[ns]Ren[nse]
"They're coming this way... What should we do?"[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2167|
[fc]
[vo_mar s="maru0273"]
[ns]Margarita[nse]
"Hurry up and open the hatch!!"[pcms]
*2168|
[fc]
Now that we've been discovered, there's no point in moving quietly without[r]
making noise. We have to open the hatch as quickly as possible and escape into[r]
it.[pcms]
*2169|
[fc]
I put my hands on the hatch and pulled with all my might. If it was locked or[r]
rusted shut, that would be the end of everything.[pcms]
*2170|
[fc]
The thread of fate would be cut, and our lives would be over. As I put all my[r]
strength into my hands with a prayerful feeling... it seemed that luck was still[r]
on our side.[pcms]
;//黒フェード
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
*2171|
[fc]
With a heavy metallic scraping sound, we managed to open the hatch.[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2172|
[fc]
[vo_mar s="maru0274"]
[ns]Margarita[nse]
"Go, keep moving inside."[pcms]
*2173|
[fc]
I wanted to let Yuuho and Ren go first if possible, but there was no time for[r]
that. The infected were almost upon us.[pcms]
*2174|
[fc]
I took the lead and ran down the concrete stairs into the basement. Following[r]
me, Margarita-senpai jumped inside...[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2175|
[fc]
[vo_ren s="ren0317"]
[ns]Ren[nse]
"Yuuho-chan, don't worry about it and go ahead."[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2176|
[fc]
[vo_mar s="maru0275"]
[ns]Margarita[nse]
"Hurry up, move it!"[pcms]
[ChrSetEx layer=5 chbase="yuho_d6"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2177|
[fc]
[vo_yuh s="yuho0178"]
[ns]Yuuho[nse]
"Yes, yes..."[pcms]
[chara_int][trans_c cross time=150]
*2178|
[fc]
Next, Yuuho jumped inside.[pcms]
*2179|
[fc]
But then Kousuke stopped at the entrance.[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2180|
[fc]
[ns]Kousuke[nse]
"There's no guarantee that it's safe inside."[pcms]
[ChrSetEx layer=5 chbase="ren_j6"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2181|
[fc]
[vo_ren s="ren0318"]
[ns]Ren[nse]
"Please, get in... you'll get caught."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2182|
[fc]
[ns]Kousuke[nse]
"...Damn, alright."[pcms]
*2183|
[fc]
Barely dodging the approaching infected, Kousuke and Ren also jumped down into[r]
the passageway beneath the hatch.[pcms]
[ChrSetEx layer=5 chbase="maru_a8"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2184|
[fc]
[vo_mar s="maru0276"]
[ns]Margarita[nse]
"Alright, close it!!"[pcms]
;イベントCG
[evcg storage="evs001"][trans_c cross time=300]
*2185|
[fc]
As I pulled the hatch from the inside to close it, the infected were almost upon[r]
us. Their outstretched hands were coming at my face.[pcms]
*2186|
[fc]
I was scared and wanted to let go of the hatch and run away, but if I didn't[r]
close it, they would get inside.[pcms]
*2187|
[fc]
It was a do-or-die bet, but I desperately tried to close the hatch right there.[pcms]
[black_toplayer][trans_c cross time=501][hide_chara_int]
*2188|
[fc]
In the nick of time... I managed to close the hatch before the infected's hands[r]
could reach us. I quickly locked it from the inside.[pcms]
;[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2189|
[fc]
[vo_mar s="maru0277"]
[ns]Margarita[nse]
"Phew... They won't be able to get in easily now."[pcms]
*2190|
[fc]
[ns]Wataru[nse]
"That was close... *pant* *pant*..."[pcms]
*2191|
[fc]
While letting out a sigh of relief, I slumped down on the spot.[pcms]
;[fadeoutbgm time=500]
;[stopse buf=0]
;[sysbt_meswin clear]
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
[ANTEN bl]
;//→本編・中盤・エンディングへ
[jump storage="40000.ks" target=*40000_TOP]

320
Kansen3_patch/30270.ks Normal file
View file

@ -0,0 +1,320 @@
;//block:D017
;//ブロック30270 『脱出へ2』
;//@konya 11/12 bg貼付
*30270_TOP
;{SceneSet 脱出へ2}
;//---------------------------------------------------------------
;//背景:・体育館非常階段&屋内プール
;//   ・体育館内
;//登場人物:主人公・マルガリータ・モブ・感染者多数・漣・浩助・悠帆
;//時間帯:朝
;//合計4K程度
;//---------------------------------------------------------------
;//背景はシャワールームbgs100)代用継続中
[chara_int][trans_c cross time=150]
;//se038・金属のドアがぶち破られたような音
[se buf=0 storage="se038"]
;[sysbt_meswin]
*2192|
[fc]
Gakon![pcms]
*2193|
[fc]
As I struggled to close the hatch, I witnessed the sliding door being kicked[r]
open right before my eyes.[pcms]
*2194|
[fc]
[ns]Wataru[nse]
"This is bad. I need to escape quickly!!"[pcms]
*2195|
[fc]
I hurriedly finished closing the hatch and descended the ladder in a tumble.[pcms]
*2196|
[fc]
The ceiling was so low that I had to stoop to walk, and the only light was from[r]
the flashlight that the senior was holding.[pcms]
*2197|
[fc]
;The light coming in from the ventilation ducts was blinding, but it wasn't[r]
enough to fully illuminate the passageway, so I ran there relying on the light[r]
of the flashlight as if I was about to trip.[pcms]
*2198|
[fc]
[ns]Wataru[nse]
"Senior, the door has been broken!!"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2199|
[fc]
[vo_mar s="maru0278"]
[ns]Margarita[nse]
"I see. I didn't expect that door to hold anyway, it was anticipated. More[r]
importantly, let's open this hatch and get out."[pcms]
*2200|
[fc]
While saying that, the senior pointed with her flashlight to another hatch[r]
attached to the bare concrete foundation.[pcms]
*2201|
[fc]
[ns]Infected Man A[nse]
"I smell something good coming from here, huh?"[pcms]
*2202|
[fc]
[ns]Infected Person - Male B[nse]
"A woman... there's a woman here."[pcms]
*2203|
[fc]
Although it's hard to see in the dim light, I could finally make out a man's[r]
legs extending from the gaping hole.[pcms]
*2204|
[fc]
[ns]Wataru[nse]
"If we're opening this, why aren't you helping, Kousuke?"[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2205|
[fc]
[ns]Kousuke[nse]
"Why should I trust what a woman says?"[pcms]
*2206|
[fc]
[ns]Wataru[nse]
"What...!?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*2207|
[fc]
[vo_yuh s="yuho0179"]
[ns]Yuuho[nse]
"Kousuke has been acting like an idiot ever since earlier. Did something happen[r]
before you met up with me?"[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2208|
[fc]
[vo_ren s="ren0319"]
[ns]Ren[nse]
"Nothing in particular, but Ko-chan has his own worries..."[pcms]
*2209|
[fc]
Although Ren defended him, which was contrary to Yuuho's rising anger, it's[r]
possible she learned something from Kousuke when they went to help Yuuho alone.[pcms]
*2210|
[fc]
Worries? What is he fussing about at a time like this? Kousuke...[pcms]
*2211|
[fc]
Is there something more important to him than his own life?[pcms]
*2212|
[fc]
I wanted to ask that, but for a moment, Yuuho's face flashed in my mind, and I[r]
wondered if Kousuke had someone in this school he would protect even at the cost[r]
of his own life.[pcms]
*2213|
[fc]
But Kousuke is friendly, though I've never heard him talk about having a crush[r]
on anyone at this school...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2214|
[fc]
[vo_mar s="maru0279"]
[ns]Margarita[nse]
"We don't have time to dawdle. Let's just open it."[pcms]
*2215|
[fc]
[ns]Wataru[nse]
"Ah, yes."[pcms]
*2216|
[fc]
In a rush, I cooperated with the senior and we managed to open the hatch[r]
together.[pcms]
*2217|
[fc]
The darkness and my clumsy feet were a blessing; they hadn't fully descended[r]
yet, but they'll be here soon.[pcms]
*2218|
[fc]
[ns]Wataru[nse]
"Alright... it's open. Yuuho, Ren, hurry down."[pcms]
[ChrSetEx layer=5 chbase="ren_i3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*2219|
[fc]
[vo_ren s="ren0320"]
[ns]Ren[nse]
"Okay."[pcms]
*2220|
[fc]
I pointed at the newly opened hatch and guided Yuuho and Ren towards it.[pcms]
*2221|
[fc]
The hole illuminated by the flashlight looked like it led straight to hell,[r]
gaping open.[pcms]
*2222|
[fc]
Since it wasn't a ladder like before but concrete stairs leading down, even Ren[r]
should be able to descend quickly.[pcms]
*2223|
[fc]
The hatch seemed to close on its own if let go; the senior supported the lid[r]
until Yuuho and Ren descended in that order.[pcms]
*2224|
[fc]
[ns]Wataru[nse]
"Senior, please go down first. I'll support it now."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2225|
[fc]
[vo_mar s="maru0280"]
[ns]Margarita[nse]
"Is that so? Then..."[pcms]
[ChrSetEx layer=5 chbase="kou_f2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2226|
[fc]
[ns]Kousuke[nse]
"Where does this lead to?"[pcms]
*2227|
[fc]
Just as I was about to take over supporting the hatch lid from the senior,[r]
Kousuke's voice echoed through the passageway.[pcms]
*2228|
[fc]
[ns]Wataru[nse]
"Where does it lead... In our current situation, is that really what you're[r]
worried about?"[pcms]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2229|
[fc]
[ns]Kousuke[nse]
"Hey hey! It's exactly because of times like this that we need to worry about[r]
that. Are you seriously going down this hole? We might get trapped!"[pcms]
*2230|
[fc]
[ns]Wataru[nse]
"Do you think we're in a position to complain? Just jump in already."[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*2231|
[fc]
[ns]Kousuke[nse]
"Wait, Wataru"[pcms]
;//キャラ消し
[chara_int_ layer=5][trans_c cross time=150]
*2232|
[fc]
After making sure Ren had descended far enough, I pushed Kousuke into the hole[r]
as if shoving him down.[pcms]
*2233|
[fc]
[ns]Wataru[nse]
"Senior, quickly."[pcms]
*2234|
[fc]
After swapping with the senior who was supporting the hatch, I urged her to jump[r]
down first, and without any hesitation or wasted words, she dove into the hole.[pcms]
*2235|
[fc]
Following her lead, I also jumped into the hole.[pcms]
*2236|
[fc]
[ns]Infected Man A[nse]
"I'll rape the women and eat the men!!!!!"[pcms]
*2237|
[fc]
[ns]Infected Man B[nse]
"I'm starving."[pcms]
*2238|
[fc]
The voices of the infected were getting much closer. Had they already descended[r]
the ladder?[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*2239|
[fc]
[vo_mar s="maru0281"]
[ns]Margarita[nse]
"I'm closing it."[pcms]
*2240|
[fc]
With a short command from the senior and as if cutting off the voices of the men[r]
chasing us, I heard the heavy sound of the hatch closing.[pcms]
*2241|
[fc]
Did we make it out safely?[pcms]
;//〆:黒画面
;[black_toplayer][trans_c cross time=1000][hide_chara_int]
*2242|
[fc]
The sound of the senior locking the hatch resonated heavily in my ears.[pcms]
;//〆フェードアウト
[fadeoutbgm time=500]
[stopse buf=0]
[sysbt_meswin clear]
;//<ChrInit>
;//[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//→本編・中盤・エンディングへ
[jump storage="40000.ks" target=*40000_TOP]

559
Kansen3_patch/40000.ks Normal file
View file

@ -0,0 +1,559 @@
;//block:A001
;//ブロック:40000 『地下道全員脱出編 上』
;//@konya 11/18 EV_CGほか
*40000_TOP
;{SceneSet 地下道全員脱出編上}
;//---------------------------------------------------------------
;//背景:分校舎地下室
;//登場人物:主人公・悠帆(ジャージ+バッグ)・浩助(制服)
;//     マルガリータ(制服)・漣(バイオリン+制服)・感染者
;//時間帯:昼
;//・テキスト容量4K前後
;//---------------------------------------------------------------
;//〆BG:黒画面
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=600]
[se buf=0 storage="se043"]
[wait time=500]
[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
;// ごんごんはフォント大きめで、特殊フォント?
[bgm storage="BGM04"]
[sysbt_meswin]
*1|
[fc]
Gongon... gongon...[pcms]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=200]
;[se buf=0 storage="se043"]
*2|
[fc]
The hatch that was supposed to be tightly closed is being knocked on already.[pcms]
*3|
[fc]
Gongon... gongon...[pcms]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=200]
;[se buf=0 storage="se043"]
*4|
[fc]
Slowly and mechanically, with a regular rhythm.[pcms]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=1500]
;[se buf=0 storage="se043"]
;[wait time=2000]
;[se buf=0 storage="se043"]
;[wait time=900]
;[se buf=0 storage="se043"]
;// ごんごんはフォント大きめで、特殊フォント?
;// 一部文字は 拡大せずに大小とりまぜて
;// 音の強弱を表現?
*5|
[fc]
Gongon! ...Gon... gongon![pcms]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
;[wait time=2000]
;[se buf=0 storage="se043"]
;[wait time=900]
;[se buf=0 storage="se043"]
;[wait time=1000]
;[se buf=0 storage="se043"]
*6|
[fc]
Gongongon! Gogongon![pcms]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=2000]
;[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
;[wait time=800]
;[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
;[wait time=1000]
;[se buf=0 storage="se043"]
*7|
[fc]
Gogon! Gon! Gogon! Gongon![pcms]
;// 通常サイズフォント
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=1000]
[se buf=0 storage="se043"]
[wait time=500]
[se buf=0 storage="se043"]
[wait time=800]
[se buf=0 storage="se043"]
[wait time=600]
[se buf=0 storage="se043"]
*8|
[fc]
Gon!! Gogon! Gongon! Gon! Gon! Gogon! Gon!! Gogon! Gon! Gongon!![pcms]
*9|
[fc]
[ns]Wataru[nse]
"Uwaa..."[pcms]
*9a|
[fc]
The sound echoing from the hatch, struck violently like a downpour and weakly at[r]
random, was not made by a sane human being.[pcms]
*9b|
[fc]
It's them![pcms]
*10|
[fc]
Moving instinctively... borrowing the words of my senior, it's not humans but[r]
"beasts in human form" that are swarming and continuously pounding on the hatch![pcms]
;//SE・金属の板を叩く音
;// ごんごんはフォント大きめで、特殊フォント?
;// 一部文字は 拡大せずに大小とりまぜて
;// 音の強弱を表現?
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=600]
[se buf=0 storage="se043"]
;[wait time=500]
;[se buf=0 storage="se043"]
;[wait time=2000]
;[se buf=0 storage="se043"]
;[wait time=900]
;[se buf=0 storage="se043"]
;[wait time=1500]
;[se buf=0 storage="se043"]
*11|
[fc]
Gongogon! ...Gogon! ...Gon![pcms]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=200]
;[se buf=0 storage="se043"]
;[wait time=2200]
;[se buf=0 storage="se043"]
;[wait time=600]
;[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
*12|
[fc]
Gogongon! Gogongogon![pcms]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=1800]
;[se buf=0 storage="se043"]
;[wait time=1600]
;[se buf=0 storage="se043"]
;[wait time=600]
;[se buf=0 storage="se043"]
;[wait time=1800]
;[se buf=0 storage="se043"]
;[wait time=600]
;[se buf=0 storage="se043"]
;[wait time=600]
;[se buf=0 storage="se043"]
;[wait time=600]
*13|
[fc]
Gogon! Gon! Gogon! Gogogon!![pcms]
*14|
[fc]
[ns]Infected Man C[nse]
"Uuuuuhhh..."[pcms]
;//@konya EV_CG 感染者たち
[evcg storage="evs001"][trans_c cross time=300]
*15|
[fc]
[vo_mob s="onnakansenA0001"]
[ns]Infected Woman A[nse]
"Open up~"[pcms]
*16|
[fc]
[vo_mob s="onnakansenB0001"]
[ns]Infected Woman C[nse]
"Let me in~"[pcms]
;// 通常サイズフォント
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=1500]
;[se buf=0 storage="se043"]
;[wait time=1000]
;[se buf=0 storage="se043"]
;[wait time=900]
;[se buf=0 storage="se043"]
;[wait time=1700]
;[se buf=0 storage="se043"]
;[wait time=1100]
;[se buf=0 storage="se043"]
*17|
[fc]
Gogon!! Gogon! Gongon! Gon! Gon! Gongon! Gon!! Gongon! Gongon!! Gon![pcms]
*18|
[fc]
[ns]Infected Man D[nse]
"Let me eat~"[pcms]
*19|
[fc]
[vo_mob s="onna_kansenC0001"]
[ns]Infected Woman D[nse]
"Give me your cock, please~!"[pcms]
;//@konya 分校舎地下室
;[bg storage="BGS100"][trans_c cross time=500]
;[eval exp="f.l_map = 1"]
;mm
[bg storage="bg027"][trans_c cross time=500]
*20|
[fc]
[ns]Wataru[nse]
"Hiiii!!"[pcms]
*21|
[fc]
While letting out a pitiful scream, I stagger backward in terror.[pcms]
;//se004・身体と身体が 軽くぶつかる音
[se buf=0 storage="se004"]
*22|
[fc]
Don![pcms]
*23|
[fc]
[ns]Wataru[nse]
"Uwaaaah!!"[pcms]
*24|
[fc]
I scream again as my back hits something.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*25|
[fc]
[vo_mar s="maru0883"]
[ns]Margarita[nse]
"It's me. Don't be scared, Wataru!"[pcms]
*26|
[fc]
[ns]Wataru[nse]
"Sen... ior..."[pcms]
*27|
[fc]
What my back bumped into was the back of Senior Margarita.[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*28|
[fc]
[vo_yuh s="yuho0790"]
[ns]Yuuho[nse]
"Are you okay? Wataru"[pcms]
*29|
[fc]
Yuuho is looking at me with concern.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*30|
[fc]
[vo_mar s="maru0884"]
[ns]Margarita[nse]
"Being cowardly can help you survive. Cowardice also means being cautious.[r]
Foolhardy bravery without fear leads to ruin over trivial matters."[pcms]
*31|
[fc]
[vo_mar s="maru0885"]
[ns]Margarita[nse]
"However, being too cowardly means you might end up frozen in fear, simply[r]
waiting for death. It's meaningless to lose to fear."[pcms]
[ChrSetEx layer=5 chbase="maru_a7"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*32|
[fc]
[vo_mar s="maru0886"]
[ns]Margarita[nse]
"Control your fear! Ayase!!"[pcms]
*33|
[fc]
[ns]Wataru[nse]
"Y-Yes!"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*34|
[fc]
[vo_mar s="maru0887"]
[ns]Margarita[nse]
"It's unlikely that hatch will be broken through, but staying here gets us[r]
nowhere. Above all, if we're at a dead end, we have no further means to escape."[pcms]
*35|
[fc]
[vo_mar s="maru0888"]
[ns]Margarita[nse]
"We move forward!"[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*36|
[fc]
[ns]Kousuke[nse]
"For real? We don't even know what's down there, and you wanna go down? You[r]
kidding me?!"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*37|
[fc]
[vo_mar s="maru0889"]
[ns]Margarita[nse]
"...If you really want to turn back, I won't stop you."[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*38|
[fc]
[ns]Kousuke[nse]
"Guh..."[pcms]
*39|
[fc]
It was then that Kousuke and the senior glared at each other.[pcms]
[chara_int][trans_c cross time=150]
;//se043・金属の板を叩く音
[se buf=0 storage="se043"]
[wait time=300]
[se buf=0 storage="se043"]
;[wait time=500]
;[se buf=0 storage="se043"]
;[wait time=800]
;[se buf=0 storage="se043"]
;[wait time=600]
;[se buf=0 storage="se043"]
*40|
[fc]
Gon! Gongon! Gongon! Gongon![pcms]
*41|
[fc]
Gongongongongongongongongongongongon![pcms]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*42|
[fc]
[ns]Wataru[nse]
"...!"[pcms]
*43|
[fc]
The clamorous sound of metal being struck reverberates, and we all look at the[r]
hatch in shock.[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*44|
[fc]
[vo_yuh s="yuho0791"]
[ns]Yuuho[nse]
"Wait, wait! Isn't the sound getting louder than before?!"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*45|
[fc]
[vo_mar s="maru0890"]
[ns]Margarita[nse]
"Their numbers must have increased."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*46|
[fc]
[vo_yuh s="yuho0792"]
[ns]Yuuho[nse]
"Then, we can't go back?"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*47|
[fc]
[vo_mar s="maru0891"]
[ns]Margarita[nse]
"It's nearly impossible now."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*48|
[fc]
[vo_yuh s="yuho0793"]
[ns]Yuuho[nse]
"No way..."[pcms]
*49|
[fc]
Yuuho bit her lip and glared intently at the door.[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*50|
[fc]
[ns]Kousuke[nse]
"What the... what's going on?..."[pcms]
*51|
[fc]
Next to the bewildered Kousuke, the senior muttered something in a foreign[r]
language and made the sign of the cross in front of his chest.[pcms]
[ChrSetEx layer=5 chbase="ren_j10"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*52|
[fc]
[vo_ren s="ren0832"]
[ns]Ren[nse]
"Ugh... uhh, no more, I can't...!"[pcms]
*53|
[fc]
Unable to bear the tension any longer, Ren began to sob softly.[pcms]
*54|
[fc]
[ns]Wataru[nse]
"Ren..."[pcms]
*55|
[fc]
I pulled Ren's body close to embrace her.[pcms]
;//---------------------------------------------------------------
;//●選択肢
;//悠帆のそばに行く→block:
;// 『地下道全員脱出編 上』 pt.2A
;//漣を落ち着かせる→block:
;// 『地下道全員脱出編 上』 pt.2B
; [link storage="40010.ks" target=*40010_TOP]悠帆のそばに行く[endlink]
; (link storage="40020.ks" target=*40020_TOP)Calm Ren down(endlink)[pcms]
*SEL29|悠帆のそばに行く/漣を落ち着かせる
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Go to Yuuho\'s side'"]
[eval exp="f.seltext04 = 'Calm Ren down'"]
[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=*SEL29_1]
[sel04 target=*SEL29_2]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL29_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="40010.ks" target=*40010_TOP]
;-------------------------------------------------------------------------------
*SEL29_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="40020.ks" target=*40020_TOP]
;//---------------------------------------------------------------

108
Kansen3_patch/40010.ks Normal file
View file

@ -0,0 +1,108 @@
;//block:A002
;//ブロック:40010『地下道全員脱出編 上』 pt.2A
;//@konya 11/18 EV_CGほか
;//@konya 40000.txtから
*40010_TOP
;{SceneSet 地下道全員脱出編上}
;//---------------------------------------------------------------
;//背景:分校舎地下室
;//登場人物:主人公・悠帆(ジャージ+バッグ)
;//時間帯:昼
;//・テキスト容量1K前後
;//---------------------------------------------------------------
;//BGM04 ON
;[sysbt_meswin]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*56|
[fc]
[vo_yuh s="yuho0794"]
[ns]Yuuho[nse]
"..."[pcms]
*57|
[fc]
Yuuho remained motionless, staring at the door.[pcms]
*58|
[fc]
Her profile was so tense it seemed as if she was holding back a scream.[pcms]
*59|
[fc]
I walked up to Yuuho, dragging Ren who was clinging to me with all her might.[pcms]
*60|
[fc]
[ns]Wataru[nse]
"...Yuuho?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d7"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*61|
[fc]
[vo_yuh s="yuho0795"]
[ns]Yuuho[nse]
"Eek!?"[pcms]
*62|
[fc]
Although I tried not to startle her, Yuuho let out a strained voice as if it was[r]
torn from the back of her throat.[pcms]
*63|
[fc]
[ns]Wataru[nse]
"Ah... sorry."[pcms]
[ChrSetEx layer=5 chbase="yuho_d1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*64|
[fc]
[vo_yuh s="yuho0796"]
[ns]Yuuho[nse]
"No, it's okay. I'm sorry for making such a weird noise."[pcms]
*65|
[fc]
Yuuho turned around and gave an awkward smile.[pcms]
*66|
[fc]
[ns]Wataru[nse]
"...Are you okay?"[pcms]
*67|
[fc]
I gently placed my hand on her shoulder while making eye contact.[pcms]
*68|
[fc]
Then, Yuuho's small hand was placed on top of mine.[pcms]
*69|
[fc]
[vo_yuh s="yuho0797"]
[ns]Yuuho[nse]
"Yeah... I'm okay... I'm fine."[pcms]
*70|
[fc]
Although she was tense, Yuuho managed to muster something like a smile and gazed[r]
back at me.[pcms]
*71|
[fc]
But her words seemed more like she was reassuring herself than answering me.[pcms]
;mm ユウホポイント入って無いけどいいのかな
;//→block:40030へ
[jump storage="40030.ks" target=*40030_TOP]

88
Kansen3_patch/40020.ks Normal file
View file

@ -0,0 +1,88 @@
;//block:A003
;//ブロック:『地下道全員脱出編 上』pt.2B
;//@konya 11/18 EV_CGほか
;//@konya 40000.txtから
*40020_TOP
;{SceneSet 地下道全員脱出編上}
;//---------------------------------------------------------------
;//背景:分校舎地下室
;//登場人物:主人公・漣(バイオリン+制服)
;//時間帯:昼
;//・テキスト容量1K前後
;//---------------------------------------------------------------
;//BGM04 ON
;[sysbt_meswin]
[ChrSetEx layer=5 chbase="ren_j10"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*72|
[fc]
[vo_ren s="ren0833"]
[ns]Ren[nse]
"...Onii-chan..."[pcms]
*73|
[fc]
Ren clings to the arms that are holding her.[pcms]
*74|
[fc]
Perhaps unable to endure the continuous tension and fear, her whole body is[r]
trembling.[pcms]
*75|
[fc]
[ns]Wataru[nse]
"Ren... It's okay... It's going to be okay."[pcms]
*76|
[fc]
Not even sure what's okay, I tightly hug Ren's slender body and stroke her head[r]
repeatedly.[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*77|
[fc]
[vo_ren s="ren0834"]
[ns]Ren[nse]
"O... Onii-chan?"[pcms]
*78|
[fc]
For a moment, Ren stiffened as if confused, but then she pressed her forehead[r]
against my chest and leaned her weight on me.[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*79|
[fc]
[vo_ren s="ren0835"]
[ns]Ren[nse]
"Onii-chan... thank you..."[pcms]
*80|
[fc]
[ns]Wataru[nse]
"I'm here with you. Okay? It's going to be okay..."[pcms]
[ChrSetEx layer=5 chbase="ren_j11"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*81|
[fc]
[vo_ren s="ren0836"]
[ns]Ren[nse]
"Yeah... Onii-chan..."[pcms]
*82|
[fc]
Until Ren's trembling stopped, I kept stroking her head and repeating "It's[r]
going to be okay."[pcms]
[eval exp="f.l_ren_point = f.l_ren_point + 1"]
;//→block:40030へ
[jump storage="40030.ks" target=*40030_TOP]

582
Kansen3_patch/40030.ks Normal file
View file

@ -0,0 +1,582 @@
;//Block:A004
;//ブロック『地下道全員脱出編上』pt.3
;//@konya 11/18 EV_CGほか
;//@konya 40010 40020.txtから
*40030_TOP
;{SceneSet 地下道全員脱出編上}
;//---------------------------------------------------------------
;//背景:分校舎地下室
;//登場人物:主人公・悠帆(ジャージ+バッグ)・浩助(制服)
;//     マルガリータ(制服)・漣(バイオリン+制服)
;//時間帯:昼?
;//・テキスト容量5K前後
;//---------------------------------------------------------------
;//BGM04 ON
[sysbt_meswin]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*83|
[fc]
And while that was happening, the surroundings suddenly became quiet.[pcms]
[ChrSetEx layer=5 chbase="ren_j4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*84|
[fc]
[vo_ren s="ren0837"]
[ns]Ren[nse]
"Onii-chan...?"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*85|
[fc]
[vo_mar s="maru0892"]
[ns]Margarita[nse]
"...The noise has stopped..."[pcms]
*86|
[fc]
[ns]Wataru[nse]
"Yes..."[pcms]
*87|
[fc]
Just when I thought I heard a voice like a curse, the sound of banging on the[r]
hatch that had been so loud until now stopped completely.[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*88|
[fc]
[ns]Kousuke[nse]
"Did we, did we make it...?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d6"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*89|
[fc]
[vo_yuh s="yuho0798"]
[ns]Yuuho[nse]
"Maybe now we can go back..."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*90|
[fc]
[vo_mar s="maru0893"]
[ns]Margarita[nse]
"It's impossible. There's also the possibility of an ambush. Even beasts would[r]
have that much wit."[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*91|
[fc]
[vo_yuh s="yuho0799"]
[ns]Yuuho[nse]
"..."[pcms]
*92|
[fc]
Yuuho's face, which had just begun to shine with a glimmer of hope, darkens. If[r]
there was someone who made her show such an expression, even a pathetic me would[r]
want to give some sort of punishment.[pcms]
*93|
[fc]
But now is not the time for that. Because what Margarita-senpai says is correct.[pcms]
;//場面転換
;//〆BG:地下室
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*94|
[fc]
[ns]Wataru[nse]
"...It smells musty..."[pcms]
*95|
[fc]
The cool basement emits a distinctive smell of mold, rotten water, and concrete[r]
mixed together.[pcms]
;//@konya ev025a 地下道BG扱い
;[evcg storage="EV025a"][trans_c cross time=300]
;mm たぶんこれ水路なんだろうけどこっちのほうが
[bg storage="bg027"][trans_c cross time=500]
*96|
[fc]
Of course, the walls and ceiling are bare concrete. That might make it feel even[r]
colder. The ceiling is quite high, about three stories... around 9 meters.[pcms]
*97|
[fc]
From the hatch, there is a wide staircase with low steps, sloping gently down in[r]
concrete.[pcms]
*98|
[fc]
Despite clearly being for emergencies, there's no handrail for some reason. From[r]
here to the basement floor is about 6 meters. If you fall down by mistake, it's[r]
a height that could kill you instantly if you're unlucky.[pcms]
*99|
[fc]
In the pastthere was a game about an explorer who died just from tripping over[r]
a small step, but humans can die from just slipping if they hit the wrong spot.[pcms]
*100|
[fc]
Yoshino-san too, under normal circumstances, would surely have died just like[r]
that.[pcms]
*101|
[fc]
Suddenly, I almost recall that scene and shake my head to push away the[r]
unpleasant memory.[pcms]
*102|
[fc]
While doing so, we reach what feels like the midpoint of the basement, a landing[r]
area.[pcms]
*103|
[fc]
If it were a three-story building, it would be like descending from the third[r]
floor to the second floor.[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*104|
[fc]
[vo_ren s="ren0838"]
[ns]Ren[nse]
"Where is this...?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*105|
[fc]
[vo_yuh s="yuho0800"]
[ns]Yuuho[nse]
"I had no idea there was a basement like this... What on earth is it for...?"[pcms]
*106|
[fc]
Yuuho looks around and lets out her question as if not really asking anyone in[r]
particular.[pcms]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*107|
[fc]
Indeed, this basement is a mystery to me as well. Looking up, I see a ceiling[r]
with cracks and stains. Parts of the wall have fallen off, revealing red brick[r]
underneath.[pcms]
*108|
[fc]
It looks very old. It might be an evacuation route or something, but what is[r]
this really for, and why is it here...?[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*109|
[fc]
[vo_mar s="maru0894"]
[ns]Margarita[nse]
"This is a terminal that connects the evacuation route from the former Olympic[r]
Village to the surface."[pcms]
[ChrSetEx layer=5 chbase="yuho_d4"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*110|
[fc]
[vo_yuh s="yuho0801"]
[ns]Yuuho[nse]
"The Olympic Village? That means..."[pcms]
*111|
[fc]
[ns]Wataru[nse]
"Now that you mention it, I've heard about it!"[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*112|
[fc]
The Tokyo Olympics held about half a century ago. The athletes' village was[r]
built in what is now Yoyogi Park.[pcms]
*113|
[fc]
But at that time in Japan, there were many protests and acts of terrorism by[r]
radicals.[pcms]
*114|
[fc]
Therefore, as one of the measures to protect athletes from various anticipated[r]
situations including large-scale demonstrations and radical activities, an[r]
evacuation route was constructed beneath the athletes' village, so the story[r]
goes.[pcms]
*115|
[fc]
This is--[pcms]
*116|
[fc]
"There are secret escape routes for government officials beneath the capital"[r]
"There are shelters"[pcms]
*117|
[fc]
I remember hearing from my father that this was the basis for the famous urban[r]
legend.[pcms]
*118|
[fc]
The underground passage was apparently also connected to the DHK Broadcasting[r]
Center and the government buildings.[pcms]
;//@konya ev025a 地下道BG扱い
;[evcg storage="EV025a"][trans_c cross time=300]
;mm たぶんこれ水路なんだろうけどこっちのほうが
[bg storage="bg027"][trans_c cross time=500]
*119|
[fc]
To think that a passage that had been unused and forgotten, only appearing in[r]
urban legends, exists here... And that it's also connected to our school.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*120|
[fc]
[vo_mar s="maru0895"]
[ns]Margarita[nse]
"If what I've heard is true, this leads to the surface."[pcms]
*121|
[fc]
[ns]Wataru[nse]
"Is that true? Senpai"[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*122|
[fc]
[ns]Kousuke[nse]
"Then we can escape!"[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*123|
[fc]
[vo_mar s="maru0896"]
[ns]Margarita[nse]
"Yes. However, since this passage hasn't been used for many years, there might[r]
be places where it's no longer passable, and I don't have an accurate map."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*124|
[fc]
[vo_mar s="maru0897"]
[ns]Margarita[nse]
"Besides, there's also a chance that those beast-like humans have entered it..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*125|
[fc]
[vo_mar s="maru0898"]
[ns]Margarita[nse]
"If we follow the passage and the river, we should be able to get out to the[r]
surface."[pcms]
[ChrSetEx layer=5 chbase="kou_f9"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*126|
[fc]
[ns]Kousuke[nse]
"Should!?"[pcms]
*127|
[fc]
Suddenly, Kousuke raises his voice hysterically.[pcms]
*128|
[fc]
[ns]Kousuke[nse]
"What do you mean 'should'? Weren't you confident when you led us here? Isn't[r]
this supposed to be certain!?"[pcms]
*129|
[fc]
[ns]Kousuke[nse]
"What if this passage isn't connected!! Are we going to be buried alive in the[r]
middle of Shibuya!?"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*130|
[fc]
[vo_mar s="maru0899"]
[ns]Margarita[nse]
"Then tell me. Did you have a better plan?"[pcms]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*131|
[fc]
[ns]Kousuke[nse]
"That's..."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*132|
[fc]
[vo_mar s="maru0900"]
[ns]Margarita[nse]
"If we had stayed at the school, we would have just become their prey. And with[r]
this heatwave, there's a limit to how long we can hold out inside a building."[pcms]
*133|
[fc]
[vo_mar s="maru0901"]
[ns]Margarita[nse]
"Therefore, trying to escape through the underground seems to be the best[r]
strategy, I believe."[pcms]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*134|
[fc]
[ns]Kousuke[nse]
"Ugh..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*135|
[fc]
[vo_mar s="maru0902"]
[ns]Margarita[nse]
"I have done some research on this underground passage. I don't have a map, but[r]
it's not completely unknown to me."[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*136|
[fc]
[vo_mar s="maru0903"]
[ns]Margarita[nse]
"Now, just follow me in silence. I will definitely lead you to the surface."[pcms]
[ChrSetEx layer=5 chbase="kou_f11"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*137|
[fc]
[ns]Kousuke[nse]
"...But, you know..."[pcms]
*138|
[fc]
Senior gives Kousuke, who still seems dissatisfied, a cold glare.[pcms]
*139|
[fc]
[ns]Kousuke[nse]
"Maybe we should have just waited at the rooftop garden for a helicopter or[r]
something?"[pcms]
[ChrSetEx layer=5 chbase="yuho_d3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*140|
[fc]
[vo_yuh s="yuho0802"]
[ns]Yuuho[nse]
"Kousuke, that's not good."[pcms]
*141|
[fc]
Yuuho shakes her head at Kousuke, who mutters his complaints.[pcms]
[ChrSetEx layer=5 chbase="yuho_d1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*142|
[fc]
[vo_yuh s="yuho0803"]
[ns]Yuuho[nse]
"We don't even know if a helicopter would come. And... the rooftop garden is[r]
directly hit by sunlight, right? No matter how much we stay in the shade, Ren-[r]
chan would..."[pcms]
[ChrSetEx layer=5 chbase="kou_f10"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*143|
[fc]
[ns]Kousuke[nse]
"Ah..."[pcms]
*144|
[fc]
Kousuke looks at Ren with a face that says he's made a mistake.[pcms]
*145|
[fc]
It's indeed a suicidal act for Ren, who is weak to heat and sunlight, to stay on[r]
the rooftop for a long time.[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*146|
[fc]
[ns]Kousuke[nse]
"Sorry... Ren-chan. I wasn't thinking..."[pcms]
[ChrSetEx layer=5 chbase="ren_j1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*147|
[fc]
[vo_ren s="ren0839"]
[ns]Ren[nse]
"It's okay, it's okay. Don't worry about it, Kou-chan."[pcms]
*148|
[fc]
Ren waves her hands back and forth to cheer up the downcast Kousuke.[pcms]
[ChrSetEx layer=5 chbase="ren_j2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*149|
[fc]
[vo_ren s="ren0840"]
[ns]Ren[nse]
"After all, if it weren't for Kou-chan, I wouldn't have been saved. It's thanks[r]
to you that we were able to escape this far, right?"[pcms]
[ChrSetEx layer=5 chbase="ren_j8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*150|
[fc]
[vo_ren s="ren0841"]
[ns]Ren[nse]
"You even carried me on your back... Thank you, Kou-chan."[pcms]
*151|
[fc]
Kousuke's expression softens at Ren's smiling face.[pcms]
[ChrSetEx layer=5 chbase="kou_f4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*152|
[fc]
[ns]Kousuke[nse]
"Well, it's not like I did anything special..."[pcms]
*153|
[fc]
[ns]Wataru[nse]
"That's right. It's thanks to Kousuke. I also need to say thanks."[pcms]
*154|
[fc]
[ns]Kousuke[nse]
"What's this now, Wataru too?"[pcms]
*155|
[fc]
Kousuke gives a wry smile but doesn't seem to mind the praise.[pcms]
*156|
[fc]
[ns]Wataru[nse]
"Anyway, it's thanks to Kousuke and senior that we all made it this far. Let's[r]
try going a little further."[pcms]
[ChrSetEx layer=5 chbase="yuho_d1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*157|
[fc]
[vo_yuh s="yuho0804"]
[ns]Yuuho[nse]
"Yeah, that's right. Let's go, Kousuke."[pcms]
*158|
[fc]
Seizing the moment when the tense atmosphere had dissipated, Yuuho began to[r]
forcibly walk Kousuke along by pushing on his back.[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//se051・コンクリートの上の足音複数
[se buf=0 storage="se051"]
;//@konya 地下道
[bg storage="BG027"][trans_c cross time=500]
;[eval exp="f.l_map = 11"]
*159|
[fc]
[vo_mar s="maru0904"]
[ns]Margarita[nse]
"...A door."[pcms]
*160|
[fc]
While descending further down the stairs, Senior Margarita spoke. The light from[r]
the flashlight shone on an iron door rusted red.[pcms]
*161|
[fc]
Senior approaches the door and kneels down, placing her hand near it.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*162|
[fc]
[vo_mar s="maru0905"]
[ns]Margarita[nse]
"...There's airflow. It doesn't seem like a dead end."[pcms]
*163|
[fc]
The handles in the middle of the double doors are wrapped with a rusted chain,[r]
and an iron pipe is passed through like a bolt. There doesn't seem to be[r]
anything resembling a lock.[pcms]
*164|
[fc]
[vo_mar s="maru0906"]
[ns]Margarita[nse]
"It looks like we'll have to break this door down. Well, given its condition, it[r]
should break easily if we're determined."[pcms]
*165|
[fc]
[vo_mar s="maru0907"]
[ns]Margarita[nse]
"This place seems safe for now. You must be tired from running away. Let's rest[r]
here for a bit."[pcms]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*166|
[fc]
We sat down on the concrete floor at Senior Margarita's words.[pcms]
;//→ブロック40040へ
[jump storage="40040.ks" target=*40040_TOP]

663
Kansen3_patch/40040.ks Normal file
View file

@ -0,0 +1,663 @@
;//block:A005
;//ブロック『地下道全員脱出編 上』pt.4
;//@konya 11/18 EV_CGほか
;//@konya 40030.txtから
*40040_TOP
;{SceneSet 地下道全員脱出編上}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公・悠帆(ジャージ+バッグ)・浩助(制服)
;//     マルガリータ(制服)・漣(バイオリン+制服)
;//時間帯:昼?
;//・テキスト容量6K前後
;//---------------------------------------------------------------
;//BGM04 ON
[fadeoutbgm time=500]
;mm 足音止め
[stopse buf=0]
[sysbt_meswin]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//@konya EV25 地下道BG扱い
[evcg storage="EV025a"][trans_c cross time=300]
[bgm storage="BGM13"]
*167|
[fc]
[ns]Wataru[nse]
"...How about this?"[pcms]
*168|
[fc]
Wanting to make things a bit more comfortable, I took out an electric lantern[r]
from the luggage prepared for the training camp.[pcms]
;//@konya EV25 地下道BG扱い
[evcg storage="EV025b"][trans_c cross time=300]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*169|
[fc]
[vo_ren s="ren0842"]
[ns]Ren[nse]
"Wow, it's bright!"[pcms]
[ChrSetEx layer=5 chbase="yuho_c3"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*170|
[fc]
[vo_yuh s="yuho0805"]
[ns]Yuuho[nse]
"Just having a light makes all the difference. It's so relieving~"[pcms]
*171|
[fc]
Indeed, just having a single soft light reduced the oppressive feeling of being[r]
surrounded by concrete underground.[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*172|
[fc]
[vo_mar s="maru0908"]
[ns]Margarita[nse]
"You're well-prepared with your equipment."[pcms]
*173|
[fc]
I blushed at being praised like that.[pcms]
*174|
[fc]
[ns]Wataru[nse]
"No, it's not really equipment, I just had it ready for the Astronomy Club's[r]
camping..."[pcms]
*175|
[fc]
Various chemicals, trash bags, dishes, knives, towels, a radio... There were[r]
even things like "cool sheets" that you don't know if they'll be useful but[r]
supposedly make you feel cooler when you lay them out.[pcms]
[ChrSetEx layer=5 chbase="kou_e3"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*176|
[fc]
[ns]Kousuke[nse]
"Well, anything is fine at this point. Let's gratefully make use of it."[pcms]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*177|
[fc]
And so, we formed a circle around the lantern and finally settled down...[pcms]
*178|
[fc]
The shock of the surreal situation and the relief of having survived the harsh[r]
conditions led to everyone falling silent as if in a daze.[pcms]
*179|
[fc]
[ns]Wataru[nse]
"...Ah, right. Ren, come here for a sec."[pcms]
[ChrSetEx layer=5 chbase="ren_a1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*180|
[fc]
[vo_ren s="ren0843"]
[ns]Ren[nse]
"Eh...? Kyah!?"[pcms]
*181|
[fc]
Suddenly realizing something, I pressed my forehead against Ren's.[pcms]
*182|
[fc]
[ns]Wataru[nse]
"Hey, don't move."[pcms]
[ChrSetEx layer=5 chbase="ren_a2"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*183|
[fc]
[vo_ren s="ren0844"]
[ns]Ren[nse]
"But, Onii-chan, suddenly getting so close..."[pcms]
[ChrSetEx layer=5 chbase="ren_a4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*184|
[fc]
It wasn't noticeably high, but Ren's forehead had a faint warmth to it.[pcms]
*185|
[fc]
[ns]Wataru[nse]
"I thought so. You've got a fever, don't you?"[pcms]
*186|
[fc]
I hadn't noticed in the rush of everything, but we had been on the move non-stop[r]
since escaping the school.[pcms]
*187|
[fc]
It was tough even for us healthy people, so it must have been quite harsh for[r]
Ren.[pcms]
*188|
[fc]
[ns]Wataru[nse]
"You haven't had any water, have you? You need to drink something..."[pcms]
*189|
[fc]
In a panic, I took out a sports drink but it was lukewarm. Well, it can't be[r]
helped in this situation...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*190|
[fc]
[vo_mar s="maru0909"]
[ns]Margarita[nse]
"...Here."[pcms]
*191|
[fc]
The senior offered a water bottle. When I took it, it was surprisingly heavy. It[r]
was a thermos.[pcms]
*192|
[fc]
[ns]Wataru[nse]
"Thank you, senior."[pcms]
[ChrSetEx layer=5 chbase="ren_a4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*193|
[fc]
[vo_ren s="ren0845"]
[ns]Ren[nse]
"Thank you very much..."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*194|
[fc]
[vo_mar s="maru0910"]
[ns]Margarita[nse]
"No, there's no need for thanks. We still have a long way to go. You should[r]
recover your strength now while you can."[pcms]
*195|
[fc]
The senior returned our words with a gruff tone as if annoyed. But upon closer[r]
inspection, her cheeks were slightly red.[pcms]
*196|
[fc]
Her seemingly cold commands could be overlooked as just being foreigner speech.[pcms]
*197|
[fc]
Could it be that this person... is shy?[pcms]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*198|
[fc]
While I was thinking about that, Ren, with a cup of chilled tea in hand, gulped[r]
it down and emptied the cup.[pcms]
*199|
[fc]
[ns]Wataru[nse]
"Here, Ren. Lie down for a bit."[pcms]
[ChrSetEx layer=5 chbase="ren_a4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*200|
[fc]
[vo_ren s="ren0846"]
[ns]Ren[nse]
"Mm..."[pcms]
*201|
[fc]
I piled up backpacks and towels to make a makeshift pillow.[pcms]
*202|
[fc]
[ns]Wataru[nse]
"Are you okay?"[pcms]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*203|
[fc]
[vo_ren s="ren0847"]
[ns]Ren[nse]
"Yeah... It's cool and feels nice..."[pcms]
[ChrSetEx layer=5 chbase="ren_a11"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*204|
[fc]
Lying down and squinting in comfort, Ren's expression suddenly clouded over.[pcms]
*205|
[fc]
[vo_ren s="ren0848"]
[ns]Ren[nse]
"...I wonder how Dad is doing..."[pcms]
*206|
[fc]
[ns]Wataru[nse]
"..."[pcms]
*207|
[fc]
Until just now we were desperate to escape ourselves, but once we settled down,[r]
thoughts of family started to worry us.[pcms]
*208|
[fc]
[ns]Wataru[nse]
"Dad will be fine. He's used to dealing with incidents because of his job."[pcms]
*209|
[fc]
I tried to speak cheerfully.[pcms]
*210|
[fc]
[ns]Wataru[nse]
"With all this commotion, he must be really busy right now. Once things settle[r]
down, he'll surely get in touch..."[pcms]
*211|
[fc]
[vo_ren s="ren0849"]
[ns]Ren[nse]
"Yeah..."[pcms]
*212|
[fc]
Ren's cheeks relaxed slightly.[pcms]
*213|
[fc]
I couldn't tell if she believed my words or just wanted to believe them.[pcms]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*214|
[fc]
But in times like these, it's best to avoid thinking negatively...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*215|
[fc]
[vo_mar s="maru0911"]
[ns]Margarita[nse]
"Well then..."[pcms]
*216|
[fc]
Seeing that we had calmed down, the senior opened her mouth to speak.[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*217|
[fc]
[vo_mar s="maru0912"]
[ns]Margarita[nse]
"Then, let's check everyone's equipment here. Each of you, report the items and[r]
quantities of your gear."[pcms]
[ChrSetEx layer=5 chbase="kou_e2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*218|
[fc]
[ns]Kousuke[nse]
"Hey, hey, taking charge again...?"[pcms]
*219|
[fc]
Once again, Kousuke is pushing back. It was a lighter tone than before, but he[r]
really doesn't seem to like being ordered around...[pcms]
[ChrSetEx layer=5 chbase="yuho_c8"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*220|
[fc]
[vo_yuh s="yuho0806"]
[ns]Yuuho[nse]
"Kousuke, you're at it again!"[pcms]
[ChrSetEx layer=5 chbase="kou_e4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*221|
[fc]
[ns]Kousuke[nse]
"But, you know... I get that this Onee-san is amazing and all... but she just[r]
transferred here, and I don't really know her..."[pcms]
[ChrSetEx layer=5 chbase="kou_e2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*222|
[fc]
[ns]Kousuke[nse]
"I mean... in situations like this, it's all about trust, right? How much you[r]
can entrust your life to someone. I just don't wanna be ordered around by[r]
someone I don't know..."[pcms]
*223|
[fc]
I'd be fine with whatever a trusted comrade says. But I have no intention of[r]
following the words of someone I don't know.[pcms]
*224|
[fc]
It was a very simple and typical reaction from Kousuke.[pcms]
*225|
[fc]
[ns]Wataru[nse]
"But just like we don't know the senior, she doesn't know us either, right?"[pcms]
*226|
[fc]
[ns]Wataru[nse]
"Despite that, the senior risked her own safety to help us escape. Isn't that[r]
enough to trust her?"[pcms]
[ChrSetEx layer=5 chbase="kou_e4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*227|
[fc]
[ns]Kousuke[nse]
"I get that, but... it's like... a matter of feelings..."[pcms]
[ChrSetEx layer=5 chbase="kou_e2"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*228|
[fc]
Sensing that his position was weak, Kousuke mumbled the end of his sentence, but[r]
he still didn't stop arguing.[pcms]
*229|
[fc]
Kousuke can be stubborn and single-minded once he gets an idea in his head...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*230|
[fc]
[vo_mar s="maru0913"]
[ns]Margarita[nse]
"I understand what you want to say and I get your feelings. But if we're talking[r]
about the situation, isn't this exactly the time when we should be cooperating[r]
unanimously?"[pcms]
*231|
[fc]
[vo_mar s="maru0914"]
[ns]Margarita[nse]
"If it's a matter of feelings, then please be satisfied with the fact that I'm[r]
the oldest here."[pcms]
*232|
[fc]
I inwardly marveled at how skillful she was.[pcms]
*233|
[fc]
Kousuke is the type who won't be convinced by logic alone.[pcms]
*234|
[fc]
But even he must understand that we need a leader in this situation and that the[r]
senior is the most suitable for the role...[pcms]
*235|
[fc]
In other words, as he himself said, it's a "matter of feelings," and he just[r]
needs a reason to convince himself...[pcms]
[ChrSetEx layer=5 chbase="kou_e4"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*236|
[fc]
[ns]Kousuke[nse]
"Alright, I understand..."[pcms]
*237|
[fc]
As expected, Kousuke quickly nodded in agreement.[pcms]
[ChrSetEx layer=5 chbase="kou_e3"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*238|
[fc]
[ns]Kousuke[nse]
"For now, you can just call me Kousuke."[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*239|
[fc]
[vo_mar s="maru0915"]
[ns]Margarita[nse]
"...Kousuke. I appreciate it."[pcms]
*240|
[fc]
The senior bowed politely and then crossed her arms as if deep in thought.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*241|
[fc]
[vo_mar s="maru0916"]
[ns]Margarita[nse]
"That's right... Kousuke, that's a good suggestion. Having nicknames will likely[r]
increase our unity. You can call me Marie."[pcms]
[ChrSetEx layer=5 chbase="kou_e8"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*242|
[fc]
[ns]Kousuke[nse]
"Marie-san, is it?"[pcms]
*243|
[fc]
A hand timidly raised from beside Kousuke as he repeated the name.[pcms]
[ChrSetEx layer=5 chbase="yuho_c2"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*244|
[fc]
[vo_yuh s="yuho0807"]
[ns]Yuuho[nse]
"Um..."[pcms]
*245|
[fc]
Yuuho spoke up to the senior with a shy tilt of her head.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*246|
[fc]
[vo_mar s="maru0917"]
[ns]Margarita[nse]
"Hmm?"[pcms]
[ChrSetEx layer=5 chbase="yuho_c1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*247|
[fc]
[vo_yuh s="yuho0808"]
[ns]Yuuho[nse]
"...Is it okay if I call you Maruko-senpai?"[pcms]
[ChrSetEx layer=5 chbase="ren_a1"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*248|
[fc]
[vo_ren s="ren0850"]
[ns]Ren[nse]
"Maruko-senpai?"[pcms]
[ChrSetEx layer=5 chbase="maru_a28"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*249|
[fc]
[vo_mar s="maru0918"]
[ns]Margarita[nse]
"What...!?"[pcms]
*250|
[fc]
Taken aback by the unexpected suggestion, we all murmured among ourselves as[r]
Yuuho continued while scratching her head.[pcms]
[ChrSetEx layer=5 chbase="yuho_c1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*251|
[fc]
[vo_yuh s="yuho0809"]
[ns]Yuuho[nse]
"Well, 'Marie-san' sounds like a foreign name, and it feels a bit hard to call[r]
out, like there's a distance... I was thinking."[pcms]
[ChrSetEx layer=5 chbase="yuho_c11"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*252|
[fc]
[vo_yuh s="yuho0810"]
[ns]Yuuho[nse]
"If we go with Maruko-senpai, it sounds a bit cuter and more familiar, plus it's[r]
a Japanese-style nickname. How about it?"[pcms]
[ChrSetEx layer=5 chbase="maru_a12"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*253|
[fc]
[vo_mar s="maru0919"]
[ns]Margarita[nse]
"...Maru...ko..."[pcms]
;//絶句
*254|
[fc]
The senior was clearly at a loss for words.[pcms]
[ChrSetEx layer=5 chbase="yuho_c1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*255|
[fc]
[vo_yuh s="yuho0811"]
[ns]Yuuho[nse]
"Ah! But I wasn't the first one to think of it! It was the girls from the swim[r]
club, not me!"[pcms]
[ChrSetEx layer=5 chbase="maru_a12"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*256|
[fc]
[vo_mar s="maru0920"]
[ns]Margarita[nse]
"Ugh..."[pcms]
[ChrSetEx layer=5 chbase="maru_a23"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*257|
[fc]
[vo_mar s="maru0921"]
[ns]Margarita[nse]
"I had heard whispers of underclassmen calling me that, but I didn't realize it[r]
originated from the swim club..."[pcms]
*258|
[fc]
With a complicated look on her face, the senior muttered to herself.[pcms]
*259|
[fc]
[ns]Wataru[nse]
"If we're going for something Japanese-style, wouldn't Homura-senpai be fine[r]
too? Just using her last name."[pcms]
*260|
[fc]
I thought there was no need to force it if she herself disliked it...[pcms]
[ChrSetEx layer=5 chbase="kou_e3"][ChrSetXY layer=5 x=161 y=0][trans_c cross time=150]
*261|
[fc]
[ns]Kousuke[nse]
"No, no, no. 'Maruko-senpai' is easier to call out and feels more like she's one[r]
of us, right?"[pcms]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*262|
[fc]
[vo_ren s="ren0851"]
[ns]Ren[nse]
"Yeah, I also think so..."[pcms]
[ChrSetEx layer=5 chbase="maru_a22"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*263|
[fc]
[vo_mar s="maru0922"]
[ns]Margarita[nse]
"So, is that so... Well... If it makes me more approachable, then I suppose[r]
there's no helping it."[pcms]
*264|
[fc]
Somehow pushed into agreement by everyone else, the senior herself gave her[r]
consent.[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*265|
[fc]
[vo_mar s="maru0923"]
[ns]Margarita[nse]
"Anyway, let's finish checking our equipment."[pcms]
*266|
[fc]
And so, having been officially recognized by everyone as the "Leader and Maruko-[r]
senpai," the senior solemnly announced her first command.[pcms]
;//暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//→40050へ
[jump storage="40050.ks" target=*40050_TOP]

1563
Kansen3_patch/40050.ks Normal file

File diff suppressed because it is too large Load diff

810
Kansen3_patch/40060.ks Normal file
View file

@ -0,0 +1,810 @@
;//Block:A007
;//ブロック40060『地下道全員脱出編 中』
;//@konya 11/18 EV_CGほか
;//@konya 40050.txtから
*40060_TOP
;{SceneSet 地下道全員脱出編中}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公・マルガリータ(制服)・漣(制服)
;//時間帯:夕方
;//・テキスト容量5K前後
;//---------------------------------------------------------------
;//BGM13 ON
;//暗転
;//@konya 40050.txtで暗転済み
;mm BGMしばらく無音
[sysbt_meswin]
*504|
[fc]
[ns]Wataru[nse]
"Hmm..."[pcms]
*505|
[fc]
Shaken by someone, I slowly opened my eyes.[pcms]
;//地下室。あればマル子の顔アップ
;//@konya ev025 地下道(BG扱い)
[evcg storage="EV025b"][trans_c cross time=300]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*506|
[fc]
[vo_mar s="maru0957"]
[ns]Margarita[nse]
"..."[pcms]
;//「しーっ」と静かに、の合図
*507|
[fc]
Senior... no, Maruko-senpai, illuminated by the dim light of the lantern, was[r]
peering into my face.[pcms]
*508|
[fc]
...After that, we decided to take turns standing guard and each of us took a[r]
break.[pcms]
*509|
[fc]
I didn't think I could sleep under such tension, but as I lay beside Ren[r]
thinking about various things, it seems I fell asleep after all.[pcms]
*510|
[fc]
Looking at the clock, about three hours had passed since Maruko-senpai first[r]
stood guard.[pcms]
;//●以下小声で会話
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*511|
[fc]
[vo_mar s="maru0958"]
[ns]Margarita[nse]
"While I was on watch, I borrowed Kannagi's cell phone and tried it out."[pcms]
*512|
[fc]
[vo_mar s="maru0959"]
[ns]Margarita[nse]
"Calls are still difficult, but it seems that emails and the internet are now[r]
connected."[pcms]
*513|
[fc]
[ns]Wataru[nse]
"Really? Thank goodness! Did you get any information?"[pcms]
[ChrSetEx layer=5 chbase="maru_a2"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*514|
[fc]
[vo_mar s="maru0960"]
[ns]Margarita[nse]
"..."[pcms]
*515|
[fc]
I asked eagerly, but Maruko-senpai's expression remained clouded.[pcms]
*516|
[fc]
[vo_mar s="maru0961"]
[ns]Margarita[nse]
"Well, a little. The situation is such that the information itself seems to be[r]
confused..."[pcms]
*517|
[fc]
Senpai explained briefly.[pcms]
*518|
[fc]
The bulletin boards were full of pleas for rescue, and the news content was just[r]
short, hearsay-style reports of their attacks.[pcms]
*519|
[fc]
[vo_mar s="maru0962"]
[ns]Margarita[nse]
"However, it seems certain that the upper levels are full of 'them'."[pcms]
*520|
[fc]
[ns]Wataru[nse]
"So we'll be holed up for a while."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*521|
[fc]
[vo_mar s="maru0963"]
[ns]Margarita[nse]
"That's right. I'll take a rest in preparation for what's to come. I'm counting[r]
on you for the watch."[pcms]
*522|
[fc]
[ns]Wataru[nse]
"Thank you for your hard work."[pcms]
*523|
[fc]
Senpai responded with a light raise of her hand to my words, then started to[r]
walk away but suddenly stopped again.[pcms]
[bgm storage="BGM14"]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*524|
[fc]
[vo_mar s="maru0964"]
[ns]Margarita[nse]
"Hey, Wataru."[pcms]
*525|
[fc]
[ns]Wataru[nse]
"Yes?!"[pcms]
*526|
[fc]
...I was surprised. Senpai suddenly brought her face close to mine.[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*527|
[fc]
[vo_mar s="maru0965"]
[ns]Margarita[nse]
"...I've reevaluated you."[pcms]
*528|
[fc]
[ns]Wataru[nse]
"Eh?"[pcms]
*529|
[fc]
With an unusually soft smile, senpai continued in a low voice.[pcms]
*530|
[fc]
[vo_mar s="maru0966"]
[ns]Margarita[nse]
"Let me be honest. I thought you were a more fragile man. But..."[pcms]
*531|
[fc]
[vo_mar s="maru0967"]
[ns]Margarita[nse]
"You went to help Ren and Kannagi without regard for your own life in that[r]
situation where even your life was in danger..."[pcms]
*532|
[fc]
[ns]Wataru[nse]
"That's..."[pcms]
*533|
[fc]
I think it's an overestimation.[pcms]
*534|
[fc]
I think I couldn't have done anything by myself...[pcms]
*535|
[fc]
[ns]Wataru[nse]
"It's because you were there, senpai."[pcms]
*536|
[fc]
Senpai continued without breaking her smile at my words.[pcms]
*537|
[fc]
[vo_mar s="maru0968"]
[ns]Margarita[nse]
"Moreover, since coming here, you've been taking care of Ren and encouraging[r]
everyone... You've been a really good brother and friend."[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*538|
[fc]
[vo_mar s="maru0969"]
[ns]Margarita[nse]
"Even though you must be overwhelmed yourself, the way you care for others[r]
is..."[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*539|
[fc]
Gazing off into the distance for a moment as if searching for words... Senpai[r]
suddenly smiled again.[pcms]
*540|
[fc]
[vo_mar s="maru0970"]
[ns]Margarita[nse]
"You were quite impressive, you know?"[pcms]
*541|
[fc]
Eh...? Impressive...? Me?[pcms]
*542|
[fc]
[ns]Wataru[nse]
"...Th-thank you."[pcms]
*543|
[fc]
I'm glad this room is dimly lit... If the lighting had been stronger, my ears[r]
would have surely given away how red they've become...[pcms]
[ChrSetEx layer=5 chbase="maru_a1"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*544|
[fc]
[vo_mar s="maru0971"]
[ns]Margarita[nse]
"I'll be relying on you from now on. Let's work well together again."[pcms]
*545|
[fc]
Senpai gracefully extended her slender hand towards me.[pcms]
*546|
[fc]
[ns]Wataru[nse]
"That's... I should be the one saying that."[pcms]
*547|
[fc]
I instinctively grasped senpai's hand.[pcms]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=150]
*548|
[fc]
Senpai squeezed back lightly in the handshake and then said 'see ya' as she[r]
returned to her own bed.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*549|
[fc]
[ns]Wataru[nse]
"...I've been relied upon..."[pcms]
*550|
[fc]
Maruko-senpai is relying on me...? The reliable senpai who seems like she can do[r]
anything by herself...?[pcms]
*551|
[fc]
I tighten my cheeks that are about to relax with a 'no no...'.[pcms]
*552|
[fc]
This is no time to be happy. It just means that the situation is serious. That[r]
even my strength is being counted on...[pcms]
*553|
[fc]
[ns]Wataru[nse]
"I have to at least keep watch properly."[pcms]
*554|
[fc]
Once again, I psyched myself up and was about to get up to go on watch.[pcms]
*555|
[fc]
But... Suddenly, my sleeve was pulled.[pcms]
*556|
[fc]
[ns]Wataru[nse]
"Eh...?"[pcms]
[fadeoutbgm time=500]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//---------------------------------------------------------------
;//〆EV008(制服&バックパック枕)
[evcg storage="EV010d"][trans_c cross time=300]
[bgm storage="BGM17"]
*557|
[fc]
[vo_ren s="ren0867"]
[ns]Ren[nse]
"..."[pcms]
*558|
[fc]
Ren, who I thought was asleep, was looking at me with a smile, having woken up[r]
at some point.[pcms]
*559|
[fc]
[ns]Wataru[nse]
"You were awake?"[pcms]
*560|
[fc]
[vo_ren s="ren0868"]
[ns]Ren[nse]
"Fufu... Big brother, you looked so cool."[pcms]
*561|
[fc]
She giggled softly, perhaps being considerate of the surroundings.[pcms]
*562|
[fc]
[ns]Wataru[nse]
"Stop it..."[pcms]
*563|
[fc]
[vo_ren s="ren0869"]
[ns]Ren[nse]
"But really, you were very cool, big brother?"[pcms]
*564|
[fc]
Ren gently took my hand as I turned away in embarrassment.[pcms]
[evcg storage="EV010c"][trans_c cross time=300]
*565|
[fc]
[vo_ren s="ren0870"]
[ns]Ren[nse]
"You know... when I barricaded myself in the audio-visual room, I believed that[r]
big brother would definitely come to save me. And then... you really did[r]
come..."[pcms]
[evcg storage="EV010d"][trans_c cross time=300]
*566|
[fc]
[vo_ren s="ren0871"]
[ns]Ren[nse]
"Thank you... big brother..."[pcms]
*567|
[fc]
[ns]Wataru[nse]
"...Mm."[pcms]
*568|
[fc]
Of course, I would. After all, we are the only two siblings we have.[pcms]
*569|
[fc]
I thought about saying that, but it felt too embarrassing to say out loud, so I[r]
stopped myself.[pcms]
*570|
[fc]
[ns]Wataru[nse]
"...More importantly, you need to rest properly. You still have a fever..."[pcms]
[evcg storage="EV010c"][trans_c cross time=300]
*571|
[fc]
When I brought my face close and touched foreheads with her, I could feel her[r]
faint warmth.[pcms]
*572|
[fc]
[ns]Wataru[nse]
"...See, you're still a bit warm. We're going to face even tougher times ahead,[r]
so you need to recover your strength, okay?"[pcms]
[evcg storage="EV010d"][trans_c cross time=300]
*573|
[fc]
[vo_ren s="ren0872"]
[ns]Ren[nse]
"Yes. Goodnight, big brother."[pcms]
*574|
[fc]
Ren obediently replied and lay down with a shy smile on her face.[pcms]
*575|
[fc]
[ns]Wataru[nse]
"Yeah. Goodnight."[pcms]
*576|
[fc]
Gently stroking her feverish forehead, I slowly got up.[pcms]
[fadeoutbgm time=500]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//---------------------------------------------------------------
;//@konya ev025 地下道(BG扱い)
[evcg storage="EV025b"][trans_c cross time=300]
[bgm storage="BGM13"]
*577|
[fc]
The spot I decided on for keeping watch was near the stairs against the wall.[r]
From here, I could oversee the entire room and keep an eye on the door.[pcms]
*578|
[fc]
I sat down leaning against the wall.[pcms]
*579|
[fc]
At my feet were mine and Kousuke's cell phones, along with Yuuho's, all laid[r]
out.[pcms]
*580|
[fc]
All of them barely had signal and seemed to be receiving emails.[pcms]
*581|
[fc]
I hope there's some good news...[pcms]
*582|
[fc]
While cautioning myself not to get my hopes up too much, I picked up my cell[r]
phone and opened the email screen. And then...[pcms]
*583|
[fc]
[ns]Wataru[nse]
"...It's from dad."[pcms]
*584|
[fc]
I hurried back to the sleeping area.[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*585|
[fc]
[ns]Wataru[nse]
"...Ren... Ren?"[pcms]
;//@konya ev010
[evcg storage="EV010c"][trans_c cross time=300]
*586|
[fc]
[vo_ren s="ren0873"]
[ns]Ren[nse]
"...Mm... What is it, big brother?"[pcms]
*587|
[fc]
Ren had just fallen asleep and opened her eyes slightly, looking at me with a[r]
dazed expression...[pcms]
*588|
[fc]
[ns]Wataru[nse]
"An email. From dad."[pcms]
*589|
[fc]
[vo_ren s="ren0874"]
[ns]Ren[nse]
"Dad...!"[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*590|
[fc]
With that one word, she sprang up and clung to my cell phone.[pcms]
;//@konya ev025 地下道(BG扱い)
[evcg storage="EV025b"][trans_c cross time=300]
*591|
[fc]
Trembling fingers operated the buttons to open the message.[pcms]
;//以下ケータイメール 何らかの演出を
*592|
[fc]
Wataru, are you safe?[pcms]
*593|
[fc]
We're currently near the heliport by Chiba Mouse Kingdom.[pcms]
*594|
[fc]
The creatures are multiplying rapidly.[pcms]
*595|
[fc]
The government has evacuated the city center. The military and police are at[r]
their limits.[pcms]
*596|
[fc]
Please take care of Ren.[pcms]
*597|
[fc]
I'll be waiting for your contact.[pcms]
[ChrSetEx layer=5 chbase="ren_a11"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*598|
[fc]
[vo_ren s="ren0875"]
[ns]Ren[nse]
"Emails... he's always so curt..."[pcms]
*599|
[fc]
Tears began to well up in Ren's eyes as she read.[pcms]
[ChrSetEx layer=5 chbase="ren_a10"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*600|
[fc]
[vo_ren s="ren0876"]
[ns]Ren[nse]
"Fueee...sniff... thank goodness... sniff... thank goodness... Dad's still..."[pcms]
*601|
[fc]
[ns]Wataru[nse]
"Yeah, he's alive..."[pcms]
*602|
[fc]
I was about to say 'alive', but hesitated because of the ominousness of those[r]
words.[pcms]
*603|
[fc]
[ns]Wataru[nse]
"...Let's write a reply together. Okay?"[pcms]
*604|
[fc]
Gently stroking Ren's back as she cries silently.[pcms]
[ChrSetEx layer=5 chbase="ren_a11"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*605|
[fc]
[vo_ren s="ren0877"]
[ns]Ren[nse]
"Mmm..."[pcms]
[ChrSetEx layer=5 chbase="ren_a3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*606|
[fc]
[ns]Wataru[nse]
"To Dad... um... We've taken refuge in the school's basement for now..."[pcms]
*607|
[fc]
that we're safe for now and that Ren is with me.[pcms]
*608|
[fc]
[ns]Wataru[nse]
"...Right, let's take a photo."[pcms]
[ChrSetEx layer=5 chbase="ren_a4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*609|
[fc]
[vo_ren s="ren0878"]
[ns]Ren[nse]
"Huh?"[pcms]
*610|
[fc]
I smile at Ren, who looks puzzled for a moment.[pcms]
*611|
[fc]
[ns]Wataru[nse]
"Let's show Dad our healthy faces. It'll surely reassure him, right?"[pcms]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*612|
[fc]
[vo_ren s="ren0879"]
[ns]Ren[nse]
"Yeah...! That's right... surely it will, right?"[pcms]
*613|
[fc]
[ns]Wataru[nse]
"Then, here we go... ready?"[pcms]
*614|
[fc]
[vo_ren s="ren0880"]
[ns]Ren[nse]
"Yeah."[pcms]
*615|
[fc]
Finally smiling, Ren shyly wipes away the traces of her tears.[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*616|
[fc]
Ren and I huddle close together to fit in the frame and take the shot.[pcms]
*617|
[fc]
The attachment made the email quite heavy, but it looks like it can still be[r]
sent.[pcms]
*618|
[fc]
[ns]Wataru[nse]
"..."[pcms]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*619|
[fc]
[vo_ren s="ren0881"]
[ns]Ren[nse]
"Ehe..."[pcms]
*620|
[fc]
Without saying anything, our feelings are understood. We look at each other and[r]
quietly share our joy.[pcms]
;//メール着信音
[se buf=0 storage="se002"]
[ChrSetEx layer=5 chbase="ren_a4"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*621|
[fc]
[ns]Wataru[nse]
"Huh? A reply already?"[pcms]
*622|
[fc]
[vo_ren s="ren0882"]
[ns]Ren[nse]
"That was quick this time."[pcms]
[ChrSetEx layer=5 chbase="ren_a3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*623|
[fc]
We both eagerly peer at the screen.[pcms]
;//以下ケータイメール 何らかの演出を
*624|
[fc]
Wataru, Ren, I'm glad you're both safe. Dad is safe too. The phones are still[r]
restricted, but I want to hear your voices soon.[pcms]
*625|
[fc]
At the heliport, I'm exchanging information with colleagues. A large shelter has[r]
been set up in Kingdom.[pcms]
*626|
[fc]
As soon as the helicopters can fly, I'll come to rescue you, so until then,[r]
please work together and stay strong.[pcms]
;//ケータイメール ここまで
[ChrSetEx layer=5 chbase="ren_a10"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*627|
[fc]
[vo_ren s="ren0883"]
[ns]Ren[nse]
"...Dad..."[pcms]
*628|
[fc]
Holding the phone tenderly in her hands, Ren's eyes begin to moisten again.[pcms]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*629|
[fc]
[vo_ren s="ren0884"]
[ns]Ren[nse]
"Let's do our best together, big brother. Dad will come to rescue us."[pcms]
*630|
[fc]
[ns]Wataru[nse]
"That's right. For that reason, we need to rest now."[pcms]
[ChrSetEx layer=5 chbase="ren_a3"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*631|
[fc]
[vo_ren s="ren0885"]
[ns]Ren[nse]
"Yeah..."[pcms]
*632|
[fc]
I had woken her up because I wanted to tell her about Dad's safety, but Ren[r]
still needs her rest.[pcms]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=150]
*633|
[fc]
[vo_ren s="ren0886"]
[ns]Ren[nse]
"Good night, big brother."[pcms]
[chara_int_ layer=5][trans_c cross time=150]
*634|
[fc]
But looking at Ren's face, now fully at peace, I feel it was right to wake her[r]
up and tell her.[pcms]
*635|
[fc]
[vo_ren s="ren0887"]
[ns]Ren[nse]
"Zzz... zzz..."[pcms]
*636|
[fc]
Perhaps feeling reassured, Ren quickly starts to breathe softly in her sleep[r]
while I watch over her.[pcms]
;//●小声トーク終了
;//→40070へ
[jump storage="40070.ks" target=*40070_TOP]

421
Kansen3_patch/40070.ks Normal file
View file

@ -0,0 +1,421 @@
;//block:A008
;//ブロック『地下道全員脱出編 中』pt.2
;//@konya 11/18 EV_CGほか
;//@konya 40060.txtから
*40070_TOP
;{SceneSet 地下道全員脱出編中}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公
;//時間帯:夕方
;//・テキスト容量8K前後
;//〆テキスト後選択肢発生
;//---------------------------------------------------------------
[sysbt_meswin]
*637|
[fc]
[ns]Wataru[nse]
「さて、と……」[pcms]
*638|
[fc]
再び見張り場に立ったボクは、[r]
父さんに短い返信メールを作成した。[pcms]
*639|
[fc]
ボクたちも頑張るよ。[r]
父さんも気をつけて……。[pcms]
*640|
[fc]
送信ボタンを押しながら、[r]
少しでも電波の良い位置を探そうとして腕を伸ばす。[pcms]
*641|
[fc]
アンテナ表示は不安定に切り替わっていたけれど、[r]
確かに今回のメールも送信することができた。[pcms]
*642|
[fc]
マル子先輩の話によると、[r]
ネットにもアクセスできるようになったみたいだし。[r]
ボクも少しは情報を集めてみよう……。[pcms]
*643|
[fc]
[ns]Wataru[nse]
「……確かに繋がりそうだけど、重いな……」[pcms]
*644|
[fc]
とりあえずニュースサイトを開いてみたけれど[r]
アクセスがめちゃくちゃ重たい。[pcms]
*645|
[fc]
回線が混雑しているのか、それとも不安定なのか……。[pcms]
*646|
[fc]
いくつか思いつくままにサイトを回って、[r]
ようやくニュースサイトのひとつに繋がった。[pcms]
*647|
[fc]
[ns]Wataru[nse]
「……あ、来た来た」[pcms]
*648|
[fc]
最新ニュースのメニューは、全て[r]
今起きている『事件』に関する記事だった。[pcms]
*649|
[fc]
『首都圏で暴動発生』[r]
最初のニュースでは、突如として集団暴動が発生した、[r]
というようなニュアンスだったけれど。[pcms]
*650|
[fc]
『東北感染災害再び?』[r]
いくつかの項目を経て、ボクと同じ推測が[r]
ニュースサイトにも発表されている。[pcms]
*651|
[fc]
そこから先は、もう怒涛の勢いでニュースが更新されている。[pcms]
*652|
[fc]
『札幌、新仙台に続いて福岡でも感染者発生』[r]
『大阪、名古屋、広島、各主要都市で混乱続く』[r]
『同時多発災害に、政府の対策追いつかず』[pcms]
*653|
[fc]
ひとつひとつ、確認するうちに[r]
すぅっと背中を冷たいものが流れ落ちていく。[pcms]
*654|
[fc]
[ns]Wataru[nse]
「……ホントに、日本中が……[r]
 すごいことになってるんだ……」[pcms]
*655|
[fc]
ボクたち、これからどうなるんだろう……。[pcms]
*656|
[fc]
ボクたちの街以外は、正常に機能してて、[r]
誰かが助けに来てくれるんじゃないかって……[r]
なんとなく思い込んでいたけど……。[pcms]
*657|
[fc]
こんな規模の災害じゃ[r]
もしかしたら誰も救助になんて……?[pcms]
*658|
[fc]
[ns]Wataru[nse]
「……あれ?」[pcms]
*659|
[fc]
ニュースは昼過ぎの更新を最後に、[r]
新しいものが投稿されていなかった。[pcms]
*660|
[fc]
サイトの更新ができなくなった……?[r]
それは、なぜ? もしかして……まさか……。[pcms]
*661|
[fc]
嫌な考えに陥りそうになるのを振り払って、[r]
ボクは別なサイトを回ってみる。[pcms]
*662|
[fc]
[ns]Wataru[nse]
「他には……と……」[pcms]
*663|
[fc]
緊急避難情報、避難所へのアクセス案内、災害用伝言掲示板、[r]
政府の緊急Webサイトへのリンク……。[pcms]
*664|
[fc]
政府系リンクは意外にあっさり繋がった。[r]
だけどまだ情報らしきものは、ほとんどない。[r]
パニックを起こさず正確な情報を待てと呼びかけているだけだ。[pcms]
*665|
[fc]
避難所の情報も確認してみる。[r]
都心部だと、いくつかの避難所に×印がついていた。[r]
満員っていうことか、もしくは使用不能ってことみたいだ。[pcms]
*666|
[fc]
この近所で○印がついてるのは……。[pcms]
*667|
[fc]
[ns]Wataru[nse]
「三宿駐屯地か。もし、地上で行くならここかな」[pcms]
*668|
[fc]
一応、覚えておくことにして、災害用伝言掲示板に飛んだ。[pcms]
*669|
[fc]
掲示板にはメッセージがぎっしりと書き込まれている。[pcms]
*670|
[fc]
どのメッセージにも家族や知人の安否を心配したり、[r]
自分の無事を知らせようと必死な思いがこめられている。[pcms]
*671|
[fc]
[ns]Wataru[nse]
「誰か、見てないかな」[pcms]
*672|
[fc]
ボクは自分や仲間の名前で検索をかけてみた。[pcms]
*673|
[fc]
だけど、検索には何も引っかからない。[pcms]
*674|
[fc]
[ns]Wataru[nse]
「…………」[pcms]
*675|
[fc]
誰もボクたちを探していない……、[r]
ボクたちは人知れず、ここに取り残された……、[r]
なんていう考えが浮かびそうになる。[pcms]
*676|
[fc]
[ns]Wataru[nse]
「……そんなこと、ないよ……うん」[pcms]
*677|
[fc]
そう、父さんとはメールが繋がったわけだし。[r]
ネットが回復したんだって、ここ数時間みたいだし。[pcms]
*678|
[fc]
本格的な救助とか連絡が取れるようになるとかは、[r]
きっとこれからだ……。[pcms]
*679|
[fc]
[ns]Wataru[nse]
「……そのためにも、いざっていう時に備えないとな。[r]
 もっと、他の情報も集めないと……」[pcms]
*680|
[fc]
ニュース映像系のリンクは切れてしまっているみたいだった。[pcms]
*681|
[fc]
そのくせ、ダイエット食品の広告バナーなんかが[r]
呑気にピコピコと動いている。[pcms]
*682|
[fc]
こんな緊急事態でも削除されないんだな……。[pcms]
*683|
[fc]
[ns]Wataru[nse]
「なんか、こういうのって……」[pcms]
*684|
[fc]
妙な脱力感に、思わず苦笑してしまう。[pcms]
*685|
[fc]
[ns]Wataru[nse]
「……そうだ、あそこなら……」[pcms]
*686|
[fc]
I had an idea and immediately tried to access it.[pcms]
*687|
[fc]
The time gauge for the display to appear gradually filled up, and the top page[r]
showed up.[pcms]
*688|
[fc]
"...Thank goodness. I'm glad I became a premium member."[pcms]
*689|
[fc]
[ns]Wataru[nse]
It's slow, but somehow connected.[pcms]
*690|
[fc]
The latest posts were checked, and there was a massive upload of TV news videos.[r]
Some of them seemed to be self-recorded.[pcms]
*691|
[fc]
"Let's see... this one first, I guess."[pcms]
*692|
[fc]
[ns]Wataru[nse]
I selected DHK News for now. The loading was unusually slow.[pcms]
*693|
[fc]
"This is going to take quite some time..."[pcms]
*694|
[fc]
[ns]Wataru[nse]
I was about to put down my phone when I suddenly noticed Yuuho's cell phone next[r]
to me.[pcms]
*695|
[fc]
"Ah..."[pcms]
*696|
[fc]
[ns]Wataru[nse]
Yuuho's cell phone had earphones connected to it.[pcms]
*697|
[fc]
"Right. It does make sound, after all."[pcms]
*698|
[fc]
[ns]Wataru[nse]
It would be bad to startle everyone. Before playing the news, I should connect[r]
the earphones.[pcms]
*699|
[fc]
But... my earphones are in my bag. If I go to get them and rustle around, Ren[r]
might wake up...[pcms]
*700|
[fc]
"I'll just borrow these for a bit."[pcms]
*701|
[fc]
[ns]Wataru[nse]
Deciding to borrow Yuuho's earphones, I picked up the cell phone.[pcms]
*702|
[fc]
"..."[pcms]
*703|
[fc]
[ns]Wataru[nse]
Suddenly, I thought of Oshima-senpai and Yuuho again.[pcms]
*704|
[fc]
What kind of relationship does Yuuho have... with Senpai?[pcms]
*705|
[fc]
Is she dating Oshima-senpai... or maybe, actually, she has someone else she's[r]
dating...?[pcms]
*706|
[fc]
"...Should I... take a peek inside...?"[pcms]
*707|
[fc]
[ns]Wataru[nse]
; (link storage="40100.ks" target=*40100_TOP)Hmm...(endlink)[pcms]
;//---------------------------------------------------------------
;//●時限式選択肢A1
;//1ー1:ケータイを見る→ブロック40080へ
;//1ー2:そんな真似は出来ない→ブロック40090へ
;//13:時間切れ→ブロック40100へ
; [sysbt_meswin clear]
;
; [link storage="40080.ks" target=*40080_TOP]ケータイを見る[endlink]
; [link storage="40090.ks" target=*40090_TOP]そんな真似はできない[endlink]
; ;[link storage="40100.ks" target=*40100_TOP]時間切れ[endlink]
; (link storage="40100.ks" target=*40100_TOP)Hmm...(endlink)[pcms]
*SEL30|ケータイを見る/そんな真似はできない/うーん……
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'Look at the cell phone'"]
[eval exp="f.seltext04 = 'I can\'t do such a thing'"]
[eval exp="f.seltext06 = 'Hmm'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = (800-(6*25))/2"]
;[eval exp="sf.seltext4_x = (800-(6*25))/2"]
;[eval exp="sf.seltext6_x = (800-(6*25))/2"]
[sel02 target=*SEL30_1]
[sel04 target=*SEL30_2]
[sel06 target=*SEL30_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL30_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="40080.ks" target=*40080_TOP]
;-------------------------------------------------------------------------------
*SEL30_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="40090.ks" target=*40090_TOP]
;-------------------------------------------------------------------------------
*SEL30_3|&f.seltext06
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="40100.ks" target=*40100_TOP]
;//---------------------------------------------------------------

100
Kansen3_patch/40080.ks Normal file
View file

@ -0,0 +1,100 @@
;//block:A009
;//ブロック『地下道全員脱出編 中』pt.3A
;//@konya 11/18 EV_CGほか
;//@konya 40070.txtから
*40080_TOP
;{SceneSet 地下道全員脱出編中}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公
;//時間帯:夕方
;//・テキスト容量2K 前後
;//---------------------------------------------------------------
;[sysbt_meswin]
*708|
[fc]
I slowly opened Yuuho's cell phone.[pcms]
*709|
[fc]
[ns]Wataru[nse]
"...Just a little... Just a quick look, that's all..."[pcms]
*710|
[fc]
My trembling fingers tried to open the mail inbox...[pcms]
*711|
[fc]
"Enter authentication key"[pcms]
*712|
[fc]
[ns]Wataru[nse]
"...!"[pcms]
*713|
[fc]
I suddenly came to my senses at that message. I closed the cell phone as if it[r]
had been flung from my hands.[pcms]
*714|
[fc]
[ns]Wataru[nse]
"I... what am I... doing right now?"[pcms]
*715|
[fc]
Even though I'm curious, to try and sneak a look at someone's cell phone!? What[r]
am I doing, what kind of thing am I...!?[pcms]
*716|
[fc]
[ns]Wataru[nse]
"...That's just not right..."[pcms]
*717|
[fc]
If it hadn't asked for a passcode, would I have continued to invade Yuuho's[r]
privacy!?[pcms]
*718|
[fc]
[ns]Wataru[nse]
"What am I doing...?"[pcms]
*719|
[fc]
Maruko-senpai and Ren praised me earlier... but there's nothing cool about this![r]
I am... I am...![pcms]
*720|
[fc]
[ns]Wataru[nse]
"I'm the worst..."[pcms]
*721|
[fc]
Feeling both pain and sadness, tears welled up in my eyes.[pcms]
*722|
[fc]
When I turned my gaze, I could vaguely see Yuuho lying down with her back turned[r]
towards me.[pcms]
*723|
[fc]
[ns]Wataru[nse]
"...I'm sorry, Yuuho..."[pcms]
*724|
[fc]
Muttering an apology, I only borrowed the earphones and put the cell phone back[r]
where it was originally.[pcms]
;//→ブロック40110へ
[jump storage="40110.ks" target=*40110_TOP]

84
Kansen3_patch/40090.ks Normal file
View file

@ -0,0 +1,84 @@
;//block:A010
;//ブロック『地下道全員脱出編 中』pt.3B
;//@konya 11/18 EV_CGほか
;//@konya 40070.txtから
*40090_TOP
;{SceneSet 地下道全員脱出編中}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公
;//時間帯:夕方
;//・テキスト容量2K前後
;//---------------------------------------------------------------
;[sysbt_meswin]
[evcg storage="EV025b"][trans_c cross time=300]
*725|
[fc]
[ns]Wataru[nse]
"...No, no, no, no. That's definitely not okay, that's the one thing I can't[r]
do."[pcms]
*726|
[fc]
Having resisted the dark temptation, I only borrowed the earphones and put the[r]
cellphone back where it originally was.[pcms]
*727|
[fc]
[ns]Wataru[nse]
"...Uuuuu..."[pcms]
*728|
[fc]
Even though I stopped myself at the last moment... just the thought of snooping[r]
through someone else's cellphone is embarrassing.[pcms]
*729|
[fc]
I wonder if I'm... really such a jealous person to even think of doing that.[pcms]
*730|
[fc]
[ns]Wataru[nse]
"..."[pcms]
*731|
[fc]
I casually glance over at everyone who is asleep.[pcms]
*732|
[fc]
Senpai Maruko and Ren are sleeping...[pcms]
*733|
[fc]
They both complimented me earlier... They said I was cool... They don't know[r]
that I'm such a dark-hearted guy...[pcms]
*734|
[fc]
But... even though I'm such a flawed person, if someone has expectations of me,[r]
I'll try a little harder...[pcms]
*735|
[fc]
Next to them, Yuuho is sleeping with her back turned to me, faintly illuminated[r]
by the lantern.[pcms]
*736|
[fc]
[ns]Wataru[nse]
"...I'm sorry, Yuuho."[pcms]
*737|
[fc]
Though it was only an attempt, I can't escape the feeling of guilt. I muttered a[r]
small apology.[pcms]
;//→ブロック40110へ
[jump storage="40110.ks" target=*40110_TOP]

167
Kansen3_patch/40100.ks Normal file
View file

@ -0,0 +1,167 @@
;//block:A011
;//ブロック『地下道全員脱出編 中』pt.3C
;//@konya 11/18 EV_CGほか
;//@konya 40070.txtから
*40100_TOP
;{SceneSet 地下道全員脱出編中}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公・悠帆(制服)
;//時間帯:夕方
;//・テキスト容量2K前後
;//---------------------------------------------------------------
;[sysbt_meswin]
*738|
[fc]
[ns]Wataru[nse]
"Wh...What should I do...?"[pcms]
*739|
[fc]
Even as I hesitated, my hand reached out to unlock Yuuho's phone...[pcms]
*740|
[fc]
[vo_yuh s="yuho0840"]
[ns]Yuuho[nse]
"...Wataru...?"[pcms]
*741|
[fc]
[ns]Wataru[nse]
"Ye-Yes?!"[pcms]
[ChrSetEx layer=5 chbase="yuho_a5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*742|
[fc]
When I looked up, Yuuho had sat up abruptly and was looking at me.[pcms]
*743|
[fc]
[vo_yuh s="yuho0841"]
[ns]Yuuho[nse]
"What's wrong~...?"[pcms]
*744|
[fc]
What do you mean, what's wrong, that's...[pcms]
*745|
[fc]
Trembling, I held up Yuuho's phone to her.[pcms]
*746|
[fc]
[ns]Wataru[nse]
"Could I... borrow your earphones?"[pcms]
*747|
[fc]
[vo_yuh s="yuho0842"]
[ns]Yuuho[nse]
"...Earphones~? Earphones... you mean...?"[pcms]
*748|
[fc]
Yuuho was muttering in a drawn-out tone but suddenly broke into a grin.[pcms]
[ChrSetEx layer=5 chbase="yuho_a1"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*749|
[fc]
[vo_yuh s="yuho0843"]
[ns]Yuuho[nse]
"Ah~... You mean the ones I lent to Maruko-senpai. Sure~..."[pcms]
[ChrSetEx layer=5 chbase="yuho_a5"][ChrSetXY layer=5 x=164 y=0][trans_c cross time=150]
*750|
[fc]
[vo_yuh s="yuho0844"]
[ns]Yuuho[nse]
"...So, Wataru is~..."[pcms]
*751|
[fc]
Yuuho started to say something but then hung her head in silence.[pcms]
*752|
[fc]
[ns]Wataru[nse]
"Wh...What is it...?"[pcms]
*753|
[fc]
As I braced myself for what she would say next, my heart pounded wildly.[pcms]
*754|
[fc]
[vo_yuh s="yuho0845"]
[ns]Yuuho[nse]
"...Sleep."[pcms]
;//@konya char_clear
[chara_int_ layer=5][trans_c cross time=150]
*755|
[fc]
Yuuho wriggled to lie on her side, turned her back to me again, and curled up[r]
into a ball.[pcms]
*756|
[fc]
[ns]Wataru[nse]
"...She's completely sleepwalking..."[pcms]
*757|
[fc]
With the way she is now, she probably has no idea what I was doing or what I was[r]
about to do... Maybe she won't even remember talking to me.[pcms]
*758|
[fc]
While still calming my racing heart, I borrowed only the earphones and put the[r]
phone back where it was.[pcms]
*759|
[fc]
[ns]Wataru[nse]
"...Uuuuu..."[pcms]
*760|
[fc]
I stopped myself at the last moment, but even thinking about snooping through[r]
someone's phone is embarrassing.[pcms]
*761|
[fc]
I wonder if I have a really jealous personality to even consider doing such a[r]
thing...[pcms]
*762|
[fc]
[ns]Wataru[nse]
"..."[pcms]
*763|
[fc]
But then, Yuuho stopped me (even if by chance). She saved me from succumbing to[r]
the dark temptation... Thanks to Yuuho, I was able to resist.[pcms]
*764|
[fc]
[ns]Wataru[nse]
"He...hehehe..."[pcms]
*765|
[fc]
I can't believe I'm feeling happy about this... There's really something wrong[r]
with me.[pcms]
;//→ブロック40110へ
[jump storage="40110.ks" target=*40110_TOP]

188
Kansen3_patch/40110.ks Normal file
View file

@ -0,0 +1,188 @@
;//block:A012
;//ブロック『地下道全員脱出編 中』pt.4
;//@konya 11/18 EV_CGほか
;//@konya 40080 40090 40100.txtから
*40110_TOP
;{SceneSet 地下道全員脱出編中}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公
;//時間帯:夕方
;//・テキスト容量6K前後
;//---------------------------------------------------------------
[sysbt_meswin]
*766|
[fc]
[ns]Wataru[nse]
"Well... then..."[pcms]
*767|
[fc]
I've set up my earphones, now I need to refocus and accomplish what I originally[r]
intended to do. It seems the video has finished loading.[pcms]
*768|
[fc]
When I press the play button, the familiar logo of DHK News appears.[pcms]
*769|
[fc]
[ns]Wataru[nse]
"...wow..."[pcms]
*770|
[fc]
The news starts off tense, relaying the situation in various parts of the[r]
metropolitan area through live broadcasts.[pcms]
*771|
[fc]
People rampaging, people fleeing, shops and facilities being destroyed...[pcms]
*772|
[fc]
It feels like I'm watching a panic movie; I can't believe this is really[r]
happening right now. Or rather, I don't want to believe it...[pcms]
*773|
[fc]
The announcer, desperately trying to remain calm, reports that the turmoil began[r]
in the early morning.[pcms]
*774|
[fc]
Based on the news timing, it seems that an emergency situation had already been[r]
reported to the public early in the morning.[pcms]
*775|
[fc]
Right around the time we were heading to school. Come to think of it, I was so[r]
rushed because of the camping trip that I left without watching the news...[pcms]
*776|
[fc]
[ns]Wataru[nse]
"We were lucky to be safe, all of us."[pcms]
*777|
[fc]
The video eventually became a repetition of the same information.[pcms]
*778|
[fc]
Isn't there any other news...?[pcms]
*779|
[fc]
But considering battery consumption, I can't just keep watching videos blindly.[pcms]
*780|
[fc]
I check the list of related videos.[pcms]
*781|
[fc]
[ns]Wataru[nse]
"...huh? This one... has a lot of access."[pcms]
*782|
[fc]
I found a video with an unusually high number of accesses. It seems to be a[r]
self-recorded video... but what is it?[pcms]
*783|
[fc]
I select the video and stare blankly at the screen as it loads again.[pcms]
*784|
[fc]
[ns]Wataru[nse]
"..."[pcms]
*785|
[fc]
My mood sinks.[pcms]
*786|
[fc]
Not just because of the tragic news I saw.[pcms]
*787|
[fc]
About that phone call earlier... and even now, during such times, I'm worried[r]
about Yuuho and Oshima-senpai's relationship...[pcms]
*788|
[fc]
[ns]Wataru[nse]
"Am I really that strange...?"[pcms]
*789|
[fc]
Maruko-senpai and Ren tried to cheer me up, but even that was... just because I[r]
was so focused on Yuuho and Ren's sake.[pcms]
*790|
[fc]
Honestly, I don't even remember if I tried to help Kousuke. Probably... I wasn't[r]
thinking about it. Even though he's a childhood friend and best buddy.[pcms]
*791|
[fc]
In the end, it seems like I was only acting for myself, for those who are[r]
important to me.[pcms]
*792|
[fc]
[ns]Wataru[nse]
"Sigh..."[pcms]
*793|
[fc]
It's not just Kousuke. The Astronomy Club members should have been gathering at[r]
school too, yet I didn't even bother to check on their safety.[pcms]
*794|
[fc]
They were supposed to be companions who could get excited about stars with me,[r]
but still, they weren't on my mind...[pcms]
*795|
[fc]
The teachers, my classmates... the people in town..., Tadahiko and Inori-san...[pcms]
*796|
[fc]
[ns]Wataru[nse]
"I hope everyone is safe..."[pcms]
*797|
[fc]
It's too late now, but I strongly hope that they are surviving somewhere.[pcms]
*798|
[fc]
Really, it's too late, and I feel sorry...[pcms]
;//★佐藤さま
;//いまどきの若者、発言をカットしようと思うのですが
*799|
[fc]
[ns]Wataru[nse]
"...oh, it's started..."[pcms]
*800|
[fc]
It looks like the loading is finished.[pcms]
*801|
[fc]
I drop my gaze to the moving images on the screen.[pcms]
;//→40120へ
[jump storage="40120.ks" target=*40120_TOP]

1787
Kansen3_patch/40120.ks Normal file

File diff suppressed because it is too large Load diff

212
Kansen3_patch/40130.ks Normal file
View file

@ -0,0 +1,212 @@
;//block:A014
;//ブロック40130『地下道全員脱出編 中』
;//@konya 11/18 EV_CGほか
;//@konya 40120.txtから
*40130_TOP
;{SceneSet 地下道全員脱出編中}
;//---------------------------------------------------------------
;//背景:地下道
;//登場人物:主人公・悠帆・漣
;//時間帯:夕方
;//・テキスト容量5K前後
;//---------------------------------------------------------------
;[eval exp="f.l_map = 12"]
;[sysbt_meswin]
;//@konya ev025 地下道(BG扱い)
[evcg storage="EV025b"][trans_c cross time=300]
*1094|
[fc]
[ns]Wataru[nse]
"..."[pcms]
*1095|
[fc]
Before I knew it, the video had started playing on repeat. I disconnected from[r]
the site and closed my phone.[pcms]
[bgm storage="BGM05"]
*1096|
[fc]
[ns]Wataru[nse]
"Above is... hell..."[pcms]
*1097|
[fc]
In such a tragic situation that goes beyond misery, what should we do from now[r]
on...?[pcms]
*1098|
[fc]
Can I protect Yuuho, Ren... everyone? Even when cornered or in dire straits, can[r]
we continue to help each other...?[pcms]
*1099|
[fc]
First of all... whether we can even survive...[pcms]
*1100|
[fc]
But...[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//〆EV011:悠帆と抱擁:制服、
[evcg storage="EV011h"][trans_c cross time=300]
*1101|
[fc]
[vo_yuh s="yuho0846"]
[ns]Yuuho[nse]
"...thanks to Wataru, we were saved."[pcms]
;//★上記セリフ、30210.txt  30240にあるのですが
;//若干、内容が異なっているため、念のため収録したほうがよいです
*1102|
[fc]
Yuuho...[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//〆EV012:漣と抱擁:制服)
[evcg storage="EV012o"][trans_c cross time=300]
*1103|
[fc]
[vo_ren s="ren0888"]
[ns]Ren[nse]
"Big brother is really my hero."[pcms]
;//★上記CGがこちらに届いたテキストにありませんでした。
;//暫定で30140のセリフいれておきます。違っていたら調整をお願いします。
*1104|
[fc]
Ren...[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
[bg storage="effect_black"]
[ChrSetEx layer=5 chbase="maru_a3"][ChrSetXY layer=5 x=147 y=0][trans_c cross time=300]
*1105|
[fc]
[vo_mar s="maru0972"]
[ns]Margarita[nse]
"That was quite cool, wasn't it?"[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
[bg storage="effect_black"]
[ChrSetEx layer=5 chbase="ren_a8"][ChrSetXY layer=5 x=185 y=0][trans_c cross time=300]
*1106|
[fc]
[vo_ren s="ren0889"]
[ns]Ren[nse]
"I believed that big brother would definitely come to save us."[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
*1107|
[fc]
If everyone believes in me...[pcms]
*1108|
[fc]
[ns]Wataru[nse]
"...I want to live up to their expectations..."[pcms]
;//@konya ev025 地下道(BG扱い)
[evcg storage="EV025b"][trans_c cross time=300]
;[eval exp="f.l_map = 12"]
*1109|
[fc]
Wanting to start something for now, I opened my phone again and began typing an[r]
email.[pcms]
*1110|
[fc]
[ns]Wataru[nse]
"Let's see..."[pcms]
*1111|
[fc]
I'm safe. Is everyone okay? Unfortunately, Yoshino-san is...[pcms]
*1112|
[fc]
[ns]Wataru[nse]
"..."[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//@konya 元気な頃の吉野さん
[bg storage="effect_black"]
[ChrSetEx layer=5 chbase="yoshino_a"][ChrSetXY layer=5 x=191 y=0][trans_c cross time=300]
*1113|
[fc]
While sending a broadcast email to everyone in the astronomy club, I remembered[r]
Yoshino-san.[pcms]
;//@konya レッドフラッシュ
[赤フラ]
;//@konya 最後に見た感染吉野さん
[ChrSetEx layer=5 chbase="yoshino_c"][ChrSetXY layer=5 x=191 y=0][trans_c cross time=150]
*1114|
[fc]
I couldn't save Yoshino-san...[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//@konya ev025 地下道(BG扱い)
[evcg storage="EV025b"][trans_c cross time=300]
*1115|
[fc]
This email... probably won't get any replies.[pcms]
*1116|
[fc]
I am... so powerless. But...[pcms]
*1117|
[fc]
At least, the five of us here are alive.[pcms]
*1118|
[fc]
[ns]Wataru[nse]
"Yeah... that's right..."[pcms]
*1119|
[fc]
I'll do whatever I can for everyone...[pcms]
*1120|
[fc]
Right now, here, the only one who can do something is me...[pcms]
;//@konya 暗転
[black_toplayer][trans_c cross time=1000][hide_chara_int]
;//→40140
[jump storage="40140.ks" target=*40140_TOP]

Some files were not shown because too many files have changed in this diff Show more