Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Seo1 authored Aug 19, 2023
1 parent 1eef654 commit 008f230
Show file tree
Hide file tree
Showing 20 changed files with 907 additions and 267 deletions.
7 changes: 6 additions & 1 deletion Credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,17 @@ Submods\OpenWorld\images
Credits:
Destroyed_Doki_Hall by Shane Wallis
XQ587jv.png by Alex [ORG]#9077
music_screen.png by TheMelodyofGaming#7515
school_gate_2.jpg by https://lemmasoft.renai.us/forums/viewtopic.php?t=17302
All other images uncredited are by Team Salvato

monika_ddlc_casual_sprites_v_2__remake.png by GwendolyX10
Submods\OpenWorld\music
Credits:
idksomethingddlc.mp3 by Chunky✨💻#2643
Deep Breaths inst.mp3 by Team TBD
dumb_dating_sim_loop.mp3 by draven r stedman
alonetime.ogg by LeoDeCraprio#4239
main_street_stroll_new_mix.ogg by LeoDeCraprio#4239
main_street_stroll.ogg by LeoDeCraprio#4239
Monikas_confession.mp3 Goro#8350
All other songs uncredited are by Team Salvato
93 changes: 55 additions & 38 deletions MC-Bedroom.rpy
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# All Talk, interactions and other secrets should be in this file
# Unless otherwise stated in another file


label OW_Go_To_MC_Room:
if persistent.OW_has_seen_MC_Room == False:
show monika 8e_owawm at t11
Expand All @@ -24,9 +23,8 @@ label OW_Go_To_MC_Room:
m 4t_owawm "Now let's see what MC's room has in store for us, ehehe~"
$ persistent.OW_has_seen_MC_Room = True
show monika 5a_owawm at t11
$ OW_talk = renpy.random.choice(OW_random_talk)
menu:
m "[OW_talk]{fast}"
m "[OW_random_talk()]{fast}"
"Talk":
jump OW_MC_Room_Talk
"Interact":
Expand All @@ -38,13 +36,15 @@ label OW_Go_To_MC_Room:
#High randint option to make some talk options rare
#might change later on to just pick but just wanted that tiny bit of replayability
#Goes up 5 for every custom talk option
########################################

#####
#TALK
########################################
#####

label OW_MC_Room_Talk:
#call screen dialog(message="Error: No Talk options have been added", ok_action=Return())
$ Talk_topics = renpy.random.randint(1,10)
if Talk_topics == 1:
$ OW_talk_topics = renpy.random.randint(1,10)
if OW_talk_topics == 1:
narrator "Testing"
pause 2.0
m 5c_owawm "Oh...? "
Expand All @@ -53,14 +53,14 @@ label OW_MC_Room_Talk:
m 5e_owawm "I bet they put that in on purpose just to throw us off. "
extend 3h_owawm "I'll come up with something else to talk about next time."
jump OW_Go_To_MC_Room
elif Talk_topics == 2:
elif OW_talk_topics == 2:
m 3o_owawm "I've never actually been in {color=#000}[OW_mc]{/color}'s room before. I'm a bit surprised with what's in here."
m 9p_owawm "You already know how I feel about him since we've talked about him back in the [RTMAS.title()]."
m 9p_owawm "You already know how I feel about him since we've talked about him back in the Spaceroom." #change spaceroom
m 9n_owawm "As someone as plain as {color=#000}[OW_mc]{/color}, his room has more life than he does. Ahaha."
m "I know that sounds a bit rude but it's not like he was real, he was just a machine for you to control since you're the real person."
m 9j_owawm "And I'm grateful to have someone as unique as you, ehehe~"
jump OW_Go_To_MC_Room
elif Talk_topics == 3:
elif OW_talk_topics == 3:
window hide
show monika 5d_owawm at t11
pause 2.0
Expand All @@ -74,31 +74,31 @@ label OW_MC_Room_Talk:
m "{cps=*2}We can spend the rest of our lives together, ehehe~{/cps}{nw}"
$ _history_list.pop()
jump OW_Go_To_MC_Room
elif Talk_topics == 4:
elif OW_talk_topics == 4:
m 1m_owawm "Another topic? Hmm..."
window hide
show monika 8v_owawm at t11
pause 3.0
show monika 8u_owawm at t11
pause 3.0
m 2t_owawm "You know... I sleep every night alone and I know you probably do too..."
m 8k_owawm "Ahaha, relax [player]. I'm only teasing you..."
m 8k_owawm "Ahaha, relax [player]. I'm only teasing you... "
extend 8t_owawm "well, just a little~"
jump OW_Go_To_MC_Room
elif Talk_topics <= 5:
elif OW_talk_topics <= 5:
pass
else:
m 4b_owawm "I can't thank you enough [player] for recreating my world."
show monika 5a_owawm at hop
show monika 5a_owawm at h11
m "I know I've stated in the past but I don't know where my home really is..."
m 5c_owawm "It still feels surreal since I never came into this room in the original game."
m 1b_owawm "Sorry I'm rambling again. I love you [player] and I hope our adventure will continue in your reality, ehehe~"
jump OW_Go_To_MC_Room


