r/DDLCMods 19h ago

Help Yall got any more recommendations

Post image
66 Upvotes

Preferably non meta, medium to long, and keeps everyone, including MC in character

Even more preferably monika x mc, but other dokis are fine too


r/DDLCMods 7h ago

Teaser My DDLC Mod Project - Doki Doki Sweetheart

Thumbnail
gallery
28 Upvotes

Hi so this is my first DDLC Mod titled Doki Doki Sweetheart and it focuses on MC and Sayori. It is still in development, but I already finished writing the rough storyboard and here some teaser and a sypnosis (this is a short mod project btw)

Teaser 1 (and only at the moment)

Synopsis:

Set two months after the MC reluctantly joins the Literature Club, daily life continues in its usual, predictable routine—complete with Natsuki and Monika debating whether manga is literature, Yuri quietly reading, and the club waiting on their chronically late Vice President.

When Sayori finally bursts through the door, she drops a surprise: she's started taking music classes and learning how to play the guitar. But that’s not all. Remembering an old amusement park from their childhood that recently got a surprise reopening after years of being shut down, Sayori seizes the chance to relive the past and invites the MC out on a Friday night date.

Can a cynical homebody survive a bustling amusement park, or will Sayori's infectious energy sweep him off his feet?

Note: Since this is my first mod don't expect too much from me especially with the background. But the story would be really good. I hope so. (+the logo may evolve since the logo shown is still a prototype)

Unown.


r/DDLCMods 11h ago

Memes pullin out the coupe at the lot

Post image
25 Upvotes

r/DDLCMods 22h ago

Progress Update Doki Doki Days! Final update

Post image
19 Upvotes

Hello everyone! This is the last progress update for my mod, Doki Doki Days act 1 (DEMO) Will be releasing September 6th!

I Just wanna apologize for initially saying it would be released August 30th.

I did go through some burnout but Act 1 is so close to being finished!

Just a reminder that in act 1 there won't be any dialogue options or really anything out of the ordinary as the mod does start off pretty wholesome! Think of Act 1 as just a giants introduction to an amazing mod (Still worth playing ;)). Thank you to everyone for the support!


r/DDLCMods 1h ago

Off-Topic The Doki Doki Mod Showcase! | August Mod Teasers & Releases

Post image
Upvotes

Now that Autumn is on the horizon, here's all the amazing mod releases, teasers and demos that came out for the last month of Summer!

Full releases for August

Demo releases for August

Teasers for August

Until next month everyone! And hopefully the Summer heat starts to die down soon...


r/DDLCMods 22h ago

Help Does this 'joke', and scene as a whole, track?

Thumbnail
gallery
12 Upvotes

Small part of the script of a DDLC project I'm working on. I feel like I'm notoriously bad at writing dialogue so would like some feedback on this, in my mind, fun interaction between MC and Sayori.

You don't really need any context for the scene, but I'll give it anyway: this is MC's first day in the Literature Club after he joined last week on Friday. MC used to be a big bookworm in his childhood, but fell out of love with it as he aged. Him and Sayori are childhood friends, but they haven't seen each other in years prior to MC joining the club (he joined on his own volition, not because Sayori persuaded him).


r/DDLCMods 3h ago

Memes crazyori pt1

Post image
11 Upvotes

