Skip to content

Commit f6ea0dd

Browse files
committed
RC4
1 parent e6393d4 commit f6ea0dd

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

#CMI.iss

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Name: bepinexPlugs; Description: BepInEx Plugins; Types: full notr compact eng p
162162
Name: bepinexPlugs/scriptloader/enascout; Description: Enable Scout Mode Script;
163163
Name: bepinexPlugs/scriptloader/eventcharacterlistfix; Description: EventCharacterListFix Script; Types: Full notr compact eng pic self hen;
164164
Name: bepinexPlugs/scriptloader/fastfade; Description: FastFade Script; Types: Full notr eng pic self hen;
165+
Name: bepinexPlugs/scriptloader/fastfade; Description: FreeGuest Script;
165166
Name: bepinexPlugs/scriptloader/forceschedule; Description: ForceScheduleEvents Script;
166167
Name: bepinexPlugs/scriptloader/invertlearntstat; Description: InvertLearntStat Script;
167168
Name: bepinexPlugs/scriptloader/unlockmemories; Description: MemoriesModeUnlock Script;
@@ -198,8 +199,8 @@ Name: bepinexPlugs; Description: BepInEx Plugins; Types: full notr compact eng p
198199
Name: bepinexPlugs/UndressUtil; Description: UndressUtil; Types: Full notr compact eng pic self hen;
199200

200201
Name: ModExt; Description: Modding Extensions;
201-
Name: ModExt/modloader; Description: ModLoader; Flags: exclusive; Types: full compact eng notr pic hen;
202-
Name: ModExt/MaidLoader; Description: MaidLoader; Flags: exclusive; Types: self;
202+
Name: ModExt/MaidLoader; Description: MaidLoader; Flags: exclusive; Types: full compact eng notr pic hen self;
203+
Name: ModExt/modloader; Description: ModLoader; Flags: exclusive;
203204

204205
Name: Patchers; Description: Patchers; types: full compact eng pic self hen;
205206

@@ -210,8 +211,8 @@ Name: Patchers; Description: Patchers; types: full compact eng pic self hen;
210211
Name: Patchers/extsave/maidvoice; Description: MaidVoicePitch; Types: full self pic eng notr hen; Flags: checkablealone;
211212
Name: Patchers/extsave/maidvoice/addmod; Description: AddModsSlider; Types: full self pic eng notr hen; Flags: checkablealone;
212213
Name: Patchers/extsave/maidvoice/addmod/distort; Description: DistortCorrect; Types:full self pic eng notr hen; Flags: checkablealone;
213-
Name: Patchers/extsave/maidvoice/addmod/eyelashesalpha; Description:EyelashesAlpha; Types:; Flags: checkablealone;
214-
Name: Patchers/extsave/maidvoice/addmod/seperateeye; Description:SeperateEyeParams; Types:full self pic eng notr hen; Flags: checkablealone;
214+
//Name: Patchers/extsave/maidvoice/addmod/eyelashesalpha; Description:EyelashesAlpha; Types:; Flags: checkablealone;
215+
//Name: Patchers/extsave/maidvoice/addmod/seperateeye; Description:SeperateEyeParams; Types:full self pic eng notr hen; Flags: checkablealone;
215216
Name: Patchers/facetype; Description: FaceType; Types:full compact self pic eng notr hen;
216217
Name: Patchers/imgui; Description: IMGUITranslationLoader; types: full compact eng pic hen; Flags: checkablealone;
217218
Name: Patchers/imgui/translations; Description: {cm:IMGUITrans}; Types:full compact eng pic self hen;
@@ -259,11 +260,11 @@ Name: plugins; Description: Unityinjector Plugins; Types: full compact;
259260
Name: plugins/scenecap/VR; Description:VR Ini File; Flags: dontinheritcheck
260261
Name: plugins/seieki; Description:Seieki; Types:pic;
261262
Name: plugins/shaderchange; Description:ShaderChange; Types:full pic self eng notr;
262-
Name: plugins/shapeanimator; Description:ShapeAnimator;
263-
Name: plugins/shapeanimator/norm; Description:Standard SA; Flags: exclusive;
264-
Name: plugins/shapeanimator/doc; Description:Doc's SA; Flags: exclusive;
263+
;;Name: plugins/shapeanimator; Description:ShapeAnimator;
264+
;;Name: plugins/shapeanimator/norm; Description:Standard SA; Flags: exclusive;
265+
;;Name: plugins/shapeanimator/doc; Description:Doc's SA; Flags: exclusive;
265266
Name: plugins/SKAcc; Description:SKAccelerator; Types:full pic self eng notr hen;
266-
Name: plugins/skillcomshort; Description:SkillCommandShortCut; Types:full eng notr hen;
267+
;;Name: plugins/skillcomshort; Description:SkillCommandShortCut; Types:full eng notr hen;
267268
Name: plugins/slimeshade; Description:SlimeShader; Types:;
268269
;;Name: plugins/smoothanim; Description: SmoothAnimation; Types:self;
269270
Name: plugins/TexLoad; Description:TextureLoader; Types:self;