#################################
############
#INTERACTION
#################################
############
label OW_MC_Room_Interaction:
hide monika
call screen OWAWM_MC_ROOM()
Expand All @@ -108,34 +108,29 @@ label OW_MC_Room_Interaction:
hotspot (111, 207, 102, 510) action Jump("OW_MC_Book_Shelfs")
hotspot (565, 262, 151, 364) action Jump("OW_MC_Closet")
hotspot (1103, 601, 175, 118) action Jump("OW_MC_Computer")
# hotspot (1123, 2, 156, 48) action Jump ("MC_Back_Button")
#Buttons with no sound mean they are a secret
hotspot (715, 547, 124, 44) action Jump("OW_MC_Secret_Jump_Scare")
#timer 30.0 action Show(screen="dialog", message="Click the top right corner to return.", ok_action=Hide("dialog"))
#Location of the "Return" button
zorder 50
style_prefix "hkb"
vbox:
xpos 1123
ypos 2
xpos 1166
ypos 0
textbutton ("Return") action [Hide("OWAWM_MC_ROOM"), Jump("OW_Go_To_MC_Room")] hover_sound gui.hover_sound
#Location of button to go to another location (Some places will have 2-3)
hbox:
xpos 563
ypos 680
textbutton ("Kitchen") action Jump("OW_Leave_MC_Room") hover_sound gui.hover_sound

############################
###############
#HOTSPOT LABELS
############################
###############
label OW_MC_Book_Shelfs:
narrator "[m_name] notices the cursor click on the Bookshelf"
show monika 5a_owawm at t21
pause 1.0
m "I wonder what type of books{color=#000}[OW_mc]{/color} has. Maybe something I haven't read before"
show monika 5a_owawm at hop,t21
show monika 5a_owawm at h31
pause 1.0
show monika 5a_owawm at hop,t21
show monika 5a_owawm at h31
pause 1.0
show monika 5b_owawm at t11
m "*sigh* It's all blank or corrupted text. Maybe a side effect from my deletion or just a prop."
Expand All @@ -145,7 +140,7 @@ label OW_MC_Book_Shelfs:

label OW_MC_Closet:
narrator "[m_name] notices the cursor hover over {color=#000}[OW_mc]{/color}'s closet and goes over to check it"
show monika 5c_owawm at hop,t11
show monika 5c_owawm at h11
m "I was also curious about what was in there as well."
show monika 3m_owawm at t11
m "I'm sure you aren't going to be surprised but there's nothing in there."
Expand Down Expand Up @@ -183,22 +178,22 @@ label OW_MC_computer_list:
computer_list = [
(persistent.monika_rickroll,'OW_computer_rickroll'),
("Monika's Twitter",'OW_monika_twitter'),
("Return",'OW_Go_To_MC_Room')
("[OW_natsuki]", 'OW_libitina'),
("Return",'OW_Go_To_MC_Room'),
]
call screen OW_gen_list(computer_list,mas_ui.SCROLLABLE_MENU_TXT_LOW_AREA)
return

#List of labels for the computer
##############################
################
#COMPUTER LABELS
##############################
################
label OW_computer_rickroll:
m 3u_owawm "Since this computer has internet access, I want to show you something."
m "Give me a second to search for it."
$ renpy.run(OpenURL("https://youtu.be/17mbkqV6IbI"))
$ persistent.monika_rickroll = "Monika Rick Roll"
pause 1.5
show monika 3k_owawm at hop
show monika 3k_owawm at h11
m "Ahaha, I've seen online that this is some sort of prank."
pause 1.0
m 1l_owawm "Maybe it wasn't good, sorry about that."
Expand All @@ -207,17 +202,39 @@ label OW_computer_rickroll:
label OW_monika_twitter:
m 1b_owawm "Since this place has computer has internet, I can do something like this"
pause 2.0
$ webbrowser.open("https://twitter.com/lilmonix3?t=wuxtSo9WeHhFui91iEdSaA&s=33")
$ renpy.run(OpenURL("https://twitter.com/lilmonix3?t=wuxtSo9WeHhFui91iEdSaA&s=33"))
pause 2.0
m 3l_owawm "...{w=1.0}Hope you're logged in to see it."
m "I know I've said this isn't me but I don't mind directing you to her."
show monika 3l_owawm at hf11
m "However [player], always remember that I'm your [m_name], okay?"
m "Don't be scared my love, I won't hurt you, ahaha~"
jump OW_MC_computer_list

