발키리 프로파일
페이지 정보
본문
# 제어코드표
룸 스크립트의 `{}` 제어코드. 번역 시 **텍스트만 한글로, `{}`는 위치·값 그대로 유지.**
| 코드 | 형식 | 의미 | 비고 |
| --- | --- | --- | --- |
| 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}` 다음의 **화자 이름도 한글로** 번역.
- 코드 안의 숫자는 인자이므로 **번역 대상 아님** (그대로 유지).
| # | 원문 | 번역문 | 수정 |
|---|---|---|---|
| 2301 | {5}Arianrod Labyrinth |
|
|
| 2302 | It's some sort of{0} operating panel.{0} {1}{0} Will you operate it?{0} ・Yes{0} ・No |
|
|
| 2303 | {5}You found Foul Slayer. |
|
|
| 2304 | {5}You found the Magic blade “Cromrea”. |
|
|
| 2305 | Valkyrie{0} 「Master of Darkness{3,40},{3,255}{0} This is the world of Men.{0} You have no place here. |
|
|
| 2306 | Dark Lord{0} 「Perhaps, but{3,12}・・・{3,255}{0} I have a thirst which must be quenched. |
|
|
| 2307 | Valkyrie{0} 「What is it you thirst for? |
|
|
| 2308 | Dark Lord{0} 「I cannot ever forget{3,12}・・・{3,255} |
|
|
| 2309 | Dark Lord{0} 「{3,10}He{3,0} {3,10}he{3,0} {3,10}he{3,0} {3,10}he{3,0} {3,10}he{3,0} {3,10}he{3,255}.{0} How sweet・・・how gloriously sweet・・・{0} is the taste of the human soul! |
|
|
| 2310 | Valkyrie{0} 「Foul creature!! |
|
|
| 2311 | Dark Lord{0} 「Not enough!!{0} Still I thirst!!{0} Perhaps the soul of a goddess{0} would be enough to{0} satisfy me! |
|
|
| 2312 | {5}You found Shadzard. |
|
|
| 2313 | {5}You found the Secrets of Zolon. |
|
|
| 2314 | {5}You found the Unicorn's Horn. |
|
|
| 2315 | {5}You found the Wand of Apocalypse. |
|
|
| 2316 | {5}You found Eternal Fault. |
|
|
| 2317 | {5}You found Sacred Javelin |
|
|
| 2318 | There is no reaction. |
|
|
| 2319 | {5}Sunken Shrine |
|
|
| 2320 | {5}You found Prismatic Missile. |
|
|
| 2321 | {5}You found a Footman's Axe. |
|
|
| 2322 | {5}You found Reflect Armor. |
|
|
| 2323 | {5}You found the Slashing sword “Farewell”. |
|
|
| 2324 | {5}You found the Tear of the Cosmos. |
|
|
| 2325 | Wraith{0} 「{3,12}・・・{3,255}Fifty five thousand days.{0} That is how long it has been.{0} I've been waiting all this time{3,12}・・・{3,255}!! |
|
|
| 2326 | Valkyrie{0} 「Undead counting the passage of time?{0} Don't make me laugh!!{0} You still have human traits, creature. |
|
|
| 2327 | Wraith{0} 「Human, you say{3,40}?{3,255}{0} {1}{0} I have passed far beyond the{0} realm of such small-minded,{0} short-lived fools!! |
|
|
| 2328 | Valkyrie{0} 「You shall pay for the{0} sins you have waged.{0} In the name of Lord Odin,{0} I shall sanction thee!! |
|
|
| 2329 | {5}Forest of Woe |
|
|
| 2330 | {5} You found an Element Scepter. |
|
|
| 2331 | {5}You found a Phoenix Feather. |
|
|
| 2332 | {5}You found Extreme Guard. |
|
|
| 2333 | Valkyrie{0} 「The wild animals have become affected{0} by the evil and have become ferocious.{0} I have no choice. |
|
|
| 2334 | Valkyrie{0} 「His blood{0} has been sucked from his body.{0} This is the work of an Undead. |
|
|
| 2335 | Valkyrie{0} 「I sense a powerful force nearby{3,50}.{3,255}{0} So this is causing all the snow. |
|
|
| 2336 | Valkyrie{0} 「This is what happens when mortal{0} creatures meddle with forces{0} beyond their ken{7,11}-{7,1} |
|
|
| 2337 | {5}Cave of Oblivion |
|
|
| 2338 | {5}You found Ebony Powder. |
|
|
| 2339 | {5}You found Ether Scepter. |
|
|
| 2340 | {5}You found Ring of Learning. |
|
|
| 2341 | {5}You found Broken Blade. |
|
|
| 2342 | {5}You found Neckless Doll. |
|
|
| 2343 | {5}You found a Golden Egg. |
|
|
| 2344 | Palace of the Dragon |
|
|
| 2345 | {5}Door |
|
|
| 2346 | {5}“XVI”{0} {5}“THE TOWER”{0} {1}{0} {5}“A crystal containing”{0} {5}“the power of the stars.”{0} {5}“It transcends the power of space,”{0} {5}“and opens a path to a new place.” |
|
|
| 2347 | {3,8}・・・{3,255}There's something behind{0} the picture.{0} {1}{0} You found a Full Moon Stone. |
|
|
| 2348 | {5}“XII”{0} {5}“THE HANGED MAN” |
|
|
| 2349 | {3,8}・・・{3,255}There's something behind{0} the picture.{0} {1}{0} You found a New Moon Stone. |
|
|
| 2350 | {5}You found Sacred Javelin. |
|
|
| 2351 | Statue of a woman.{0} Something is written on it.{0} {1}{0} {5}“Youngest first”{0} {5}“Except for fools.” |
|
|
| 2352 | Statue of a Woman.{0} Looks like a stone could fit in{0} the frame. There is a hole. |
|
|
| 2353 | {3,0}Which stone will you put in? |
|
|
| 2354 | ・Eclipse Stone |
|
|
| 2355 | ・Darkspot Stone |
|
|
| 2356 | ・Darkpath Stone |
|
|
| 2357 | ・Blood-Red Stone |
|
|
| 2358 | ・Full Moon Stone |
|
|
| 2359 | ・Crescent Moon Stone |
|
|
| 2360 | ・New Moon Stone |
|
|
| 2361 | You have no stone{0} which will fit. |
|
|
| 2362 | {5}You found an Ether Scepter |
|
|
| 2363 | Statue of Man.{0} {1}{0} You can't push it,{0} but you can turn it. |
|
|
| 2364 | {5}“IV”{0} {5}“THE EMPEROR” |
|
|
| 2365 | {3,8}・・・{3,255}There's something behind{0} the picture.{0} {1}{0} You found a Crescent Moon Stone. |
|
|
| 2366 | {5}“XIII”{0} {5}“DEATH” |
|
|
| 2367 | {3,8}・・・{3,255}There's something behind{0} the picture.{0} {1}{0} You found the Darkspot Stone. |
|
|
| 2368 | {5}You found Burgundy Flask. |
|
|
| 2369 | Statue of a Woman.{0} Something is written on it.{0} {1}{0} {5}“The path opens”{0} {5}“before the Guardian.” |
|
|
| 2370 | {5}You found Shield Critical. |
|
|
| 2371 | Statue of a Woman{0} Something is written on it.{0} {1}{0} {5}“Be not found by the Guardian.” |
|
|
| 2372 | {19,1,0}Gandar{0} 「The Dragon Orb is gone!{3,60}?{3,255}{0} Unthinkable!{0} {1}{0} Who could possibly have{0} gotten to it before me? |
|
|
| 2373 | {19,1,0}Gandar{0} 「What is this overwhelming force?{3,60}!{3,255}{0} Such power is near inconceivable!{0} {1}{0} Someone{3,12}...{3,255} or something{3,12}...{3,255}{0} overcame a Guardian with this{0} much power and stole the Orb?!{0} {1}{0} But who{3,12}...{3,255} and how?! |
|
|
| 2374 | {19,1,0}Gandar{0} 「Well, well. |
|
|
| 2375 | {19,0,0}Valkyrie {0} 「Freya{3,12}・・・{3,50} {3,255}{0} Why are you here?! |
|
|
| 2376 | {19,1,0}Freya{0} 「I am under orders from Lord Odin.{0} {1}{0} This human has set foot{0} within realms never intended{0} for his kind.{0} {1}{0} Therefore{3,12}・・・{3,255} |
|
|
| 2377 | {19,1,0}Freya{0} 「You will execute him. |
|
|
| 2378 | {19,0,0}Valkyrie{0} 「{3,12}・・・{3,255} |
|
|
| 2379 | {19,1,0}Freya{0} 「However{3,12}・・・{3,255}{0} Make sure you do not destroy his soul. |
|
|
| 2380 | {19,1,0}Freya{0} 「That, too, is an order{0} from Lord Odin. |
|
|
| 2381 | {19,1,0}Gandar{0} 「D{3,12}・・・{3,255}{0} Damn it all! |
|
|
| 2382 | {19,1,0}Gandar{0} {3,4}「{18}You{3,10} {3,4}are making me your slave?!{12,43,11}{17,120,0} |
|
|
| 2383 | {19,0,0}Valkyrie{0} 「{3,3}{18}You have {3,4}another option{3,30},{3,3} though I{0} do not think you'd find Niflheim{3,15}{0} {3,3}very comfortable.{12,44,11}{17,120,0} |
|
|
| 2384 | {19,1,0}Gandar{0} {3,3}「D{3,12}・・・{3,3}{0} {18}Damn you{3,12}・・・{3,3}!{12,45,11}{17,120,0} |
|
|
| 2385 | {19,0,0}Valkyrie{0} {3,3}「{18}So what shall it be{12,46,11}?{17,120,0}{0} {1}{0} {18}My master {3,4}wishes{0} to use your power.{12,47,11}{17,120,0}{0} {1}{0} {3,3}{18}It would be regrettable{0} to surrender you to Hel{3,20},{3,3}{0} the {3,5}Dark Queen.{12,48,11}{17,120,0}{0} {1}{0} {3,3}{18}Hence, {3,2}you will be accepted{3,10},{0} {3,3}no matter how {3,4}depraved and{3,3}{0} twisted your soul.{12,49,11}{17,120,0} |
|
|
| 2386 | {19,1,0}Gandar{0} {3,3}「{18}Heh{3,30}!{3,3}{0} Ha ha ha ha ha{12,50,11}!{17,120,0}{0} {1}{0} {18}You drive a {3,4}hard {3,3}bargain{3,20}.{3,3}{0} Battle-Maiden{3,12}...{3,3}{12,51,11}{3,60}{0} {3,3}{18}Very well.{12,52,11}{17,120,0}{0} {1}{0} {18}However, know you{3,10} {3,4}that I am{3,15}{0} {3,3}very {3,4}different{3,3} from those {3,4}other{0} {3,5}trained {3,4}dogs.{12,53,11}{17,120,0}{0} {1}{0} {3,4}{18}I warn you{3,12}・・・{3,20}{0} {3,4}Watch your back, Valkyrie!{17,120,0} |
|
|
| 2387 | {5}You found the Hourglass of the Gods. |
|
|
| 2388 | {5}You found the Scroll of Golem. |
|
|
| 2389 | {5}You found Dragoon Faith |
|
|
| 2390 | {5}You found the Great Spear “Dinosaur”. |
|
|
| 2391 | Statue of Woman.{0} Something is written on it.{0} {1}{0} {5}“Sleep is needed,”{0} {5}“when the Guardian grows weary.” |
|
|
| 2392 | You found a Blood-Red Stone. |
|
|
| 2393 | {3,8}・・・{3,255}Seems tired. |
|
|
| 2394 | {5}You found Might Reinforce. |
|
|
| 2395 | {5}You found Spell Reinforce. |
|
|
| 2396 | Statue of Woman.{0} Something is written on it.{0} {1}{0} {5}“The Sleeping Guard”{0} {5}“holds the key.” |
|
|
| 2397 | {5}“XXI”{0} {5}“THE WORLD” |
|
|
| 2398 | {5}“VII”{0} {5}“THE CHARIOT” |
|
|
| 2399 | {3,8}・・・{3,255}There's something behind{0} the picture.{0} {1}{0} You found the Darkpath Stone. |
|
|
| 2400 | {5}Painting |
|
