* Minor posing and writing fixes.
* Renamed a couple of labels to avoid confusion.
This commit is contained in:
Johnny28 2023-07-04 13:47:07 +02:00
parent 1cea5a2b72
commit a1d601b1a5
13 changed files with 28 additions and 31 deletions

View File

@ -846,8 +846,8 @@ label hg_pf_strip_T3_E2:
"{size=-3}\"Your father would disown you!\"{/size}": "{size=-3}\"Your father would disown you!\"{/size}":
her "You are probably right, [name_genie_hermione]..." ("angry", "happyCl", "worried", "mid", emote="sweat") her "You are probably right, [name_genie_hermione]..." ("angry", "happyCl", "worried", "mid", emote="sweat")
her @ tears soft "(Oh father, I am so sorry...)" ("angry", "base", "base", "mid") her "(Oh father, I am so sorry...)" ("angry", "base", "base", "mid")
her @ tears soft "he must never find out..." ("angry", "base", "base", "mid") her "he must never find out..." ("angry", "base", "base", "mid")
"{size=-3}\"Your father would love to watch you strip!\"{/size}": "{size=-3}\"Your father would love to watch you strip!\"{/size}":
her "He would not! He would be ashamed of me!" ("normal", "happyCl", "worried", "mid") her "He would not! He would be ashamed of me!" ("normal", "happyCl", "worried", "mid")

View File

@ -244,11 +244,11 @@ label hg_pf_grope_T3_intro_E1:
menu: menu:
"\"I'm gonna play with your tits now.\"": "\"I'm gonna play with your tits now.\"":
if hermione.is_worn("top"): if hermione.is_worn("top"):
nar "You reach out swiftly and grab both of her tits through her clothes..." nar "You reach out swiftly to grab both of her tits through her clothes..."
elif hermione.is_worn("bra"): elif hermione.is_worn("bra"):
nar "You reach out swiftly and grab both of her tits through her bra..." nar "You reach out swiftly to grab both of her tits through her bra..."
else: else:
nar "You reach out swiftly and grab both of her tits..." #Fallback, she'd usually wear a bra on this level. nar "You reach out swiftly to grab both of her tits..." #Fallback, she'd usually wear a bra on this level.
jump hg_pf_grope_breasts_T3 jump hg_pf_grope_breasts_T3

View File

@ -240,7 +240,7 @@ label hg_pf_grope_ass_T3:
jump hg_pf_grope_ass_T3_back jump hg_pf_grope_ass_T3_back
"\"No. Just stand still, [name_hermione_genie].\"": "\"No. Just stand still, [name_hermione_genie].\"":
her @ cheeks blush "As you say, [name_genie_hermione]..." ("annoyed", "narrow", "angry", "R", ypos="head", flip=False) her @ cheeks blush "As you say, [name_genie_hermione]..." ("annoyed", "narrow", "angry", "R")
jump hg_pf_grope_ass_T3_front jump hg_pf_grope_ass_T3_front
@ -455,7 +455,7 @@ label hg_pf_grope_ass_T3_continue:
nar "It's very tight and warm..." nar "It's very tight and warm..."
nar "It is also relatively dry... Doesn't look like Hermione's taking much pleasure in this..." nar "It is also relatively dry... Doesn't look like Hermione's taking much pleasure in this..."
jump hg_pf_grope_ass_T3_fail jump hg_pf_grope_ass_T3_mad
"-Let the girl go...-": "-Let the girl go...-":
jump end_hg_pf_grope jump end_hg_pf_grope
@ -472,7 +472,7 @@ label hg_pf_grope_ass_T3_continue:
her "!!?" ("angry", "wide", "base", "stare") her "!!?" ("angry", "wide", "base", "stare")
nar "It's very tight and warm inside..." nar "It's very tight and warm inside..."
jump hg_pf_grope_ass_T3_fail jump hg_pf_grope_ass_T3_mad
"-Let the girl go...-": "-Let the girl go...-":
jump end_hg_pf_grope jump end_hg_pf_grope
@ -480,7 +480,7 @@ label hg_pf_grope_ass_T3_continue:
"-Stop pushing your luck. Dismiss the girl-": "-Stop pushing your luck. Dismiss the girl-":
jump end_hg_pf_grope jump end_hg_pf_grope
label hg_pf_grope_ass_T3_fail: label hg_pf_grope_ass_T3_mad:
her @ cheeks blush "Stop that at once!" ("angry", "happyCl", "worried", "mid", ypos="head") her @ cheeks blush "Stop that at once!" ("angry", "happyCl", "worried", "mid", ypos="head")
nar "Hermione gives you an unexpectedly strong shove..." nar "Hermione gives you an unexpectedly strong shove..."

View File

