joelurmel

Engaged Member
Nov 3, 2022
2,161
3,882
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/start.rpy", line 231, in <module>
  File "game/scripts/location.rpy", line 24, in go_to
AttributeError: 'NoneType' object has no attribute 'startswith'

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

Full traceback:
  File "scripts/start.rpyc", line 231, in script
  File "C:\Users\...\Downloads\MidnightParadise-Elite-0.22-pc-compressed\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\...\Downloads\MidnightParadise-Elite-0.22-pc-compressed\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/start.rpy", line 231, in <module>
  File "game/scripts/location.rpy", line 24, in go_to
AttributeError: 'NoneType' object has no attribute 'startswith'
It's the compressed version... see with the modder what he have done.
On the normal version, your save work without error
 

MADNESSFREAK02

New Member
Jun 16, 2023
3
2
Here is a new patch. It enables:
- incest (no need to manually change relationship ingame)
- sleep stuff (grope/have sex with girls during their sleep)

2 files are available:
- midnight_paradise_patch.rpyc: unlocks incest + sleep stuf
- midnight_paradise_patch_sleep_stuff_only.rpyc: Obviously, unlocks sleep stuff only

Put the file in <MP directory>/game folder.

The patch is compatible with all versions of the game, including future releases.
This patch is compatible with any other mods you could use.

Note: This patch is identical to the one available on .
How to install these ??
 
3.60 star(s) 347 Votes