Skip to content

Commit

Permalink
Update init.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Aug 3, 2019
1 parent 6cbd213 commit 678e329
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions Update/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ void main()
SetGlobalFlag(GSEVolume , 50);
SetGlobalFlag(GBGMVolume , 50);
SetGlobalFlag(GADVMode , 1);
SetGlobalFlag(GLipSync , 1);
SetGlobalFlag(GEffectExtend , 0);
SetGlobalFlag(GAltBGM , 0);
SetGlobalFlag(GAltSE , 0);
Expand All @@ -23,7 +24,7 @@ void main()
SetGlobalFlag(GWindowOpacity , 100);
SetGlobalFlag(GHideButtons , 0);
SetGlobalFlag(GArtStyle , 0);
SetGlobalFlag(GMOD_SETTING_LOADER ,3 );
SetGlobalFlag(GMOD_SETTING_LOADER , 3);
}

// restore default NVL-MODE setting
Expand All @@ -32,6 +33,7 @@ void main()
SetGlobalFlag(GSEVolume , 50);
SetGlobalFlag(GBGMVolume , 50);
SetGlobalFlag(GADVMode , 0);
SetGlobalFlag(GLipSync , 1);
SetGlobalFlag(GEffectExtend , 0);
SetGlobalFlag(GAltBGM , 0);
SetGlobalFlag(GAltSE , 0);
Expand All @@ -52,6 +54,7 @@ void main()
SetGlobalFlag(GSEVolume , 50);
SetGlobalFlag(GBGMVolume , 50);
SetGlobalFlag(GADVMode , 0);
SetGlobalFlag(GLipSync , 0);
SetGlobalFlag(GEffectExtend , 0);
SetGlobalFlag(GAltBGM , 0);
SetGlobalFlag(GAltSE , 0);
Expand All @@ -62,25 +65,25 @@ void main()
SetGlobalFlag(GAltVoicePriority , 0);
SetGlobalFlag(GWindowOpacity , 50);
SetGlobalFlag(GHideButtons , 0);
SetGlobalFlag(GArtStyle , 1);
SetGlobalFlag(GMOD_SETTING_LOADER , 0);
SetGlobalFlag(GCensorMaxNum , 0);
SetGlobalFlag(GEffectExtendMaxNum , 0);
SetGlobalFlag(GAltBGMflowMaxNum , 0);
SetGlobalFlag(GAltSEflowMaxNum , 0);
SetGlobalFlag(GArtStyle , 1);
}

ModADVModeSettingLoad(
"<size=+4>{0}\n</size>", //NameFormat
-170, //WindowPosX
-275, //WindowPosY
-300, //WindowPosY
1150, //WindowSizeX
250, //WindowSizeY
60, //WindowMarginLeft
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
30 //FontSize
Expand All @@ -96,7 +99,7 @@ void main()
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
Expand All @@ -112,16 +115,16 @@ void main()
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
);

SetScreenAspect("0.5625");
SetGUIPosition(170, 0);
OutputLineAll(NULL, "", Line_ContinueAfterTyping);
DisableWindow();
ModSetConfigFontSize(15);
ModSetMainFontOutlineWidth(10);

CallScript( "flow" );
}

0 comments on commit 678e329

Please sign in to comment.