[Constants] ; Menu: ; 0 - inactive ; 1 - common ; 2 - honoka ; 3 - marie global $current_menu = 0 global $config_menu = 0 global $mod_active = 0 ; 0 - inactive ; 1 - Takao ; 2 - Dewa global $curCommonSuitSlot = 1 global $curCommonSkirtSlot = 1 global $curCommonBodySlot = 1 global $slot_active = 1 global $common_active1 = 0 global $common_active2 = 0 global $honoka_active1 = 0 global $honoka_active2 = 0 global $marie_active1 = 0 global $marie_active2 = 0 global $common_slot1 = 1 global $common_slot2 = 2 global $honoka_slot1 = 3 global $honoka_slot2 = 4 global $marie_slot1 = 5 global $marie_slot2 = 6 global $material_slot = 7 global $currentCategory = -1 global $currentOption = -1 global persist $configKasumiMisakiSlot = 1 global persist $configAyaneSlot = 1 global persist $configHitomiSlot = 1 global persist $configKokoroSlot = 1 global persist $configHelenaSlot = 1 global persist $configMomijiSlot = 1 global persist $configNyoTenguSlot = 1 global persist $configTamakiSlot = 1 global persist $configLeiFangSlot = 1 global persist $configFionaSlot = 1 global persist $configMonicaSlot = 1 global persist $configPattySlot = 1 global persist $configNanamiSlot = 1 global persist $configKoharuSlot = 1 global persist $configTinaSlot = 1 global persist $configAmySlot = 1 global persist $configHonokaSlot = 1 global persist $configLunaSlot = 1 global persist $configSayuriSlot = 1 global persist $configTsukushiSlot = 1 global persist $configEliseSlot = 1 global persist $configShandySlot = 1 global persist $configMarieRoseSlot = 1 global persist $configNagisaSlot = 1 global persist $configKannaSlot = 1 global persist $configLobeliaSlot = 1 [ResourceTrue] type=Buffer format = R8_UINT data = 1 [ResourceTakaoText] type=Buffer format=R8_UINT bind_flags=shader_resource ; Presets data = "Takao" [KeyToggleMods] Key = no_modifiers F3 type = activate run = CommandListCycleMenu [KeyToggleConfig] Key = Control F3 type = activate run = CommandListToggleConfig [CommandListToggleConfig] if $config_menu == 0 run = CommandListDisplayConfigMenu else run = CommandListHideConfigMenu endif [CommandListHideConfigMenu] $config_menu = 0 ;run = CommandList\Mods\Costumes\CostumeCustomizer\MaterialEditor.ini\HideMenu [CommandListDisplayConfigMenu] ; Hide CC Menu $current_menu = 0 run = CommandList\Mods\Costumes\CostumeCustomizer\Common.ini\HideMenu run = CommandList\Mods\Costumes\CostumeCustomizer\Honoka.ini\HideMenu run = CommandList\Mods\Costumes\CostumeCustomizer\Marie.ini\HideMenu ; Show Config Menu $config_menu = $material_slot ;run = CommandList\Mods\Costumes\CostumeCustomizer\MaterialEditor.ini\DisplayMenu [CommandListCycleMenu] ; Hide Config Menu $config_menu = 0 ;run = CommandList\Mods\Costumes\CostumeCustomizer\MaterialEditor.ini\HideMenu ; Hide Current CC Menu run = CommandList\Mods\Costumes\CostumeCustomizer\Common.ini\HideMenu run = CommandList\Mods\Costumes\CostumeCustomizer\Honoka.ini\HideMenu run = CommandList\Mods\Costumes\CostumeCustomizer\Marie.ini\HideMenu ;Show next CC Menu if $mod_active == 1 $current_menu = $current_menu + 1 if $current_menu == 7 $current_menu = 0 endif if $current_menu == $common_slot1 if $common_active1 == 1 $\Mods\Costumes\CostumeCustomizer\Common.ini\menuSlot = 1 run = CommandList\Mods\Costumes\CostumeCustomizer\Common.ini\DisplayMenu else $current_menu = $common_slot2 endif endif if $current_menu == $common_slot2 if $common_active2 == 1 $\Mods\Costumes\CostumeCustomizer\Common.ini\menuSlot = 2 run = CommandList\Mods\Costumes\CostumeCustomizer\Common.ini\DisplayMenu else $current_menu = $honoka_slot1 endif endif if $current_menu == $honoka_slot1 if $honoka_active1 == 1 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\menuSlot = 1 run = CommandList\Mods\Costumes\CostumeCustomizer\Honoka.ini\DisplayMenu else $current_menu = $honoka_slot2 endif endif if $current_menu == $honoka_slot2 if $honoka_active2 == 1 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\menuSlot = 2 run = CommandList\Mods\Costumes\CostumeCustomizer\Honoka.ini\DisplayMenu else $current_menu = $marie_slot1 endif endif if $current_menu == $marie_slot1 if $marie_active1 == 1 $\Mods\Costumes\CostumeCustomizer\Marie.ini\menuSlot = 1 run = CommandList\Mods\Costumes\CostumeCustomizer\Marie.ini\DisplayMenu else $current_menu = $marie_slot2 endif endif if $current_menu == $marie_slot2 if $marie_active2== 1 $\Mods\Costumes\CostumeCustomizer\Marie.ini\menuSlot = 2 run = CommandList\Mods\Costumes\CostumeCustomizer\Marie.ini\DisplayMenu else $current_menu = 0 endif endif else $current_menu = 0 endif [Present] post $mod_active = 0 post $slot_active = 0 post $common_active1 = 0 post $common_active2 = 0 post $honoka_active1 = 0 post $honoka_active2 = 0 post $marie_active1 = 0 post $marie_active2 = 0 post $curCommonSuitSlot = 0 post $curCommonSkirtSlot = 0 post $curCommonBodySlot = 0 ;;;;;;;;;;;;;;;;;;;;;;;; ; Category Switching ;;;;;;;;;;;;;;;;;;;;;;;; [ResourceNotification] [CommandListNotifySet] if $current_menu != 0 if $current_menu == $common_slot1 || $current_menu == $common_slot2 if $\Mods\Costumes\CostumeCustomizer\Common.ini\currentCategory == $currentCategory $\Mods\Costumes\CostumeCustomizer\Common.ini\currentPage = ( $\Mods\Costumes\CostumeCustomizer\Common.ini\currentPage + 1 ) % $\Mods\Costumes\CostumeCustomizer\Common.ini\maxPages else $\Mods\Costumes\CostumeCustomizer\Common.ini\currentPage = 0 endif $\Mods\Costumes\CostumeCustomizer\Common.ini\currentCategory = $currentCategory run = CommandList\Mods\Costumes\CostumeCustomizer\Common.ini\UpdateListing else if $current_menu == $honoka_slot1 || $current_menu == $honoka_slot2 if $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentCategory == $currentCategory $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentPage = ( $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentPage + 1 ) % $\Mods\Costumes\CostumeCustomizer\Honoka.ini\maxPages else $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentPage = 0 endif $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentCategory = $currentCategory run = CommandList\Mods\Costumes\CostumeCustomizer\Honoka.ini\UpdateListing else if $current_menu == $marie_slot1 || $current_menu == $marie_slot2 if $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentCategory == $currentCategory $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentPage = ( $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentPage + 1 ) % $\Mods\Costumes\CostumeCustomizer\Marie.ini\maxPages else $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentPage = 0 endif $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentCategory = $currentCategory run = CommandList\Mods\Costumes\CostumeCustomizer\Marie.ini\UpdateListing endif Resource\ShaderFixes\help.ini\Notification = ref ResourceNotification run = CustomShader\ShaderFixes\help.ini\FormatText $\ShaderFixes\help.ini\notification_timeout = time + 2.0 else if $config_menu != 0 if $currentCategory < $common_slot1 || $currentCategory > $marie_slot2 $currentCategory = $material_slot endif $config_menu = $currentCategory endif [KeySwitchToSet0] Key = ` condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet0 [CommandListNotifySet0] ResourceNotification = ref ResourceNotificationGroup0 $currentCategory = 0 run = CommandListNotifySet [ResourceNotificationGroup0] type=Buffer format=R8_UINT bind_flags=shader_resource ; Presets data = "Presets" [KeySwitchToSet1] Key = Control 1 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet1 [CommandListNotifySet1] ResourceNotification = ref ResourceNotificationGroup1 $currentCategory = 1 run = CommandListNotifySet [ResourceNotificationGroup1] type=Buffer format=R8_UINT bind_flags=shader_resource ; Chest data = "Shirts/Jackets/Dresses" [KeySwitchToSet2] Key = Control 2 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet2 [CommandListNotifySet2] ResourceNotification = ref ResourceNotificationGroup2 $currentCategory = 2 run = CommandListNotifySet [ResourceNotificationGroup2] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Bras" [KeySwitchToSet3] Key = Control 3 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet3 [CommandListNotifySet3] ResourceNotification = ref ResourceNotificationGroup3 $currentCategory = 3 run = CommandListNotifySet [ResourceNotificationGroup3] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Panties" [KeySwitchToSet4] Key = Control 4 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet4 [CommandListNotifySet4] ResourceNotification = ref ResourceNotificationGroup4 $currentCategory = 4 run = CommandListNotifySet [ResourceNotificationGroup4] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Skirts" [KeySwitchToSet5] Key = Control 5 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet5 [CommandListNotifySet5] ResourceNotification = ref ResourceNotificationGroup5 $currentCategory = 5 run = CommandListNotifySet [ResourceNotificationGroup5] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Gloves" [KeySwitchToSet6] Key = Control 6 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet6 [CommandListNotifySet6] ResourceNotification = ref ResourceNotificationGroup6 $currentCategory = 6 run = CommandListNotifySet [ResourceNotificationGroup6] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Shoes/Socks" [KeySwitchToSet7] Key = Control 7 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet7 [CommandListNotifySet7] ResourceNotification = ref ResourceNotificationGroup7 $currentCategory = 7 run = CommandListNotifySet [ResourceNotificationGroup7] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Accessory 1" [KeySwitchToSet8] Key = Control 8 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet8 [CommandListNotifySet8] ResourceNotification = ref ResourceNotificationGroup8 $currentCategory = 8 run = CommandListNotifySet [ResourceNotificationGroup8] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Accessory 2" [KeySwitchToSet9] Key = Control 9 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet9 [CommandListNotifySet9] ResourceNotification = ref ResourceNotificationGroup9 $currentCategory = 9 run = CommandListNotifySet [ResourceNotificationGroup9] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Accessory 3" [KeySwitchToSet10] Key = Control 0 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListNotifySet10 [CommandListNotifySet10] ResourceNotification = ref ResourceNotificationGroup10 $currentCategory = 10 run = CommandListNotifySet [ResourceNotificationGroup10] type=Buffer format=R8_UINT bind_flags=shader_resource data = "Accessory 4" ;;;;;;;;;;;;;;;;;;;;;;;; ; Option Selection ;;;;;;;;;;;;;;;;;;;;;;;; [CommandListSelectOption] if $current_menu == $common_slot1 || $current_menu == $common_slot2 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentOption = $currentOption run = CommandList\Mods\Costumes\CostumeCustomizer\Common.ini\CursorSelect else if $current_menu == $honoka_slot1 || $current_menu == $honoka_slot2 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentOption = $currentOption run = CommandList\Mods\Costumes\CostumeCustomizer\Honoka.ini\CursorSelect else if $current_menu == $marie_slot1 || $current_menu == $marie_slot2 $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentOption = $currentOption run = CommandList\Mods\Costumes\CostumeCustomizer\Marie.ini\CursorSelect endif if $config_menu == $material_slot $\Mods\Costumes\CostumeCustomizer\MaterialEditor.ini\CurrentAmount = $currentOption run = CommandList\Mods\Costumes\CostumeCustomizer\MaterialEditor.ini\CursorSelect else if $config_menu == $common_slot1 || $config_menu == $common_slot2 run = CommandList\Mods\Costumes\CostumeCustomizer\Common.ini\ConfigCursorSelect else if $config_menu == $honoka_slot1 || $config_menu == $honoka_slot2 run = CommandList\Mods\Costumes\CostumeCustomizer\Honoka.ini\ConfigCursorSelect else if $config_menu == $marie_slot1 || $config_menu == $marie_slot2 run = CommandList\Mods\Costumes\CostumeCustomizer\Marie.ini\ConfigCursorSelect endif [KeySelectOption1] Key = no_modifiers 1 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption1 [CommandListSelectOption1] $currentOption = 1 run = CommandListSelectOption [KeySelectOption2] Key = no_modifiers 2 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption2 [CommandListSelectOption2] $currentOption = 2 run = CommandListSelectOption [KeySelectOption3] Key = no_modifiers 3 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption3 [CommandListSelectOption3] $currentOption = 3 run = CommandListSelectOption [KeySelectOption4] Key = no_modifiers 4 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption4 [CommandListSelectOption4] $currentOption = 4 run = CommandListSelectOption [KeySelectOption5] Key = no_modifiers 5 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption5 [CommandListSelectOption5] $currentOption = 5 run = CommandListSelectOption [KeySelectOption6] Key = no_modifiers 6 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption6 [CommandListSelectOption6] $currentOption = 6 run = CommandListSelectOption [KeySelectOption7] Key = no_modifiers 7 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption7 [CommandListSelectOption7] $currentOption = 7 run = CommandListSelectOption [KeySelectOption8] Key = no_modifiers 8 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption8 [CommandListSelectOption8] $currentOption = 8 run = CommandListSelectOption [KeySelectOption9] Key = no_modifiers 9 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption9 [CommandListSelectOption9] $currentOption = 9 run = CommandListSelectOption [KeySelectOption10] Key = no_modifiers 0 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption10 [CommandListSelectOption10] $currentOption = 10 run = CommandListSelectOption [KeySelectOption11] Key = Shift 1 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption11 [CommandListSelectOption11] $currentOption = 11 run = CommandListSelectOption [KeySelectOption12] Key = Shift 2 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption12 [CommandListSelectOption12] $currentOption = 12 run = CommandListSelectOption [KeySelectOption13] Key = Shift 3 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption13 [CommandListSelectOption13] $currentOption = 13 run = CommandListSelectOption [KeySelectOption14] Key = Shift 4 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption14 [CommandListSelectOption14] $currentOption = 14 run = CommandListSelectOption [KeySelectOption15] Key = Shift 5 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption15 [CommandListSelectOption15] $currentOption = 15 run = CommandListSelectOption [KeySelectOption16] Key = Shift 6 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption16 [CommandListSelectOption16] $currentOption = 16 run = CommandListSelectOption [KeySelectOption17] Key = Shift 7 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption17 [CommandListSelectOption17] $currentOption = 17 run = CommandListSelectOption [KeySelectOption18] Key = Shift 8 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption18 [CommandListSelectOption18] $currentOption = 18 run = CommandListSelectOption [KeySelectOption19] Key = Shift 9 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption19 [CommandListSelectOption19] $currentOption = 19 run = CommandListSelectOption [KeySelectOption20] Key = Shift 0 condition = $current_menu != 0 || $config_menu != 0 type = activate run = CommandListSelectOption20 [CommandListSelectOption20] $currentOption = 20 run = CommandListSelectOption ;;;;;;;;;;;;;;;;;;;;;;;; ; Active Suit Detections ;;;;;;;;;;;;;;;;;;;;;;;; [CommandListSetCommonSlot] $mod_active = 1 if $slot_active == 2 $common_active2 = 1 else if $slot_active == 1 $common_active1 = 1 endif $slot_active = 0 [CommandListSetHonokaSlot] $mod_active = 1 if $slot_active == 2 $honoka_active2 = 1 else if $slot_active == 1 $honoka_active1 = 1 endif $slot_active = 0 [CommandListSetMarieSlot] $mod_active = 1 if $slot_active == 2 $marie_active2 = 1 else if $slot_active == 1 $marie_active1 = 1 endif $slot_active = 0 ; clothing Texture Detection for suit replacements [TextureOverrideTakaoSuitTexture] hash=90ebf86a $slot_active = 1 [TextureOverrideDewaSuitTexture] hash=0b7f20ab $slot_active = 2 ; Common Suit Detection [TextureOverrideCommonNormalSuit] hash=7bec57b0 match_first_index=2514 match_priority = 10 run = CommandListSetCommonSlot [TextureOverrideTakaoSkirtTexture] hash=e4dd977f $slot_active = 1 [TextureOverrideDewaSkirtTexture] hash=6e5f14d2 $slot_active = 2 [TextureOverrideCommonTransparentSuit] hash=7bec57b0 match_first_index=282 match_priority = 10 run = CommandListSetCommonSlot ; Honoka Suit Detection [TextureOverrideHonokaNormalSuit] hash=ecf3a35b match_first_index=2514 run = CommandListSetHonokaSlot ; Marie Suit Detection [TextureOverrideMarieNormalSuit] hash=f96be033 match_first_index=2514 run = CommandListSetMarieSlot ; Skin Texture Detection for body extension replacements ; Common Models [TextureOverrideKasumiMisaki] hash = 86498e46 match_priority = 9 $slot_active = $configKasumiMisakiSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 1 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configKasumiMisakiSlot [TextureOverrideAyane] hash = cb867ed8 match_priority = 9 $slot_active = $configAyaneSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 2 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configAyaneSlot [TextureOverrideHitomi] hash = 7076fb04 match_priority = 9 $slot_active = $configHitomiSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 3 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configHitomiSlot [TextureOverrideKokoro] hash = 00bc62e2 match_priority = 9 $slot_active = $configKokoroSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 4 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configKokoroSlot [TextureOverrideHelena] hash = 37b8b490 match_priority = 9 $slot_active = $configHelenaSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 5 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configHelenaSlot [TextureOverrideMomiji] hash = 22493fc1 match_priority = 9 $slot_active = $configMomijiSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 6 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configMomijiSlot [TextureOverrideNyoTengu] hash = 9fa18188 match_priority = 9 $slot_active = $configNyoTenguSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 7 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configNyoTenguSlot [TextureOverrideTamaki] hash = faf490d5 match_priority = 9 $slot_active = $configTamakiSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 8 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configTamakiSlot [TextureOverrideLeiFang] hash = 713edb4f match_priority = 9 $slot_active = $configLeiFangSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 9 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configLeiFangSlot [TextureOverrideFiona] hash = 1becaba9 match_priority = 9 $slot_active = $configFionaSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 10 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configFionaSlot [TextureOverrideMonica] hash = a7a33df6 match_priority = 9 $slot_active = $configMonicaSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 11 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configMonicaSlot [TextureOverridePatty] hash = 70213698 match_priority = 9 $slot_active = $configPattySlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 12 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configPattySlot [TextureOverrideNanami] hash = 892c4022 match_priority = 9 $slot_active = $configNanamiSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 13 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configNanamiSlot [TextureOverrideKoharu] hash = 10fafd5a match_priority = 9 $slot_active = $configKoharuSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 14 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configKoharuSlot [TextureOverrideTina] hash = db7aadcf match_priority = 9 $slot_active = $configTinaSlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 15 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configTinaSlot [TextureOverrideAmy] hash = dc59d106 match_priority = 9 $slot_active = $configAmySlot $\Mods\Costumes\CostumeCustomizer\Common.ini\characterActive = 16 $\Mods\Costumes\CostumeCustomizer\Common.ini\currentSlot = $configAmySlot [TextureOverrideCommonBody] hash=5ebf5088 match_first_index=0 match_priority = 10 run = CommandListSetCommonSlot ; Honoka Models [TextureOverrideHonoka] hash = e6dcf9ba match_priority = 9 $slot_active = $configHonokaSlot $\Mods\Costumes\CostumeCustomizer\Honoka.ini\characterActive = 1 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentSlot = $configHonokaSlot [TextureOverrideLuna] hash = fb2865c1 match_priority = 9 $slot_active = $configLunaSlot $\Mods\Costumes\CostumeCustomizer\Honoka.ini\characterActive = 2 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentSlot = $configLunaSlot [TextureOverrideSayuri] ; hash = 645e22fc hash = 12fe13aa match_priority = 9 $slot_active = $configSayuriSlot $\Mods\Costumes\CostumeCustomizer\Honoka.ini\characterActive = 3 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentSlot = $configSayuriSlot [TextureOverrideTsukushi] hash = cf282a53 match_priority = 9 $slot_active = $configTsukushiSlot $\Mods\Costumes\CostumeCustomizer\Honoka.ini\characterActive = 4 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentSlot = $configTsukushiSlot [TextureOverrideElise] hash = 7c19f718 match_priority = 9 $slot_active = $configEliseSlot $\Mods\Costumes\CostumeCustomizer\Honoka.ini\characterActive = 5 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentSlot = $configEliseSlot [TextureOverrideShandy] hash = 1dca0595 match_priority = 9 $slot_active = $configShandySlot $\Mods\Costumes\CostumeCustomizer\Honoka.ini\characterActive = 6 $\Mods\Costumes\CostumeCustomizer\Honoka.ini\currentSlot = $configShandySlot [TextureOverrideHonokaBody] hash=729a92f8 match_first_index=0 run = CommandListSetHonokaSlot [TextureOverrideMarieRose] hash = 33502c6a match_priority = 9 $slot_active = $configMarieRoseSlot $\Mods\Costumes\CostumeCustomizer\Marie.ini\characterActive = 1 $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentSlot = $configMarieRoseSlot [TextureOverrideNagisa] hash = d25dad72 match_priority = 9 $slot_active = $configNagisaSlot $\Mods\Costumes\CostumeCustomizer\Marie.ini\characterActive = 2 $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentSlot = $configNagisaSlot [TextureOverrideKanna] hash = 483f0517 match_priority = 9 $slot_active = $configKannaSlot $\Mods\Costumes\CostumeCustomizer\Marie.ini\characterActive = 3 $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentSlot = $configKannaSlot [TextureOverrideLobelia] hash = f040cb8f match_priority = 9 $slot_active = $configLobeliaSlot $\Mods\Costumes\CostumeCustomizer\Marie.ini\characterActive = 4 $\Mods\Costumes\CostumeCustomizer\Marie.ini\currentSlot = $configLobeliaSlot [TextureOverrideMarieBody] hash=24115333 match_first_index=0 run = CommandListSetMarieSlot