CMI/files.iss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Source: "{#ibep}\CM3D2.Serialization\*"; DestDir: "{#bepp}"; Components:bepinEX;
3434

3535
Source: "{#ibep}\CamConEx\*"; DestDir: "{#bepp}"; Components:bepinexPlugs/cameracon; Flags: {#stdFlags}
3636

37-
Source: "{#ibep}\COM3D2.ColorPresetNum\*"; DestDir: "{#bepp}"; Components:bepinexPlugs/ConfigMan; Flags: {#stdFlags}
37+
Source: "{#ibep}\COM3D2.ColorPresetNum\*"; DestDir: "{#bepp}"; Components:bepinexPlugs/colorpresetnum; Flags: {#stdFlags}
3838

3939
Source: "{#ibep}\ConfigurationManager\*"; DestDir: "{#bepp}"; Components:bepinexPlugs/ConfigMan; Flags: {#stdFlags}
4040

@@ -91,7 +91,7 @@ Source: "{#ibep}\CM3D2.Serialization\*"; DestDir: "{#bepp}"; Components:bepinEX;
9191
Source: "{#ibep}\ScriptLoader\Scripts\unlock_all_skills.cs"; DestDir: "{app}\scripts"; Components:bepinexPlugs/scriptloader/unlockskills; Flags: {#stdFlags}
9292
Source: "{#ibep}\ScriptLoader\Scripts\wrap_mode_extend.cs"; DestDir: "{app}\scripts"; Components:bepinexPlugs/scriptloader/wrapmode; Flags: {#stdFlags}
9393

94-
Source: "{#ibep}\COM3D2.ShaderServant\*"; DestDir: "{app}"; Components:bepinexPlugs/ShapekeyMaster; Flags: {#stdFlags}
94+
Source: "{#ibep}\COM3D2.ShaderServant\*"; DestDir: "{app}"; Components:bepinexPlugs/ShaderServant; Flags: {#stdFlags}
9595
Source: "{#ibep}\COM3D2.ShapekeyMaster\*"; DestDir: "{app}"; Components:bepinexPlugs/ShapekeyMaster; Flags: {#stdFlags}
9696
Source: "{#ibep}\COM3D2.ShiftClickExplorer\*"; DestDir: "{#bepp}"; Components:bepinexPlugs/ShiftClick; Flags: {#stdFlags}
9797
Source: "{#ibep}\COM3D2.ShortMenuLoader\*"; DestDir: "{app}"; Components:bepinexPlugs/ShortMenu; Flags: {#stdFlags}
@@ -120,8 +120,8 @@ Source: "{#IPatch}\ExternalSave\*"; DestDir: "{#syb}"; Components: Patchers/exts
120120
;Source: "{#IPlugin}\vibemaid\*"; DestDir: "{#syb}"; Components: Patchers/extsave/vibemaid; Flags: {#stdFlags}
121121
Source: "{#IPlugin}\MaidVoice\*"; DestDir: "{#syb}"; Components: Patchers/extsave/maidvoice; Flags: {#stdFlags}
122122
Source: "{#IPlugin}\AddMod\*"; DestDir: "{#syb}"; Components: Patchers/extsave/maidvoice/addmod; Flags: {#stdFlags}
123-
Source: "{#IPlugin}\Lashalpha\*"; DestDir: "{#syb}"; Components: Patchers/extsave/maidvoice/addmod/eyelashesalpha; Flags: {#stdFlags}
124-
Source: "{#IPlugin}\Seperateeye\*"; DestDir: "{#syb}"; Components: Patchers/extsave/maidvoice/addmod/seperateeye; Flags: {#stdFlags}
123+
;Source: "{#IPlugin}\Lashalpha\*"; DestDir: "{#syb}"; Components: Patchers/extsave/maidvoice/addmod/eyelashesalpha; Flags: {#stdFlags}
124+
;Source: "{#IPlugin}\Seperateeye\*"; DestDir: "{#syb}"; Components: Patchers/extsave/maidvoice/addmod/seperateeye; Flags: {#stdFlags}
125125
Source: "{#IPlugin}\distortcorrect\*"; DestDir: "{#syb}"; Components: Patchers/extsave/maidvoice/addmod/distort; Flags: {#stdFlags}
126126
Source: "{#IPatch}\FaceType\*"; DestDir: "{#syb}"; Components: Patchers/facetype; Flags: {#stdFlags}
127127
Source: "{#IPatch}\IMGUITranslator\Sybaris\*"; DestDir: "{#syb}"; Components: Patchers/imgui; Flags: {#stdFlags}
@@ -177,10 +177,10 @@ Source: "{#IPlugin}\scenecap\Norm\*"; DestDir: "{#syb}"; Components: plugins/sce
177177
Source: "{#IPlugin}\scenecap\VR\*"; DestDir: "{#syb}"; Components: plugins/scenecap/VR; Flags: {#stdFlags}
178178
Source: "{#IPlugin}\seieki\*"; DestDir: "{#syb}"; Components: plugins/seieki; Flags: {#stdFlags}
179179
Source: "{#IPlugin}\shaderchange\*"; DestDir: "{#syb}"; Components: plugins/shaderchange; Flags: {#stdFlags}
180-
Source: "{#IPlugin}\shapeanim\*"; DestDir: "{#syb}"; Components: plugins/shapeanimator/norm; Flags: {#stdFlags}; Check: NOT GetIsCR()
181-
Source: "{#IPlugin}\shapeanimdoc\*"; DestDir: "{#syb}"; Components: plugins/shapeanimator/doc; Flags: {#stdFlags}; Check: NOT GetIsCR()
180+
;Source: "{#IPlugin}\shapeanim\*"; DestDir: "{#syb}"; Components: plugins/shapeanimator/norm; Flags: {#stdFlags}; Check: NOT GetIsCR()
181+
;Source: "{#IPlugin}\shapeanimdoc\*"; DestDir: "{#syb}"; Components: plugins/shapeanimator/doc; Flags: {#stdFlags}; Check: NOT GetIsCR()
182182
Source: "{#IPlugin}\SKAcc\*"; DestDir: "{#syb}"; Components: plugins/SKAcc; Flags: {#stdFlags}
183-
Source: "{#IPlugin}\skillcomshort\*"; DestDir: "{#syb}"; Components: plugins/skillcomshort; Flags: {#stdFlags}
183+
;Source: "{#IPlugin}\skillcomshort\*"; DestDir: "{#syb}"; Components: plugins/skillcomshort; Flags: {#stdFlags}
184184
Source: "{#IPlugin}\slimeshade\*"; DestDir: "{#syb}"; Components: plugins/slimeshade; Flags: {#stdFlags}
185185
//Source: "{#IPlugin}\smoothanim\*"; DestDir: "{#syb}"; Components: plugins/smoothanim; Flags: {#stdFlags}
186186
Source: "{#IPlugin}\texload\core\*"; DestDir: "{#plug}"; Components: plugins/texload; Flags: {#stdFlags}

0 commit comments

Comments
 (0)