Compare commits

...

3 Commits

Author SHA1 Message Date
c6ed6726a9 Kinetic text
* More kinetic text additions.
2024-06-04 09:50:07 +02:00
eee88b6933 Merge remote-tracking branch 'origin/interface2' into kinetic_text 2024-06-04 09:49:38 +02:00
63859b37f2 Partial Implementation of Navigation menus 2024-06-01 20:46:53 +01:00
34 changed files with 706 additions and 450 deletions

BIN
game/gui/creamy_pumpkin_pie/book/book_background.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_bar_empty.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_bar_full.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_button_check_empty.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_button_radio_empty.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_label.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_label2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_page_left.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_page_right.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_select.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_slider.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_slider_thumb.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_spacer.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/gui/creamy_pumpkin_pie/book/book_tab.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -9,7 +9,7 @@ label hg_wager_bj:
if states.her.tier < 3:
her "No! what kind of girl do you take me for, [name_genie_hermione]!" ("scream", "base", "angry", "mid")
gen "Fine... Twenty points, deducted from Gryffindor!" ("base", xpos="far_left", ypos="head")
her "*Hmph*!" ("angry", "base", "angry", "mid")
her "{shake}*Hmph*!{/shake}" ("angry", "base", "angry", "mid")
$ states.env.gryffindor -= 20
pause.5
call her_chibi("leave","door","base")
@ -44,7 +44,7 @@ label hg_wager_bj:
sna "Hello Geni--" (face="snape_09")
sna "What do we have here?!?" (face="snape_20")
her "{size=+5}Professor Snape?!{/size}" ("shock", "wide", "worried", "shocked", xpos="left",ypos="base")
her "{shake}Professor Snape?!{/shake}" ("shock", "wide", "worried", "shocked", xpos="left",ypos="base")
her "It's not what it looks like!" ("scream", "wide", "base", "R")
hide hermione_main
sna "So you're not letting your headmaster feel you up?" (face="snape_05")
@ -176,7 +176,7 @@ label hg_wager_bj:
pause.5
call her_chibi_scene("bj_cum_in")
call cum_block
gen "{size=+7}*ARGH*!{/size}" ("angry", xpos="far_left", ypos="head")
gen "{shake}*ARGH*!{/shake}" ("angry", xpos="far_left", ypos="head")
her "..." ("full", "wide", "worried", "stare")
sna "..." (face="snape_25")
gen "..." ("angry", xpos="far_left", ypos="head")
@ -190,7 +190,7 @@ label hg_wager_bj:
call sna_walk("door", "base") #snape walks to the door, pauses on gulp sound
play sound "sounds/gulp.ogg"
her "{heart}*Gulp* {heart}" ("cum", "narrow", "annoyed", "up")
her "{hearts}*Gulp*{hearts}" ("cum", "narrow", "annoyed", "up")
sna "..." (face="snape_07", flip=True)
pause.2
@ -304,7 +304,7 @@ label hg_wager_bj:
gen "Good night, [name_hermione_genie]." ("base", xpos="far_left", ypos="head")
"-Tell him the ghost is gone-":
gen "Hold it..." ("angry", xpos="far_left", ypos="head")
her "*Glick*?" ("open_wide_tongue", "wide", "base", "R")
her "{shudder}*Glick*?{/shudder}" ("open_wide_tongue", "wide", "base", "R")
gen "No, I think I should be able to exorcise these spirits myself..." ("base", xpos="far_left", ypos="head")
sna "You can do that?" (face="snape_11")
if states.her.level > 21:
@ -313,7 +313,7 @@ label hg_wager_bj:
her @ cheeks blush "*Gltch*, *Slurp*, *Gobble*" ("open_wide_tongue", "squint", "worried", "up")
gen "I've exercised--" ("angry", xpos="far_left", ypos="head")
her @ cheeks blush "*Gulp*, *Gulp*, *Gobble*" ("open_wide_tongue", "squint", "worried", "up")
gen "*ARGH*...{w=0.4} Plenty!" ("angry", xpos="far_left", ypos="head")
gen "{shudder}*ARGH*{/shudder}{w=0.4} Plenty!" ("angry", xpos="far_left", ypos="head")
sna "Are you..." ("snape_05")
menu:
"-Try to get him to Leave-":
@ -345,7 +345,7 @@ label hg_wager_bj:
her @ cheeks blush "*Mmmh*!!" ("full_cum", "wide", "base", "stare")
play sound "sounds/gulp.ogg"
her "*Gulp*!" ("cum", "happyCl", "worried", "mid")
her "{shudder}*Gulp*!{/shudder}" ("cum", "happyCl", "worried", "mid")
her "*Gua-ha*..." ("open_wide_tongue", "narrow", "base", "stare")
gen "Who said you could continue sucking? Because it wasn't me." ("base", xpos="far_left", ypos="head")
@ -379,7 +379,7 @@ label hg_wager_bj:
her "*Slurp*, *Slurp*, *Gobble*" ("open_wide_tongue", "squint", "worried", "up")
sna "Is there anything I could assist you with?" ("snape_04")
with hpunch
gen "{size=+7}What?!?{/size}" ("angry", xpos="far_left", ypos="head")
gen "{shake}What?!?{/shake}" ("angry", xpos="far_left", ypos="head")
her @ cheeks blush "...?" ("open_wide_tongue", "wide", "worried", "stare")
sna "With the exorcism..." (face="snape_05")
gen "Oh..." ("base", xpos="far_left", ypos="head")
@ -392,7 +392,7 @@ label hg_wager_bj:
sna "..." (face="snape_14")
her "........" ("full_cum", "narrow", "base", "dead")
play sound "sounds/gulp.ogg"
her "*Gulp*!" ("cum", "happyCl", "worried", "mid")
her "{shudder}*Gulp*!{/shudder}" ("cum", "happyCl", "worried", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
sna "I had no clue exorcism would be this..." (face="snape_03")
sna "Extreme..." ("snape_02")
@ -442,7 +442,7 @@ label hg_wager_bj:
jump bj_duel_game
else: #whoring not higher than 21.
call her_chibi_scene("bj_pause")
her "*Mmphaa*..." ("open_tongue", "narrow", "annoyed", "up")
her "{bounce}*Mmphaa*{/bounce}" ("open_tongue", "narrow", "annoyed", "up")
gen "Hold on...{w} Yes, I believe the ghostly presence has departed..." ("base", xpos="far_left", ypos="head")
sna "Already?" (face="snape_05")
gen "Yes, they must've felt how powerful my exorcism abilities were, and moved on somewhere else..." ("angry", xpos="far_left", ypos="head")
@ -458,7 +458,7 @@ label hg_wager_bj:
her "..." ("open_wide_tongue", "narrow", "annoyed", "mid")
call her_chibi_scene("bj")
her "*Slurp*, *Slurp*, *Gobble*" ("open_wide_tongue", "narrow", "annoyed", "mid")
gen "*Gngh*..." ("angry", xpos="far_left", ypos="head")
gen "{shudder}*Gngh*{/shudder}" ("angry", xpos="far_left", ypos="head")
sna "In that case, let's begin..." (face="snape_02")
# Gamestart
call snape_special_duel

File diff suppressed because it is too large Load Diff

View File

@ -300,14 +300,14 @@ label hermione_change:
elif temp_name == "Girl":
if states.her.level < 3:
her "This \"girl\" thing again?" ("annoyed", "happy", "base", "mid")
her "*Sigh*..." ("soft", "happy", "base", "R")
her "{bounce}*Sigh*{/bounce}" ("soft", "happy", "base", "R")
elif states.her.level < 13:
her "Fine...{w=0.4} I don't mind." ("soft", "base", "base", "R")
else:
her "Of course..." ("soft", "base", "base", "R")
elif temp_name == "Nerd":
if states.her.level < 5:
her "*Sigh*...{w=0.4} I just enjoy books, that's all." ("annoyed", "narrow", "worried", "down")
her "{bounce}*Sigh*{/bounce}{w=0.4} I just enjoy books, that's all." ("annoyed", "narrow", "worried", "down")
gen "I'm sure you'll find other things to enjoy soon enough..." ("base", xpos="far_left", ypos="head")
her "Like what exactly?" ("normal", "narrow", "base", "mid_soft")
gen "Nothing to worry about, things will work out..." ("base", xpos="far_left", ypos="head")
@ -353,7 +353,7 @@ label hermione_change:
her @ cheeks blush "After everything you've put me through, I certainly must be..." ("base", "narrow", "base", "R_soft")
her @ cheeks blush "I'm surprised I didn't grow wings yet." ("base", "narrow", "worried", "mid_soft")
elif temp_name == "Little Girl": #Custom nickname (21+)
her @ cheeks blush "Little...{w=0.4} Girl..." ("soft", "narrow", "worried", "mid_soft")
her @ cheeks blush "Little...{w=0.4} {bounce}Girl...{/bounce}" ("soft", "narrow", "worried", "mid_soft")
her @ cheeks blush "Yes, [name_genie_hermione]..." ("base", "narrow", "worried", "mid_soft")
elif temp_name == "Bad Girl": #Custom nickname (21+)
her @ cheeks blush "I suppose I may be a little bit naughty at times." ("base", "happy", "base", "R")
@ -449,7 +449,7 @@ label hermione_change:
her "" ("normal", "closed", "angry", "mid")
gen "Might as well hand in my resignation with the ministry and--" ("base", xpos="far_left", ypos="head")
with hpunch
her @ cheeks blush "{size=+10}I AM A SLYTHERIN WHORE!!!{/size}" ("scream", "closed", "angry", "mid")
her @ cheeks blush "{shake}I am a slytherin whore!!!{/shake}" ("scream", "closed", "angry", "mid")
her "" ("normal", "closed", "base", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
her "Now please, [name_genie_hermione]... Let's just forget this conversation ever happened." ("disgust", "base", "worried", "mid")
@ -460,7 +460,7 @@ label hermione_change:
"-Threaten her-":
gen "Either accept my offer or Gryffindor lose five hundred points..." ("angry", xpos="far_left", ypos="head")
with hpunch
her "{size=+4}Five hundred?!{/size}" ("shock", "wide", "base", "stare")
her "{shake}Five hundred?!{/shake}" ("shock", "wide", "base", "stare")
her "[name_genie_hermione]... This is blackmailing!" ("scream", "closed", "angry", "mid")
her "" ("mad", "closed", "angry", "mid")
gen "It is?" ("base", xpos="far_left", ypos="head")
@ -468,12 +468,12 @@ label hermione_change:
gen "Negotiations..." ("grin", xpos="far_left", ypos="head")
her @ cheeks blush "You..." ("clench", "closed", "angry", "mid")
gen "That's not an answer..." ("base", xpos="far_left", ypos="head")
her @ cheeks blush "{size=-10}Okay...{/size}" ("soft", "narrow", "angry", "R")
her @ cheeks blush "{size=-4}Okay...{/size}" ("soft", "narrow", "angry", "R")
gen "What was that? I didn't hear you." ("base", xpos="far_left", ypos="head")
her @ cheeks blush "I said yes, you can call me a Slytherin whore... or whatever." ("normal", "narrow", "annoyed", "mid")
her @ cheeks blush "Happy now?!" ("open", "closed", "angry", "mid")
gen "Very." ("grin", xpos="far_left", ypos="head")
her @ cheeks blush "{size=-6}You are the worst.{/size}" ("normal", "narrow", "base", "R_soft")
her @ cheeks blush "{size=-4}You are the worst.{/size}" ("normal", "narrow", "base", "R_soft")
$ states.her.mood += 15
elif temp_name == "Mudblood":
her "A...{w=0.5} {size=+6}{b}{cps=20}mud{w=0.5}blood{/cps}{/b}?!{/size}" ("shock", "wide", "base", "stare")
@ -484,7 +484,7 @@ label hermione_change:
"-!!!{b}ABORT ABORT ABORT{/b}!!!-{#LINT_IGNORE}":
gen "What? Of course not!" ("angry", xpos="far_left", ypos="head")
gen "I said..." ("base", xpos="far_left", ypos="head")
gen "(I have to think fast)" ("angry", xpos="far_left", ypos="head")
gen "(I have to think fast.)" ("angry", xpos="far_left", ypos="head")
menu:
"-Mass flood-":
gen "I said mass flood!" ("angry", xpos="far_left", ypos="head")
@ -494,9 +494,9 @@ label hermione_change:
her "I was pretty sure you said--" ("open", "base", "base", "mid")
her "" ("normal", "base", "base", "R")
gen "Look outside the window, it's raining is it not?" ("base", xpos="far_left", ypos="head")
her "I{w=0.5}...{w=0.5} Yes, you are right [name_genie_hermione]." ("normal", "closed", "base", "mid")
her "I...{w=0.5} Yes, you are right [name_genie_hermione]." ("normal", "closed", "base", "mid")
gen "Of course I am." ("base", xpos="far_left", ypos="head")
her "So what did you want to talk about?" ("base", "base", "base", "mid")
her "So, what did you want to talk about?" ("base", "base", "base", "mid")
else:
her "[name_genie_hermione], but it's not raining..." ("normal", "closed", "base", "mid")
her @ cheeks blush "" ("disgust", "narrow", "base", "down")
@ -617,10 +617,10 @@ label hermione_change_fail:
gen "Nothing to add?" ("base", xpos="far_left", ypos="head")
her "" ("clench", "closed", "base", "mid", emote="angry")
gen "So, you'll let me call you that or not?" ("base", xpos="far_left", ypos="head")
her "{size=+5}No!{/size}" ("clench", "closed", "angry", "mid", emote="angry")
her "{shake}No!{/shake}" ("clench", "closed", "angry", "mid", emote="angry")
gen "..." ("base", xpos="far_left", ypos="head")
elif temp_name == "Cumslut":
her "{size=+5}A what?!{/size}" ("open", "wide", "worried", "stare")
her "{shake}A what?!{/shake}" ("open", "wide", "worried", "stare")
gen "Something wrong?" ("base", xpos="far_left", ypos="head")
her @ cheeks blush "Do you even have to ask?" ("soft", "narrow", "angry", "down")
her @ cheeks blush "Calling someone--{w=0.4} That is so degrading!" ("angry", "narrow", "angry", "down")

View File

@ -43,7 +43,7 @@ label snape_chitchat:
block:
sna "I killed a pupil once." ("snape_01")
sna "Yes... I strangled the maggot with my bare hands." ("snape_02")
sna "........ *Low growl*." ("snape_03")
sna "........ {shake}*Low growl*{/shake}." ("snape_03")
sna "Did that sound believable?" ("snape_05")
sna "The moment those animals stop fearing me, I'm done for." ("snape_06")
sna "Cultivating fear in the hearts of your students is the most important task for every teacher." ("snape_26")
@ -355,7 +355,7 @@ label snape_chitchat:
block:
sna "My least favourite colour?" ("snape_05")
sna "Let me give you two: red and gold." ("snape_07")
sna "Let me give you two... Red and gold." ("snape_07")
sna "" ("snape_04")
block:

Some files were not shown because too many files have changed in this diff Show More