-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinit.txt
174 lines (157 loc) · 5.26 KB
/
init.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
void main()
{
// Max Number for Global Flags hotkey
SetGlobalFlag(GCensorMaxNum , 5);
SetGlobalFlag(GEffectExtendMaxNum , 0);
SetGlobalFlag(GAltBGMflowMaxNum , 1);
SetGlobalFlag(GAltSEflowMaxNum , 1);
// restore default ADV-MODE setting
if(GetGlobalFlag(GMOD_SETTING_LOADER) == 0) {
SetGlobalFlag(GVoiceVolume , 75);
SetGlobalFlag(GSEVolume , 50);
SetGlobalFlag(GBGMVolume , 50);
SetGlobalFlag(GADVMode , 1);
SetGlobalFlag(GLipSync , 1);
SetGlobalFlag(GEffectExtend , 0);
SetGlobalFlag(GAltBGM , 0);
SetGlobalFlag(GAltSE , 0);
SetGlobalFlag(GAltVoice , 0);
SetGlobalFlag(GCensor , 2);
SetGlobalFlag(GAltBGMflow , 0);
SetGlobalFlag(GAltSEflow , 0);
SetGlobalFlag(GAltVoicePriority , 0);
SetGlobalFlag(GWindowOpacity , 50);
SetGlobalFlag(GHideButtons , 0);
SetGlobalFlag(GArtStyle , 0);
SetGlobalFlag(GMOD_SETTING_LOADER , 3);
}
// restore default NVL-MODE setting
if(GetGlobalFlag(GMOD_SETTING_LOADER) == 1) {
SetGlobalFlag(GVoiceVolume , 75);
SetGlobalFlag(GSEVolume , 50);
SetGlobalFlag(GBGMVolume , 50);
SetGlobalFlag(GADVMode , 0);
SetGlobalFlag(GLipSync , 1);
SetGlobalFlag(GEffectExtend , 0);
SetGlobalFlag(GAltBGM , 0);
SetGlobalFlag(GAltSE , 0);
SetGlobalFlag(GAltVoice , 0);
SetGlobalFlag(GCensor , 2);
SetGlobalFlag(GAltBGMflow , 0);
SetGlobalFlag(GAltSEflow , 0);
SetGlobalFlag(GAltVoicePriority , 0);
SetGlobalFlag(GWindowOpacity , 50);
SetGlobalFlag(GHideButtons , 0);
SetGlobalFlag(GArtStyle , 0);
SetGlobalFlag(GMOD_SETTING_LOADER , 3);
}
// restore vanilla GFlag settings
if(GetGlobalFlag(GMOD_SETTING_LOADER) == 2) {
SetGlobalFlag(GVoiceVolume , 75);
SetGlobalFlag(GSEVolume , 50);
SetGlobalFlag(GBGMVolume , 50);
SetGlobalFlag(GADVMode , 0);
SetGlobalFlag(GLipSync , 0);
SetGlobalFlag(GEffectExtend , 0);
SetGlobalFlag(GAltBGM , 0);
SetGlobalFlag(GAltSE , 0);
SetGlobalFlag(GAltVoice , 0);
SetGlobalFlag(GCensor , 0);
SetGlobalFlag(GAltBGMflow , 0);
SetGlobalFlag(GAltSEflow , 0);
SetGlobalFlag(GAltVoicePriority , 0);
SetGlobalFlag(GWindowOpacity , 50);
SetGlobalFlag(GHideButtons , 0);
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
-300, //WindowPosY
1150, //WindowSizeX
250, //WindowSizeY
60, //WindowMarginLeft
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
1, //FontID
0, //CharSpacing
8, //LineSpacing
30 //FontSize
);
ModNVLModeSettingLoad(
"", //NameFormat
-170, //WindowPosX
-10, //WindowPosY
1240, //WindowSizeX
720, //WindowSizeY
60, //WindowMarginLeft
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
);
ModNVLADVModeSettingLoad(
"", //NameFormat
-170, //WindowPosX
-10, //WindowPosY
1240, //WindowSizeX
720, //WindowSizeY
60, //WindowMarginLeft
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
);
SetScreenAspect("0.5625");
SetGUIPosition(170, 0);
ModSetConfigFontSize(15);
ModSetMainFontOutlineWidth(10);
ModAddArtset("Console", "ゲーム機", "CG");
ModAddArtset("Remake", "リメーク", "CGAlt:CG");
ModAddArtset("Original", "オリジナル", "OGBackgrounds:OGSprites:CG");
// GAltBGM controls which of these are selected
ModAddBGMset("New BGM", "Placeholder", "ExtraBGM:BGM");
ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:ExtraBGM:BGM");
ModAddBGMset("Italo BGM", "Placeholder", "ItaloBGM:OGBGM:ExtraBGM:BGM");
// GAltSE controls which of these are selected
ModAddSEset("New SE", "Placeholder", "ExtraSE:SE");
ModAddSEset("GIN's SE", "Placeholder", "OGSE:ExtraSE:SE");
// Audio presets the user can select, consisting of a combination of the BGM and SE flags
ModAddAudioset(
"New BGM/SE",
"Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update, played with the Console timings.",
"JP: New BGM/SE",
"JP: Use the new Background Music (BGM) and Sound Effects (SE) introduced by MangaGamer in the April 2019 update, played with the Console timings.",
0, // GAltBGM
0, // GAltBGMFlow
0, // GAltSE
0 // GAltSEFlow
);
ModAddAudioset(
"GIN's BGM/SE",
"This option uses GIN's Background Music (BGM) and Sound Effects (SE), which bring the BGM/SE closer (but definitely NOT identical to) the original Japanese release and/or Pre April Update.
Please click on the 'Open BGM/SE FAQ' button to view the 07th-mod wiki for more details.
This option was previously known as 'Original BGM/SE' or 'BGM/SE fix'.",
"JP: GIN's BGM/SE",
"JP: This option uses GIN's Background Music (BGM) and Sound Effects (SE), which bring the BGM/SE closer (but definitely NOT identical to) the original Japanese release and/or Pre April Update.
Please click on the 'Open BGM/SE FAQ' button to view the 07th-mod wiki for more details.
This option was previously known as 'Original BGM/SE' or 'BGM/SE fix'.",
1, // GAltBGM
1, // GAltBGMFlow
1, // GAltSE
1 // GAltSEFlow
);
CallScript( "flow" );
}