og post got deleted sorwy :(

edit: i forgot to say there will a freaky yuri soon


r/DDLCMods 21h ago

Progress Update The Girl in the Garden (Take Two Progress Update 8/26)

Post image
5 Upvotes

r/DDLCMods 7h ago

Let's Play My 6th gameplay video of Doki Doki: This Bond We Share

Post image
5 Upvotes

r/DDLCMods 7h ago

Progress Update Doki Doki Unwritten Fate Progress Update Demo 0.0.2.

5 Upvotes

[Hi Guys, Bubble Here to update the development of the mod Doki Doki Unwritten Fate Demo 0.0.2!

For those who played the first version of the demo must have found only 1 poem and that's Monika's poem called "Blindfolded Window" in the end of the game. But, dont worry, because in the next update all the girls will have their own poem!

All the poems in this game are made by my own hands and with much care for each girl writing style!

Can you guess who wrote each of these 2 poems?

Also, Im planning to make a different beggining in this game where the player returns to doki doki original beggining, but now remembering everything of the last game... what will happen this time?

And, finally, the mod has it's own logo! It was mad by AI, I won't hide it, but I still accept any help and feedback to improve the game!


r/DDLCMods 21h ago

Help how to unlock the third cg guys Spoiler

Post image
4 Upvotes

r/DDLCMods 12h ago

Help Doki Doki Salvation Remake's save file not working

2 Upvotes

The reason is simple. I installed a fresh new SSD into my PC (Apacer AS350 Panther 512 GB since my motherboard doesn't support NVMe's) because the old one (Crucial 240 GB) is almost full, and then shortly after installed DDLC in it with Salvation Remake. When I wanted to save, I got an error which postulates that the saving system couldn't find a save folder

Here is the full error message:

I'm sorry, but an uncaught exception occurred.

While running game code:

File "renpy/common/00gamemenu.rpy", line 173, in script

$ ui.interact()

File "renpy/common/00gamemenu.rpy", line 173, in <module>

$ ui.interact()

File "renpy/common/00action_file.rpy", line 382, in __call__

renpy.save(fn, extra_info=save_name)

Exception: Not saved - no valid save locations.

-- Full Traceback ------------------------------------------------------------

Full traceback:

File "renpy/common/00gamemenu.rpy", line 173, in script

$ ui.interact()

File "renpy/ast.py", line 928, in execute

renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

File "renpy/python.py", line 2245, in py_exec_bytecode

exec(bytecode, globals, locals)

File "renpy/common/00gamemenu.rpy", line 173, in <module>

$ ui.interact()

File "renpy/ui.py", line 298, in interact

rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

File "renpy/display/core.py", line 3325, in interact

repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

File "renpy/display/core.py", line 4160, in interact_core

rv = root_widget.event(ev, x, y, 0)

File "renpy/display/layout.py", line 1102, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "renpy/display/transition.py", line 48, in event

return self.new_widget.event(ev, x, y, st) # E1101

File "renpy/display/layout.py", line 1102, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "renpy/display/layout.py", line 1102, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "renpy/display/screen.py", line 727, in event

rv = self.child.event(ev, x, y, st)

File "renpy/display/layout.py", line 1102, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "renpy/display/layout.py", line 1323, in event

rv = super(Window, self).event(ev, x, y, st)

File "renpy/display/layout.py", line 273, in event

rv = d.event(ev, x - xo, y - yo, st)

File "renpy/display/layout.py", line 1102, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "renpy/display/layout.py", line 1323, in event

rv = super(Window, self).event(ev, x, y, st)

File "renpy/display/layout.py", line 273, in event

rv = d.event(ev, x - xo, y - yo, st)

File "renpy/display/layout.py", line 1102, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "renpy/display/layout.py", line 273, in event

rv = d.event(ev, x - xo, y - yo, st)

File "renpy/display/behavior.py", line 983, in event

return handle_click(self.clicked)

File "renpy/display/behavior.py", line 918, in handle_click

rv = run(action)

File "renpy/display/behavior.py", line 330, in run

return action(*args, **kwargs)

File "renpy/common/00action_file.rpy", line 382, in __call__

renpy.save(fn, extra_info=save_name)

File "renpy/loadsave.py", line 435, in save

location.save(slotname, sr)

File "renpy/savelocation.py", line 435, in save

raise Exception("Not saved - no valid save locations.")

Exception: Not saved - no valid save locations.

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Doki Doki Salvation Remake ReleaseDDMC1.2

Tue Sep 1 14:49:45 2026

Since I don't know jack shit in technology (my technological ineptness is rivaled only by Rin Tohsaka), I want to know how to fix this issue

(don't know if asking this is allowed, but I hope it is)


r/DDLCMods 5h ago

Help How to install exit music redux to MacBook?

1 Upvotes

I played ddlc for the first time a little while ago and loved it but was a little disappointed by how much of a backseat Natsuki got, so this one was recommended to me. I have like no technical skills and tried by following ai instructions in real time, but I have no clue how to launch the mod. I followed instructions to move files and pasted all the terminal commands it told me too but it still wouldn’t launch. Is there anywhere I could find simple instructions?


r/DDLCMods 12h ago

Help polyamory mods?

0 Upvotes

Does anybody know any decent poly mods? idc of what combo, all are welcome


r/DDLCMods 9h ago

Help Vigilante chapter 1 and 2 download link

0 Upvotes

is it just me but i can't vigilante chapter 1 and 2 download link