@ -86,7 +86,7 @@ label hg_pf_grope_breasts_T3: # Hermione gets mad if you slap them.
if states.her.status.stripping: if states.her.status.stripping:
menu: menu:
"\"First, lift up your top\"" if hermione.is_worn("top"): "\"First, lift up your top!\"" if hermione.is_worn("top"):
her "[name_genie_hermione]?!" ("clench", "base", "base", "mid") her "[name_genie_hermione]?!" ("clench", "base", "base", "mid")
gen "What? It's not like I haven't seen them before..." ("base", xpos="far_left", ypos="head") gen "What? It's not like I haven't seen them before..." ("base", xpos="far_left", ypos="head")
her "But!" ("clench", "narrow", "base", "down") her "But!" ("clench", "narrow", "base", "down")
@ -193,7 +193,6 @@ label hg_pf_grope_breasts_T3_continue:
gen "You are starting to sound like a broken record." ("base", xpos="far_left", ypos="head") gen "You are starting to sound like a broken record." ("base", xpos="far_left", ypos="head")
her "...." ("annoyed", "narrow", "annoyed", "mid") her "...." ("annoyed", "narrow", "annoyed", "mid")
jump end_hg_pf_grope jump end_hg_pf_grope
### Tier 4 ### ### Tier 4 ###

View File

@ -316,7 +316,7 @@ label hg_pf_admire_breasts_T3_promise:
call ctc call ctc
menu: menu:
"\"A Nice set of tits you got there.\"": "\"A nice set of tits you got there.\"":
her "" ("annoyed", "closed", "base", "mid") her "" ("annoyed", "closed", "base", "mid")
pause .5 pause .5

View File

@ -89,10 +89,7 @@ label hg_pf_blowjob_T1_E1: #Fail
gen "We're done playing games..." ("base", xpos="far_left", ypos="head") gen "We're done playing games..." ("base", xpos="far_left", ypos="head")
gen "Get over here, and suck my cock!" ("base", xpos="far_left", ypos="head") gen "Get over here, and suck my cock!" ("base", xpos="far_left", ypos="head")
her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade) her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade)
if not _event_completed_failed:
her "How could you ask for such a thing!?" her "How could you ask for such a thing!?"
else:
her "Why would you ask me of such a thing again?"
her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat") her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat")
call her_walk(action="leave") call her_walk(action="leave")
@ -112,7 +109,7 @@ label hg_pf_blowjob_T2_E1: #Fail
her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid")
gen "Why don't you open that pretty little mouth of yours... And then put it around my cock?" ("base", xpos="far_left", ypos="head") gen "Why don't you open that pretty little mouth of yours... And then put it around my cock?" ("base", xpos="far_left", ypos="head")
her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade) her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade)
her "Why would you ask me of such a thing again?" her "How could you ask for such a thing!?"
her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat") her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat")
call her_walk(action="leave") call her_walk(action="leave")
@ -135,7 +132,7 @@ label hg_pf_blowjob_T3_E1: #Fail
gen "Great!" ("grin", xpos="far_left", ypos="head") gen "Great!" ("grin", xpos="far_left", ypos="head")
gen "Then get over here, and suck my cock!" ("grin", xpos="far_left", ypos="head") gen "Then get over here, and suck my cock!" ("grin", xpos="far_left", ypos="head")
her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade) her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare",xpos="mid",trans=fade)
her "Why would you ask me of such a thing again?" her "How could you ask for such a thing!?"
her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat") her "I think I better leave." ("angry", "happyCl", "worried", "mid",emote="sweat")
call her_walk(action="leave") call her_walk(action="leave")

View File

@ -11,8 +11,9 @@ label hg_pr_panty_thief_e1:
$ _event.cancel() $ _event.cancel()
jump hermione_favor_menu jump hermione_favor_menu
her "" (xpos="mid", ypos="base", trans=fade)
gen "[name_hermione_genie]?" ("base", xpos="far_left", ypos="head") gen "[name_hermione_genie]?" ("base", xpos="far_left", ypos="head")
her "I am listening, [name_genie_hermione]." (xpos="right",ypos="base") her "I am listening, [name_genie_hermione]." ("open", "base", "base", "mid")
gen "I will need your panties..." ("base", xpos="far_left", ypos="head") gen "I will need your panties..." ("base", xpos="far_left", ypos="head")
if not states.her.status.stripping: if not states.her.status.stripping:
@ -32,7 +33,7 @@ label hg_pr_panty_thief_e1:
play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed
her "... Panties, [name_genie_hermione]?" ("angry", "base", "angry", "mid") her "... Panties, [name_genie_hermione]?" ("angry", "base", "base", "mid")
gen "Yes I do..." ("base", xpos="far_left", ypos="head") gen "Yes I do..." ("base", xpos="far_left", ypos="head")
her "May I ask what you are planning to do with them...?" ("disgust", "narrow", "base", "mid_soft") her "May I ask what you are planning to do with them...?" ("disgust", "narrow", "base", "mid_soft")
gen "*Ehm*... I'm conducting research..." ("base", xpos="far_left", ypos="head") gen "*Ehm*... I'm conducting research..." ("base", xpos="far_left", ypos="head")
@ -111,7 +112,7 @@ label hg_pr_panty_thief_e1:
her "Here..." her "Here..."
if states.her.level >= 12: if states.her.tier > 4:
hide hermione_main hide hermione_main
with d3 with d3

