#Mod for the game "WVM" / KoGa3# #---------------------shortcut key for Mod menu screen---------------------# init python: # short key: Shift + k. config.keymap['KoGa3GameSettings'] = "shift_K_k" define config.overlay_screens = ["keymap", "quick_menu"] screen keymap: key "KoGa3GameSettings": action [ SetVariable ("KoGa3ModMenuButtonPressed", True), Show("KoGa3GameSettings") ] #---------------------Textbutton / Colors---------------------# init python: style.KoGa3_text.font = "KoGa3.ttf" #insensitive style.KoGa3_text.color = "#c4aead" #"#808080" "#ffffff" style.KoGa3_text.size = 30 #style.KoGa3_text.line_spacing = 30 style.KoGa3_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] style.KoGa3_1_text.font = "KoGa3.ttf" #selected 1 style.KoGa3_1_text.color = "#c4aead" #"#808080" "#ffffff" style.KoGa3_1_text.size = 30 #style.KoGa3_1_text.line_spacing = 30 style.KoGa3_1_text.outlines = [ (absolute(3), "#000000", absolute(1), absolute(1)) ] #Android: 4 style.KoGa3_1a_text.font = "KoGa3.ttf" #selected 1 style.KoGa3_1a_text.color = "#c4aead" #"#808080" "#ffffff" style.KoGa3_1a_text.size = 28 #style.KoGa3_1a_text.line_spacing = 28 style.KoGa3_1a_text.outlines = [ (absolute(3), "#000000", absolute(1), absolute(1)) ] #Android: 4 style.KoGa3_2_text.font = "KoGa3.ttf" #selected 2 style.KoGa3_2_text.color = "#ffffff" #"#808080" "#ffffff" style.KoGa3_2_text.size = 30 style.KoGa3_2_text.line_spacing = 30 style.KoGa3_2_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] style.KoGa3_button_text.font = "KoGa3.ttf" style.KoGa3_button_text.color = "#87cefa" #"#808080" "#ffffff" style.KoGa3_button_text.hover_color = "#c90016" style.KoGa3_button_text.selected_color = "#ffff00" style.KoGa3_button_text.insensitive_color = "#c4aead" style.KoGa3_button_text.size = 30 style.KoGa3_button_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] style.KoGa3_1_button_text.font = "KoGa3.ttf" style.KoGa3_1_button_text.color = "#87cefa" style.KoGa3_1_button_text.hover_color = "#c90016" style.KoGa3_1_button_text.selected_color = "#ffff00" style.KoGa3_1_button_text.insensitive_color = "#c4aead" style.KoGa3_1_button_text.size = 30 style.KoGa3_1_button_text.outlines = [ (absolute(3), "#000000", absolute(1), absolute(1)) ] #Android: 4 style.KoGa3_1a_button_text.font = "KoGa3.ttf" style.KoGa3_1a_button_text.color = "#87cefa" style.KoGa3_1a_button_text.hover_color = "#c90016" style.KoGa3_1a_button_text.selected_color = "#ffff00" style.KoGa3_1a_button_text.insensitive_color = "#c4aead" style.KoGa3_1a_button_text.size = 28 style.KoGa3_1a_button_text.outlines = [ (absolute(3), "#000000", absolute(1), absolute(1)) ] #Android: 4 style.KoGa3_QuickMusic1_button_text.font = "KoGa3.ttf" style.KoGa3_QuickMusic1_button_text.color = "#87cefa" #"#808080" "#ffffff" style.KoGa3_QuickMusic1_button_text.hover_color = "#c90016" style.KoGa3_QuickMusic1_button_text.selected_color = "#ffff00" #"#ffffff" style.KoGa3_QuickMusic1_button_text.insensitive_color = "#c4aead" style.KoGa3_QuickMusic1_button_text.size = 25 style.KoGa3_QuickMusic1_button_text.outlines = [ (absolute(1), "#000000", absolute(0), absolute(0)) ] style.KoGa3_QuickMenu1_button_text.font = "KoGa3.ttf" style.KoGa3_QuickMenu1_button_text.color = "#ffffff" style.KoGa3_QuickMenu1_button_text.hover_color = "#87cefa" style.KoGa3_QuickMenu1_button_text.selected_color = "#ffffff" style.KoGa3_QuickMenu1_button_text.insensitive_color = "#a9a9a9" #style.KoGa3_QuickMenu1_button_text.size = 22 style.KoGa3_QuickMenu1_button_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] style.KoGa3_QuickMenu2_button_text.font = "KoGa3.ttf" style.KoGa3_QuickMenu2_button_text.color = "#ffffff" style.KoGa3_QuickMenu2_button_text.hover_color = "#87cefa" style.KoGa3_QuickMenu2_button_text.selected_color = "#ffffff" style.KoGa3_QuickMenu2_button_text.insensitive_color = "#a9a9a9" #style.KoGa3_QuickMenu2_button_text.size = 22 #style.KoGa3_QuickMenu2_button_text.outlines = [ (absolute(1), "#000000", absolute(0), absolute(0)) ] #buttons 2-5 for the info screen style.KoGa3_2_button_text.font = "KoGa3.ttf" style.KoGa3_2_button_text.color = "#ff9999" style.KoGa3_2_button_text.hover_color = "#800000" style.KoGa3_2_button_text.selected_color = "#ff9999" style.KoGa3_2_button_text.size = 25 style.KoGa3_2_button_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] style.KoGa3_3_button_text.font = "KoGa3.ttf" style.KoGa3_3_button_text.color = "#98fb98" style.KoGa3_3_button_text.hover_color = "#2a8000" style.KoGa3_3_button_text.selected_color = "#98fb98" style.KoGa3_3_button_text.size = 25 style.KoGa3_3_button_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] style.KoGa3_4_button_text.font = "KoGa3.ttf" style.KoGa3_4_button_text.color = "#87cefa" style.KoGa3_4_button_text.hover_color = "#0000cd" style.KoGa3_4_button_text.selected_color = "#87cefa" style.KoGa3_4_button_text.size = 25 style.KoGa3_4_button_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] style.KoGa3_5_button_text.font = "KoGa3.ttf" style.KoGa3_5_button_text.color = "#ffffff" style.KoGa3_5_button_text.hover_color = "#696969" style.KoGa3_5_button_text.selected_color = "#ffffff" style.KoGa3_5_button_text.size = 25 style.KoGa3_5_button_text.outlines = [ (absolute(2), "#000000", absolute(0), absolute(0)) ] default KoGa3_status_button_text = "KoGa3_5_button_text" define KoGa3ButtonTextSize01 = 470 define KoGa3ButtonTextSize02 = 95 define KoGa3ButtonTextSize03 = 110 define KoGa3ButtonTextSize04 = 695 define KoGa3ButtonTextSize05 = 195 define KoGa3ButtonTextSize06 = 250 define KoGa3ButtonTextSize07 = 115 define KoGa3ButtonTextSize08 = 100 define KoGa3Color1 = "#c4aead" define KoGa3Color2 = "#ffff00" define KoGa3Color3 = "#ffffff" define KoGa3xsize1 = 600 define KoGa3xsize2 = 60 define KoGa3xsize3 = 110 define KoGa3xsize4 = 90 #---------------------blank screen---------------------# screen KoGa3ScreenBlank: add "/KoGa3MenuBack.png" modal True #---------------------Name change---------------------# ######choice screen for renaming####### screen choice_renaming(items): style_prefix "choice_renaming" vbox: for i in items: textbutton i.caption text_style "KoGa3_1_button_text" action i.action style choice_renaming_vbox: xalign 0.5 yalign 0.5 #yanchor 0.5 #gui.choice_renaming_button_text_font "KoGa3.ttf" spacing 10 #gui.choice_renaming_spacing style choice_renaming_vbox is vbox style choice_renaming_button is button style choice_renaming_button_text is button_text style choice_renaming_button is default: properties gui.button_properties("choice_button") style choice_button_text is default: properties gui.button_text_properties("choice_button") outlines [ (absolute(2), "#000", absolute(0), absolute(0)) ] label KoGa3NameChange: $ menu_style = "choice_renaming" menu (screen="choice_renaming"): "MC first name: {color=#ffff00}[main]{/color} - change...": #default Ethan $ main = renpy.input("What is your first name?", default=main) jump KoGa3NameChange "MC last name: {color=#ffff00}[mainl]{/color} - change...": #default Moncree $ mainl = renpy.input("What is your last name?", default=mainl) jump KoGa3NameChange # "MC nickname: {color=#ffff00}[BruBruKoGa3Name]{/color} - change...": #default Brubru # $ BruBruKoGa3Name = renpy.input("What is your nickname?", default=BruBruKoGa3Name) # jump KoGa3NameChange "Adoptive mother first name: {color=#ffff00}[mom]{/color} - change...": #default Azel $ mom = renpy.input("What is her first name?", default=mom) jump KoGa3NameChange "Girlfriend first name: {color=#ffff00}[girl1]{/color} - change...": #default Jamie $ girl1 = renpy.input("What is her first name?", default=girl1) jump KoGa3NameChange "Real mother first name: {color=#ffff00}[rmom]{/color} - change...": #default Wendy $ rmom = renpy.input("What is her first name?", default=rmom) jump KoGa3NameChange # "\"Cedey\" nickname: {color=#ffff00}[CedeyKoGa3Name]{/color} - change...": #default Cedey # $ CedeyKoGa3Name = renpy.input("What is the new nickname?", default=CedeyKoGa3Name) # jump KoGa3NameChange # "\"4t\" name: {color=#ffff00}[fourtname]{/color} - change...": #default Cedey # $ fourtname = renpy.input("What is her new name?", default=fourtname) # jump KoGa3NameChange "Done": hide screen KoGa3ScreenBlank show screen KoGa3GameSettings pause return #---------------------add. game settings---------------------# screen KoGa3GameSettings: if not main_menu: add "/KoGa3MenuBack_settings.png" modal True vbox: xalign 0.5 spacing -12 null height (34) if _menu: textbutton _("━━━━━━━━━━━━━━━ Mod settings ━━━━━━━━━━━━━━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() null height (35) ################################################################################# if not _menu: textbutton _("━━━━━━━━━━━━━━━━━ Mod menu ━━━━━━━━━━━━━━━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() # hbox: # hbox: # xsize 245 # textbutton ("Music Mod: "): # text_style "KoGa3_1a_button_text" # sensitive False # action NullAction() # hbox: # xsize 240 # if KoGa3Music == 1: # textbutton _("ON "): # text_style "KoGa3_1a_button_text" # selected False # action [ # Stop ("music"), # Stop ("music1"), # Play("music", KoGa3CurrentMusic), # SetVariable("KoGa3Music", 1) ] # if KoGa3Music == 2: # textbutton _("OFF"): # text_style "KoGa3_1a_button_text" # selected False # action [ # Stop ("music"), # Stop ("music1"), # SetVariable("KoGa3Music", 2) ] # textbutton _("Music Jukebox..."): # text_style "KoGa3_1a_button_text" # selected False # sensitive True # action [ # Hide("KoGa3GameSettings"), # Show("KoGa3ScreenJukebox") ] ################################################################################# # hbox: # textbutton ("Game progress (info): [KoGa3GameProgress]"): # text_style "KoGa3_1a_button_text" # sensitive False # action NullAction() null height (15) hbox: if renpy.has_label("KoGa3QuickMusicAddonCheck"): hbox: xsize 500 if KoGa3QuickMusic == 1: textbutton ("Stop/hide QuickMusic"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3QuickMusic", 0), SetVariable("KoGa3Music", 0), Stop("music"), Hide("KoGa3QuickMusic"), Hide("KoGa3QuickMusic1") ] if KoGa3QuickMusic == 0: textbutton ("Activate QuickMusic"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3QuickMusic", 1), SetVariable("KoGa3Music", 2), KoGa3MR_All1.Play("music/calm-and-happy.mp3"), SetVariable ("KoGa3ModMenuButtonPressed", False), Hide("KoGa3GameSettings"), Show("KoGa3QuickMusic"), Show("KoGa3QuickMusic1") ] hbox: textbutton _("Change names..."): text_style "KoGa3_1a_button_text" selected False action [ Hide("KoGa3GameSettings"), Show("KoGa3ScreenBlank"), Call("KoGa3NameChange") ] null height (15) hbox: if renpy.has_label("KoGa3ChoiceOptionCheck"): #check for a possible WT addon hbox: xsize 180 #245 textbutton ("WT infos:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 215 #240 if KoGa3ChoiceOption == 0: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable ("KoGa3ChoiceOption", 1), SetVariable ("KoGa3WTChange", "\n{color=#008000}"), SetVariable ("KoGa3WTChange1", "\n{color=#ffdf00}"), SetVariable ("KoGa3WTChange2", "\n{color=#ff0000}") ] else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action [ SetVariable ("KoGa3ChoiceOption", 0), SetVariable ("KoGa3WTChange", "{alt}"), SetVariable ("KoGa3WTChange1", "{alt}"), SetVariable ("KoGa3WTChange2", "{alt}")] hbox: textbutton _("Cheat game variables..."): text_style "KoGa3_1a_button_text" selected False action [ Hide("KoGa3GameSettings"), Show("KoGa3ScreenCheatMore1")] null height (35) ################################################################################# hbox: hbox: xsize 50 if KoGa3DialogOptions == 0: textbutton _("+"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3DialogOptions", 1), SetVariable("KoGa3ChoiceOptions", 0), SetVariable("KoGa3QuickMenuOptions", 0) ] if KoGa3DialogOptions == 1: textbutton _("─"): text_style "KoGa3_1a_button_text" selected False action SetVariable("KoGa3DialogOptions", 0) hbox: ####################################### $ KoGa3TextboxOpacityPercent = int(persistent.KoGa3TextboxOpacity * 100) if persistent.KoGa3TextboxOpacity == KoGa3TextboxOpacitydefault and persistent.pref_text_size == pref_text_sizedefault and persistent.KoGa3xposOffset == KoGa3xposOffsetdefault and persistent.KoGa3yposOffset == KoGa3yposOffsetdefault and persistent.KoGa3TextOutline1 == KoGa3TextOutline1default and persistent.KoGa3TextOutline2 == KoGa3TextOutline2default and persistent.KoGa3TextOutline3 == KoGa3TextOutline3default: textbutton _("{color=[KoGa3Color1]}──────────── Dialog settings ──────────────"): text_style "KoGa3_1_button_text" if KoGa3DialogOptions == 0: action [ SetVariable("KoGa3DialogOptions", 1), SetVariable("KoGa3ChoiceOptions", 0), SetVariable("KoGa3QuickMenuOptions", 0) ] if KoGa3DialogOptions == 1: action SetVariable("KoGa3DialogOptions", 0) else: hbox: textbutton _("{color=[KoGa3Color1]}──────────── Dialog settings ──────"): text_style "KoGa3_1_button_text" if KoGa3DialogOptions == 0: action [ SetVariable("KoGa3DialogOptions", 1), SetVariable("KoGa3ChoiceOptions", 0), SetVariable("KoGa3QuickMenuOptions", 0) ] if KoGa3DialogOptions == 1: action SetVariable("KoGa3DialogOptions", 0) textbutton _("(reset)"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3TextboxOpacity", KoGa3TextboxOpacitydefault), SetVariable("persistent.pref_text_size", pref_text_sizedefault), SetVariable("persistent.KoGa3xposOffset", KoGa3xposOffsetdefault), SetVariable("persistent.KoGa3yposOffset", KoGa3yposOffsetdefault), SetVariable("persistent.KoGa3TextOutline1", KoGa3TextOutline1default), SetVariable("persistent.KoGa3TextOutline2", KoGa3TextOutline2default), SetVariable("persistent.KoGa3TextOutline3", KoGa3TextOutline3default), SetVariable("persistent.KoGa3DialogOptions", 1), SetVariable("persistent.KoGa3QuickMenuButton", 1), SetVariable("persistent.KoGa3QuickMenuShow", 1)] ################################################################################# if KoGa3DialogOptions == 1: hbox: hbox: xsize 50 hbox: vbox: spacing -8 hbox: text _("Dialogue box opacity (current: [KoGa3TextboxOpacityPercent]%)"): style "KoGa3_1a_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 700 value FieldValue(persistent, "KoGa3TextboxOpacity", range=1.0, style="slider") null height (25) hbox: text _("Dialogue box horizontal size offset (current: [persistent.KoGa3xposOffset])"): style "KoGa3_1a_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 700 value FieldValue(object=persistent, field='KoGa3xposOffset', range=600, max_is_zero=False, style=u'slider', offset=-300, step=1) hbox: text _("Dialogue box vertical offset (current: [persistent.KoGa3yposOffset])"): style "KoGa3_1a_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 700 value FieldValue(object=persistent, field='KoGa3yposOffset', range=500, max_is_zero=False, style=u'slider', offset=-200, step=1) null height (25) hbox: text _("Dialogue text font size (current: [persistent.pref_text_size]/75)"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 700 value FieldValue(object=persistent, field='pref_text_size', range=75, max_is_zero=False, style=u'slider', offset=0, step=1) hbox: text _("Dialogue text font outline (current: [persistent.KoGa3TextOutline1]/10)"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 700 value FieldValue(persistent, "KoGa3TextOutline1", range=10, style="slider") hbox: hbox: text _(" offset horizontal ([persistent.KoGa3TextOutline2]) offset vertical ([persistent.KoGa3TextOutline3])"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 335 value FieldValue(persistent, "KoGa3TextOutline2", range=10, max_is_zero=False, style=u'slider', offset=-5, step=1) textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 335 value FieldValue(persistent, "KoGa3TextOutline3", range=10, max_is_zero=False, style=u'slider', offset=-5, step=1) null height (25) ################################################################################# hbox: hbox: xsize 50 if KoGa3ChoiceOptions == 0: textbutton _("+"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3DialogOptions", 0), SetVariable("KoGa3ChoiceOptions", 1), SetVariable("KoGa3QuickMenuOptions", 0) ] if KoGa3ChoiceOptions == 1: textbutton _("─"): text_style "KoGa3_1a_button_text" selected False action SetVariable("KoGa3ChoiceOptions", 0) hbox: ####################################### if persistent.KoGa3ChoiceTextSize == KoGa3ChoiceTextSizedefault and persistent.KoGa3TextOutline7 == KoGa3TextOutline7default and persistent.KoGa3TextOutline8 == KoGa3TextOutline8default and persistent.KoGa3TextOutline9 == KoGa3TextOutline9default: textbutton _("{color=[KoGa3Color1]}──────────── Choice settings ──────────────"): text_style "KoGa3_1_button_text" if KoGa3ChoiceOptions == 0: action [ SetVariable("KoGa3DialogOptions", 0), SetVariable("KoGa3ChoiceOptions", 1), SetVariable("KoGa3QuickMenuOptions", 0) ] if KoGa3ChoiceOptions == 1: action SetVariable("KoGa3ChoiceOptions", 0) else: hbox: textbutton _("{color=[KoGa3Color1]}──────────── Choice settings ──────"): text_style "KoGa3_1_button_text" if KoGa3ChoiceOptions == 0: action [ SetVariable("KoGa3DialogOptions", 0), SetVariable("KoGa3ChoiceOptions", 1), SetVariable("KoGa3QuickMenuOptions", 0) ] if KoGa3ChoiceOptions == 1: action SetVariable("KoGa3ChoiceOptions", 0) textbutton _("(reset)"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3ChoiceTextSize", KoGa3ChoiceTextSizedefault), SetVariable("persistent.KoGa3TextOutline7", KoGa3TextOutline7default), SetVariable("persistent.KoGa3TextOutline8", KoGa3TextOutline8default), SetVariable("persistent.KoGa3TextOutline9", KoGa3TextOutline9default) ] ################################################################################# if KoGa3ChoiceOptions == 1: hbox: hbox: xsize 50 hbox: vbox: spacing -8 hbox: text _("Choice text font size (current: [persistent.KoGa3ChoiceTextSize]/75)"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 700 value FieldValue(object=persistent, field='KoGa3ChoiceTextSize', range=75, max_is_zero=False, style=u'slider', offset=0, step=1) hbox: text _("Choice text font outline (current: [persistent.KoGa3TextOutline7]/10)"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 700 value FieldValue(persistent, "KoGa3TextOutline7", range=10, style="slider") hbox: hbox: text _(" offset horizontal ([persistent.KoGa3TextOutline8]) offset vertical ([persistent.KoGa3TextOutline9])"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 335 value FieldValue(persistent, "KoGa3TextOutline8", range=10, max_is_zero=False, style=u'slider', offset=-5, step=1) textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 335 value FieldValue(persistent, "KoGa3TextOutline9", range=10, max_is_zero=False, style=u'slider', offset=-5, step=1) null height (25) ################################################################################# hbox: hbox: xsize 50 if KoGa3QuickMenuOptions == 0: textbutton _("+"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3DialogOptions", 0), SetVariable("KoGa3ChoiceOptions", 0), SetVariable("KoGa3QuickMenuOptions", 1) ] if KoGa3QuickMenuOptions == 1: textbutton _("─"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3QuickMenuOptions", 0) ] hbox: if KoGa3QuickMenuOptions == 0: textbutton _("{color=[KoGa3Color1]}────────── Quick menu settings ────────────"): text_style "KoGa3_1_button_text" action [ SetVariable("KoGa3DialogOptions", 0), SetVariable("KoGa3ChoiceOptions", 0), SetVariable("KoGa3QuickMenuOptions", 1) ] if KoGa3QuickMenuOptions == 1: textbutton _("{color=[KoGa3Color1]}────────── Quick menu settings ────────────"): text_style "KoGa3_1_button_text" action [ SetVariable("KoGa3QuickMenuOptions", 0) ] ################################################################################# if KoGa3QuickMenuOptions == 1: hbox: hbox: xsize 50 hbox: vbox: hbox: hbox: xsize 300 text _("Quick menu: "): style "KoGa3_1a_text" hbox: xsize 150 if persistent.KoGa3QuickMenuButton == 1: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3QuickMenuButton", 1), SetVariable("persistent.KoGa3QuickMenuShow", 1) ] if renpy.variant("pc") or (renpy.variant("web") and not renpy.variant("mobile")): hbox: xsize 150 if persistent.KoGa3QuickMenuButton == 2: textbutton _("Auto"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton _("Auto"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3QuickMenuButton", 2), SetVariable("persistent.KoGa3QuickMenuShow", 0) ] hbox: if persistent.KoGa3QuickMenuButton == 0: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3QuickMenuButton", 0), SetVariable("persistent.KoGa3QuickMenuShow", 0) ] textbutton _("More Quick menu settings..."): text_style "KoGa3_1a_button_text" selected False sensitive True action [ Hide("KoGa3GameSettings"), Show("KoGa3GameSettingsQuickMenu") ] textbutton ("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() if main_menu is True or KoGa3ModMenuButtonPressed is False: hbox: spacing 30 textbutton _("Back"): text_style "KoGa3_1_button_text" sensitive True action [ Hide("KoGa3GameSettings"), Hide("KoGa3ScreenBlank") ] else: hbox: spacing 30 # textbutton _("Back"): # text_style "KoGa3_1_button_text" # sensitive True # action [ # Hide("KoGa3GameSettings"), # Hide("KoGa3ScreenBlank"), # Show("KoGa3ScreenModMenu") ] textbutton _("Close"): text_style "KoGa3_1_button_text" selected False action [ SetVariable ("KoGa3ModMenuButtonPressed", False), Hide("KoGa3GameSettings"), Hide("KoGa3ScreenBlank") ] #---------------------Cheat more menu---------------------# screen KoGa3ScreenCheatMore1(): if not main_menu: add "/KoGa3MenuBack_settings.png" modal True vbox: xalign 0.5 spacing -12 null height (34) textbutton _("━━━━━━━━━━━━━━ Game variables ━━━━━━━━━━━━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() hbox: spacing 25 textbutton ("Game variables (a-z):"): text_style "KoGa3_1a_button_text" selected False sensitive False action NullAction() if KoGa3CheatButton is 1: textbutton ("a-e"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton ("a-e"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3CheatButton", 1) ] if KoGa3CheatButton is 2: textbutton ("f-m"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton ("f-m"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3CheatButton", 2) ] if KoGa3CheatButton is 3: textbutton ("n-s"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton ("n-s"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3CheatButton", 3) ] if KoGa3CheatButton is 4: textbutton ("s-z"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton ("s-z"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3CheatButton", 4) ] # if KoGa3CheatButton is 5: # textbutton ("5"): # text_style "KoGa3_1a_button_text" # selected True # action NullAction() # else: # textbutton ("5"): # text_style "KoGa3_1a_button_text" # selected False # action [ # SetVariable("KoGa3CheatButton", 5) ] # if KoGa3CheatButton is 6: # textbutton ("6"): # text_style "KoGa3_1a_button_text" # selected True # action NullAction() # else: # textbutton ("6"): # text_style "KoGa3_1a_button_text" # selected False # action [ # SetVariable("KoGa3CheatButton", 6) ] # if KoGa3CheatButton is 7: # textbutton ("7"): # text_style "KoGa3_1a_button_text" # selected True # action NullAction() # else: # textbutton ("7"): # text_style "KoGa3_1a_button_text" # selected False # action [ # SetVariable("KoGa3CheatButton", 7) ] textbutton ("──────────────────────────────────────────"): text_style "KoGa3_1_button_text" sensitive False action NullAction() if KoGa3CheatButton == 1: #a-e hbox: hbox: xsize KoGa3xsize1 textbutton ("AubreyRelationship"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if AubreyRelationship is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("AubreyRelationship", False) if AubreyRelationship is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("AubreyRelationship", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Bailey_Rainn"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Bailey_Rainn is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Bailey_Rainn", False) if Bailey_Rainn is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Bailey_Rainn", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Bailey_Rainn_MC"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Bailey_Rainn_MC is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Bailey_Rainn_MC", False) if Bailey_Rainn_MC is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Bailey_Rainn_MC", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("BaileyChoke"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if BaileyChoke is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("BaileyChoke", False) if BaileyChoke is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("BaileyChoke", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("BaileyDaddy"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if BaileyDaddy is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("BaileyDaddy", False) if BaileyDaddy is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("BaileyDaddy", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("baileygirlfriend"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if baileygirlfriend is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("baileygirlfriend", False) if baileygirlfriend is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("baileygirlfriend", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("cheated"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if cheated is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("cheated", False) if cheated is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("cheated", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("confrontdamien"): text_style "KoGa3_1a_button_text" selected False sensitive False action NullAction() if confrontdamien is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("confrontdamien", False) if confrontdamien is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("confrontdamien", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("contactmom"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if contactmom is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("contactmom", False) if contactmom is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("contactmom", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("D8EdgeLose"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if D8EdgeLose is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D8EdgeLose", False) if D8EdgeLose is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D8EdgeLose", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("D9_Ending_GirlCount"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if D9_Ending_GirlCount == 0: hbox: xsize KoGa3xsize2 textbutton ("0"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D9_Ending_GirlCount", 1) if D9_Ending_GirlCount == 1: hbox: xsize KoGa3xsize2 textbutton ("1"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D9_Ending_GirlCount", 2) if D9_Ending_GirlCount == 2: hbox: xsize KoGa3xsize2 textbutton ("2"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D9_Ending_GirlCount", 3) if D9_Ending_GirlCount == 3: hbox: xsize KoGa3xsize2 textbutton ("3"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D9_Ending_GirlCount", 4) if D9_Ending_GirlCount == 4: hbox: xsize KoGa3xsize2 textbutton ("4"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D9_Ending_GirlCount", 5) if D9_Ending_GirlCount == 5: hbox: xsize KoGa3xsize2 textbutton ("5"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D9_Ending_GirlCount", 6) if D9_Ending_GirlCount == 6: hbox: xsize KoGa3xsize2 textbutton ("6"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D9_Ending_GirlCount", 0) hbox: hbox: xsize KoGa3xsize1 textbutton ("D32_GiveMoonCredit"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if D32_GiveMoonCredit is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D32_GiveMoonCredit", False) if D32_GiveMoonCredit is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D32_GiveMoonCredit", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("D34_Lauren_invite"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if D34_Lauren_invite is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D34_Lauren_invite", False) if D34_Lauren_invite is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("D34_Lauren_invite", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Eden_Girlfriend"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Eden_Girlfriend is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Eden_Girlfriend", False) if Eden_Girlfriend is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Eden_Girlfriend", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Eden_Sextape"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Eden_Sextape is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Eden_Sextape", False) if Eden_Sextape is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Eden_Sextape", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("ElizabethGirlfriend"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if ElizabethGirlfriend is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("ElizabethGirlfriend", False) if ElizabethGirlfriend is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("ElizabethGirlfriend", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("EmikoInterest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if EmikoInterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("EmikoInterest", False) if EmikoInterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("EmikoInterest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("EmikoRelationship"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if EmikoRelationship is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("EmikoRelationship", False) if EmikoRelationship is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("EmikoRelationship", True) if KoGa3CheatButton == 2: #f-m hbox: hbox: xsize KoGa3xsize1 textbutton ("FlirtMabel"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if FlirtMabel is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("FlirtMabel", False) if FlirtMabel is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("FlirtMabel", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("fuckedboss"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if fuckedboss is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("fuckedboss", False) if fuckedboss is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("fuckedboss", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("gethot"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if gethot is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("gethot", False) if gethot is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("gethot", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("GirlsInteract"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if GirlsInteract is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("GirlsInteract", False) if GirlsInteract is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("GirlsInteract", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("hadsexwithkatie"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if hadsexwithkatie is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("hadsexwithkatie", False) if hadsexwithkatie is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("hadsexwithkatie", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("hadsexwithliz"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if hadsexwithliz is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("hadsexwithliz", False) if hadsexwithliz is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("hadsexwithliz", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Hannah_Girlfriend"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Hannah_Girlfriend is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Hannah_Girlfriend", False) if Hannah_Girlfriend is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Hannah_Girlfriend", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("HarperInterest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if HarperInterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("HarperInterest", False) if HarperInterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("HarperInterest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("hsww (HadSexWithWaitress)"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if hsww is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("hsww", False) if hsww is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("hsww", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("jasminehiton"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if jasminehiton is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("jasminehiton", False) if jasminehiton is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("jasminehiton", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("JasmineInterest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if JasmineInterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("JasmineInterest", False) if JasmineInterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("JasmineInterest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("JamieshaunaPenisPath"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if JamieshaunaPenisPath is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("JamieshaunaPenisPath", False) if JamieshaunaPenisPath is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("JamieshaunaPenisPath", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("JamieShaunaRelationship"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if JamieShaunaRelationship is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("JamieShaunaRelationship", False) if JamieShaunaRelationship is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("JamieShaunaRelationship", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("KatieInterest2"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if KatieInterest2 is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("KatieInterest2", False) if KatieInterest2 is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("KatieInterest2", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("King"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if King is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("King", False) if King is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("King", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("KodiRelationship"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if KodiRelationship is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("KodiRelationship", False) if KodiRelationship is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("KodiRelationship", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("LizInterest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if LizInterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("LizInterest", False) if LizInterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("LizInterest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("MoonInterest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if MoonInterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("MoonInterest", False) if MoonInterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("MoonInterest", True) if KoGa3CheatButton == 3: #n-s hbox: hbox: xsize KoGa3xsize1 textbutton ("natask"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if natask is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("natask", False) if natask is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("natask", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("NoiRelationship"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if NoiRelationship is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("NoiRelationship", False) if NoiRelationship is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("NoiRelationship", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Penny_Dedicated"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Penny_Dedicated is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Penny_Dedicated", False) if Penny_Dedicated is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Penny_Dedicated", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("pennyinterest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if pennyinterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("pennyinterest", False) if pennyinterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("pennyinterest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("preg"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if preg is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("preg", False) if preg is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("preg", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("pregwomanyes"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if pregwomanyes is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("pregwomanyes", False) if pregwomanyes is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("pregwomanyes", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("pregyes"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if pregyes is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("pregyes", False) if pregyes is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("pregyes", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("RachaelPregnant"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if RachaelPregnant is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RachaelPregnant", False) if RachaelPregnant is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RachaelPregnant", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Rainn_Bailey_Couple"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Rainn_Bailey_Couple is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Rainn_Bailey_Couple", False) if Rainn_Bailey_Couple is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Rainn_Bailey_Couple", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Rainn_Interest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Rainn_Interest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Rainn_Interest", False) if Rainn_Interest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Rainn_Interest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("RainbowGirls)"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if RainbowGirls is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RainbowGirls", False) if RainbowGirls is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RainbowGirls", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("RainnInterest (only used in S01)"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if RainnInterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RainnInterest", False) if RainnInterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RainnInterest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("RyannCis"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if RyannCis is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RyannCis", False) if RyannCis is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("RyannCis", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("ShaunaDaddy"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if ShaunaDaddy is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("ShaunaDaddy", False) if ShaunaDaddy is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("ShaunaDaddy", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("shaunalove"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if shaunalove is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("shaunalove", False) if shaunalove is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("shaunalove", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("shaunafemale"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if shaunafemale is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("shaunafemale", False) if shaunafemale is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("shaunafemale", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("shaunapenisplay"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if shaunapenisplay is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("shaunapenisplay", False) if shaunapenisplay is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("shaunapenisplay", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("Skye_Relationship"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if Skye_Relationship is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Skye_Relationship", False) if Skye_Relationship is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("Skye_Relationship", True) if KoGa3CheatButton == 4: #s-z hbox: hbox: xsize KoGa3xsize1 textbutton ("StacyGirlfriend"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if StacyGirlfriend is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("StacyGirlfriend", False) if StacyGirlfriend is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("StacyGirlfriend", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("talkedtoemikoday3"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if talkedtoemikoday3 is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("talkedtoemikoday3", False) if talkedtoemikoday3 is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("talkedtoemikoday3", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("textedalexis"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if textedalexis is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("textedalexis", False) if textedalexis is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("textedalexis", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("tiashower"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if tiashower is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("tiashower", False) if tiashower is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("tiashower", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("WillabelleInterest"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if WillabelleInterest is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("WillabelleInterest", False) if WillabelleInterest is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("WillabelleInterest", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("YukiRelationship_Elizabeth"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if YukiRelationship_Elizabeth is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("YukiRelationship_Elizabeth", False) if YukiRelationship_Elizabeth is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("YukiRelationship_Elizabeth", True) hbox: hbox: xsize KoGa3xsize1 textbutton ("zoegirlfriend"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() if zoegirlfriend is True: hbox: xsize KoGa3xsize2 textbutton ("True"): text_style "KoGa3_1a_button_text" selected False action SetVariable("zoegirlfriend", False) if zoegirlfriend is False: hbox: xsize KoGa3xsize2 textbutton ("False"): text_style "KoGa3_1a_button_text" selected False action SetVariable("zoegirlfriend", True) textbutton ("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() hbox: spacing 30 textbutton ("Back"): text_style "KoGa3_1_button_text" action [ Hide("KoGa3ScreenCheatMore1"), Show("KoGa3GameSettings") ] textbutton _("Close"): text_style "KoGa3_1_button_text" action [ SetVariable ("KoGa3ModMenuButtonPressed", False), Hide("KoGa3ScreenCheatMore1") ] #---------------------add. game settings Quick Menu---------------------# screen KoGa3GameSettingsQuickMenu: if not main_menu: add "/KoGa3MenuBack_settings.png" modal True vbox: xalign 0.5 spacing -12 null height (34) if persistent.KoGa3TextOutline4 == KoGa3TextOutline4default and persistent.KoGa3TextOutline5 == KoGa3TextOutline5default and persistent.KoGa3TextOutline6 == KoGa3TextOutline6default and persistent.KoGa3QuickMenuTextSize == KoGa3QuickMenuTextSizedefault: textbutton _("━━━━━━━━━━ More Quick menu settings ━━━━━━━━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() else: hbox: textbutton _("━━━━━━━━━━ More Quick menu settings ━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() textbutton _("(reset)"): text_style "KoGa3_1_button_text" selected False action [ SetVariable("persistent.KoGa3TextOutline4", KoGa3TextOutline4default), SetVariable("persistent.KoGa3TextOutline5", KoGa3TextOutline5default), SetVariable("persistent.KoGa3TextOutline6", KoGa3TextOutline6default), SetVariable("persistent.KoGa3QuickMenuTextSize", KoGa3QuickMenuTextSizedefault) ] hbox: hbox: xsize 300 text _("Quick menu: "): style "KoGa3_1a_text" hbox: xsize 150 if persistent.KoGa3QuickMenuButton == 1: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3QuickMenuButton", 1), SetVariable("persistent.KoGa3QuickMenuShow", 1) ] if renpy.variant("pc") or (renpy.variant("web") and not renpy.variant("mobile")): hbox: xsize 150 if persistent.KoGa3QuickMenuButton == 2: textbutton _("Auto"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton _("Auto"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3QuickMenuButton", 2), SetVariable("persistent.KoGa3QuickMenuShow", 0) ] hbox: if persistent.KoGa3QuickMenuButton == 0: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected True action NullAction() else: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("persistent.KoGa3QuickMenuButton", 0), SetVariable("persistent.KoGa3QuickMenuShow", 0) ] textbutton _("───────────────────────────────────────────"): text_style "KoGa3_1_button_text" sensitive False action NullAction() null height (20) vbox: spacing -8 hbox: text _("Quick menu text font size (current: [persistent.KoGa3QuickMenuTextSize]/40)"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 750 value FieldValue(object=persistent, field='KoGa3QuickMenuTextSize', range=40, max_is_zero=False, style=u'slider', offset=0, step=1) hbox: text _("Quick menu text font outline (current: [persistent.KoGa3TextOutline4]/10)"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 750 value FieldValue(object=persistent, field='KoGa3TextOutline4', range=10, max_is_zero=False, style=u'slider', offset=0, step=1) hbox: hbox: text _(" offset horizontal ([persistent.KoGa3TextOutline5]) offset vertical ([persistent.KoGa3TextOutline6])"): style "KoGa3_1a_button_text" hbox: ypos 5 textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 360 value FieldValue(object=persistent, field='KoGa3TextOutline5', range=10, max_is_zero=False, style=u'slider', offset=5, step=1) textbutton _(" "): text_style "KoGa3_1a_button_text" sensitive False action NullAction() bar: xsize 360 value FieldValue(object=persistent, field='KoGa3TextOutline6', range=10, max_is_zero=False, style=u'slider', offset=5, step=1) null height (34) hbox: hbox: xsize 50 if KoGa3QuickMenuItems == 0: textbutton _("+"): text_style "KoGa3_1a_button_text" selected False action [ SetVariable("KoGa3QuickMenuItems", 1) ] if KoGa3QuickMenuItems == 1: textbutton _("─"): text_style "KoGa3_1a_button_text" selected False action SetVariable("KoGa3QuickMenuItems", 0) hbox: textbutton _("────────── Quick menu items ─────────────"): text_style "KoGa3_1_button_text" sensitive False action NullAction() if KoGa3QuickMenuItems == 1: hbox: hbox: xsize 50 textbutton _(" "): text_style "KoGa3_1_button_text" sensitive False action NullAction() vbox: spacing -10 hbox: hbox: xsize 550 textbutton ("Button \"Back\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemBack == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemBack", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemBack", False) hbox: hbox: xsize 550 textbutton ("Button \"Hist\" (History) is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemHist == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemHist", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemHist", False) hbox: hbox: xsize 550 textbutton ("Button \"Hide\" (hide textbox) is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemHide == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemHide", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemHide", False) hbox: hbox: xsize 550 textbutton ("Button \"Skip\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemSkip == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemSkip", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemSkip", False) hbox: hbox: xsize 550 textbutton ("Button \"Auto\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemAuto == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemAuto", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemAuto", False) hbox: hbox: xsize 550 textbutton ("Button \"Save\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemSave == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemSave", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemSave", False) hbox: hbox: xsize 550 textbutton ("Button \"Load\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemLoad == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemLoad", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemLoad", False) hbox: hbox: xsize 550 textbutton ("Button \"Q.Save\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemQSave == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemQSave", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemQSave", False) hbox: hbox: xsize 550 textbutton ("Button \"Q.Load\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemQLoad == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemQLoad", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemQLoad", False) hbox: hbox: xsize 550 textbutton ("Button \"Prefs\" (game settings) is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemPrefs == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemPrefs", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemPrefs", False) hbox: hbox: xsize 550 textbutton ("Button \"Mod menu\" is:"): text_style "KoGa3_1a_button_text" sensitive False action NullAction() hbox: xsize 200 if persistent.KoGa3QuickMenuItemModmenu == False: textbutton _("OFF"): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemModmenu", True) else: textbutton _("ON "): text_style "KoGa3_1a_button_text" selected False action SetVariable ("persistent.KoGa3QuickMenuItemModmenu", False) textbutton ("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"): text_style "KoGa3_1_button_text" sensitive False action NullAction() hbox: spacing 30 textbutton _("Back"): text_style "KoGa3_1_button_text" selected False sensitive True action [ Hide("KoGa3GameSettingsQuickMenu"), # Hide("KoGa3ScreenBlank"), Show("KoGa3GameSettings") ] textbutton _("Close"): text_style "KoGa3_1_button_text" selected False sensitive True action [ SetVariable ("KoGa3ModMenuButtonPressed", False), Hide("KoGa3ScreenBlank"), Hide("KoGa3ScreenCheat"), Hide("KoGa3ScreenCheatMore1"), Hide("KoGa3ScreenModMenu"), Hide("KoGa3ScreenJukebox"), Hide("KoGa3GameSettings"), Hide("KoGa3GameSettingsQuickMenu"), Hide("KoGa3ScreenAudioMenu") ] #---------------------alternative game start---------------------# not used? label KoGa3GameStartLabel: # $ KoGa3GameProgress = "S2-C1-E3" "\"WVM\" - with Mod from KoGa3" "Info: With the Mod menu button below you can access the Mod options" "There you can change Mod settings and cheat game variables,\n change character names or activate the music player" #"New since Mod version 0.9.4.2a: \nYou can activate/deactivate the ingame walkthrough" stop music fadeout 5.0 "That's all from me. Enjoy the game / KoGa3" jump start #---------------------set variable game beginning---------------------# default KoGa3ModMenuButtonPressed = False default KoGa3MainMenu = 0 default KoGa3DialogOptions = 0 default KoGa3QuickMenuOptions = 0 default KoGa3QuickMenuItems = 1 default KoGa3CheatButton = 1 default KoGa3CheatChapterButton = 1 default KoGa3ScreenStatsFull = 0 default KoGa3GameProgress = "n/a" default KoGa3ChoiceOptions = 0 default main = "Ethan" default mainl = "Moncree" default mom = "Azel" default girl1 = "Jamie" default rmom = "Wendy" default BruBruKoGa3Name = "Brubru" default CedeyKoGa3Name = "Cedey" default fourtname = "4t" # default KoGa3Music = 1 #only for audio Mod # default KoGa3CurrentMusic = MusicSilence # default KoGa3JukeboxButton = 1 # default mcname = "MC" #only for renaming default KoGa3ChoiceOption = 1 # for WT Mod default KoGa3WTChange = "\n{color=#008000}" # green #default KoGa3WTChange1 = "\n{size=32}{color=#0000ff}" # blue default KoGa3WTChange1 = "\n{color=#ffdf00}" # yellow default KoGa3WTChange2 = "\n{color=#ff0000}" # red #default KoGa3WTChange = "\n{size=1}{color=#363636}" # info: WT Off