diff --git a/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy b/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy index fd19b6f5..a7012ff0 100644 --- a/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy +++ b/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy @@ -206,7 +206,7 @@ label slytherin_match: call hide_blkfade pause .8 - sna "Miss Tonks..." ("snape_03", ypos="head") + sna "Miss Tonks..." ("snape_03", xpos="base", ypos="head") sna "Geni--" ("snape_03") sna "*Ahem*... Albus, Glad you made it in time, I was about to call for you." ("snape_09") ton "I know who he is, Snape. There's no need for the pretence." ("open", "closed", "base", "L", ypos="head", flip=True) @@ -843,7 +843,7 @@ label slytherin_match: gen "An intermission if you will...{w} for some motivation...{w} for both teams..." (face="base") menu: - "(Let's give them what they came for...)" + gen "(Let's give them what they came for...)" (face="base") "-Independence!-": # Independence day play background "music/fanfare.ogg" fadeout 3 fadein 1.0 diff --git a/game/scripts/characters/hermione/events/favors/dance_for_me.rpy b/game/scripts/characters/hermione/events/favors/dance_for_me.rpy index a669acf9..4fa56a05 100644 --- a/game/scripts/characters/hermione/events/favors/dance_for_me.rpy +++ b/game/scripts/characters/hermione/events/favors/dance_for_me.rpy @@ -106,7 +106,7 @@ label hg_pf_strip_T2_E1: # Hermione starts dancing, but it will fail anyway. pause.2 gen "*Hmm*..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "{size=-5}(...........................................){/size}" ("disgust", "narrow", "base", "down", ypos="head", flip=False) + her @ cheeks blush "{size=-5}(...........................................){/size}" ("disgust", "narrow", "base", "down", flip=False) her @ cheeks blush "{size=-5}(This is silly...){/size}" ("annoyed", "narrow", "angry", "R") nar "Hermione looks embarrassed, but she keeps on \"dancing\"..." gen "..................." ("base", xpos="far_left", ypos="head") @@ -176,7 +176,7 @@ label hg_pf_strip_T3_intro_E1: pause.2 gen "*Hmm*..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "{size=-5}(...........................................){/size}" ("disgust", "narrow", "base", "down", ypos="head", flip=False) + her @ cheeks blush "{size=-5}(...........................................){/size}" ("disgust", "narrow", "base", "down", flip=False) her @ cheeks blush "{size=-5}(This is silly...){/size}" ("annoyed", "narrow", "angry", "R") nar "Hermione looks embarrassed, but she keeps on \"dancing\"..." gen "..................." ("base", xpos="far_left", ypos="head") @@ -918,7 +918,7 @@ label hg_pf_strip_T3_watch: with d5 call ctc - her "I'm sorry, Sir. Was this good enough?..." ("disgust", "narrow", "base", "down", emote="sweat", ypos="head", flip=False) + her "I'm sorry, Sir. Was this good enough?..." ("disgust", "narrow", "base", "down", emote="sweat", flip=False) menu: gen "..." ("base", xpos="far_left", ypos="head") @@ -1347,7 +1347,7 @@ label hg_pf_strip_T4_watch: with d5 call ctc - her "Whew... This was rather exciting..." ("silly", "happyCl", "worried", "mid", emote="sweat", ypos="head", flip=False) + her "Whew... This was rather exciting..." ("silly", "happyCl", "worried", "mid", emote="sweat", flip=False) menu: gen "..." ("base", xpos="far_left", ypos="head") @@ -1473,7 +1473,7 @@ label hg_pf_strip_T4_masturbate: with d5 call ctc - her "(Whew... I made it... And not a moment too--)" ("base", "closed", "base", "mid", ypos="head", flip=False) + her "(Whew... I made it... And not a moment too--)" ("base", "closed", "base", "mid", flip=False) with hpunch gen "{shudder}*ARGH*! YOU FUCKING CUNT!{/shudder}" ("angry", xpos="far_left", ypos="head") @@ -1495,7 +1495,7 @@ label hg_pf_strip_T4_masturbate: call gen_chibi("cum_done","behind_desk","base") if _promise: #Promised to hold it. - her "No, [name_genie_hermione]! You promised!" ("angry", "happyCl", "worried", "mid", ypos="head", flip=False) + her "No, [name_genie_hermione]! You promised!" ("angry", "happyCl", "worried", "mid", flip=False) gen "Oh, man... That was intense..." ("angry", xpos="far_left", ypos="head") her "You went back on your word, [name_genie_hermione]!" ("scream", "happyCl", "worried", "mid") gen "*Huh*? What are you talking about?" ("base", xpos="far_left", ypos="head") @@ -1518,7 +1518,7 @@ label hg_pf_strip_T4_masturbate: jump end_hg_pf_strip else: - her "{size=-3}It's so hot...{/size}" ("disgust", "happyCl", "worried", "mid", ypos="head", flip=False) + her "{size=-3}It's so hot...{/size}" ("disgust", "happyCl", "worried", "mid", flip=False) call gen_chibi("hold_dick","behind_desk","base") gen "*Ah-ah*... That felt great..." ("base", xpos="far_left", ypos="head") her "You came all over me..." ("angry", "narrow", "base", "R") diff --git a/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy b/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy index b1cbf2f1..c6db0f18 100644 --- a/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy +++ b/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy @@ -164,7 +164,7 @@ label hg_pf_strip_T4_snape: call her_chibi("dance","on_desk","on_desk") call sna_chibi("stand","desk_close","desk_close") - her "............." ("open", "closed", "base", "mid", ypos="head", flip=False) + her "............." ("open", "closed", "base", "mid", xpos="mid", flip=False) sna "......................" gen ".........................." diff --git a/game/scripts/characters/hermione/events/intro.rpy b/game/scripts/characters/hermione/events/intro.rpy index e7bae8bb..32f1af16 100644 --- a/game/scripts/characters/hermione/events/intro.rpy +++ b/game/scripts/characters/hermione/events/intro.rpy @@ -364,7 +364,7 @@ label hermione_intro_E1: # Snape shares his opinion of Hermione with you. label ss_he_hermione_E1: - sna "..........................." ("snape_31", ypos="head") + sna "..........................." ("snape_31", xpos="base", ypos="head", flip=False) gen "...............................?" ("base", xpos="far_left", ypos="head") sna "I hate her so much..." ("snape_08") @@ -600,7 +600,7 @@ label ss_he_hermione_E2: call bld gen "......................." ("base", xpos="far_left", ypos="head") gen "Hermione Granger came by again..." ("base", xpos="far_left", ypos="head") - sna "Don't mention the witch's name when I'm off-duty..." ("snape_01", ypos="head") + sna "Don't mention the witch's name when I'm off-duty..." ("snape_01", xpos="base", ypos="head", flip=False) sna "..............." ("snape_31") sna "Dammit! I am a grown man, Albus!" ("snape_08") gen "My name is not--" ("base", xpos="far_left", ypos="head") @@ -1026,7 +1026,7 @@ label hermione_intro_E5: # Tonks will help convince Hermione to buy favours. label nt_he_hermione_E1: - ton "So, what did Severus think about me joining you on your little scheme?" ("open", "base", "base", "mid", ypos="head", flip=False) + ton "So, what did Severus think about me joining you on your little scheme?" ("open", "base", "base", "mid", xpos="base", ypos="head", flip=False) if not states.sna.ev.hangouts.tonks_e2: # You haven't talked to Snape yet. gen "Oh, I haven't told him yet." ("base", xpos="far_left", ypos="head") @@ -1431,20 +1431,20 @@ label hermione_intro_E6: pause.3 if current_favor == "show_tongue": - her "{size=-4}(*Hmm*...){/size}" ("annoyed", "narrow", "worried", "down", xpos="far_right", ypos="head", flip=True, trans=d3) + her "{size=-4}(*Hmm*...){/size}" ("annoyed", "narrow", "worried", "down", xpos="far_right", flip=True, trans=d3) her "{size=-4}(Students show teachers their tongues all the time...){/size}" ("soft", "base", "base", "R") her "{size=-4}(Although that's usually when the teacher is not looking...){/size}" ("base", "narrow", "base", "R_soft") her "{size=-4}(But there is nothing wrong with what I did today...){/size}" ("annoyed", "base", "base", "L") her "{size=-4}(I earned my house extra points...){/size}" ("smile", "happyCl", "base", "mid") elif current_favor == "stand_there": - her "{size=-4}(I can just stand there and let the professor look at me...){/size}" ("annoyed", "base", "base", "R", xpos="far_right", ypos="head", flip=True, trans=d3) + her "{size=-4}(I can just stand there and let the professor look at me...){/size}" ("annoyed", "base", "base", "R", xpos="far_right", flip=True, trans=d3) her "{size=-4}(There is nothing wrong with that... nothing at all...){/size}" ("base", "closed", "base", "mid") elif current_favor == "silly_face": - her "{size=-4}(Stupid face...){/size}" ("silly", "base", "base", "squint", xpos="far_right", ypos="head", flip=True, trans=d3) + her "{size=-4}(Stupid face...){/size}" ("silly", "base", "base", "squint", xpos="far_right", flip=True, trans=d3) her "{size=-4}(Stupid face...){/size}" ("disgust", "happy", "base", "squint") her "{size=-4}(I need to practise this.){/size}" ("base", "happyCl", "base", "mid") elif current_favor == "bad_girl": - her "{size=-4}(I'm a bad girl...){/size}" ("angry", "base", "angry", "stare", xpos="far_right", ypos="head", flip=True, trans=d3) + her "{size=-4}(I'm a bad girl...){/size}" ("angry", "base", "angry", "stare", xpos="far_right", flip=True, trans=d3) her "{size=-4}(I am a very bad girl...){/size}" ("base", "base", "angry", "stare") her "{size=-4}(Yes, I can say things like that easily...){/size}" ("smile", "happyCl", "base", "mid") her "{size=-4}(I guess I'm a born actress...){/size}" ("base", "happyCl", "base", "mid") diff --git a/game/scripts/characters/hermione/events/tutoring.rpy b/game/scripts/characters/hermione/events/tutoring.rpy index 95ca5aed..d523c073 100644 --- a/game/scripts/characters/hermione/events/tutoring.rpy +++ b/game/scripts/characters/hermione/events/tutoring.rpy @@ -162,7 +162,7 @@ label hg_tutor_E1: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(I'm glad the professor agreed to tutor me!){/size}" ("base", "happyCl", "worried", "mid", xpos="base", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(I'm glad the professor agreed to tutor me!){/size}" ("base", "happyCl", "worried", "mid", xpos="far_right", flip=True, trans=d3) her "{size=-4}(But pleasure and pain? I don't understand where this is going...){/size}" ("annoyed", "base", "base", "R") her "{size=-4}(And what other students is he tutoring?){/size}" ("annoyed", "base", "worried", "L") @@ -211,7 +211,7 @@ label hg_tutor_E2: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(Filthy whores...){/size}" ("angry", "closed", "angry", "mid", xpos="far_right", ypos="head", flip=True, trans=d3) + her @ cheeks blush "{size=-4}(Filthy whores...){/size}" ("angry", "closed", "angry", "mid", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(Oh, I should not talk like that...{w=0.5} but it feels good to let my emotions out!){/size}" ("base", "happyCl", "worried", "mid") her @ cheeks blush "{size=-4}(Maybe professor is onto something, after all...){/size}" ("soft", "base", "base", "R") @@ -252,7 +252,7 @@ label hg_tutor_E3: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(*Hmm*... I wonder what he {b}was{/b} thinking about.){/size}" ("base", "narrow", "base", "down", xpos="far_right", ypos="head", flip=True, trans=d3) + her @ cheeks blush "{size=-4}(*Hmm*... I wonder what he {b}was{/b} thinking about.){/size}" ("base", "narrow", "base", "down", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(Probably all the problems caused by those harlots.){/size}" ("base", "narrow", "base", "mid_soft") her @ cheeks blush "{size=-4}(Well, I will never be like them, so no need to worry.){/size}" ("silly", "narrow", "base", "mid_soft") @@ -327,7 +327,7 @@ label hg_tutor_E4: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(Well, I'll try to investigate those two girls again.){/size}" ("disgust", "narrow", "base", "down", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(Well, I'll try to investigate those two girls again.){/size}" ("disgust", "narrow", "base", "down", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(Like a real anthropologist!){/size}" ("base", "narrow", "base", "mid_soft") her @ cheeks blush "{size=-4}(Yes, that's right. Hermione the anthropologist!){/size}" ("base", "happyCl", "worried", "mid") @@ -453,7 +453,7 @@ label hg_tutor_E5: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(I enjoyed it too much. Maybe I'm becoming a pervert as well){/size}" ("base", "narrow", "base", "up", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(I enjoyed it too much. Maybe I'm becoming a pervert as well){/size}" ("base", "narrow", "base", "up", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(I lost control, it won't happen again!){/size}" ("shock", "narrow", "base", "down") her @ cheeks blush "{size=-4}(Good thing I'm not a degenerate like those filthy girls!){/size}" ("base", "narrow", "base", "mid_soft") @@ -545,7 +545,7 @@ label hg_tutor_E6: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(This is wrong...){/size}" ("disgust", "narrow", "base", "down", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(This is wrong...){/size}" ("disgust", "narrow", "base", "down", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(I shouldn't listen to him.){/size}" ("angry", "happyCl", "worried", "mid") her @ cheeks blush "{size=-4}(And yet...){/size}" ("base", "narrow", "base", "down") @@ -626,7 +626,7 @@ label hg_tutor_E7: call blkfade nar "You abruptly stop." pause .5 - her @ cheeks blush "*Hmph*...{w=0.3} Why did you stop, [name_genie_hermione]?" ("clench", "base", "worried", "mid", emote="angry", ypos="head", flip=False, trans=d3) + her @ cheeks blush "*Hmph*...{w=0.3} Why did you stop, [name_genie_hermione]?" ("clench", "base", "worried", "mid", emote="angry", flip=False, trans=d3) gen "Lesson is over. Time to practise by yourself." ("base", xpos="far_left", ypos="head") call gen_chibi("sit_behind_desk") @@ -640,7 +640,7 @@ label hg_tutor_E7: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(\"My little witch?\"){/size}" ("annoyed", "narrow", "angry", "R", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(\"My little witch?\"){/size}" ("annoyed", "narrow", "angry", "R", flip=True, trans=d3) her @ cheeks blush "{size=-4}(Why not, after all...){/size}" ("base", "narrow", "base", "up") call her_chibi("leave") @@ -775,7 +775,7 @@ label hg_tutor_E8: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(I'm such a slut...){/size}" ("base", "narrow", "base", "up", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(I'm such a slut...){/size}" ("base", "narrow", "base", "up", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(Cumming in front of my professor...){/size}" ("base", "narrow", "base", "down") her @ cheeks blush "{size=-4}(I definitely need to do that again!){/size}" ("base", "narrow", "base", "mid_soft") @@ -819,12 +819,12 @@ label hg_tutor_E9: $ hermione.strip("top") if hermione.is_worn("bra"): - her "..." (ypos="head", flip=False, trans=d3) + her "..." ("open", "squint", "base", "mid", xpos="mid", ypos="base", trans=d3) gen "And your bra..." ("base", xpos="far_left", ypos="head") $ hermione.strip("bra") - her @ cheeks blush "........" ("annoyed", "closed", "base", "mid", ypos="head", flip=False, trans=d3) + her @ cheeks blush "........" ("annoyed", "closed", "base", "mid", xpos="mid", ypos="base", flip=False, trans=d3) call her_chibi_scene("behind_desk_front") call hide_blkfade @@ -934,7 +934,7 @@ label hg_tutor_E9: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(Favourite...){/size}" ("base", "narrow", "base", "up", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(Favourite...){/size}" ("base", "narrow", "base", "up", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(*Hmm*... Could there be another one?){/size}" ("annoyed", "narrow", "angry", "R") her @ cheeks blush "{size=-4}(I better do my best to remain his favourite!){/size}" ("base", "happyCl", "worried", "mid") @@ -1113,7 +1113,7 @@ label hg_tutor_E10: call her_walk("door", "base") - her @ cheeks blush tears mascara "{size=-4}(Rest...){/size}" ("base", "narrow", "base", "down", ypos="head", flip=False, trans=d3) + her @ cheeks blush tears mascara "{size=-4}(Rest...){/size}" ("base", "narrow", "base", "down", xpos="far_right", flip=True, trans=d3) her @ cheeks blush tears mascara "{size=-4}(Not before I've played with this marvellous toy again){/size}" ("base", "narrow", "base", "mid_soft") her @ cheeks blush tears mascara "{size=-4}(And again){/size}" ("silly", "narrow", "base", "mid_soft") @@ -1296,7 +1296,7 @@ label hg_tutor_E11: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(Finally tonight I'll just go to bed.){/size}" ("base", "happyCl", "worried", "mid", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(Finally tonight I'll just go to bed.){/size}" ("base", "happyCl", "worried", "mid", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(That was a little too intense...){/size}" ("angry", "happyCl", "worried", "mid") her @ cheeks blush "{size=-4}(Not that I'm complaining...){/size}" ("silly", "narrow", "base", "mid_soft") @@ -1528,7 +1528,7 @@ label hg_tutor_E12: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(Sucking his cock without getting any points!){/size}" ("annoyed", "narrow", "angry", "R", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(Sucking his cock without getting any points!){/size}" ("annoyed", "narrow", "angry", "R", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(If he hadn't made me come so hard...){/size}" ("base", "narrow", "base", "up") her @ cheeks blush "{size=-4}(*sigh* Although I guess it's not that high a price...){/size}" ("base", "narrow", "base", "down") @@ -1675,7 +1675,7 @@ label hg_tutor_E13: call her_chibi_scene("lie_on_desk", trans=d5) - her "I'm ready, [name_genie_hermione]." (ypos="head", flip=False, trans=d3) + her "I'm ready, [name_genie_hermione]." (xpos="mid", flip=False, trans=d3) call give_gift(_("You take an empty butterbeer bottle, spit on the neck, and push it inside her butthole."), butterbeer_ITEM) @@ -1721,7 +1721,7 @@ label hg_tutor_E13: call hide_blkfade call ctc - her @ cheeks blush tears messy "*Panting* *panting*" ("grin", "narrow", "base", "dead", ypos="head", flip=False, trans=d3) + her @ cheeks blush tears messy "*Panting* *panting*" ("grin", "narrow", "base", "dead", flip=False, trans=d3) her @ cheeks blush tears soft "P-professor...{w=0.3} I'm so happy right now." ("base", "narrow", "worried", "mid_soft") gen "Glad to hear it." ("grin", xpos="far_left", ypos="head") hide hermione_main @@ -1744,7 +1744,7 @@ label hg_tutor_E13: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(Yes, sweet dreams...){/size}" ("base", "happyCl", "worried", "mid", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(Yes, sweet dreams...){/size}" ("base", "happyCl", "worried", "mid", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(Sweet and wet!){/size}" ("silly", "narrow", "base", "mid_soft") call her_chibi("leave") @@ -1922,7 +1922,7 @@ label hg_tutor_E14: call her_walk("door", "base") - her @ cheeks blush "{size=-4}(He's hardly Prince Charming but...){/size}" ("base", "narrow", "base", "mid_soft", ypos="head", flip=False, trans=d3) + her @ cheeks blush "{size=-4}(He's hardly Prince Charming but...){/size}" ("base", "narrow", "base", "mid_soft", xpos="far_right", flip=True, trans=d3) her @ cheeks blush "{size=-4}(I doubt Prince Charming could fuck me half as well as he can!){/size}" ("grin", "narrow", "base", "up") call her_chibi("leave")