Ethan_SilverPosted 5/8/2011 1:58:52 PM | I've stumbled on this while poking around the game's files. I don't recall it occurring at any point in the game (seems like it should be shortly after defeating Inkara). The script is also missing a bunch of commands, such as name-setting commands and wait-for-click commands, leading me to believe the scene was scrapped before being finished. (Those "Text" commands append the message to the window without clearing it - the pause command automatically does that when clicking the window; the name and portrait don't clear automatically either so this would come out really weird in-game)
The file containing this, in "..a", is "eru_m3_010.p"
--------------------
DoEndFade Var_01DD = 1
BG(Balcony) VerticalSweep
Sound(Soft thump) Name([Hakuoro]) Text("-- Oh?") Pause
Portrait(Eruru, Concerned) Name([Eruru]) Text("Ah --") Pause
Text("Oh, Eruruw? ") Text("Why are you kneeling and bowing?") Text("") Text("Hakuoro-sama...") Text("Sama...? What are you saying?") Text("But,") Text("I am me.") Text("Even if I am an emperor, that doesn't|change.") Text("And, I plan on giving the throne to|someone some day and going back to the|village.") Text("") Text("Being an emperor is hard work.") Text("Heehee.")
Name([Hakuoro]) Text("... You finally laughed.") Pause
Text("Eh?") Text("You really haven't been looking well|lately.") Text("...") Text("Well, time to go.") Text("Where?") Text("Together.") Text("I'm not good at things like this.")
Sound(Emperor's arrival) Text("-twitch- ") Text("Seiza.") Text("-swish- --") Text("They bow in unison as I reach the|throne.") Text("") Text("")
Text("(I'm really not good at things like|this. I know we have to keep up|appearances and formalities, but...)") Text("...") Text("Begin.")
Portrait(Benawi, Normal; Oboro, Attentive) Text("The reconstruction of the cities and|villages has begun as planned.") Text("I see.") Text("") Text("Things are falling into place. ") Text("With this, ")
Name([Eruru]) Text(: "...") Pause |