thanksits shouldn't in those "updates" nothing was added besides gallery only scenes
thanksits shouldn't in those "updates" nothing was added besides gallery only scenes
Well I'm getting a bug, like others here.its shouldn't in those "updates" nothing was added besides gallery only scenes
I already made a temporary fix for this error. You can find it in this thread like many other people that have the same error. Shawnchapp knows about it already. He is right. The updates don’t cause that error. It is an error with the new text/namebox that comes with the mod. Hence why I made a fix to restore the original from the game. This error has been here since the game fully released, it has nothing to do with the updates.Well I'm getting a bug, like others here.
You don't have permission to view the spoiler content. Log in or register now.
I don’t mean to sound rude, but are you sure you carefully checked the mod’s compatibility with the latest version of the game? Apart from the gallery, the dev might have changed or fixed something in the game’s code.
Well there's definitely something wrong.
Can someone help me with this to fix it I did install the mod and launch the game it gives me this error once I start up the story
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mod/Shawn_Overrides.rpy", line 314, in execute
File "game/mod/Shawn_Overrides.rpy", line 314, in execute
File "game/mod/Shawn_Overrides.rpy", line 320, in execute
File "game/mod/Shawn_Overrides.rpy", line 328, in execute
File "game/mod/Shawn_Overrides.rpy", line 330, in execute
File "game/mod/Shawn_Overrides.rpy", line 337, in execute
File "game/mod/Shawn_Overrides.rpy", line 337, in keywords
File "game/mod/Shawn_Overrides.rpy", line 337, in <module>
TypeError: can only concatenate str (not "NoneType") to str
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/prologue/prologue_dialogue.rpyc", line 12, in script
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\character.py", line 1106, in do_display
display_say(who,
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\character.py", line 749, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\display\screen.py", line 1540, in get_displayable
screen.update()
File "C:\Users\phillip\Videos\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/mod/Shawn_Overrides.rpy", line 314, in execute
File "game/mod/Shawn_Overrides.rpy", line 314, in execute
File "game/mod/Shawn_Overrides.rpy", line 320, in execute
File "game/mod/Shawn_Overrides.rpy", line 328, in execute
File "game/mod/Shawn_Overrides.rpy", line 330, in execute
File "game/mod/Shawn_Overrides.rpy", line 337, in execute
File "game/mod/Shawn_Overrides.rpy", line 337, in keywords
File "game/mod/Shawn_Overrides.rpy", line 337, in <module>
TypeError: can only concatenate str (not "NoneType") to str
Windows-10-10.0.22000 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Tue Mar 18 22:24:51 2025
yo ı just downloaded the game and the mod and started the game and it keeps giving errors from the start like the scene where mc and his brother are going against each other. i kept pressing ignore hoping that its just at the beginning but it just kept going and i quit at the scene where mc is talking to her mother in the kitchen. i almost didnt see a render cause of the errors. is anyone facing the same problems or is it just me? is there a solution for this
mod is broken, i get the exception error every few clicks
Just tried it and nope it's not working. still getting the same errorshave you all tried the fix?
https://f95zone.to/threads/midnight...rovements-1-0-shawnchapp.171973/post-16230655
it should work unless you unrpcy'd the game... if you have a shawns_overide.rpy delete it and replace the rpcy with the one you download in that postJust tried it and nope it's not working. still getting the same errors
I tried your fix, deleted shawns_override.rpyc and replaced it with the one you provided and I get the error, then I go check the mod folder and shawn_overrides.rpyc is back there somehowit should work unless you unrpcy'd the game... if you have a shawns_overide.rpy delete it and replace the rpcy with the one you download in that post
Let me know if I'm an idiot.Delete Shawn_Overrides.rpyc from the mod folder within the game folder, and place the attached Shawn_Overrides.rpy into the mod folder. That should disable incest and also the night sex scenes. If you want the night scenes back, then open the rpy in any text editor and change the variable 'night' to True (Note: delete the equivalent rpyc after making this change before launching the game again).
Also, for anyone who wants the gallery to be in the UI style of the 1.0+ release of the game when using the gallery unlocker, then replace the gallery_unlocker.rpy and gallery_unlocker.rpyc with the other attached rpy.
Works great cheers!I went ahead and tweaked some things in the file to make it work as I really wanted to use the mod hope it is not an issue Shawnchapp if it is I will delete the post.
The mod was trying to load the font using persistent.font_name from "gui/fonts/".
To fix it, I updated the code to:
font "mod/" + (persistent.font_name or "roboto-light.ttf") as a temporary fix as I don't know the exact intended font that is supposed to be used.
Here is a fix for those who need it if the other fix did not work. It did not work for me until i made the adjustment and hope it helps others.
Shawnchapp Thanks for the mod as usual and hope this helps. My sincerest condolences.
never mine found itwere is the incest patch in the file i cant find so i can delete it