Advertisement
Sayori

DDLC Script Act 2 Chapter 0

Oct 17th, 2017
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 20.69 KB | None | 0 0
  1. label ch20_from_ch10:
  2.     scene bg residential_day
  3.     with dissolve_scene_half
  4.     play music t2
  5.     jump ch20_main2
  6.  
  7. label ch20_main:
  8.     stop music fadeout 2.0
  9.     scene bg residential_day
  10.     with dissolve_scene_full
  11.     play music t2
  12.  
  13. label ch20_main2:
  14.     "It's an ordinary school day, like any other."
  15.     "Mornings are usually the worst, being surrounded by couples and friend groups walking to school together."
  16.     "Meanwhile, I've always walked to school alone."
  17.     "I always tell myself it's about time I meet some girls or something like that..."
  18.     "But I have no motivation to join any clubs."
  19.     "I'm perfectly content just getting by on the average while spending my free time on games and anime."
  20.     "There's always the anime club, but it's not like there would be any girls in it anyway..."
  21.  
  22.     scene bg class_day
  23.     with wipeleft_scene
  24.  
  25.     "The school day is as ordinary as ever, and it's over before I know it."
  26.     "After I pack up my things, I stare blankly at the wall, looking for an ounce of motivation."
  27.     mc "Clubs..."
  28.     "There really aren't any that interest me."
  29.     "Besides, most of them would probably be way too demanding for me to want to deal with."
  30.     "I guess I have no choice but to start with the anime club..."
  31.  
  32.     $ m_name = "???"
  33.  
  34.     m "...[player]?"
  35.     window hide(None)
  36.     show monika g2 zorder 2 at t11
  37.     pause 0.75
  38.     show screen tear(20, 0.1, 0.1, 0, 40)
  39.     play sound "sfx/s_kill_glitch1.ogg"
  40.     pause 0.25
  41.     stop sound
  42.     hide screen tear
  43.     window show(None)
  44.     show monika 1 zorder 2 at t11
  45.     mc "...Monika?"
  46.     $ m_name = "Monika"
  47.     m 1b "Oh my goodness, I totally didn't expect to see you here!"
  48.     m 5 "It's been a while, right?"
  49.     mc "Ah..."
  50.     mc "Yeah, it has."
  51.     "Monika smiles sweetly."
  52.     "We do know each other - well, we rarely talked, but we were in the same class last year."
  53.     "Monika was probably the most popular girl in class - smart, beautiful, athletic."
  54.     "Basically, completely out of my league."
  55.     "So, having her smile at me so genuinely feels a little..."
  56.     mc "What did you come in here for, anyway?"
  57.     m 1a "Oh, I've just been looking for some supplies to use for my club."
  58.     m 1d "Do you know if there's any construction paper in here?"
  59.     m "Or markers?"
  60.     mc "I guess you could check the closet."
  61.     mc "...You're in the debate club, right?"
  62.     m 5 "Ahaha, about that..."
  63.     m "I actually quit the debate club."
  64.     mc "Really? You quit?"
  65.     m "Yeah..."
  66.     m 2e "To be honest, I can't stand all of the politics around the major clubs."
  67.     m "It feels like nothing but arguing about the budget and publicity and how to prepare for events..."
  68.     m "I'd much rather take something I personally enjoy and make something special out of it."
  69.     mc "In that case, what club did you decide to join?"
  70.     m 1b "Actually, I'm starting a new one!"
  71.     m "A literature club!{nw}"
  72.     show screen tear(20, 0.1, 0.1, 0, 40)
  73.     window hide(None)
  74.     play sound "sfx/s_kill_glitch1.ogg"
  75.     pause 0.25
  76.     stop sound
  77.     hide screen tear
  78.     window show(None)
  79.     m "A literature club!{fast}"
  80.     window auto
  81.     mc "Literature...?"
  82.     "That sounds kind of...dull?"
  83.     mc "How many members do you have so far?"
  84.     m 5 "Um..."
  85.     m "Ahaha..."
  86.     m "It's kind of embarrassing, but there are only three of us so far."
  87.     m "It's really hard to find new members for something that sounds so boring..."
  88.     mc "Well, I can see that..."
  89.     m 3d "But it's really not boring at all, you know!"
  90.     m "Literature can be anything. Reading, writing, poetry..."
  91.     m 3e "I mean, one of my members even keeps her manga collection in the clubroom..."
  92.     mc "Wait...really?"
  93.     m 2k "Yeah, it's funny, right?"
  94.     m 2e "She always insists that manga is literature, too."
  95.     m "I mean, she's not wrong, I guess..."
  96.     m "And besides, a member's a member, right?"
  97.     "...Did Monika say \"she\"?"
  98.     "Hmm..."
  99.     m 1a "Hey, [player]..."
  100.     m "By any chance...are you still looking for a club to join?"
  101.     mc "Ah--"
  102.     mc "I mean, I guess so, but..."
  103.     m "In that case..."
  104.     m 5 "Is there any chance you could do me a big favor?"
  105.     m "I won't ask you to join, but..."
  106.     m "If you could at the very least visit my club, it would make me really happy."
  107.     m "Please?"
  108.     mc "Um..."
  109.     "Well, I guess I have no reason to refuse..."
  110.     "Besides, how could I ever refuse someone like Monika?"
  111.     mc "Sure, I guess I could check it out."
  112.     m 1k "Aah, awesome!"
  113.     m 1b "You're really sweet, [player], you know that?"
  114.     mc "I-It's nothing, really..."
  115.     m 1a "Shall we go, then?"
  116.     m "I'll look for the materials another time - you're more important."
  117.  
  118.     stop music fadeout 2.0
  119.  
  120.     scene bg corridor
  121.     with wipeleft_scene
  122.  
  123.     "And thus, today marks the day I sold my soul to Monika and her irresistible smile."
  124.     "I timidly follow Monika across the school and upstairs - a section of the school I rarely visit, being generally used for third-year classes and activities."
  125.     "Monika, full of energy, swings open the classroom door."
  126.  
  127.     scene bg club_day2
  128.     with wipeleft
  129.     play music t3
  130.  
  131.     if renpy.random.randint(0, 2) == 0:
  132.         show monika g1 at l31
  133.     else:
  134.         show monika 3b at l31
  135.     m "I'm back~!"
  136.     m "And I brought a guest with me!"
  137.     show yuri 2t zorder 2 at t33
  138.     if not config.skipping:
  139.         show screen invert(0.15, 0.3)
  140.     y "Eh?"
  141.     y "A...a guest?"
  142.     show natsuki 4c zorder 2 at t32
  143.     n "Seriously? You brought a boy?"
  144.     n "Way to kill the atmosphere."
  145.     show monika 3m zorder 3 at f31
  146.     m "Don't be mean, Natsuki..."
  147.     m 3b "...But anyway, welcome to the club, [player]!"
  148.     show monika 3a zorder 2 at t31
  149.     mc "..."
  150.     "All words escape me in this situation."
  151.     "This club..."
  152.     "{i}...is full of incredibly cute girls!!{/i}"
  153.  
  154.     show natsuki zorder 3 at f32
  155.     n 5c "So, let me guess..."
  156.     n "You're Monika's boyfriend, right?"
  157.     show natsuki zorder 2 at t32
  158.     mc "Wha--"
  159.     mc "No, I'm not!"
  160.     show yuri zorder 3 at f33
  161.     y 2l "Natsuki..."
  162.     $ n_name = 'Natsuki'
  163.     "The girl with the sour attitude, whose name is apparently Natsuki, is one I don't recognize."
  164.     "Her small figure makes me think she's probably a first-year."
  165.  
  166.     show yuri zorder 2 at t33
  167.     show monika zorder 3 at f31
  168.     m 2l "A-Anyway, this is Natsuki, energetic as usual..."
  169.     m 2b "And this is Yuri, the Vice President!"
  170.     $ y_name = 'Yuri'
  171.     show monika 2a zorder 2 at t31
  172.     show yuri zorder 3 at f33
  173.     y 4 "I-It's nice to meet you..."
  174.     "Yuri, who appears comparably more mature and timid, seems to have a hard time keeping up with someone like Natsuki."
  175.     show yuri zorder 2 at t33
  176.     mc "Yeah... It's nice to meet both of you."
  177.     show monika zorder 3 at f31
  178.     m 1a "So, I ran into [player] in a classroom, and he decided to come check out the club."
  179.     m "Isn't that great?"
  180.     show monika zorder 2 at t31
  181.     show natsuki zorder 3 at f32
  182.     n 4e "Wait! Monika!"
  183.     n "Didn't I tell you to let me know in advance before you brought anyone new?"
  184.     n 4q "I was going to...well, you know..."
  185.     show natsuki zorder 2 at t32
  186.     show monika zorder 3 at f31
  187.     m 1e "Sorry, sorry!"
  188.     m "I didn't forget that, but I just happened to run into him."
  189.     show monika zorder 2 at t31
  190.     show yuri zorder 3 at f33
  191.     y 1a "In that case, I should at least make some tea, right?"
  192.     show yuri zorder 2 at t33
  193.     show monika zorder 3 at f31
  194.     m 1b "Yeah, that would be great!"
  195.     m "Why don't you come sit down, [player]?"
  196.     hide monika
  197.     hide natsuki
  198.     hide yuri
  199.     with wipeleft
  200.     "The girls have a few desks arranged to form a table."
  201.     "Yuri walks to the corner of the room and opens the closet."
  202.     "Meanwhile, Monika and Natsuki sit across from each other."
  203.     "Still feeling awkward, I take a seat next to Monika."
  204.     show monika 1a zorder 2 at t11
  205.     m "So, I know you didn't really plan on coming here..."
  206.     m "But we'll make sure you feel right at home, okay?"
  207.     m 1j "As president of the Literature Club, it's my duty to make the club fun and exciting for everyone!"
  208.     mc "I'm surprised there aren't more people in the club yet."
  209.     mc "It must be hard to start a new club."
  210.     m 3b "You could put it that way."
  211.     m "Not many people are very interested in putting out all the effort to start something brand new..."
  212.     m "Especially when it's something that doesn't grab your attention, like literature."
  213.     m "You have to work hard to convince people that you're both fun and worthwhile."
  214.     m "But it makes school events, like the festival, that much more important."
  215.     m 2k "I'm confident that we can all really grow this club before we graduate!"
  216.     m "Right, Natsuki?"
  217.     show monika zorder 2 at t22
  218.     show natsuki 4q zorder 2 at t21
  219.     n "Well..."
  220.     n "...I guess."
  221.     "Natsuki reluctantly agrees."
  222.     "Such different girls, all interested in the same goal..."
  223.     "Monika must have worked really hard just to find these two."
  224.     "Yuri returns to the table, carrying a tea set."
  225.     "She carefully places a teacup in front of each of us before setting down the teapot in the middle."
  226.     show natsuki zorder 1 at thide
  227.     show monika zorder 1 at thide
  228.     hide natsuki
  229.     hide monika
  230.     show yuri 1a zorder 2 at t21
  231.     mc "You keep a whole tea set in this classroom?"
  232.     y "Don't worry, the teachers gave us permission."
  233.     y "After all, doesn't a hot cup of tea help you enjoy a good book?"
  234.     mc "Ah... I-I guess..."
  235.     show monika 4a zorder 3 at f22
  236.     m "Ehehe, don't let yourself get intimidated, Yuri's just trying to impress you."
  237.     show monika zorder 2 at t22
  238.     show yuri at hf21
  239.     y 3n "Eh?! T-That's not..."
  240.     "Insulted, Yuri looks away."
  241.     y 4b "I meant that, you know..."
  242.     show yuri zorder 2 at t21
  243.     mc "I believe you."
  244.     mc "Well, tea and reading might not be a pastime for me, but I at least enjoy tea."
  245.     show yuri zorder 3 at f21
  246.     y 2u "I'm glad..."
  247.     show yuri zorder 2 at t21
  248.     "Yuri faintly smiles to herself in relief."
  249.     show monika zorder 1 at thide
  250.     hide monika
  251.     show yuri 1a zorder 2 at t32
  252.     y "So, [player], what kinds of things do you like to read?"
  253.     mc "Well... Ah..."
  254.     "Considering how little I've read these past few years, I don't really have a good way of answering that."
  255.     mc "...Manga..."
  256.     "I mutter quietly to myself, half-joking."
  257.     show natsuki 1c zorder 2 at t41
  258.     "Natsuki's head suddenly perks up."
  259.     "It looks like she wants to say something, but she keeps quiet."
  260.     show natsuki zorder 1 at thide
  261.     hide natsuki
  262.     y 3u "N-Not much of a reader, I guess..."
  263.     mc "...Well, that can change..."
  264.     "What am I saying?"
  265.     "I spoke without thinking after seeing Yuri's sad smile."
  266.     mc "Anyway, what about you, Yuri?"
  267.     y 1l "Well, let's see..."
  268.     "Yuri traces the rim of her teacup with her finger."
  269.     y 1a "My favorites are usually novels that build deep and complex fantasy worlds."
  270.     y "The level of creativity and craftsmanship behind them is amazing to me."
  271.     y 1f "And telling a good story in such a foreign world is equally impressive."
  272.     "Yuri goes on, clearly passionate about her reading."
  273.     "She seemed so reserved and timid since the moment I walked in, but it's obvious by the way her eyes light up that she finds her comfort in the world of books, not people."
  274.     y 2m "But you know, I like a lot of things."
  275.     y "Stories with deep psychological elements usually immerse me as well."
  276.     y 2a "Isn't it amazing how a writer can so deliberately take advantage of your own lack of imagination to completely throw you for a loop?"
  277.     y "Anyway, I've been reading a lot of horror lately..."
  278.     mc "Ah, I read a horror book once..."
  279.     "I desperately grasp something I can relate to at the minimal level."
  280.     "At this rate, Yuri might as well be having a conversation with a rock."
  281.     show monika 1j zorder 3 at f33
  282.     m "Ahaha. I'd expect that from you, Yuri."
  283.     m 1a "It suits your personality."
  284.     show monika zorder 2 at t33
  285.     show yuri zorder 3 at f32
  286.     y 1a "Oh, is that so?"
  287.     y "Really, if a story makes me think, or takes me to another world, then I really can't put it down."
  288.     y "Surreal horror is often very successful at changing the way you look at the world, if only for a brief moment."
  289.     show yuri zorder 2 at t32
  290.     show natsuki 5q zorder 3 at f31
  291.     n "Ugh, I hate horror..."
  292.     show natsuki zorder 2 at t31
  293.     show yuri zorder 3 at f32
  294.     y 1f "Oh? Why's that?"
  295.     show yuri zorder 2 at t32
  296.     show natsuki zorder 3 at f31
  297.     n 5c "Well, I just..."
  298.     "Natsuki's eyes dart over to me for a split second."
  299.     n 5q "Never mind."
  300.     show natsuki zorder 2 at t31
  301.     show monika zorder 3 at f33
  302.     m 1a "That's right, you usually like to write about cute things, don't you, Natsuki?"
  303.     show monika zorder 2 at t33
  304.     show natsuki 1o zorder 3 at f31
  305.     n "W-What?"
  306.     n "What gives you that idea?"
  307.     show natsuki zorder 2 at t31
  308.     show monika zorder 3 at f33
  309.     m 3b "You left a piece of scrap paper behind last club meeting."
  310.     m "It looked like you were working on a poem called--"
  311.     show monika zorder 2 at t33
  312.     show natsuki 1p zorder 3 at f31
  313.     n "Don't say it out loud!!"
  314.     n "And give that back!"
  315.     show natsuki zorder 2 at t31
  316.     show monika zorder 3 at f33
  317.     m 1j "Fine, fine~"
  318.     show monika 1a zorder 2 at t33
  319.     mc "Natsuki, you write your own poems?"
  320.     show natsuki zorder 3 at f31
  321.     n 1c "Eh? Well, I guess sometimes."
  322.     n "Why do you care?"
  323.     show natsuki zorder 2 at t31
  324.     mc "I think that's impressive."
  325.     mc "Why don't you share them sometime?"
  326.     show natsuki zorder 3 at f31
  327.     n 5q "N-No!"
  328.     "Natsuki averts her eyes."
  329.     n "You wouldn't...like them..."
  330.     show natsuki zorder 2 at t31
  331.     mc "Ah...not a very confident writer yet?"
  332.     show yuri zorder 3 at f32
  333.     y 2f "I understand how Natsuki feels."
  334.     y "Sharing that level of writing takes more than just confidence."
  335.     y 2k "The truest form of writing is writing to oneself."
  336.     y "You must be willing to open up to your readers, exposing your vulnerabilities and showing even the deepest reaches of your heart."
  337.     show yuri zorder 2 at t32
  338.     show monika 2a zorder 3 at f33
  339.     m "Do you have writing experience too, Yuri?"
  340.     m "Maybe if you share some of your work, you can set an example and help Natsuki feel comfortable enough to share hers."
  341.     show yuri at s32
  342.     y 3o "..."
  343.     mc "I guess it's the same for Yuri..."
  344.     "We all sit in silence for a moment."
  345.     show monika zorder 3 at f33
  346.     m 5a "Hey, I just got an idea!"
  347.     m "How about this?"
  348.     show monika zorder 2 at t33
  349.     show natsuki 2k zorder 3 at f31
  350.     show yuri 3e zorder 3 at f32
  351.     ny "...?"
  352.     "Natsuki and Yuri look quizzically at Monika."
  353.     show natsuki zorder 2 at t31
  354.     show yuri zorder 2 at t32
  355.     show monika zorder 3 at f33
  356.     m 2b "Let's all go home and write a poem of our own!"
  357.     m "Then, next time we meet, we'll all share them with each other."
  358.     m "That way, everyone is even!"
  359.     show monika 2a zorder 2 at t33
  360.     show natsuki zorder 3 at f31
  361.     n 5q "U-Um..."
  362.     show natsuki zorder 2 at t31
  363.     show yuri 3v zorder 3 at f32
  364.     y "..."
  365.     show yuri zorder 2 at t32
  366.     show monika 2m zorder 3 at f33
  367.     m "Ah..."
  368.     m "I mean, I thought it was a good idea..."
  369.     show monika zorder 2 at t33
  370.     show yuri zorder 3 at f32
  371.     y 2l "Well..."
  372.     y "...I think you're right, Monika."
  373.     y 2f "We should probably start finding activities for all of us to participate in together."
  374.     y 2h "I did decide to take on the responsibility of Vice President, after all..."
  375.     y "I need to do my best to nurture the club as well as its members."
  376.     y 2a "Besides, now that we have a new member..."
  377.     y "It seems like a good step for us to take."
  378.     y "Do you agree as well, [player]?"
  379.     show yuri zorder 2 at t32
  380.     mc "Hold on...there's still one problem."
  381.     show monika zorder 3 at f33
  382.     m 1d "Eh? What's that?"
  383.     "Now that we've reached the most important topic, I bluntly come forth with what's been on my mind the entire time."
  384.     show monika zorder 2 at t33
  385.     mc "I never said I would join this club!"
  386.     mc "Monika may have convinced me to stop by, but I never made any decision."
  387.     mc "I still have other clubs to look at, and...um..."
  388.     show monika 1g
  389.     show natsuki 4g
  390.     show yuri 2e
  391.     "I lose my train of thought."
  392.     "All three girls stare back at me with dejected eyes."
  393.     show monika at s33
  394.     m 1p "B-But..."
  395.     show yuri at s32
  396.     y 2v "I'm sorry, I thought..."
  397.     show natsuki at s31
  398.     n 5s "Hmph."
  399.     mc "Eh...?"
  400.     "The girls exchange glances before Monika turns back to me."
  401.     show monika zorder 3 at f33
  402.     m 1m "I...guess I need to tell you the truth, [player]."
  403.     m "The thing is..."
  404.     m 1p "...We don't have enough members yet to form an official club."
  405.     m "We need four..."
  406.     m "And I've been trying really, really hard to find new members."
  407.     m "And if we don't find one more before the festival..."
  408.     show monika zorder 2 at t33
  409.     mc "..."
  410.     "I...I'm defenseless against these girls."
  411.     "How am I supposed to make a clear-headed decision when it's like this?"
  412.     "I would feel terrible for letting everyone down in this situation..."
  413.     "And besides, the club itself seems pretty relaxed..."
  414.     "So, if writing poems is the price I need to pay in order to spend every day with these beautiful girls..."
  415.     mc "...Right."
  416.     mc "Okay, I've decided, then."
  417.     mc "I'll join the Literature Club."
  418.     show monika 1e zorder 2 at t33
  419.     show yuri 3f zorder 2 at t32
  420.     show natsuki 1k zorder 2 at t31
  421.     "One by one, the girls' eyes light up."
  422.     show monika zorder 3 at f33
  423.     m "Oh my goodness, really?"
  424.     m "Do you really mean that, [player]?"
  425.     show monika zorder 2 at t33
  426.     mc "Yeah..."
  427.     mc "It could be fun, right?"
  428.     show yuri zorder 3 at f32
  429.     y 1m "You really did scare me for a moment..."
  430.     show yuri zorder 2 at t32
  431.     show natsuki zorder 3 at f31
  432.     n 5q "I mean, if you really just left after all this, I would be super pissed."
  433.     show natsuki zorder 2 at t31
  434.     show monika zorder 3 at f33
  435.     m "[player], I'm so happy..."
  436.     m 1k "We can become an official club now!"
  437.     m 1e "Thank you so much for this. You're really amazing."
  438.     m "I'll do everything I can to give you a great time, okay?"
  439.     show monika zorder 2 at t33
  440.     mc "Ah...thanks, I guess."
  441.     show yuri zorder 1 at thide
  442.     show natsuki zorder 1 at thide
  443.     show monika zorder 2 at t11
  444.     hide yuri
  445.     hide natsuki
  446.     m 3b "Okay, everyone!"
  447.     m "I think with that, we can officially end today's meeting on a good note."
  448.     m "Everyone remember tonight's assignment:"
  449.     m "Write a poem to bring to the next meeting, so we can all share!"
  450.     "Monika looks over at me once more."
  451.     m 1a "[player], I look forward to seeing how you express yourself."
  452.     show monika 5 at hop
  453.     m "Ehehe~"
  454.     mc "Y-Yeah..."
  455.     show monika zorder 1 at thide
  456.     hide monika
  457.     "Can I really impress the class star Monika with my mediocre writing skills?"
  458.     "I already feel the anxiety welling up inside me."
  459.     "Meanwhile, the girls continue to chit-chat as Yuri cleans up the tea set."
  460.     mc "I guess I'll be on my way, then..."
  461.     show monika 5a zorder 2 at t11
  462.     m "Okay!"
  463.     m "I'll see you tomorrow, then."
  464.     m "I can't wait!"
  465.  
  466.     scene bg residential_day
  467.     with wipeleft_scene
  468.  
  469.     "With that, I depart the clubroom and make my way home."
  470.     "The whole way, my mind wanders back and forth between the three girls:"
  471.     show natsuki 4a zorder 2 at t31
  472.     "Natsuki,"
  473.     show yuri 1a zorder 2 at t32
  474.     "Yuri,"
  475.     show monika 1a zorder 2 at t33
  476.     "and, of course, Monika."
  477.     "Will I really be happy spending every day after school in a literature club?"
  478.     "Perhaps I'll have the chance to grow closer to one of these girls..."
  479.     hide natsuki
  480.     hide yuri
  481.     hide monika
  482.     with wipeleft
  483.     "Alright!"
  484.     "I'll just need to make the most of my circumstances, and I'm sure good fortune will find me."
  485.     "And I guess that starts with writing a poem tonight..."
  486.  
  487.     stop music fadeout 2.0
  488.     scene black with dissolve_scene_full
  489.     $ config.skipping = False
  490.     $ config.allow_skipping = False
  491.     $ allow_skipping = False
  492.  
  493.     call screen confirm("You have unlocked a special poem.\nWould you like to read it?", Return(True), Return(False))
  494.     if _return:
  495.         call expression "poem_special_" + str(persistent.special_poems[0])
  496.     else:
  497.         pass
  498.  
  499.     return
  500. # Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement