NOCG support
and removing some unused files
This commit is contained in:
@@ -4357,7 +4357,8 @@ void main()
|
||||
NULL, "\"...It's not a lie...\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
// DrawBustshot( 2, "re_si_hii_b1", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
if (GetGlobalFlag(GHideCG)) {DisableWindow();}
|
||||
if (GetGlobalFlag(GHideCG)) {ModDrawCharacter(2, 2, "sprite/re2b_hig_okoru_b1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );}
|
||||
|
||||
//「嘘だよッ!!!!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -4375,7 +4376,8 @@ void main()
|
||||
NULL, "Rena's outburst sent a jolt surging through my body...!!", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
// DrawBustshot( 2, "re_si_him_b1", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
if (GetGlobalFlag(GHideCG)) {DisableWindow();}
|
||||
if (GetGlobalFlag(GHideCG)) {ModDrawCharacter(2, 2, "sprite/re2b_hig_muhyou_b1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );}
|
||||
|
||||
// チェーン越しに守られ、レナとの接点は扉の隙間のわずか10数センチ@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -4681,6 +4683,7 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
DisableWindow();
|
||||
if (GetGlobalFlag(GHideCG)) {ModDrawCharacter(2, 2, "sprite/re2b_hig_muhyou_b1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, FALSE );}
|
||||
DrawScene("background/ma_g3_02", 200 );
|
||||
|
||||
PlayBGM( 2, "lsys15", 56, 0 );
|
||||
@@ -4754,6 +4757,7 @@ void main()
|
||||
|
||||
DisableWindow();
|
||||
DrawScene("scene/033a", 300 );
|
||||
if (GetGlobalFlag(GHideCG)) {ModDrawCharacter(2, 2, "sprite/re2a_hig_def_a1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );}
|
||||
|
||||
//「......なんでかなぁ@ 不思議だね@だね?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -4996,6 +5000,7 @@ void main()
|
||||
|
||||
DisableWindow();
|
||||
DrawScene("black", 300 );
|
||||
if (GetGlobalFlag(GHideCG)) {ModDrawCharacter(2, 2, "sprite/re2b_hig_def_b1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );}
|
||||
StopSE( 4 );
|
||||
|
||||
//「...............だから圭一くん@............ここを開けて@ レナと一緒にご飯食べよ@ きっとおいしいから、...............ね...?¥
|
||||
@@ -6823,10 +6828,9 @@ void main()
|
||||
NULL, " In this shower which more resembled a waterfall... droplets of water dripped down from her hair...", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
// DrawFilm( 2, 34, 34, 255, 255, 0, 0, FALSE );
|
||||
DrawSceneWithMask("scene/104", "right", 0, 0, 300 );
|
||||
// DrawBustshotWithFiltering( 2, "re_si_him_a1", "left", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 10, 300, TRUE );
|
||||
//print 1
|
||||
ModSetLayerFilter(2, 256, "night");
|
||||
if (GetGlobalFlag(GHideCG)) {ModDrawCharacter(2, 2, "sprite/re2b_hig_muhyou_b1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 300, TRUE );}
|
||||
|
||||
// それは両手をだらりとさせ、ただ、立ち尽くしているという表現が似合っていた@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
|
||||
Reference in New Issue
Block a user