define showbar = False define page = 1 define persistent.KoGa3GalleryUnlock = False #KoGa3 screen content: frame: xalign 0.4 yalign 0.1 xysize (800,780) padding (20, 20) background Frame("gui/frame1.png") has frame: background None xalign 0.5 xysize (400, 60) hbox: xpos 105 textbutton __("Girls") action [Show("chicas"), Hide("secretos")] style "titleframe" text_style "titleframe_text"+str(lang) screen secretos: frame: xpos 480 background None xysize (740, 650) ypos 130 has side "c r": area (0, 0, 740, 650) viewport id "secretos": mousewheel True draggable True has vbox if _preferences.language == "portuguese": text "{size=47}Available in future versions{/size}" ypos 240 xpos 23 elif _preferences.language == "spanish": text "{size=43}Available in future versions{/size}" ypos 240 xpos 15 elif _preferences.language == None: text "{size=50}Available in future versions{/size}" ypos 240 xpos 40 elif _preferences.language == "Russian": text "{size=43}Available in future versions{/size}" ypos 240 xpos 30 vbar value YScrollValue("secretos"): unscrollable "hide" screen chicas: frame: xpos 480 background None xysize (740, 650) ypos 130 has side "c r": area (0, 0, 740, 650) viewport id "chicas": mousewheel True draggable True has vbox: spacing -30 add "images/icon-girls/icon-Sara.webp" xpos 30 ypos 20 hbox: xpos 250 ypos -93 if _preferences.language == None or _preferences.language == "spanish" or _preferences.language == "portuguese": text __("Name: Sara\nRelationship: Daughter\nLove: [pts_Sara]") style "infogirls" else: text __("Name: Sara\nRelationship: Daughter\nLove: [pts_Sara]") style "infogirlsRus" if persistent.findYuri: add "images/icon-girls/icon-Yuri.png" xpos 30 ypos 20 hbox: xpos 250 ypos -85 if _preferences.language == None or _preferences.language == "spanish" or _preferences.language == "portuguese": text __("Name: Yuri\nRelationship: [relationYuri!t]\nLove: [pts_Yuri]") style "infogirls" else: text __("Name: Yuri\nRelationship: [relationYuri!t]\nLove: [pts_Yuri]") style "infogirlsRus" vbar value YScrollValue("chicas"): unscrollable "hide" screen close: imagebutton idle "images/icon-girls/invicible.png" action [Hide("chicas"),Hide("content"), Hide("close"),Hide("secretos"), SetVariable("in_menu", False)] style infogirls: outlines [(absolute(1), "#000", absolute(1), absolute(1))] font "Futura.ttc" size 37 style infogirlsRus: outlines [(absolute(1), "#000", absolute(1), absolute(1))] font "DejaVuSans.ttf" size 37 style titleframe: size 38 idle_background "gui/idle.png" hover_background "gui/hover.png" selected_background "gui/hover.png" define GalleryPrincipal = True define EventsGallery = False define Halloween2021 = False style GalleryRus is text: size 50 color "#FFFFFF" transform galleryIconEffect: on hover: linear .25 ypos -10 linear .25 ypos 0 screen gallery(): modal True tag gallery if GalleryPrincipal: add "gui/gallery_background.png" elif EventsGallery: add "gui/gallery_background.png" elif Halloween2021: add "gui/background_halloween.png" if _preferences.language == "Russian": textbutton __("Return") xpos 50 ypos 20 action [SetVariable("Halloween2021", False), Hide("gallery")] text_style "GalleryRus" else: textbutton __("Return") xpos 50 ypos 20 action [SetVariable("Halloween2021", False), Hide("gallery")] text_style "main_menu_G" hbox: xpos 550 ypos 20 spacing 25 if _preferences.language == "Russian": textbutton __("Gallery Principal") action [SetVariable("GalleryPrincipal", True), SetVariable("EventsGallery", False)] xpos -60 text_style "GalleryRus" else: textbutton __("Gallery Principal") action [SetVariable("GalleryPrincipal", True), SetVariable("EventsGallery", False), With(Dissolve(0.5))] text_style "main_menu_G" textbutton __("Events") action [SetVariable("EventsGallery", True), SetVariable("GalleryPrincipal", False), With(Dissolve(0.5))] text_style "main_menu_G" hbox: xpos 1485 ypos 20 if persistent.KoGa3GalleryUnlock is True: textbutton _("KoGa3 Mod:"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", False) ] textbutton _("{color=[KoGa3Color2]}ON {/color}"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", False) ] if persistent.KoGa3GalleryUnlock is False: textbutton _("KoGa3 Mod:"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", True) ] textbutton _("{color=[KoGa3Color2]}OFF{/color}"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", True) ] #if persistent.scene1 or persistent.KoGa3GalleryUnlock is True: frame: background None xalign 0.6 ypos 0.14 ysize 0.9 xsize 0.9 if GalleryPrincipal: if page == 1: vbox: xfill True xpos 125 ypos 15 spacing 7 hbox: spacing 7 if persistent.scene1 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene1.png" hover "images/gallery/hover/scene1_hover.png" action Replay("handjob",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene2 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene2.png" hover "images/gallery/hover/scene2_hover.png" action Replay("s",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene3 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene3.png" hover "images/gallery/hover/scene3_hover.png" action Replay("mirar",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene4 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene4.png" hover "images/gallery/hover/scene4_hover.png" action Replay("salon",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" hbox: spacing 7 if persistent.scene5 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene5.png" hover "images/gallery/hover/scene5_hover.png" action Replay("dreamwithSara",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene6 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene6.png" hover "images/gallery/hover/scene6_hover.png" action Replay("AnalYuri",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene7 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene7.png" hover "images/gallery/hover/scene7_hover.png" action Replay("sexSara1",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene8 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene8.png" hover "images/gallery/hover/scene8_hover.png" action Replay("MasturSaraALoryPlaya1",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" hbox: spacing 7 if persistent.scene9 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene9.png" hover "images/gallery/hover/scene9_hover.png" action Replay("SexoConSamantha1_V06",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene10 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene10.png" hover "images/gallery/hover/scene10_hover.png" action Replay("SexNocheConSara1V0_6",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene11 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene11.png" hover "images/gallery/hover/scene11_hover.png" action Replay("SaraAndMCSexv07",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene12 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene12.png" hover "images/gallery/hover/scene12_hover.png" action Replay("TrioMcAliceAndSaraV07_01",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" hbox: spacing 7 if persistent.scene13 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene13.png" hover "images/gallery/hover/scene13_hover.png" action Replay("TrioMcAliceAndSaraV07_02",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene14 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene14.png" hover "images/gallery/hover/scene14_hover.png" action Replay("SaraBJV08",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene15 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene15.png" hover "images/gallery/hover/scene15_hover.png" action Replay("adormira",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene16 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene16.png" hover "images/gallery/hover/scene16_hover.png" action Replay("sexSaraAndMcV08",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" elif page == 2: vbox: xfill True xpos 125 ypos 15 spacing 7 hbox: spacing 7 if persistent.scene17 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene17.png" hover "images/gallery/hover/scene17_hover.png" action Replay("saraBJMcv09",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene18 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene18.png" hover "images/gallery/hover/scene18_hover.png" action Replay("SaraAndAmanV09",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene19 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene19.png" hover "images/gallery/hover/scene19_hover.png" action Replay("saraandMCv09",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene20 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene20.png" hover "images/gallery/hover/scene20_hover.png" action Replay("bjandsexFav10",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" hbox: spacing 7 if persistent.scene21 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene21.png" hover "images/gallery/hover/scene21_hover.png" action Replay("bjLanav10",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene22 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene22.png" hover "images/gallery/hover/scene22_hover.png" action Replay("handandsexSarav10",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene23 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene23.png" hover "images/gallery/hover/scene23_hover.png" action Replay("saraBjMcV011",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene24 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene24.png" hover "images/gallery/hover/scene24_hover.png" action Replay("SexSaraMcV011",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" hbox: spacing 7 if persistent.scene25 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene25.png" hover "images/gallery/hover/scene25_hover.png" action Replay("BjSaraMc02V011",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" if persistent.scene26 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/scene26.png" hover "images/gallery/hover/scene26_hover.png" action Replay("sexfinalv011",locked=False) at galleryIconEffect else: add "images/gallery/locked.png" vbox: ypos 250 if page == 2: imagebutton idle "gui/left.png" focus_mask True action [SetVariable("page", 1), renpy.restart_interaction] xpos -125 elif page == 1: imagebutton idle "gui/right.png" focus_mask True action [SetVariable("page", 2), renpy.restart_interaction] xpos 1530 elif EventsGallery: vbox: xpos 55 ypos 5 hbox: textbutton "Halloween 2021" action [SetVariable("EventsGallery", False), Show("Halloween2021", fade)] text_style "menu_halloween_G" screen Halloween2021(): modal True add "gui/gallery_background.png" if _preferences.language == "Russian": textbutton __("Return") xpos 50 ypos 20 action [SetVariable("EventsGallery", True), Hide("Halloween2021"), ShowMenu("gallery")] text_style "GalleryRus" else: textbutton __("Return") xpos 50 ypos 20 action [SetVariable("EventsGallery", True), Hide("Halloween2021"), ShowMenu("gallery")] text_style "main_menu_G" text __("Halloween 2021") xalign 0.5 ypos 20 style "menu_halloween_G" hbox: xpos 1485 ypos 20 if persistent.KoGa3GalleryUnlock is True: textbutton _("KoGa3 Mod:"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", False) ] textbutton _("{color=[KoGa3Color2]}ON {/color}"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", False) ] if persistent.KoGa3GalleryUnlock is False: textbutton _("KoGa3 Mod:"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", True) ] textbutton _("{color=[KoGa3Color2]}OFF{/color}"): text_style "main_menu_G" selected False action [ SetVariable("persistent.KoGa3GalleryUnlock", True) ] frame: background None xalign 0.5 ypos 0.14 ysize 0.9 xsize 0.9 has vbox: xfill True xpos 55 ypos 15 spacing 7 if persistent.sceneHalloween2020 or persistent.KoGa3GalleryUnlock is True: imagebutton idle "images/gallery/halloween_scene1.png" action Replay("ritualZu",locked=False) at galleryIconEffect else: add "images/gallery/calabaza.png" label replayNames: $ mc = persistent.pName $ f_name = mc return # Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc