발키리 프로파일
페이지 정보
본문
# 제어코드표
룸 스크립트의 `{}` 제어코드. 번역 시 **텍스트만 한글로, `{}`는 위치·값 그대로 유지.**
| 코드 | 형식 | 의미 | 비고 |
| --- | --- | --- | --- |
| 0 | `{0}` | 줄바꿈 | 가장 흔함 |
| 1 | `{1}` | 새 창 / 페이지 전환 | |
| 3 | `{3,N}` | 글자 속도 / 딜레이 | 작은 N=느림, `{3,255}`=리셋 |
| 4 | `{4,N}` | 글자 색상 | N=0~5, `{4,0}`=리셋 |
| 5 | `{5}` | 내레이션 시작 | |
| 6 | `{6,a,b}` | 단역 NPC 음성 재생 | a=음성 인덱스, b=13(고정) |
| 7 | `{7,N}` | 글자 반복 / 간격 | `{7,1}`=리셋 |
| 8 | `{8,N}` | 글자 크기 | `{8,1}`=리셋 |
| 12 | `{12,a,b}` | 음성 재생 (주요 캐릭터) | a=인덱스, b=뱅크(9~12) |
| 14 | `{14,N}` | 변수 삽입 | 얼굴 번호 등 |
| 17 | `{17,F,0}` | F프레임 대기 | 60fps, 연출 간격 |
| 18 | `{18}` | 대사 본문 시작 마커 | 발화 텍스트 직전 (내레이션 `{5}`와 대비) |
| 19 | `{19,a,b}` | 초상화 / 화자 지정 | `{19,255,255}`=없음 |
## 번역 원칙
- `{}` 코드는 **임의 삭제·추가 금지** — 특히 `{6}`/`{12}`(음성), `{17}`(대기), `{19}`(화자), `{5}`(내레이션), `{18}`(대사시작).
- 설정/리셋은 **쌍으로 유지** — `{3,N}…{3,255}`(속도), `{4,N}…{4,0}`(색), `{7,N}…{7,1}`(간격).
- 텍스트 없이 `{}`만 있는 줄(예 `{17,40,0}`) = 연출 전용, 번역 불필요지만 **삭제 금지**.
- `{19,a,b}` 다음의 **화자 이름도 한글로** 번역.
- 코드 안의 숫자는 인자이므로 **번역 대상 아님** (그대로 유지).
| # | 원문 | 번역문 | 수정 |
|---|---|---|---|
| 701 | {5}Hai-Lan |
|
|
| 702 | {5}Minayo, please grant me strength!{0} For the sake of your parents, who raised me,{0} I wish to prove myself worthy of{0} the power that should rightfully{0} have been yours! |
|
|
| 703 | {19,255,255}Foster Father{0} 「Oh! |
|
|
| 704 | {19,255,255}Foster Mother{0} 「Nanami! |
|
|
| 705 | {19,255,255}Minayo{0} 「Honored parents,{0} please accept this. |
|
|
| 706 | {5}You found Dragonbane. |
|
|
| 707 | {19,255,255}Minayo{0} 「I will never forget{0} what you did for me, Nanami.{0} I pray for your safe travels. |
|
|
| 708 | {5}Pleiades Shrine |
|
|
| 709 | {19,255,255}Shinto priest{0} 「It's impressive you come{0} here every day to pray.{0} But, for what・・・? |
|
|
| 710 | {19,255,255}Ai{0} 「For the safe return{0} of my brother. |
|
|
| 711 | {19,255,255}Ai{0} 「He has gone on a quest to find{0} medicine to treat my eyes・・・ |
|
|
| 712 | {19,255,255}Shinto priest{0} 「I see. |
|
|
| 713 | {19,255,255}Shinto priest{0} 「Earlier, a young man came here.{0} At first I mistook him for you. |
|
|
| 714 | {19,255,255}Ai{0} 「Could it be?{0} It must have been my brother!! |
|
|
| 715 | {19,255,255}Ai{0} 「・・・My brother and I are twins. |
|
|
| 716 | {19,255,255} Shinto priest{0} 「Ah, of course. |
|
|
| 717 | {19,255,255}Shinto priest{0} 「He said to give you this amulet{0} I've been holding it for you. |
|
|
| 718 | {19,255,255}Ai{0} 「Why...here? |
|
|
| 719 | {19,255,255}Shinto priest{0} 「Well,{0} he knew you were coming here,{0} didn't he? |
|
|
| 720 | {19,255,255} Shinto priest{0} 「Truly, twins are a wonder. |
|
|
| 721 | {19,255,255}Ai{0} 「Somehow, my brother{0} has cured me after all. |
|
|
| 722 | {19,255,255}Ai{0} 「But what I wanted was... |
|
|
| 723 | {19,255,255}Shinto priest{0} 「I'm sure everthing is fine,{0} why do you think this? |
|
|
| 724 | {19,255,255}Ai{0} 「I don't know,{0} I only know that it is how I feel. |
|
|
| 725 | {19,255,255}Fuyuki{0} 「・・・Yumei? |
|
|
| 726 | {19,255,255}Yumei{0} 「Are you surprised?{0} I'm not human. |
|
|
| 727 | {19,255,255}Fuyuki{0} 「I... I didn't... |
|
|
| 728 | {19,255,255}Yumei{0} 「You should get away from the shore.{0} The Oouzu will be here soon. |
|
|
| 729 | {19,255,255}Fuyuki{0} 「What about you? |
|
|
| 730 | {19,255,255}Fuyuki{0} 「・・・You wanted the Cerulean Lapis{0} so that you could see your father? |
|
|
| 731 | {19,255,255}Yumei{0} 「・・・ |
|
|
| 732 | {19,255,255}Fuyuki{0} 「I'm kinda disappointed. {0} It looks like you didn't trust me,{0} when all I wanted to do was help you.{0} That's why I searched the whole city{0} for information about the Lapis. |
|
|
| 733 | {19,255,255}Yumei{0} 「You're wrong. |
|
|
| 734 | {19,255,255}Fuyuki{0} 「Huh? |
|
|
| 735 | {19,255,255}Yumei{0} 「It's true・・・ ,{0} that I wanted to see my father.{0} but that isn't the thing that{0} I would have wished for. |
|
|
| 736 | {19,255,255}Fuyuki{0} 「Then... Why? |
|
|
| 737 | {19,255,255}Yumei{0} 「My mother... {0} She died recently. |
|
|
| 738 | {19,255,255}Yumei{0} 「Ever since my mother bore me, {0} the child of a human,{0} she's been ostracized by the other merfolk.{0} Even when she died, no one mourned her.{0} ・・・I couldn't cry.{0} {1}{0} Whenever I wanted to cry,{0} everyone would glare at me with those{0} cold eyes...and I just couldn't do it.{0} But it was more than just that... |
|
|
| 739 | {19,255,255}Yumei{0} 「I didn't smile when I was happy. |
|
|
| 740 | {19,255,255}Yumei{0} 「I didn't cry when I was sad. |
|
|
| 741 | {19,255,255}Yumei{0} 「What I didn't realize was that{0} I had given up on living entirely. |
|
|
| 742 | {19,255,255}Yumei{0} 「I was such a fool. |
|
|
| 743 | {19,255,255}Yumei{0} 「At the very least,{0} I wanted to make my father cry. |
|
|
| 744 | {19,255,255}Yumei{0} 「My wish for the Lapis would have been...{0} For my father, mother and me to have{0} been able to live together as a family... |
|
|
| 745 | {19,255,255}Yumei{0} 「But it's not fair...{0} Now they get to be together{0} without me... |
|
|
| 746 | {19,255,255}Fuyuki{0} 「・・・Yumei,{0} please don't do this! |
|
|
| 747 | {19,255,255}Yumei{0} 「Goodbye, Fuyuki. {0} I'm sorry I lied to you. |
|
|
| 748 | {19,255,255}Yumei{0} 「・・・ I couldn't cry.{0} Whenever I wanted to cry,{0} everyone would just glare at me...{0} and I wouldn't be able to.{0} But it was more than just that... |
|
|
| 749 | {19,255,255}Yumei{0} 「I was such a fool. |
|
|
| 750 | {19,255,255}Fuyuki{0} 「I was a fool too.{0} Why didn't I stop her? |
|
|
| 751 | {19,255,255}Fuyuki{0} 「Wha...What's this!? |
|
|
| 752 | {5}When a cerulean gem is in a young man's palm{0} {5}When two strangers have spoken their hearts {0} {5}And when two hearts have connected as one {0} {5}Then the legend has truly been reborn {0} {5} The Legend of the Cerulean Lapis-{7,1} |
|
|
| 753 | {5}Fuyuki, if you found the Cerulean Lapis{0} {5}what would you wish for? {0} {5}A splendid new ship?{0} {5}No!!{0} {5}To be together?{0} {5}Should I wish for Yumei's safety? {0} {5}That's it!{0} {5}But...{0} {5}What was it that Yumei wished for...? |
|
|
| 754 | {19,255,255}Fuyuki{0} 「Lapis!{0} Grant my heart's desire! |
|
|
| 755 | {19,255,255}Fuyuki{0} 「I wish that Yumei is able to be{0} with her parents again-{7,1} |
|
|
| 756 | {5}The sea did not calm.{0} {5}Yumei did not return.{0} {5} But the boy sat patiently-{7,1}{0} {5}and stared at the ocean. |
|
|
| 757 | {5}His wish was granted.{0} {5}But there was no proof of this. |
|
|
| 758 | {5}And so-{7,1}{0} {5}Fuyuki decided to believe once again.{0} {5}To believe that Yumei was happy,{0} {5}together with her family, forevermore. |
|
|
| 759 | {19,255,255}Yumei{0} 「Fuyuki, I'm sorry... |
|
|
| 760 | {19,255,255}Yumei{0} 「Who...? |
|
|
| 761 | {5}You found Fragment of Lapis Gem. |
|
|
| 762 | {19,255,255}Fuyuki{0} 「I believe in the{0} Cerulean Lapis. |
|
|
| 763 | {19,255,255}Yumei{0} 「Huh? |
|
|
| 764 | {19,255,255}Fuyuki{0} 「I heard you talking to my father.{0} Father is growing old,{0} and he's lost the{0} ability to hope and dream.{0} But I still believe the Lapis is real. |
|
|
| 765 | {19,255,255}Fuyuki{0} 「Do you think I'm silly? |
|
|
| 766 | {19,255,255}Yumei{0} 「No. Thanks for the encouragement.{0} I'll try to believe in it too. |
|
|
| 767 | {19,255,255}Fuyuki{0} 「That's good!{0} 'Cause you'll never find it{0} if you don't believe in it. |
|
|
| 768 | {19,255,255}Yumei{0} 「Fuyuki, if you found the{0} Cerulean Lapis,{0} what would you wish for? |
|
|
| 769 | {19,255,255}Fuyuki{0} 「Ummm...{0} {1}{0} Well, our ship is in pretty bad shape,{0} So I guess I'd wish for a new one,{0} The finest one in all of Hai-Lan. |
|
|
| 770 | {19,255,255}Fuyuki{0} 「What about you? |
|
|
| 771 | {19,255,255}Yumei{0} 「Me? Uh-{7,1} {0} I haven't really thought about it. |
|
|
| 772 | {19,255,255}Fuyuki{0} 「I see... |
|
|
| 773 | {19,255,255}Fuyuki{0} 「I believe in the Cerulean Lapis. |
|
|
| 774 | {19,255,255}Yumei{0} 「Thanks for the encouragement.{0} I'll try to believe in it too. |
|
|
| 775 | {19,255,255}Fuyuki{0} 「That's good!{0} 'Cause you'll never find it{0} if you don't believe in it. |
|
|
| 776 | {19,255,255}Fuyuki{0} 「I'm sorry, Yumei. {0} But I couldn't find anyone{0} by the name of “Koh”. |
|
|
| 777 | {19,255,255}Yumei{0} 「・・・Thank you for trying. |
|
|
| 778 | {19,255,255}Fuyuki{0} 「Oh, it was no problem.{0} I like to help any way I can. |
|
|
| 779 | {19,255,255}Yumei{0} 「Well, there's no point in{0} searching anymore. |
|
|
| 780 | {19,255,255}Fuyuki{0} 「Why not? |
|
|
| 781 | {19,255,255}Fuyuki{0} 「Don't you want to see your father?{0} Don't give up! |
|
|
| 782 | {19,255,255}Fuyuki{0} 「The Lapis・・・{0} I know it's real.{0} You said you'd try to{0} believe in it-{7,1} |
|
|
| 783 | {19,255,255}Yumei{0} 「There is no Cerulean Lapis! |
|
|
| 784 | {19,255,255}Fuyuki{0} 「What?{0} But, Yumei... |
|
|
| 785 | {19,255,255}Yumei{0} 「There is no Lapis,{0} and my father is dead! |
|
|
| 786 | {19,255,255}Fuyuki{0} 「Yumei... |
|
|
| 787 | {19,255,255}Yumei{0} 「It doesn't matter anymore. {0} Please just leave me alone. |
|
|
| 788 | {19,255,255}Fuyuki{0} 「Wait!{0} Where are you going!?{0} Yumei!! |
|
|
| 789 | {19,255,255}Jun{0} 「Have you heard of a cave{0} known as the “dark mirror”? |
|
|
| 790 | {19,255,255}Hotel Clerk{0} 「Hmmm...{0} No, I don't think so. |
|
|
| 791 | {19,255,255}Hotel Clerk {0} 「Would you like a room? |
|
|
| 792 | {19,255,255}Father{0} 「Miss, you asked us to take{0} you to this town,{0} but now you say you have{0} nowhere to go.{0} {1}{0} I'm sorry to nag, but{0} may I ask why you wanted to{0} come here? |
|
|
| 793 | {19,255,255}Yumei{0} 「Honestly, I wasn't trying to{0} hide anything... |
|
|
| 794 | {19,255,255}Yumei{0} 「I came here to see my father. |
|
|
| 795 | {19,255,255}Father{0} 「Your father? |
|
|
| 796 | {19,255,255}Yumei{0} 「That's right. |
|
|
| 797 | {19,255,255}Father{0} 「What's his name? |
|
|
| 798 | {19,255,255}Yumei{0} 「Koh...Rijun Koh. |
|
|
| 799 | {19,255,255}Father{0} 「Koh? You don't mean... {0} Shogun Koh!? |
|
|
| 800 | {19,255,255}Yumei{0} 「You know him? |
|
