Advertisement
Guest User

mgqg dinner shirohebi translation

a guest
Feb 18th, 2017
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.72 KB | None | 0 0
  1. // Paste into {mgqgdin dir}/html/sh/L/script/test.txt
  2.  
  3. *背景表示機能|背景表示機能|INVALID
  4. // 初期設定
  5.  
  6. // セーブ機能を一時的にOFF
  7. [Save OFF]
  8.  
  9.  
  10. // 背景レイヤーを表示状態にしておく
  11. [BGLayer visible=true]
  12.  
  13.  
  14. // このスクリプトで使用する各データをキャッシュする
  15. // ※ 必ずしも予めキャッシュしておく必要はありません。
  16. //  キャッシュされていないファイルは、最初に使用される際に読み込まれます。
  17. [Cache path="./EmbedFonts.swf"]
  18.  
  19. [Cache path="./resorce/plug-in/CharName.swf"]
  20.  
  21.  
  22. [Cache path="./resorce/BG/black.jpg"]
  23.  
  24. [Cache path="./resorce/Char/sampleChar1.swf"]
  25. [Cache path="./resorce/Char/sampleChar1.jpg"]
  26. [Cache path="./resorce/Char/sampleChar2.jpg"]
  27. [Cache path="./resorce/Char/sampleFace.swf"]
  28. [Cache path="./resorce/Char/sampleSelTimer.swf"]
  29.  
  30. [Cache path="./resorce/Button/sampleBtn1.jpg"]
  31. [Cache path="./resorce/Button/sampleBtn2.jpg"]
  32. [Cache path="./resorce/Button/sampleBtn3.jpg"]
  33. [Cache path="./resorce/Button/sampleBtn4.jpg"]
  34.  
  35. [Cache path="./resorce/Button/btn_light.swf"]
  36. [Cache path="./resorce/Button/btn_river.swf"]
  37. [Cache path="./resorce/Button/btn_tree.swf"]
  38.  
  39. [Cache path="./resorce/Button/ha_river.swf"]
  40. [Cache path="./resorce/Button/ha_tree.swf"]
  41.  
  42. [Cache path="./resorce/Effect/VBlinds_thin_R.swf"]
  43.  
  44. [Cache path="./resorce/System/Mark_WaitClick.swf"]
  45. [Cache path="./resorce/System/Mark_WaitClick_PB.swf"]
  46. [Cache path="./resorce/System/MsgLayerBG.swf"]
  47. [Cache path="./resorce/System/HistoryLayerBG.swf"]
  48. [Cache path="./resorce/System/About_LemoNovel.swf"]
  49. [Cache path="./resorce/System/TotalMenu.swf"]
  50. [Cache path="./resorce/System/VolumePanel.swf"]
  51. [Cache path="./resorce/System/ChgScreen.swf"]
  52. [Cache path="./resorce/System/SelectFontDlg.swf"]
  53.  
  54. [Cache path="./resorce/plug-in/CharName.swf"]
  55.  
  56. // テキストファイルもキャッシュ可能
  57. // 但し、容量の進捗は取得できません。
  58.  
  59. [StartCache]
  60.  
  61. // キャッシュ保持指定を無効化
  62. [DelSaveCache]
  63.  
  64. // フォントの読み込みを開始する
  65. [LoadFont]
  66.  
  67. // システム変数に逐次スキップとシーンスキップの設定を作成しておく
  68. // (※これは統合メニューサンプル用の処理です)
  69. // 逐次スキップのデフォルトは初期設定(ini)ファイルのSHIFTスキップの設定とする
  70. // シーンスキップのデフォルトは有効
  71. [SysVar _read_=true _write_=true sysSkip="#System.shiftSkip" sceneSkip="ON"]
  72.  
  73.  
  74.  
  75. // メッセージレイヤーを一旦表示する
  76. [MsgLayer visible=true]
  77.  
  78.  
  79. [StartCache]
  80.  
  81. // キャッシュ保持指定を無効化
  82. [DelSaveCache]
  83.  
  84. // フォントの読み込みを開始する
  85. [LoadFont]
  86.  
  87. // システム変数に逐次スキップとシーンスキップの設定を作成しておく
  88. // (※これは統合メニューサンプル用の処理です)
  89. // 逐次スキップのデフォルトは初期設定(ini)ファイルのSHIFTスキップの設定とする
  90. // シーンスキップのデフォルトは有効
  91. [SysVar _read_=true _write_=true sysSkip="#System.shiftSkip" sceneSkip="ON"]
  92.  
  93. // メッセージレイヤーを一旦表示する
  94. [MsgLayer visible=true]
  95.  
  96. [PreSelect]
  97.  
  98. // セーブ機能を一時的にOFF
  99. [Save OFF]
  100.  
  101. // 履歴を一時的にOFF
  102. [History ON]
  103.  
  104. // コンテキストメニューを設定
  105. [SetContextMenu id=1 caption="メッセージをスキップ" macro="MsgSkip" enabled=true visible=true syncEnabled=Select|HideMsg|Limit_ProgOpe|Limit_Skip]
  106. [SetContextMenu id=2 caption="即時表示" macro="ChgMsgSpeed" arguments="speed=0" separator=true enabled=true visible=true menuType=system]
  107. [SetContextMenu id=3 caption="最速" macro="ChgMsgSpeed" arguments="speed=1" enabled=true visible=true menuType=system]
  108. [SetContextMenu id=4 caption="速い" macro="ChgMsgSpeed" arguments="speed=2" enabled=true visible=true menuType=system]
  109. [SetContextMenu id=5 caption="普通 <-" macro="ChgMsgSpeed" arguments="speed=3" enabled=true visible=true menuType=system]
  110. [SetContextMenu id=6 caption="遅い" macro="ChgMsgSpeed" arguments="speed=4" enabled=true visible=true menuType=system]
  111. [SetContextMenu id=7 caption="メッセージを隠す" macro="HideMessage" separator=true enabled=true visible=true syncEnabled=Doing|HideMsg]
  112. [UpdateContextMenu]
  113.  
  114. // 前回起動時のシステム設定情報を復元する
  115. [LoadSystem]
  116.  
  117. // メッセージレイヤーのフォントをシステムでの設定で更新する
  118. // (※これはフォント選択ダイアログサンプル用の処理です)
  119. [UpdateMsgLayerFont]
  120.  
  121. // システムメニュー定義ファイルを読み込む
  122. [LoadSysMenu path="./script/sysmenu_def.txt"]
  123. // セーブ/ロードメニューのセーブデータ名を更新する
  124. [UpdateSaveLoadMenu]
  125.  
  126. // 背景レイヤーを表示状態にしておく
  127. [BGLayer visible=true]
  128.  
  129. // 『最初から』の開始位置
  130. *Start||INVALID
  131.  
  132. [PreSelect]
  133.  
  134.  
  135.  
  136. // 変数を定義
  137. // talkCharId  :口パクさせるキャラクターレイヤーID(-1で対象なし)
  138. // talkCharName :会話中のキャラの名前
  139. [Var talkCharId=-1 talkCharName=""]
  140.  
  141. // 名前表示用のメッセージレイヤーとキャラクターレイヤーを追加する
  142. [ChgLayerCnt msgLayer=2 charLayer=5]
  143. [MsgLayer id=1 posX=20 posY=375 width=270 height=40 margin_Left=28 margin_Right=0 margin_Top=10 margin_Bottom=0 speed_Normal=-1 history=false Font_Size=20]
  144. [CharLayer id=3 posX=250 posY=300 syncHide=true ]
  145. [CharLayer id=4 syncHide=true]
  146.  
  147. // 名前表示用のプラグインを読み込んで表示しておく(視覚上は非表示)
  148. [ShowChar id=4 path="./resorce/plug-in/CharName.swf" time=0 posX=480 posY=300]
  149.  
  150.  
  151. [StartTrans]
  152.  
  153. [MsgLayer id=1 visible=false]
  154. Several days after Black Alice's army occupied the ground... [p]
  155. Her subordinates still continued to pillage the area. [p]
  156. [ChgTalker id=2 charName="Servant" picId=2]
  157. Shirohebi. Here is this evening's dinner. [p]
  158. [ChgTalker id=2 charName="Shirohebi" picId=2]
  159. Hmph. Good Work. [l][r]
  160. The Monster Lord will be conquered soon... [p]
  161. [MsgLayer id=1 visible=false]
  162. The victims of the battle were enslaved, [r]
  163. humiliated, [l][r]
  164. or... [p]
  165. [ChgTalker id=2 charName="Shirohebi" picId=2]
  166. Kukuku... Tonight's sacrifice looks delicious...[p]
  167.  
  168. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  169. Let me go...!Stop......![p]
  170. [ChgTalker id=2 charName="Shirohebi" picId=2]
  171. Don't struggle... An offering is an offering...[p]
  172. [LoadSound id=0 path="../../Sound/eat.mp3"]
  173. [PlaySound id=0 mode=play wait_PlayEnd=false]
  174.  
  175. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  176. Ugaa...!?Let me go!!... Stoooop……![p]
  177. [LoadSound id=0 path="../../Sound/eat3.mp3"]
  178. [PlaySound id=0 mode=play wait_PlayEnd=false]
  179. [MsgLayer id=1 visible=false]
  180. *gulp*...[p]
  181.  
  182. [MsgLayer id=1 visible=false]
  183. [ChgBG path="./resorce/BG/sh01.jpg"]
  184.  
  185. [LoadSound id=0 path="../../Sound/eat2.mp3"]
  186. [PlaySound id=0 mode=play wait_PlayEnd=false]
  187. *gokuri*...[p]
  188. [ChgTalker id=2 charName="Shirohebi" picId=2]
  189. You'll fit nicely in my stomach...[p]
  190. [MsgLayer id=1 visible=false]
  191. If you were chosen...[l][r]
  192. you became prey.[p]
  193.  
  194.  
  195. [ChgTalker id=2 charName="Shirohebi" picId=2]
  196. Kuku...[p]
  197. Small prey like this...[r]
  198. tastes best when you swallow them slowly...[p]
  199. [MsgLayer id=1 visible=false]
  200. Shirohebi, satisfied, rubs her swollen belly. [p]
  201.  
  202. Inside... [p]
  203. [LoadBGM buffer=primary path="../../BGM/inner1.mp3"]
  204. [PlayBGM buffer=primary mode=play]
  205.  
  206. [MsgLayer id=1 visible=false]
  207. [ChgBG path="./resorce/BG/shc01.jpg"]
  208. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  209. Uuu- ga!... I...[r]
  210. I... d-don't... want to be e-eaten...![p]
  211. [MsgLayer id=1 visible=false]
  212. Dragon was swallowed alive.[p]
  213.  
  214. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  215. Ugaaaa!! Let me out! [p]
  216. [MsgLayer id=1 visible=false]
  217. [MsgLayer visible=false]
  218. [PlayBGM buffer=primary mode=stop]
  219. [LoadSound id=0 path="../../Sound/mizu09.mp3"]
  220. [PlaySound id=0 mode=play wait_PlayEnd=false]
  221. [ChgBG path="./resorce/BG/sh02.jpg" time=400]
  222. [ChgBG path="./resorce/BG/sh03.jpg" time=500]
  223. [ChgBG path="./resorce/BG/sh02.jpg" time=600]
  224. [MsgLayer id=1 visible=false]
  225. Dragon Pup desperately struggles, trying to escape the stomach. [p]
  226. Although she's small, she is a dragon. [p]
  227. She continues to struggle with the force of an adult man. [p]
  228.  
  229. However...[p]
  230. [LoadSound id=0 path="../../Sound/mizu09.mp3"]
  231. [PlaySound id=0 mode=play wait_PlayEnd=false]
  232. [ChgBG path="./resorce/BG/sh04.jpg" time=800]
  233. [ChgBG path="./resorce/BG/sh05.jpg" time=800]
  234. [ChgBG path="./resorce/BG/sh04.jpg" time=800]
  235. *grumble*... *grumble*...[p]
  236.  
  237. [ChgTalker id=2 charName="Shirohebi" picId=2]
  238. Hey... that tickles...[p]
  239. [MsgLayer id=1 visible=false]
  240. Shirohebi's belly only wriggles a little... [r]
  241. Dragon Pup's struggling didn't change anything.[p]
  242.  
  243. Even though Dragon Pup was trying her best to resist.[p]
  244. Shirohebi had strong a magical power. [r]
  245. Her prey's resistance meant nothing to her. [p]
  246. [LoadSound id=0 path="../../Sound/lick_s4.mp3"]
  247. [PlaySound id=0 mode=play wait_PlayEnd=false]
  248. [MsgLayer id=1 visible=false]
  249. [ChgBG path="./resorce/BG/sh05.jpg"]
  250. *Swallow*...[p]
  251. [LoadSound id=0 path="../../Sound/lick_s5.mp3"]
  252. [PlaySound id=0 mode=play wait_PlayEnd=false]
  253. [MsgLayer id=1 visible=false]
  254. [ChgBG path="./resorce/BG/sh04.jpg"]
  255. *Swallow*...[p]
  256.  
  257. Shirohebi's swollen belly continues to wriggle every time Dragon Pup struggles. [p]
  258. But this feeling, for Shirohebi, was just like prey struggling in her mouth. [r]
  259. It was only part of the feast... [p]
  260.  
  261. [ChgTalker id=2 charName="Shirohebi" picId=2]
  262. Kukuku... What lively prey... [p]
  263. Your dancing is a treat...[p]
  264. [LoadBGM buffer=primary path="../../BGM/roop1.mp3"]
  265. [PlayBGM buffer=primary mode=play]
  266. [MsgLayer id=1 visible=false]
  267. [ChgBG path="./resorce/BG/shb01.jpg"]
  268.  
  269. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  270. I've got to escape somehow...! Or...[r]
  271. I'll be digested just like this...! [p]
  272. [LoadSound id=0 path="../../Sound/damage.mp3"]
  273. [PlaySound id=0 mode=play wait_PlayEnd=false]
  274. [Quake obj=BG id=0 time=500 hMaxAmp=5 hMinAmp=5]
  275. [StartQuake wait=false]
  276.  
  277. Inside the tight gullet, Dragon Pup continued to resist.[p]
  278.  
  279. [MsgLayer id=1 visible=false]
  280. [ChgBG path="./resorce/BG/shb02.jpg"]
  281.  
  282. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  283. Uga... Ugaa... Aaaaa...![p]
  284. [LoadSound id=0 path="../../Sound/damage.mp3"]
  285. [PlaySound id=0 mode=play wait_PlayEnd=false]
  286. [Quake obj=BG id=0 time=500 hMaxAmp=5 hMinAmp=5]
  287. [StartQuake wait=false]
  288.  
  289. [MsgLayer id=1 visible=false]
  290. She clawed the fleshy walls that were squishing her tighter...[p]
  291.  
  292. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  293. Ugaaa...![p]
  294. [LoadSound id=0 path="../../Sound/damage.mp3"]
  295. [PlaySound id=0 mode=play wait_PlayEnd=false]
  296. [Quake obj=BG id=0 time=500 hMaxAmp=5 hMinAmp=5]
  297. [StartQuake wait=false]
  298.  
  299. [MsgLayer id=1 visible=false]
  300. But―――[p]
  301. [LoadSound id=0 path="../../Sound/nukarumu.mp3"]
  302. [PlaySound id=0 mode=play wait_PlayEnd=false]
  303. [MsgLayer id=1 visible=false]
  304. [ChgBG path="./resorce/BG/shb03.jpg"]
  305. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  306. U- ga- aa...[p]
  307. Haaa-... Haaa-... [l] I-it's useless... [p]
  308. [MsgLayer id=1 visible=false]
  309. Even if she scratched with her claws, [r]
  310. even if she tore with her sharp fangs, [r]
  311. there was no sign of her being able to escape.[p]
  312.  
  313.  
  314.  
  315.  
  316. However―――[p]
  317. [LoadSound id=0 path="../../Sound/attack00.mp3"]
  318. [PlaySound id=0 mode=play wait_PlayEnd=false]
  319. [MsgLayer id=1 visible=false]
  320. [ChgBG path="./resorce/BG/shb04.jpg"]
  321. *squish*…[p]
  322.  
  323. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  324. Uga…!? It... it's... [p]
  325. [MsgLayer id=1 visible=false]
  326. Inside the stomach, Dragon Pup[r]
  327. was beginning to be squeezed... [r]
  328. her struggling was further restrained.[p]
  329.  
  330. [LoadSound id=0 path="../../Sound/gulp_l.mp3"]
  331. [PlaySound id=0 mode=play wait_PlayEnd=false]
  332. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  333. Ha... -aa... Ha-... U-... ga...[p]
  334.  
  335.  
  336. [MsgLayer id=1 visible=false]
  337. Dragon Pup's breath begins to weaken, [r]
  338. with the oxygen becoming thin from her rampage... [p]
  339. Her consciousness starts to dim and blur... [r]
  340. as her digestion continues... [p]
  341. [MsgLayer id=1 visible=false]
  342.  
  343. [LoadSound id=0 path="../../Sound/lick_s5.mp3"]
  344. [PlaySound id=0 mode=play wait_PlayEnd=false]
  345. [ChgBG path="./resorce/BG/shb05.jpg"]
  346. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  347. Uga………!?[p]
  348. S-stop! Nooo……![p]
  349. [MsgLayer id=1 visible=false]
  350. As the digestive juices fill the stomach, [r]
  351. Dragon Pup's clothes started to melt... [r]
  352. her breasts were exposed to the liquid...[p]
  353.  
  354. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  355. Hi... -aaa...m-my... chest... is loosening...?[p]
  356.  
  357. [MsgLayer id=1 visible=false]
  358. She realises in this moment... [r]
  359. her clothes were completely melted into pieces... [p]
  360.  
  361. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  362. N-Nooo! I don't want this...! [p]
  363.  
  364.  
  365. [LoadSound id=0 path="../../Sound/nukarumu.mp3"]
  366. [PlaySound id=0 mode=play wait_PlayEnd=false]
  367. [MsgLayer id=1 visible=false]
  368. Dragon Pup desperately begs. [p]
  369. But her wish couldn't be heard... [r]
  370. As the digestive juices continued to fill the stomach.[p]
  371. [LoadSound id=0 path="../../Sound/Bubble16.mp3"]
  372. [PlaySound id=0 mode=play wait_PlayEnd=false]
  373. [MsgLayer id=1 visible=false]
  374. [ChgBG path="./resorce/BG/shb06.jpg"]
  375. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  376. Ugaa... W-What i-... What is this?[p]
  377.  
  378. [MsgLayer id=1 visible=false]
  379. There is no pain in the digestion... [r]
  380. warmth envelops her body, [r]
  381. and a pleasant sensation enters her.[p]
  382.  
  383. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  384. Uga...♪ It... feels good......♪[p]
  385.  
  386. [MsgLayer id=1 visible=false]
  387. As her body continued to be enveloped in the digestive juice...[r]
  388. her pleasure grew.[p]
  389. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  390. Uga... aa....♪[p]
  391. Thick... and slimy...[l][r]
  392. and rough... [l][r]
  393. More... I want... more...♪[p]
  394. [MsgLayer id=1 visible=false]
  395. Once her body was covered in digestive juice, [r]
  396. the pleasure of being digested [r]
  397. melted her willpower... [p]
  398. [LoadSound id=0 path="../../Sound/makituki.mp3"]
  399. [PlaySound id=0 mode=play wait_PlayEnd=false]
  400. [MsgLayer id=1 visible=false]
  401. [ChgBG path="./resorce/BG/shb07.jpg"]
  402. *squish*……[p]
  403.  
  404. As if the stomach had a mind of its own,[r]
  405. when Dragon Pup relaxed,[r]
  406. the walls gently hugged even tighter...[p]
  407.  
  408. [LoadSound id=0 path="../../Sound/lick_s4.mp3"]
  409. [PlaySound id=0 mode=play wait_PlayEnd=false]
  410. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  411. Gaaaa………♪[p]
  412.  
  413. [MsgLayer id=1 visible=false]
  414. Her whole body was sandwiched between the stomach walls.[r]
  415. There was no way to resist...[p]
  416.  
  417. Dragon Pup was overcome by the pleasure of digestion...[p]
  418.  
  419. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  420. Uga... It feels so good......♪[p]
  421. More... dissolve me more...♪[p]
  422.  
  423. [MsgLayer id=1 visible=false]
  424. The digestive juices still continued to fill the stomach.[r]
  425. Dragon Pup's body was, little by little,[r]
  426. becoming part of Shirohebi...[p]
  427.  
  428. [LoadSound id=0 path="../../Sound/lick_s3.mp3"]
  429. [PlaySound id=0 mode=play wait_PlayEnd=false]
  430. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  431. Aaa...-nn... nnnn...[p]
  432.  
  433. [MsgLayer id=1 visible=false]
  434. Even though the claws of a dragon were harder than Iron,[r]
  435. even though her scales could endure Lava,[r]
  436. Dragon Pup was slowly melting...[p]
  437. [LoadSound id=0 path="../../Sound/lick_s5.mp3"]
  438. [PlaySound id=0 mode=play wait_PlayEnd=false]
  439. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  440. Aauuunnn...~[p]
  441. [MsgLayer id=1 visible=false]
  442. Dragon Pup's panting voice became glossy.[r]
  443. Her arousal was showing in her voice...[p]
  444. As she was being digested, [r]
  445. her pleasure as a female was coming through... [p]
  446.  
  447. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  448. Aa... Haa... from the tip of my horns...[l][r]
  449. to the tip of my tail......[p]
  450. Everything...... and my vagina... [r]
  451. Is full... of pleasure... ♪[p]
  452. [MsgLayer id=1 visible=false]
  453. [LoadSound id=0 path="../../Sound/water08.mp3"]
  454. [PlaySound id=0 mode=play wait_PlayEnd=false]
  455. [ChgBG path="./resorce/BG/shb08.jpg" mode="fadeout_white" time=400]
  456. [ChgBG path="./resorce/BG/shb08.jpg"]
  457. Aaa... Faaa...-nn...♪[p]
  458.  
  459. [MsgLayer id=1 visible=false]
  460. While she was covered in digestive juices,[r]
  461. Dragon Pup wet herself, cumming in pleasure...[p]
  462. She completely accepted her predation,[r]
  463. as prey, digested,[r]
  464. she wanted to be absorbed...[p]
  465.  
  466. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  467. A...Haaaaa...I'm cumming...♪[p]
  468. [LoadSound id=0 path="../../Sound/mizu09.mp3"]
  469. [PlaySound id=0 mode=play wait_PlayEnd=false]
  470. [MsgLayer id=1 visible=false]
  471. [ChgBG path="./resorce/BG/shb09.jpg"]
  472. [MsgLayer id=1 visible=false]
  473. *gulp*。[p]
  474.  
  475. The stomach still continued to tighten,[r]
  476. absorbing the digested body,[r]
  477. until there is nothing left...[p]
  478. [LoadSound id=0 path="../../Sound/bubble6.mp3"]
  479. [PlaySound id=0 mode=play wait_PlayEnd=false]
  480. [MsgLayer id=1 visible=false]
  481. [ChgBG path="./resorce/BG/shb10.jpg"]
  482. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  483. Uu...gu......♪[p]
  484.  
  485. [MsgLayer id=1 visible=false]
  486. Soaked in a sea of digestive juices, [r]
  487. Dragon Pup is enchanted, [r]
  488. and absorbed...[p]
  489. Scales... Nails... Tails... Hair... Meat...[r]
  490. All of it was absorbed into Shirohebi...[p]
  491. [ChgBG path="./resorce/BG/black.jpg"]
  492. [ChgTalker id=2 charName="Dragon Pup" picId=2]
  493. U……………gu…………………♪[p]
  494. [PlayBGM buffer=primary mode=stop]
  495. [LoadSound id=0 path="../../Sound/gutyu0.mp3"]
  496. [PlaySound id=0 mode=play wait_PlayEnd=false]
  497. [MsgLayer id=1 visible=false]
  498. With the last pleasureable feeling of ascending to heaven...[r]
  499. Dragon Pup was fully absorbed...[p]
  500. ………[p]
  501.  
  502. [LoadBGM buffer=primary path="../../BGM/gokun5.mp3"]
  503. [PlayBGM buffer=primary mode=play]
  504.  
  505. [MsgLayer id=1 visible=false]
  506. [ChgBG path="./resorce/BG/sh06.jpg"]
  507. [ChgTalker id=2 charName="Shirohebi" picId=2]
  508. Kukuku... it's about time...[l][r]
  509. Everything will melt away...[p]
  510.  
  511. [MsgLayer id=1 visible=false]
  512. The digestion was completely finished. [r]
  513. Shirohebi's abdomen gradually returned to its original size.[p]
  514. In the dark room,[r]
  515. the serpent finished absorbing her prey...[p]
  516.  
  517. Only the sound of grumbling resonated in the room...[p]
  518.  
  519. [LoadSound id=0 path="../../Sound/gulp_l.mp3"]
  520. [PlaySound id=0 mode=play wait_PlayEnd=false]
  521. [MsgLayer id=1 visible=false]
  522. [ChgBG path="./resorce/BG/sh07.jpg"]
  523. *grumble*... *gulp*...っ[p]
  524.  
  525. [PlayBGM buffer=primary mode=stop]
  526. [LoadSound id=0 path="../../Sound/gokkunn6.mp3"]
  527. [PlaySound id=0 mode=play wait_PlayEnd=false]
  528. [MsgLayer id=1 visible=false]
  529. [ChgBG path="./resorce/BG/sh08.jpg"]
  530. *grumble*...[p]
  531.  
  532. [ChgTalker id=2 charName="Shirohebi" picId=2]
  533. Nnnn......Ha... -aaa......[p]
  534. Kuku... delicious...[p]
  535.  
  536.  
  537. [MsgLayer id=1 visible=false]
  538. Shirohebi finished her meal. [r]
  539. She was pleasantly exhausted, [r]
  540. Her cheeks flushed, as she trembled in pleasure...[p]
  541.  
  542.  
  543. [MsgLayer id=1 visible=false]
  544. [ChgBG path="./resorce/BG/sh09.jpg"]
  545. [ChgTalker id=2 charName="Shirohebi" picId=2]
  546. Well...[p]
  547.  
  548. [MsgLayer id=1 visible=false]
  549. Shirohebi flipped the hem of her kimono.[p]
  550. A tip of pink showed [r]
  551. her predatory mouth bare. [p]
  552.  
  553. [ChgTalker id=2 charName="Shirohebi" picId=2]
  554. N...[p]
  555. [LoadSound id=0 path="../../Sound/lick_s3.mp3"]
  556. [PlaySound id=0 mode=play wait_PlayEnd=false]
  557. [MsgLayer id=1 visible=false]
  558. [ChgBG path="./resorce/BG/sh10.jpg"]
  559. [MsgLayer id=1 visible=false]
  560. *squish*……[p]
  561.  
  562. From her intimate place, [r]
  563. only the head dress Dragon Pup had worn[r]
  564. Peeped out from her figure... [p]
  565. With a squishy sound,[r]
  566. she spat it out.[p]
  567.  
  568. [ChgTalker id=2 charName="Shirohebi" picId=2]
  569. Fufu... What a delicious meal...[p]
  570. Nnn...[p]
  571. [LoadSound id=0 path="../../Sound/nukarumu.mp3"]
  572. [PlaySound id=0 mode=play wait_PlayEnd=false]
  573. [MsgLayer id=1 visible=false]
  574. [ChgBG path="./resorce/BG/sh11.jpg"]
  575. [MsgLayer id=1 visible=false]
  576. *squish*... *squeeze*[p]
  577. [LoadSound id=0 path="../../Sound/bosu18_a.mp3"]
  578. [PlaySound id=0 mode=play wait_PlayEnd=false]
  579.  
  580. [MsgLayer id=1 visible=false]
  581. [ChgBG path="./resorce/BG/sh12.jpg"]
  582. Only the headdress remained on the itami mat.[p]
  583.  
  584. [ChgTalker id=2 charName="Shirohebi" picId=2]
  585. Kukuku... It was a treat...[p]
  586. [MsgLayer id=1 visible=false]
  587. [ChgBG path="./resorce/BG/sh13.jpg"]
  588. [ChgTalker id=2 charName="Shirohebi" picId=2]
  589. Well... What shall we eat next?[p]
  590.  
  591. [MsgLayer id=1 visible=false]
  592. In the dim room, [r]
  593. Shirohebi's eyes shone, and her tail twitching. [p]
  594. Her expression showed that she was already seeking more prey...[r]
  595. It was the face of a predator...[p]
  596. [MsgLayer id=1 visible=false]
  597. [ChgBG path="./resorce/BG/black.jpg" time=5000]
  598. How many people and monsters,[r]
  599. had she devoured?[p]
  600. No one will ever know...[p]
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607. ・・・・・・・・・[p]
  608.  
  609. A sad translation by a sad anon [r]
  610. ****Original by Toki Nokogiri*** [p]
  611.  
  612.  
  613. [PreSelect]
  614.  
  615.  
  616.  
  617. [Link]Start Again?[/Link][r]
  618. [StartSelect var=selIdx]
  619. [p]
  620. [Goto path="./script/test.txt" label="もう一度見る"]
  621.  
  622. [AfterSelect]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement