Mod Ren'Py Midnight Paradise - Shawn's Walkthrough + Improvements [1.0] [Shawnchapp]

4.00 star(s) 1 Vote

PhadarSolo

Newbie
Sep 12, 2017
37
32
hi shawn
how can i remove incest patch to default character name
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.
 
Last edited:
  • Like
Reactions: Fauno36

PurpleCyanide

New Member
Jun 17, 2020
5
0
```
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\purpl\Downloads\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "C:\Users\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Tue Feb 18 13:52:26 2025
```
Im getting this error
 

gaymerbaymer

Newbie
Feb 25, 2024
34
5
ok so i made an .rpy file and place it in the game file but it didn't help and says this now :
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 320, in execute
window:
File "game/shane_override.rpy", line 328, in execute
if who is not None:
File "game/shane_override.rpy", line 330, in execute
window:
File "game/shane_override.rpy", line 337, in execute
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in keywords
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in <module>
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
TypeError: can only concatenate str (not "NoneType") to str

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

Full traceback:
File "scripts/prologue/prologue_dialogue.rpyc", line 12, in script
File "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "D:\unziped\Downloads\bingo\mods\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 "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "D:\unziped\Downloads\bingo\mods\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 "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\character.py", line 1106, in do_display
display_say(who,
File "D:\unziped\Downloads\bingo\mods\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 "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\display\screen.py", line 1540, in get_displayable
screen.update()
File "D:\unziped\Downloads\bingo\mods\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/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 320, in execute
window:
File "game/shane_override.rpy", line 328, in execute
if who is not None:
File "game/shane_override.rpy", line 330, in execute
window:
File "game/shane_override.rpy", line 337, in execute
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in keywords
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in <module>
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
TypeError: can only concatenate str (not "NoneType") to str

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Wed Feb 19 16:03:48 2025
Idk what to do if anyone knows pls help
 

Calverus

Newbie
Nov 14, 2021
23
21
```
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\purpl\Downloads\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "C:\Users\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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\purpl\Downloads\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.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Tue Feb 18 13:52:26 2025
```
Im getting this error
ok so i made an .rpy file and place it in the game file but it didn't help and says this now :
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 320, in execute
window:
File "game/shane_override.rpy", line 328, in execute
if who is not None:
File "game/shane_override.rpy", line 330, in execute
window:
File "game/shane_override.rpy", line 337, in execute
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in keywords
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in <module>
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
TypeError: can only concatenate str (not "NoneType") to str

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

Full traceback:
File "scripts/prologue/prologue_dialogue.rpyc", line 12, in script
File "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "D:\unziped\Downloads\bingo\mods\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 "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "D:\unziped\Downloads\bingo\mods\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 "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\character.py", line 1106, in do_display
display_say(who,
File "D:\unziped\Downloads\bingo\mods\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 "D:\unziped\Downloads\bingo\mods\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\display\screen.py", line 1540, in get_displayable
screen.update()
File "D:\unziped\Downloads\bingo\mods\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/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 314, in execute
init 969 screen say(who, what):
File "game/shane_override.rpy", line 320, in execute
window:
File "game/shane_override.rpy", line 328, in execute
if who is not None:
File "game/shane_override.rpy", line 330, in execute
window:
File "game/shane_override.rpy", line 337, in execute
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in keywords
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
File "game/shane_override.rpy", line 337, in <module>
text ictra(who) id "who" font "gui/fonts/" + persistent.font_name xoffset 20 color "#ffffff"
TypeError: can only concatenate str (not "NoneType") to str

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Wed Feb 19 16:03:48 2025
Idk what to do if anyone knows pls help
Both of you please try this fix.
I made it a while ago and considering both of you have the same errors I recommend giving it a try as it seemed to work for other people that had the same.

Hope it helps :)
 

gaymerbaymer

Newbie
Feb 25, 2024
34
5
Both of you please try this fix.
I made it a while ago and considering both of you have the same errors I recommend giving it a try as it seemed to work for other people that had the same.

Hope it helps :)
1739975180594.png
i have put it here and it still crashes and shows
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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "D:\unziped\Downloads\bingo\mods\dissapointment\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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "D:\unziped\Downloads\bingo\mods\dissapointment\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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\character.py", line 1106, in do_display
display_say(who,
File "D:\unziped\Downloads\bingo\mods\dissapointment\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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\display\screen.py", line 1540, in get_displayable
screen.update()
File "D:\unziped\Downloads\bingo\mods\dissapointment\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.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Wed Feb 19 19:52:01 2025
 

gaymerbaymer

Newbie
Feb 25, 2024
34
5
So I tried to delete the override and run the game, which it did except for the mods, and adding the override breaks the game again and again.(it some how works but the guide and mod menu are not working at all)
 
Last edited:

Calverus

Newbie
Nov 14, 2021
23
21
View attachment 4566869
i have put it here and it still crashes and shows
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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "D:\unziped\Downloads\bingo\mods\dissapointment\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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "D:\unziped\Downloads\bingo\mods\dissapointment\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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\character.py", line 1106, in do_display
display_say(who,
File "D:\unziped\Downloads\bingo\mods\dissapointment\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 "D:\unziped\Downloads\bingo\mods\dissapointment\Midnight_Paradise_v1.0f_EXTRA-WLM\Midnight Paradise v1.0f-WLM\renpy\display\screen.py", line 1540, in get_displayable
screen.update()
File "D:\unziped\Downloads\bingo\mods\dissapointment\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.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Wed Feb 19 19:52:01 2025
Hmmmm okay something is definitely wrong there. Especially because the script file I provided doesn't contain lines 314-337 which is causing the error. I removed them to prevent this error and restore the original text/namebox in-game. So I have no idea what might be causing this error as those lines don't actually exist in my version. There are only 312 lines.

Are you absolutely sure the file was overwritten correctly? I am only asking because that is incredibly strange as the game is acting like the original script file is still there and not my fix.

Do me a favour. Completely delete and redownload the entire mod. Then overwrite the file again. I have no idea what may be causing the error but it is very strange to see the exact same error when those lines don't actually exist in my version of the script file.
 

Shawnchapp

Engaged Member
Modder
Feb 13, 2018
2,210
7,167
I just wanted to know how to enter this since it opens a tab instead. I tried the game>mod as you and the other person suggested, but nothing happened. I got the same error as the person above.
right click and "click save as" make sure it name the right way then plac ein mod folder and click "yes override"
 

gaymerbaymer

Newbie
Feb 25, 2024
34
5
it workssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.
So I tried the one Shawnchapp gave one more try, and it was being saved as UTF-8 with BOM, and hence, it was not working. Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu and you too calverus.
 

Cyberjacky

Member
Jul 6, 2018
215
92

Thread Updated: 15-12-2024
Release Date: 18-08-2023
Game/Creator: Midnight Paradise /
Modder: Shawnchapp / / / /
Mod/Game Version: 1.0 (v2)
Language: English


Features:

This mod adds an in-game walkthrough for every character and story event in the game The walkthrough menu contains dynamic guides that let you track your progress for each character and see the requirements needed to trigger their scenes and advance their story. The mod guides also show all requirements for getting all possible extra dialogue options and seeing all possible extra content during events and scenes.

Stats screen: in Main girls new feature, showing stats of the girls and Story completion bar (for their main guide) and a green check to show when there guide is completed

Clicking "objectives" or tapping the "m" key opens mod menu

Includes all of Lord Ashram's changes (RIP), Bibifoc Gallery unlocker

My changes: stats screen, readded Night time event guides, updated guides/UI


Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

NOTE: The ipatch is already included adding another patch WILL CAUSE ERRORS
Download: / /
Note: if above says "Updating" patron link leads to old version



View attachment 2868746 View attachment 2868745 View attachment 2868747

I get this error, can you check?


```
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 "renpy/ast.py", line 2573, in execute
File "renpy/ast.py", line 615, in execute
File "renpy/exports\sayexports.py", line 132, in say
File "renpy/character.py", line 1455, in __call__
File "renpy/character.py", line 1106, in do_display
File "renpy/character.py", line 749, in display_say
File "renpy/display\screen.py", line 1540, in get_displayable
File "renpy/display\screen.py", line 697, in update
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

```
 

gaymerbaymer

Newbie
Feb 25, 2024
34
5
I get this error, can you check?


```
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 "renpy/ast.py", line 2573, in execute
File "renpy/ast.py", line 615, in execute
File "renpy/exports\sayexports.py", line 132, in say
File "renpy/character.py", line 1455, in __call__
File "renpy/character.py", line 1106, in do_display
File "renpy/character.py", line 749, in display_say
File "renpy/display\screen.py", line 1540, in get_displayable
File "renpy/display\screen.py", line 697, in update
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

```
delete the override file already in the mods folder and place this one instead
 

jwhu

Member
Nov 25, 2020
124
50
Which game version do i download to use with the mod? v1.0e Elite or v1.0f Extra
 

dewayne4478

Active Member
Dec 10, 2022
513
154
you guys realize it not updated for the latest version. He dealing with the lost of his Father at the moment
 

frelon71

Active Member
Nov 29, 2018
875
648

Thread Updated: 15-12-2024
Release Date: 18-08-2023
Game/Creator: Midnight Paradise /
Modder: Shawnchapp / / / /
Mod/Game Version: 1.0 (v2)
Language: English


Features:

This mod adds an in-game walkthrough for every character and story event in the game The walkthrough menu contains dynamic guides that let you track your progress for each character and see the requirements needed to trigger their scenes and advance their story. The mod guides also show all requirements for getting all possible extra dialogue options and seeing all possible extra content during events and scenes.

Stats screen: in Main girls new feature, showing stats of the girls and Story completion bar (for their main guide) and a green check to show when there guide is completed

Clicking "objectives" or tapping the "m" key opens mod menu

Includes all of Lord Ashram's changes (RIP), Bibifoc Gallery unlocker

My changes: stats screen, readded Night time event guides, updated guides/UI


Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

NOTE: The ipatch is already included adding another patch WILL CAUSE ERRORS
Download: / /
Note: if above says "Updating" patron link leads to old version



View attachment 2868746 View attachment 2868745 View attachment 2868747
Hello, the mod is bugging the game because it is in 1.0 Elite while the game is in 1.0F Extra. There have been 4 updates in the meantime.
 
4.00 star(s) 1 Vote