first draft of finale sequence finished

This commit is contained in:
ameworm 2026-02-10 17:06:21 -03:00
parent 95e09d6fb8
commit 4e6be17c1a
21 changed files with 94 additions and 9 deletions

31
.gitignore vendored Normal file
View file

@ -0,0 +1,31 @@
# Created by https://www.toptal.com/developers/gitignore/api/renpy
# Edit at https://www.toptal.com/developers/gitignore?templates=renpy
### Renpy ###
# Don't track content of these folders #
########################################
cache/
saves/
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.rpyc
*.rpymc
# The log file and other misc things #
######################################
log.txt
errors.txt
traceback.txt
files.txt
# End of https://www.toptal.com/developers/gitignore/api/renpy

Binary file not shown.

BIN
cache/screens.rpyb vendored

Binary file not shown.

14
cache/shaders.txt vendored
View file

@ -1,9 +1,9 @@
renpy.alpha renpy.texture
renpy.dissolve renpy.dissolve
renpy.ftl
renpy.alpha renpy.geometry renpy.texture
renpy.geometry renpy.texture
renpy.geometry renpy.solid
renpy.dissolve renpy.geometry
renpy.texture
renpy.solid
renpy.texture
renpy.alpha renpy.texture
renpy.geometry renpy.solid
renpy.ftl
renpy.dissolve renpy.geometry
renpy.geometry renpy.texture
renpy.alpha renpy.geometry renpy.texture

BIN
images/cg/cg_pinned_6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

View file

@ -23,7 +23,7 @@ define gui.show_name = False
## The version of the game.
define config.version = "1.0"
define config.version = "1.0 beta"
## Text that is placed on the game's about screen. Place the text between the

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1070,6 +1070,60 @@ label finale:
advnarrator "Her chest heaves up and down, a noticeable effort just to pull enough air."
advnarrator "She's been staring right at me every moment she can."
advnarrator "Though it's a bit creepy, it only makes the moments where I cause her enough pain to make her eyes waver more satisfying."
advnarrator "Yeah...{w} When she's looking at me all defiant, but as soon as I do something she can't help but wince..."
irida "...... I need more..."
advnarrator "A creepy voice I didn't know I could speak in, muttered under my breath."
null "Creep..."
advnarrator "It's no use anymore."
advnarrator "You can say all you like."
advnarrator "It all falls apart now.{w} Just looking at you makes the truth self-evident..."
advnarrator "You are hopelessly, utterly, disgustingly below me."
null "Aha......"
advnarrator "I take hold of one of her tentacles."
scene cg_pinned_4 with Dissolve(0.2)
advnarrator "That got your attention, huh?"
null "What are youー"
advnarrator "Quickly, I wrap it around her neck.{w} I don't even give her the time to complain."
null "Huh..."
advnarrator "I start squeezing.{w} Her hands come up, pulling at my wrists."
advnarrator "She's already reached the point where she can't put up a fight a long time ago, though."
advnarrator "Your puny attempt won't do anything, NULL."
advnarrator "I'll keep it tight around your neck until you're nearly gone.{w} Or maybe I'll keep going?"
scene cg_pinned_5 with Dissolve(1.5)
advnarrator "Soon enough, she can't even keep her hands on my wrists.{w} Her hands fall, resting on my arms unceremoniously."
advnarrator "What a beautiful sign of defeat you've given me..."
advnarrator "This side of you is so intoxicating.{w} The NULL that has no choice but to give up."
advnarrator "I'll kill you, okay?"
advnarrator "What a shame to do it when you can't even look at me..."
advnarrator "You're choking for air too hard to even look my way, but I'll still kill you."
advnarrator "......"
advnarrator "Kidding."
advnarrator "She starts sputtering as soon as I let go, her own hands wrapped around her neck."
advnarrator "....Hm?"
advnarrator "You're crying?{w} That's new."
scene cg_pinned_6 with Dissolve(0.4)
advnarrator "NULL looks at me,{w} well,{w} vaguely in my direction anyway.{w} I figure that's the best she can do."
advnarrator "Tears are streaming down."
null "Hh..."
advnarrator "She coughs, then focuses, trying to regain her breath."
advnarrator "Still, you have something to say?"
null "Did...{w} Did that feel...{w} good?"
irida "...?!"
null "Make you feel better?"
irida "What are you saying to me now?"
null "...{w} It's all I wanted."
null "I wanted to be what you wanted of me."
null "And...{w} you made it clear from the start."
null "You saw a monster in me, right?"
null "You wanted something that could shoulder the ugliness in your heart."
null "Did it bring you...{w} relief?"
null "To beat that ugliness to submission?"
advnarrator "Ahaha..."
advnarrator "Even now, you manage to stop me in my tracks."
advnarrator "......{w} I swallow."
irida "NULL...{w} Just.{w} Just..."
scene black with Fade(1.0, 0.5, 0)
irida "Just stop already."
label epilogue:
advnarrator "AAAAAAAAA"

Binary file not shown.