Advertisement
Guest User

mgq alma elma cecil dinner translation

a guest
Mar 1st, 2017
875
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.31 KB | None | 0 0
  1. // put this one in {mgqdin dir}/html/guest2/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. [ChgTalker id=2 charName="Cecil" picId=2]
  153. Haaa... Haa...[p]
  154. [MsgLayer id=1 visible=false]
  155. I...[p]
  156. [ChgTalker id=2 charName="Cecil" picId=2]
  157. Haaa... Ha-... -a...[p]
  158. [MsgLayer id=1 visible=false]
  159. I'm exhausted.[p]
  160.  
  161.  
  162. How many days has it been?...[p]
  163. There's no end to the fighting and the monsters.[p]
  164. I broke my sword and armour to escape.[r]
  165. I've been wandering through the forest for days.[p]
  166. I...[p]
  167. [ChgTalker id=2 charName="Cecil" picId=2]
  168. I'm... exhausted... I'm tired...[p]
  169.  
  170. [MsgLayer id=1 visible=false]
  171. I slump over, collapsing on the spot.[p]
  172. Without noticing, I fall against...[p]
  173.  
  174. [Quake obj=BG id=0 time=500 hMaxAmp=5 hMinAmp=5]
  175. [StartQuake wait=false]
  176. [MsgLayer id=1 visible=false]
  177. [ChgBG path="./resorce/BG/g_ah01.jpg"]
  178. [ChgTalker id=2 charName="Alma Elma" picId=2]
  179. Oh dear... Is your battle already over...?[p]
  180.  
  181. [MsgLayer id=1 visible=false]
  182. Before I knew it, a monster appeared in front of me. [r] Alma Elma catches me with her arm.[p]
  183.  
  184. Her big chest wraps around me, she's so soft and warm.[p]
  185. There's a sweet scent...[p]
  186. I give up everything, [r] I just want to sleep like this...[p]
  187. I can't fight anymore.[p]
  188. [ChgTalker id=2 charName="Cecil" picId=2]
  189. Uuun... No more... I... fight... no......[p]
  190.  
  191. [MsgLayer id=1 visible=false]
  192. [ChgBG path="./resorce/BG/g_ah09.jpg"]
  193. [ChgTalker id=2 charName="Alma Elma" picId=2]
  194. Ufufu... Yes... give up...[p]
  195. [MsgLayer id=1 visible=false]
  196. Alma Elma's sleepy,[r]
  197. gentle, kind voice resonates in my ear.[p]
  198.  
  199. [MsgLayer id=1 visible=false]
  200. [ChgBG path="./resorce/BG/g_ah01.jpg"]
  201. [ChgTalker id=2 charName="Alma Elma" picId=2]
  202. But... I told you before...?[p]
  203. If you are exhausted in the middle of a trip...[l][r]
  204. and you give up...[p]
  205. "I get you..."[p]
  206.  
  207. [MsgLayer id=1 visible=false]
  208. I remember. It was the first time I saw her.[p]
  209. I made a promise with the devil.[l][r]
  210. A pledge. There was no exception.[p]
  211. But still I...[p]
  212. [ChgTalker id=2 charName="Cecil" picId=2]
  213. Uunn... yes... it's... good...[p]
  214. [MsgLayer id=1 visible=false]
  215. I was going to devote myself [r]to this beautiful existence.[p]
  216. This peace would last forever.[p]
  217. If this body was preyed on by other monsters...[p]
  218. [ChgTalker id=2 charName="Cecil" picId=2]
  219. Alma... Elma... I... -'ll... give you......[p]
  220.  
  221. [MsgLayer id=1 visible=false]
  222. I... wanted to be preyed on by Alma Elma[p]
  223. [MsgLayer id=1 visible=false]
  224. [ChgBG path="./resorce/BG/g_ah09.jpg"]
  225. [ChgTalker id=2 charName="Alma Elma" picId=2]
  226. So... good.[p]
  227. Well then...Cecil...[l][r]
  228. You... I'll eat you...♪[p]
  229. [LoadBGM buffer=primary path="../../BGM/feratyupa2.mp3"]
  230. [PlayBGM buffer=primary mode=play]
  231. [LoadSound id=0 path="../../Sound/lip01.mp3"]
  232. [PlaySound id=0 mode=play wait_PlayEnd=false]
  233. [MsgLayer id=1 visible=false]
  234. [ChgBG path="./resorce/black.jpg"]
  235. [ChgTalker id=2 charName="Cecil" picId=2]
  236. Nnn... -nnn... fuaa......[p]
  237. [MsgLayer id=1 visible=false]
  238. Alma Elma gently kisses me.[p]
  239. A succubus' ecstatic kiss.[l][r]
  240. All my resistance fades away.[p]
  241. [LoadSound id=0 path="../../Sound/lip00.mp3"]
  242. [PlaySound id=0 mode=play wait_PlayEnd=false]
  243. [ChgTalker id=2 charName="Cecil" picId=2]
  244. Nnnn... chuu... nnnn... aaaa...[p]
  245. [ChgTalker id=2 charName="Alma Elma" picId=2]
  246. ... fufu...♡[p]
  247. [MsgLayer id=1 visible=false]
  248. My tongue intertwines with hers in a last long kiss.[p]
  249. And then that long, long kiss finishes...[p]
  250. [LoadBGM buffer=primary path="../../BGM/inner1.mp3"]
  251. [PlayBGM buffer=primary mode=play]
  252. [LoadSound id=0 path="../../Sound/gutyu0.mp3"]
  253. [PlaySound id=0 mode=play wait_PlayEnd=false]
  254. [MsgLayer id=1 visible=false]
  255. [ChgBG path="./resorce/BG/g_ah02.jpg"]
  256. *gulp*... *gulp*...[p]
  257.  
  258. [MsgLayer id=1 visible=false]
  259. My body is already in the tail of Alma Elma...[l][r]
  260. I'm wrapped up in her predatory mouth.[p]
  261.  
  262. It's filled with a warm nectar-like liquid.[r]
  263. My body is massaged softly.[p]
  264. [ChgTalker id=2 charName="Cecil" picId=2]
  265. Nnnn... Haa... aaa... It... feels... good...[p]
  266. Warm... and gentle... just like... mother...[p]
  267.  
  268. [ChgTalker id=2 charName="Alma Elma" picId=2]
  269. Ufufu...♡[p]
  270. The pleasure of being the Queen Succubus' prey is...[l][r]
  271. really fierce indeed...[p]
  272. That's it... drown in pleasure...[r]
  273. sleep inside of me...♡[p]
  274.  
  275. [LoadSound id=0 path="../../Sound/nukarumu.mp3"]
  276. [PlaySound id=0 mode=play wait_PlayEnd=false]
  277. [MsgLayer id=1 visible=false]
  278. Alma Elma with a gentle smile,[r]
  279. swallowed me whole.[p]
  280.  
  281. [ChgTalker id=2 charName="Alma Elma" picId=2]
  282. I'll... swallow you gently...[p]
  283. I'll melt you was you fall asleep...♪[p]
  284.  
  285. [MsgLayer id=1 visible=false]
  286. While patting my head, Alma Elma whispers.[p]
  287. ...ever since I went on this trip, [r] there wasn't a time my heart felt so at ease.[p]
  288. [ChgTalker id=2 charName="Cecil" picId=2]
  289. Aaa-...... I'm happy...♪[p]
  290. [MsgLayer id=1 visible=false]
  291. Instinctively... I want to kiss Alma Elma again.[p]
  292.  
  293. [ChgTalker id=2 charName="Alma Elma" picId=2]
  294. Nnnn... fufu...♪ Such a spoilt child, Cecil...♪[p]
  295. [LoadSound id=0 path="../../Sound/lip01.mp3"]
  296. [PlaySound id=0 mode=play wait_PlayEnd=false]
  297. [ChgTalker id=2 charName="Cecil" picId=2]
  298. Nnn... chu...[p] Ha-... aaaa... so sweet...♡[p]
  299. [MsgLayer id=1 visible=false]
  300. I'm in bliss, [r]
  301. wrapped up in such a touching loveable place.[p]
  302. [LoadBGM buffer=primary path="../../BGM/roop1.mp3"]
  303. [PlayBGM buffer=primary mode=play]
  304. [LoadSound id=0 path="../../Sound/gutyu0.mp3"]
  305. [PlaySound id=0 mode=play wait_PlayEnd=false]
  306. [MsgLayer id=1 visible=false]
  307. [ChgBG path="./resorce/BG/g_ah03.jpg"]
  308. *gulp*...[p]
  309.  
  310. Down the tail of Alma Elma, little by little I'm swallowed.[p]
  311. I notice already from the neck down,[r]
  312. I've been swallowed.[p]
  313. [ChgTalker id=2 charName="Cecil" picId=2]
  314. Nnn... aaa... haaa... more... wrap me up...♪[p]
  315. Haaa......♡[p]
  316.  
  317. [ChgTalker id=2 charName="Alma Elma" picId=2]
  318. Ufufu... so impatient...♪[p]
  319. There's no hurry... I'll eat you all up...♪[p]
  320.  
  321. [MsgLayer id=1 visible=false]
  322. I'm preyed on by the Queen Succubus.[p]
  323. This situation should be horrible, [r]
  324. but for me now, [r]
  325. it's like a mother is singing a lullaby.[r]
  326. I feel so satisfied.[p]
  327. [LoadSound id=0 path="../../Sound/eat.mp3"]
  328. [PlaySound id=0 mode=play wait_PlayEnd=false]
  329. [MsgLayer id=1 visible=false]
  330. [ChgBG path="./resorce/BG/g_ah04.jpg"]
  331. *gulp*... *jupuu*...っ[p]
  332.  
  333. At last, the tail begins to wrap around my head.[p]
  334. This feeling I kept waiting for finally wrapped up all of me.[p]
  335. [ChgTalker id=2 charName="Cecil" picId=2]
  336. Haaa......♪[p]
  337. [MsgLayer id=1 visible=false]
  338. I smile unintentionally.[p]
  339. It felt so comfortable and safe [r]
  340. to become Alma Elma's prey.[p]
  341.  
  342. [ChgTalker id=2 charName="Alma Elma" picId=2]
  343. Ufufu...♪ Good child...♪[p]
  344. You can sleep now...[p]
  345. Once you fall asleep... we'll become one...[r]
  346. Forever... we can be together forever...♪[p]
  347. [ChgTalker id=2 charName="Cecil" picId=2]
  348. Fufu... fu... yay......♪[p]
  349. With Alma Elma...... forever... I will...[p]
  350. [MsgLayer id=1 visible=false]
  351. I laugh like a child, rejoicing.[p]
  352.  
  353. I feel like this is my life's purpose.[p]
  354. So kind... and warm... and soft... and warm...[r]
  355. I can become one with Alma Elma...[p]
  356. Is there anything better than this?...[p]
  357.  
  358. [ChgTalker id=2 charName="Alma Elma" picId=2]
  359. Yes... forever... together forever...♪[p]
  360.  
  361. [MsgLayer id=1 visible=false]
  362. And the mouth slowly closes,[p]
  363. my body is swallowed [r]little by little.[p]
  364.  
  365. [MsgLayer id=1 visible=false]
  366. [ChgBG path="./resorce/BG/g_ah10.jpg"]
  367. [PlayBGM buffer=primary mode=stop]
  368. Good night, Cecil...♪[p]
  369. [MsgLayer id=1 visible=false]
  370. Alma Elma smiles.[p]
  371.  
  372. And in the next moment---[p]
  373. [LoadSound id=0 path="../../Sound/gokkunn6.mp3"]
  374. [PlaySound id=0 mode=play wait_PlayEnd=false]
  375. [MsgLayer id=1 visible=false]
  376. [ChgBG path="./resorce/BG/g_ah05.jpg"]
  377. *gulp*......[p]
  378.  
  379. Cecil, the female knight, disappeared.[p]
  380. [LoadBGM buffer=primary path="../../BGM/gokun5.mp3"]
  381. [PlayBGM buffer=primary mode=play]
  382. [LoadSound id=0 path="../../Sound/mizu09.mp3"]
  383. [PlaySound id=0 mode=play wait_PlayEnd=false]
  384. With a grumbling sound, [r]
  385. Cecil is swallowed down the tail.[p]
  386. Her heart and soul melting away in the digestive juice...[p]
  387.  
  388. [ChgTalker id=2 charName="Alma Elma" picId=2]
  389. Ufufu...♪[p]
  390. Such a... obedient and good child...♪[p]
  391.  
  392. [MsgLayer id=1 visible=false]
  393. All of Cecil is digested and absorbed into Alma Elma.[p]
  394. Her body relaxes and returns to an hourglass shape...[p]
  395. [PlayBGM buffer=primary mode=stop]
  396. [LoadSound id=0 path="../../Sound/eat2.mp3"]
  397. [PlaySound id=0 mode=play wait_PlayEnd=false]
  398. [MsgLayer id=1 visible=false]
  399. [ChgBG path="./resorce/BG/g_ah06.jpg"]
  400. *gulp*...[p]
  401. Within a few minutes, her tail returns to it's original thickness, [r]
  402. and Alma Elma returns to her normal appearance.[p]
  403. Cecil is completely absorbed, [r]
  404. turned into nutrients for Alma Elma.[p]
  405.  
  406. [ChgTalker id=2 charName="Alma Elma" picId=2]
  407. Ufufu... Everything has melted...♪[p]
  408. You were very delicious...[r]
  409. Your body... heart... and soul... everything...♪[p]
  410.  
  411. [MsgLayer id=1 visible=false]
  412. Alma Elma smiles, satisfied.[p]
  413. [LoadSound id=0 path="../../Sound/power03.mp3"]
  414. [PlaySound id=0 mode=play wait_PlayEnd=false]
  415. [MsgLayer id=1 visible=false]
  416. [ChgBG path="./resorce/BG/g_ah07.jpg"]
  417. [ChgTalker id=2 charName="Alma Elma" picId=2]
  418. Nnn...♡[p]
  419.  
  420. Haha... so comfy...♡[p]
  421. [MsgLayer id=1 visible=false]
  422. Alma Elma's body is surrounded by a dazzling light.[p]
  423. and...[p]
  424. [LoadSound id=0 path="../../Sound/mahou.mp3"]
  425. [PlaySound id=0 mode=play wait_PlayEnd=false]
  426. [MsgLayer id=1 visible=false]
  427. [ChgBG path="./resorce/BG/g_ah08.jpg" mode="fadeout_white" time=400]
  428. [ChgBG path="./resorce/BG/g_ah08.jpg"]
  429.  
  430. [ChgTalker id=2 charName="Alma Elma" picId=2]
  431. Ufufu... all of Cecil... became one with me...♡[p]
  432.  
  433. [MsgLayer id=1 visible=false]
  434. Nutrients converted into magical power, [r]
  435. the body of the Queen Succubus[r] becomes even more bewitching...[p]
  436.  
  437. When the light ceased, [r]
  438. only Alma Elma's figure, now even more curvy, remained.[p]
  439.  
  440. [ChgTalker id=2 charName="Alma Elma" picId=2]
  441. Ufu...Cecil...♪[p]
  442. You...[l] deep down inside...[l] from the beginning...[l][r]
  443. You wanted this to happen...?[p]
  444.  
  445. [MsgLayer id=1 visible=false]
  446. Alma Elma smiles to herself.[p]
  447.  
  448. [ChgTalker id=2 charName="Alma Elma" picId=2]
  449. Kusukusu... It was a feast...♡[p]
  450. [MsgLayer id=1 visible=false]
  451. [ChgBG path="./resorce/BG/black.jpg" time=5000]
  452.  
  453. [MsgLayer id=1 visible=false]
  454. And so ends the female knight's adventure.[p]
  455. And end of the journey [r]
  456. was the warmest and kindest eternity she had ever encountered.[p]
  457.  
  458.  
  459.  
  460. ・・・・・・・・・[p]
  461.  
  462. A sad translation by a sad anon [r]
  463. ****Original by Toki Nokogiri*** [p]
  464.  
  465.  
  466.  
  467. [PreSelect]
  468.  
  469.  
  470.  
  471. [Link]Start Again?[/Link][r]
  472. [StartSelect var=selIdx]
  473. [p]
  474.  
  475. [Goto path="./script/test.txt" label="もう一度見る"]
  476.  
  477. [AfterSelect]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement