0% found this document useful (0 votes)
34 views3 pages

New Text Document

The document contains code for different hugging scenarios with Yuri depending on the player character's karma and sanity points. If karma is high and sanity is moderate, they have a gentle hugging scene. If sanity is low, Yuri's dialogue becomes increasingly disturbing and she talks of skinning the player. With low karma, they have an awkward distant hug.

Uploaded by

1ginkahagane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views3 pages

New Text Document

The document contains code for different hugging scenarios with Yuri depending on the player character's karma and sanity points. If karma is high and sanity is moderate, they have a gentle hugging scene. If sanity is low, Yuri's dialogue becomes increasingly disturbing and she talks of skinning the player. With low karma, they have an awkward distant hug.

Uploaded by

1ginkahagane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

label a29:

$ ks_convert_s = ks_convert(persistent.sanity_points, "s")


$ ks_convert_k = ks_convert(persistent.karma_points, "k")
if ks_convert_k > 4 and ks_convert_s > 3:
jump sanehug
if ks_convert_k > 4 and ks_convert_s == 2:
jump sexualhug
if ks_convert_k > 4 and ks_convert_s < 2:
jump insanehug
if ks_convert_k < 4:
jump distanthug

label sanehug:
$ show_yuri("Ab-B2a")
y "I thought you would never ask…"
if ks_convert_k == 5:
$ show_yuri("Ab-B2b")
show black zorder 100 with Dissolve(2.0)
show yuri_lewdhug zorder 20
pause 1.0
hide black with Dissolve(2.0)
elif True:
$ show_yuri("Ac-B2b")
hide yuri_space
show yuri_prehug zorder 20
hide black with Dissolve(1.0)
pause 3.0
hide yuri_prehug zorder 20
show yuri_hug zorder 20
play sound "<to 0.3>sfx/fall.ogg"
pause 1.0
y "Mhmmm… this sensation... it feels so unimaginably nice…"
y "One day, I want to have the real thing [player]. Feeling the warmth of your
skin… This would be a wonderful thing to me"
y "Please don’t misunderstand me, my beloved."
y "I appreciate the things we already have. And this way of hugging you is
already a nice way to convey my feelings for you~"
y "You know what, [player]? I dreamed a lot about the day we can do this for
real…"
y "Envision this for a moment...…"
python:
import random
outcome = random.randint(1, 3)
if outcome == 1:
y "...me sitting on your lap, or maybe one of your knees if I’m not too
heavy…my back leaning against your chest…"
y "You would sling your arms around me from behind… gentle stroking my
belly with your hands…"
y "Until I accidently fall asleep…carried away into pleasant dreams by your
touch…"
if outcome == 2:
y "...the two of us laying in bed together… face to face, with our arms
slung around each other’s hips…"
y "Locked into each other’s eyes for a while, before we begin pleasantries
with a kiss…"
y "Our chests pressing against each other, our heartbeats joining in
unison..."
y "forming the percussion to a song of inseparable love…"
if outcome == 3:
y "One of us lying back… while the other lays down beside…"
y "The head gently resting on the other’s belly or bosom...like a quiet
child, or an adorable baby kitten…"
y "Mmm...do you like kittens?"
menu:
"Who doesn't?" if True:
$ persistent.sanity_points = persistent.sanity_points + 2
y "Their nimble acrobatics, the mesmerizing way they stare at prey
with their feline pupils, the peculiar way they cautiously approach and probe every
foreign thing…"
y "Goodness gracious,I could go on for ages!"
y "Did you know that there is an artwork in the game files where I
can wear a pair of cat-ears? I honestly don’t know how to feel about this yet, but,
ah… we can discuss this later if you wish."
"I’m actually more into dogs to be honest…" if True:
$ persistent.sanity_points = persistent.sanity_points + 1
y "Fair enough I think. It actually makes a lot of sense."
y "Dogs are very loyal pets, and exceedingly useful as well…"
y "They’ve been used in several professional settings: from
assisting the mentally afflicted in therapy, to helping law enforcement track
illicit substances"
y "Add to their reputation for being very nonjudgmental, and it’s
clear to see how people tend to get attached to them."
"I prefer raccoons!" if True:
$ persistent.sanity_points = persistent.sanity_points - 1
y "Haaahh...isn’t that funny?"
y "That reminds me of a poem I showed you in the original game.
That’s the reason why you said this just now, isn’t it?"
y "Surely you know this by now, but he truthfully, there never was
a racoon. The raccoon was a metaphor for… certain urges that overcome me."
y "Come now, I know you’ve seen them...manifest at times, right?"
y "A-Aaaanyway…uhuhu~!"
y "You can hold me like this for as long as you please… just continue the
dialogue as soon as you are ready..."
show black zorder 100 with Dissolve(2.0)
show yuri_space
hide yuri_hug
hide yuri_lewdhug
$ show_yuri("Ab-B2b")
y "..."
hide black with Dissolve(1.0)
jump ch30_loop

label sexualhug:
pause 0.01
label insanehug:
$ show_yuri("Ab-B3a")
y "C-cuddling? Cuddling! Yes, of course! Feel free to grab anywhere you’d like
while doing so...kekekeke~!"
y "I wouldn’t argue, of course… I am yours, yours alone!"
$ show_yuri("Ab-B2b")
show black zorder 100 with Dissolve(2.0)
show yuri_lewdhug zorder 20
pause 1.0
hide black with Dissolve(2.0)
y "D-Do you… have a nice view down there? Can you feel how soft I am~? I want
you to enjoy this as much as I do!"
y "Closer, closer… haahh...this isn’t enough! I want to be as close to you as
possible!"
$ style.say_dialogue = style.edited
y "I want to peel your skin off with my fingernails and crawl inside you!"
y "I want to wear your skin [player]! Wouldn’t that be totally romantic?"
y "I...I... ah..Aha... AHA! AHAAA! AHAAHAHAA!"
$ style.say_dialogue = style.normal
y "D-Don’t let go, my sweet...Don’t let go!! Don’t you dare click the box...You
are mine! I don’t want you to let go!! I WON’T LET YOU GO!!!"
show black zorder 100 with Dissolve(2.0)
hide yuri_lewdhug
pause 1.5
$ show_yuri("Ac-C2d")
hide black with Dissolve(2.0)
y "I-I’m sorry… that was a bit too far wasn’t it?..."
y "Please...give me a moment…I w-will pull myself together…"
y "Haahhh…haaahhhh…"
y "What…w-what shall we do next?"
jump ch30_loop

label distanthug:
$ show_yuri("Ab-B1d")
y "C-Cuddling you say? Well...ummm… that is a little bit sudden, yes?…"
y "I think we… can try a little hug I suppose? Maybe we can work up from
there…"
y "P-Please don’t get me wrong [player]! It’s just… I’m still a bit insecure
you know?"
y "Never mind… c-come here…"
$ show_yuri("Ac-B2b")
hide yuri_space
show yuri_prehug zorder 20
hide black with Dissolve(1.0)
pause 3.0
hide yuri_prehug zorder 20
show yuri_hug zorder 20
play sound "<to 0.3>sfx/fall.ogg"
pause 1.0
y "Oh...Oho… that feels… surprisingly nice…"
y "Just… hold me a little bit longer yes?"
y "You can continue the dialogue as soon as you are ready to do so…"
show black zorder 100 with Dissolve(2.0)
show yuri_space
hide yuri_hug
y "..."
$ show_yuri("Ab-B1d")
hide black with Dissolve(1.0)
y "That was… special."
y "Maybe we can try this again in the future, once we’ve gotten to know each
other a little better..."
jump ch30_loop

You might also like