View File

@ -137,7 +137,7 @@ label end_hg_pr_flash:
elif not states.her.ev.admire_breasts.monologue: elif not states.her.ev.admire_breasts.monologue:
$ states.her.ev.admire_breasts.monologue = True $ states.her.ev.admire_breasts.monologue = True
her "(I can't believe I did that today...)" ("upset", "closed", "base", "mid", ypos="head", flip=False, trans=d3) her "(I can't believe I did that today...)" ("upset", "closed", "base", "mid", xpos="far_right", flip=True, trans=d3)
her "(What if Harry or Ron saw me like that?)" ("angry", "wide", "base", "stare") her "(What if Harry or Ron saw me like that?)" ("angry", "wide", "base", "stare")
her "(Standing there...)" ("angry", "wide", "base", "stare") her "(Standing there...)" ("angry", "wide", "base", "stare")
her "(Pressing my breasts against that window...)" ("angry", "wide", "base", "stare") her "(Pressing my breasts against that window...)" ("angry", "wide", "base", "stare")
@ -287,10 +287,11 @@ label hg_pr_flash_T3_E2:
hide cg hide cg
with fade with fade
her "" ("annoyed", "base", "worried", "R", xpos="mid", ypos="base")
gen "*Hmm*..." ("base", xpos="far_left", ypos="head") gen "*Hmm*..." ("base", xpos="far_left", ypos="head")
gen "You've got one tit out at least. As a wise man once said--" ("base", xpos="far_left", ypos="head") gen "You've got one tit out at least. As a wise man once said--" ("base", xpos="far_left", ypos="head")
gen "{i}A tit in the hand is worth two in the bush.{/i}" ("base", xpos="far_left", ypos="head") gen "{i}A tit in the hand is worth two in the bush.{/i}" ("base", xpos="far_left", ypos="head")
her "I suppose... although I don't know if he ever realised I was trying to do something for his benefit." her "I suppose... although I don't know if he ever realised I was trying to do something for his benefit." ("open", "narrow", "worried", "down")
her "......................" ("annoyed", "base", "worried", "R") her "......................" ("annoyed", "base", "worried", "R")
her "I'm sorry, [name_genie_hermione]..." ("open", "base", "base", "mid") her "I'm sorry, [name_genie_hermione]..." ("open", "base", "base", "mid")
gen "That's alright..." ("base", xpos="far_left", ypos="head") gen "That's alright..." ("base", xpos="far_left", ypos="head")

View File

@ -409,7 +409,7 @@ label hg_pr_flirt_teacher_T2_E2:
her @ cheeks blush "" ("angry", "narrow", "annoyed", "mid", emote="angry") her @ cheeks blush "" ("angry", "narrow", "annoyed", "mid", emote="angry")
call ctc call ctc
gen "Well then, this {i}Goldenheart{/i} surely is \"dirty\"!" ("base", xpos="far_left", ypos="head") gen "Well then, this {i}Goldenheart{/i} is most certainly \"dirty\"!" ("base", xpos="far_left", ypos="head")
label .angry: label .angry:
@ -428,7 +428,7 @@ label hg_pr_flirt_teacher_T2_E2:
her "Thank you for understanding, [name_genie_hermione]." ("base", "happyCl", "base", "mid") her "Thank you for understanding, [name_genie_hermione]." ("base", "happyCl", "base", "mid")
$ hermione.wear("all") $ hermione.wear("all")
call unlock_clothing(text="A New tattoo for Hermione has been unlocked!", item=her_tattoo_lockhart) call unlock_clothing(text="A new tattoo for Hermione has been unlocked!", item=her_tattoo_lockhart)
jump end_hg_pr_flirt_teacher jump end_hg_pr_flirt_teacher

View File

