Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New content #10113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "public"]
path = public
url = https://github.com/Navaneeth-Nair/MonikaModDev.git
branch = master
31 changes: 31 additions & 0 deletions Monika After Story/game/script-topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -18041,3 +18041,34 @@ label monika_overton:
m 1eua "I {i}could{/i} finish this story right up to Current Norm, but I just wanted to describe it at a basic level in order to convey an example of how it can work."
m 1huu "Thanks for listening~"
return

init 5 python:
addEvent(
Event(
persistent.event_database,
eventlabel="monika_suicide",
category=["philosophy"],
prompt="What do you think of suicide?",
random=True
)
)

label monika_suicide:
m 1ekc "Hey [player], Have you read a book called 'The Myth Of Sisyphus' By Albert Camus?"
m 2ekd "It's a philosophical essay by Camus, {w=0.2}and it uses the ancient Greek myth of Sisyphus to explore some deep existential questions."
m 4rtc "Camus uses Sisyphus's predicament as a metaphor for the human condition. {w=0.2}He argues that life, like Sisyphus's task, can often seem meaningless and absurd. {w=0.2} {nw}"
extend 4rtc "We face challenges, but in the end, they might seem futile."
m 1ekc "Camus suggests that despite the apparent absurdity and meaninglessness of life, we can find purpose and meaning through our actions and choices. He encourages us to embrace the absurdity of life and rebel against it by finding our own meaning {nw}."
extend 4rtc "much like Sisyphus finds meaning in the act of pushing the boulder, even if it rolls back down."
m 1ekc "Camus believes that by acknowledging the absurdity of life and choosing to create our own meaning, we can confront the existential questions and find a sense of purpose, even in a seemingly indifferent world."
m 4rtc "Camus believed that suicide was the most fundamental philosophical question.{W=0.2} He argued that if life is fundamentally absurd and devoid of inherent meaning, then why shouldn't people just end their lives to escape this existential dilemma?"
m 1ekc "Camus doesn't advocate for suicide, but he does acknowledge it as a genuine philosophical problem. He discusses three possible responses to the absurdity of life{nw}"
extend 4rtc "Physical suicide (ending one's life), philosophical suicide (escaping into religious or philosophical dogmas that provide false meaning), and what he calls 'revolt' or 'rebellion'."
m 1ekc "Camus argues that the most authentic response to the absurdity of life is not to escape it through suicide or illusions but to confront it head-on. {nw}"
extend 1ekc "He sees 'revolt' as the act of living in spite of the absurdity, choosing to create one's own values and meaning, even if they are subjective."
m 4rtc "So [player], Just embrace this absurdity in life who know one day even in this absurd world something good might happen to you."
m 1fbsu "I mean you already have me"
m 2hud "Ha"
return

# Added Random Philosophy Topic
1 change: 1 addition & 0 deletions public
Submodule public added at 06baf3