Stg00\000.stx

From TLWiki
Jump to: navigation, search
// ------------------------------------------------------------------- //
//		scene1 [stratosphere] - 00
//		テスト
// ------------------------------------------------------------------- //

// -------------------------------------
//	初期化
	plr_autorotoff();
	view_manual();
//	plr_posset( -50.0, -5.0, 0.0 );
	stage_scrollposset( -0.25, 0.0, 0.0 );
	wait(0);

// -------------------------------------
//	開始
	screenfade( 180, 0,   0,   0,   0, 255.0, 0.0 );
	view_posstart( 300, 13.65,  1.30, -2.94,	 13.65,  1.30, -2.94, 0 );
	view_tarstart( 300, 42.36, 44.92, 48.89,	-11.93, 21.97, 68.32, -4 );

	wait( 60 );

	charaimage_set( 0, 0 );
	charaimage_set( 1, 10 );

	wait( 60 );

//	text("「“DECIDER”とは正確ではない。あれの正式名称は“ADVISER”。」");
	text("Calling that 'DECIDER' is not correct. The official name is 'ADVISER'.”");
	msgwait();
//	text("「膨大なデータベースであり、そこから導き出される、」");
	text("“With a name derived from its enormous database,”);
	msgwait();
//	text("「限りなく「客観的」な見解を提供するシステムとして設計された。」");
	text("“it was a system designed to be the ultimate objective observer.”");
	msgwait();
//	text("「マグナス氏はその開発責任者だ。」");
	text("“Sir Magnus was the researcher in charge of the project.”");
	msgwait();
//	text("「研究熱心な男だった。ひたすらに“ADVISER”の進化を追求していた。」");
	text("“He was fervent in his research. The only thing he sought was to further develop 'ADVISER'”");
	msgwait();
//	text("「やがて研究はあるステップへと到達する。彼の専門分野との融合・・」");
	text("“And soon that research reached one particular step; the merger with his own area of expertise...”");
	msgwait();
//	text("「“Direct Device”。」");
	text("“'Direct Device'.”");
	msgwait();
//	text("「その通り。といっても直接人間が操っているわけではない。」");
	text("“Exactly. Humans were never meant to directly operate 'ADVISER', however.”");
	msgwait();
//	text("「人から複製された擬似人格が移植されているのだ。いくつものな。」");
	text("“A replicated pseudo-personality assembled from several sources was transplanted into it.”");
	msgwait();
//	text("「その中にはマグナス氏も含まれている。」");
	text("“Among them, that of Sir Magnus.”");
	msgwait();
//	text("「それで狂ったとでも?」");
	text("“And then it went insane?”");
	msgwait();
//	text("「彼は今でも“ADVISER”だよ。その機能に支障など一切無い。」");
	text("“Even now, he is still 'ADVISER'. That has never interfered with its abilities.”");
	msgwait();
//	text("「ただ、あれは擬似人格を得た時点で我々の支配下を離れている。」");
	text("“However, just as it acquired those pseudo-personalities, it grew out of our control.”");
	msgwait();
//	text("「自身で成長を始めた“ADVISER”に恐怖を抱き始めた頃・・」");
	text("“Around that time, 'ADVISER', which had started to grow by itself, began to sink into the fear it felt...”");
	msgwait();
//	text("「彼も中枢への人の侵入を拒むようになった。」");
	text("“Even he began to refuse to allow anyone to penetrate to the core.”");
	msgwait();
//	text("「以来、中枢へのゲートは閉ざされている。」");
	text("“Ever since then, the gate to the core has been closed.”");
	msgwait();
//	text("「・・だが、マグナス氏の意思を継ぐその機体と君ならば」");
	text("“...But, if it's you and that fighter, the successors to Sir Magnus's will...”");
	msgwait();
//	text("「扉を開くかもしれん・・!」");
	text("“THE GATE JUST MIGHT OPEN...!”");
	msgwait();

	end();