@ -223,7 +223,7 @@ label hg_pr_handjob_T4_E1:
$ current_payout = int(current_payout/2) $ current_payout = int(current_payout/2)
her "Oh...?" ("open", "base", "base", "mid") her "Oh...?" ("open", "base", "base", "mid")
gen "Is that a Problem, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") gen "Is that a problem, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head")
her "N-No [name_genie_hermione]... It's only fair, I suppose..." ("angry", "narrow", "base", "down") her "N-No [name_genie_hermione]... It's only fair, I suppose..." ("angry", "narrow", "base", "down")
gen "Of course it is!" ("base", xpos="far_left", ypos="head") gen "Of course it is!" ("base", xpos="far_left", ypos="head")

View File

@ -33,7 +33,7 @@ label hg_pr_kiss:
her "?!" ("normal", "squint", "angry", "mid") her "?!" ("normal", "squint", "angry", "mid")
her "I am not a... lesbian, [name_genie_hermione]." ("open", "base", "base", "mid") her "I am not a... lesbian, [name_genie_hermione]." ("open", "base", "base", "mid")
gen "Silly girl... You don't need to be a lesbian to kiss girls." ("base", xpos="far_left", ypos="head") gen "Silly girl... You don't need to be a lesbian to kiss girls." ("base", xpos="far_left", ypos="head")
gen "I mean, I do it, and that doesn't make me a lesbian." ("base", xpos="far_left", ypos="head") gen "I mean, I've done it, and that doesn't make me a lesbian." ("base", xpos="far_left", ypos="head")
her "..............." ("angry", "base", "angry", "mid") her "..............." ("angry", "base", "angry", "mid")
her "[name_genie_hermione]--" her "[name_genie_hermione]--"
gen "No, \"[name_genie_hermione]s\"! This is your task for today!" ("base", xpos="far_left", ypos="head") gen "No, \"[name_genie_hermione]s\"! This is your task for today!" ("base", xpos="far_left", ypos="head")
@ -245,7 +245,7 @@ label hg_pr_kiss_T3_E3:
gen "Dismissed." ("base", xpos="far_left", ypos="head") gen "Dismissed." ("base", xpos="far_left", ypos="head")
her "B-but--" ("open", "base", "worried", "R") her "B-but--" ("open", "base", "worried", "R")
her "[name_genie_hermione], please!" ("open", "base", "worried", "mid") her "[name_genie_hermione], please!" ("open", "base", "worried", "mid")
her "The girl was from Hufflepuff and--" her "The girl was from Hufflepuff, and--"
gen "It's far too late for that, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") gen "It's far too late for that, [name_hermione_genie]." ("base", xpos="far_left", ypos="head")
gen "You are dismissed." ("base", xpos="far_left", ypos="head") gen "You are dismissed." ("base", xpos="far_left", ypos="head")
her @ tears soft "......" ("angry", "base", "base", "mid") her @ tears soft "......" ("angry", "base", "base", "mid")

View File

@ -82,7 +82,7 @@ label hg_pr_grope:
gen "Yes. Good luck." ("base", xpos="far_left", ypos="head") gen "Yes. Good luck." ("base", xpos="far_left", ypos="head")
elif states.her.tier >= 3: elif states.her.tier >= 3:
gen "I need you to go out there, and make one of your classmates molest you a little." ("base", xpos="far_left", ypos="head") gen "I need you to go out there, and make one of your classmates molest you a little." ("base", xpos="far_left", ypos="head")
her "I understand, [name_genie_hermione]..." ("base", "base", "base", "mid") her "I understand, [name_genie_hermione]..." ("open", "base", "base", "mid")
gen "Off you go then." ("base", xpos="far_left", ypos="head") gen "Off you go then." ("base", xpos="far_left", ypos="head")
her "..........." her "..........."
else: else:
@ -137,7 +137,6 @@ label end_hg_pr_grope:
if not _events_filtered_completed_all: if not _events_filtered_completed_all:
$ states.her.public_level += 1 $ states.her.public_level += 1
$ states.her.status.public_groping = True
jump end_hermione_event jump end_hermione_event
label hg_pr_grope_intro: label hg_pr_grope_intro:

View File

@ -187,7 +187,7 @@ label hermione_favor_menu:
# Public whore ending choice # Public whore ending choice
$ renpy.choice_for_skipping() $ renpy.choice_for_skipping()
$ renpy.music.set_volume(0.5, 1.0) $ renpy.music.set_volume(0.5, 1.0)
nar "Attention!{w=1.0} If you continue tarnishing Hermione's reputation you will lock yourself towards certain game ending. (Public route)" nar "Attention!{w=1.0} If you continue tarnishing Hermione's reputation, you will lock yourself towards a certain game ending. (Public route)"
menu: menu:
nar "Do you wish to continue?\n{size=-4}(You won't be asked again){/size}" nar "Do you wish to continue?\n{size=-4}(You won't be asked again){/size}"
"Yes, I do.": "Yes, I do.":