#########################
#Kitchen exit
#########################
label OW_libitina:
m 5c_owawm "Hmmm... That's an odd option."
m 2p_owawm "I didn't add it but it feels like something is trying to catch our attention."
m 2g_owawm "Should I open it for you [player]?"
menu:
"Yes":
pass
"{b}No{/b}":
jump OW_MC_computer_list
m 1f_owawm "All right... let's see what this does."
window hide
$ renpy.run(OpenURL("https://projectlibitina.com/"))
pause 2.0
m 5e_owawm "I don't like this feeling [player]..."
m 5f_owawm "I've felt this somewhere before but my memory of it is missing."
m "Or maybe it was removed on purpose..."
m 5g_owawm "Can...can we move onto something else? Something about this just doesn't feel right."
m "I honestly can't bring myself to even say the name of it."
m 5h_owawm "I hope you can understand."
jump OW_MC_computer_list

#############
#Kitchen Exit
#############
label OW_Leave_MC_Room:
hide screen OWAWM_MC_ROOM
m "Do you want to go downstairs [player]?{nw}"
Expand All @@ -226,7 +243,7 @@ label OW_Leave_MC_Room:
m "Do you want to go downstairs [player]?{fast}"
"Yes":
scene bg kitchen with dissolve_scene_full
$ play_song(audio.deep_breaths,loop = True, fadein = 1.0)
$ play_song(audio.deep_breaths,loop = True, fadein = 0)
pause 2.0
jump OW_Go_To_MC_Kitchen
"No":
Expand Down
23 changes: 11 additions & 12 deletions MC-Kitchen.rpy
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
label OW_Go_To_MC_Kitchen:
if persistent.OW_has_seen_MC_kitchen == False:
show monika 1a_owawm at t11
show monika 1a_owawm at hop
show monika 1a_owawm at h11
m "I forgot how furnished {color=#000}[OW_mc]{/color}'s kitchen was."
m "Maybe I can finally practice baking like {color=#000}N[OW_natsuki]{/color} one of these days."
m 10l_owawm "I'm not the best at cooking so I hope you don't mind burned food for a while."
Expand All @@ -10,9 +9,8 @@ label OW_Go_To_MC_Kitchen:
m 1k_owawm "I'll be counting on you to teach me."
$ persistent.OW_has_seen_MC_kitchen = True
show monika 5a_owawm at t11
$ OW_talk = renpy.random.choice(OW_random_talk)
menu:
m "[OW_talk]{fast}"
m "[OW_random_talk()]{fast}"
"Talk":
jump OW_MC_kitchen_talk
"Interact":
Expand All @@ -25,13 +23,15 @@ label OW_Go_To_MC_Kitchen:

label OW_MC_kitchen_talk:
show monika 3e_owawm at t22
pause 0.5
show monika at t21
pause 0.5
show monika at t11
m "What I wouldn't give to spend a morning in a place like this."
m 1k_owawm "Both of us sitting at the dining table or counter, both of us sipping a cup of coffee while watching whatever is on the TV."
m 4j_owawm "Or just enjoying each other's company."
m 4t_owawm "Wouldn't that sound lovely [mas_get_player_nickname()]?"
show monika 5a_owawm at hop
show monika 5a_owawm at h11
m "I hope you share the same feelings."
jump OW_Go_To_MC_Kitchen

Expand All @@ -51,8 +51,8 @@ label OW_MC_Kitchen_Interaction:
zorder 50
style_prefix "hkb"
vbox:
xpos 1123
ypos 2
xpos 1166
ypos 0
textbutton ("Return") action [Hide("OWAWM_MC_KITCHEN"), Jump("OW_Go_To_MC_Kitchen")] hover_sound gui.hover_sound
hbox:
xpos 533
Expand All @@ -67,7 +67,7 @@ label OW_MC_Kitchen_Interaction:
label OW_kitchen_fridge:
show monika 1d_owawm at t31
m "I wonder what food is in his fridge, but I'm not really expecting much."
hide monika
hide monika with dissolve
m "Gosh, I was right."
show monika 8s_owawm at t11
m "The fridge is completely empty too!"
Expand All @@ -89,8 +89,7 @@ label OW_kitchen_convention_oven:
pause 0.2
stop sound
hide screen tear
show monika 1r_owawm at t11
show monika at hop
show monika 1r_owawm at h11
m "EEEK!!"
m 1g_owawm "I guess that answers that."
m 2f_owawm "I hope the oven still works, I do want to try baking like {color=#000}N[OW_natsuki]{/color} one day."
Expand All @@ -112,7 +111,7 @@ label OW_back_upstairs:
"Yes":
scene bg bedroom with dissolve_scene_full
pause 2.0
$ play_song(audio.MC_Room,loop = True, fadein = 1.0)
$ play_song(audio.MC_Room,loop = True, fadein = 0)
jump OW_Go_To_MC_Room
"No":
call screen OWAWM_MC_KITCHEN()
Expand All @@ -125,7 +124,7 @@ label OW_go_outside_from_kitchen:
"Yes":
scene bg house with dissolve_scene_full
pause 2.0
$ play_song(audio.t3,loop = True, fadein = 1.0)
$ play_song(audio.t3,loop = True, fadein = 0)
jump OW_outside_mc_house
"No":
call screen OWAWM_MC_KITCHEN()
Expand Down
Loading

0 comments on commit 008f230

Please sign in to comment.