Onyxdime

Smutlord
Game Developer
Jul 26, 2017
796
4,266
I got that bug as well and i started from the beginning. Show them this:

View attachment 2950290
I've run into 3 bugs so far

1. Black background after reloading a save
2. Animation didn't loop during Delilah's lewd scene in the locker room
3. After deleting the security footage Celia sent two text messages at night at the same time. The first one saying she wants to meet at her house followed by a selfie in fishnets. The next message was her saying to meet up with her in her office. I went to her house the next night and it didn't trigger any event but meeting her in her office triggers her confronting you about the blackmailing her. I'm guessing the first text message is out of order or I got locked out of an event but I'm going to assume it's the former.

I did create a "patch.rpy" instead of renaming the existing "patch2.rpy" to "patch.rpy" file before starting the game. So now I have "patch.rpy", "patch.rpyc", "patch2.rpy" and "patch2.rpyc" files in my game folder, so maybe that's bugging things?

Also my only real criticism (so far) is having Sidra in this game is just a waste of time if she has no content, I'm either bugged out of her quest or her quest just ends with her telling you she's a lesbian. The devs might as well just delete her from the game because she doesn't contribute anything lmao
Thanks for taking the time to report all of those in detail. Really appreciate it.

I'll add them to the spreadsheet now.
 
  • Like
Reactions: Xeron_Xr

Boopeeman

Member
Jun 14, 2020
353
562
Does incest patch work for this version?
No. It works with the old game, but the game was rewritten so that there's even a few lines spread out in the old scenes to break immersion. Wait until next week or next year for when icstor puts out the "final" version. Makes no sense as to why they don't release it right not given that's the game the fans have always played.
 
Nov 1, 2018
466
475
Does anyone know how to correct the code for the Linda stuck night ?
It seems to be a simple operator "<" comparing two values, one of them being a string and the other an int.
Can't locate the error to convert the string...

Onyxdime

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
TypeError: '<' not supported between instances of 'str' and 'int'

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

Full traceback:
  File "scripts/home/mc_room/night/scenes/ml_mc_room_night_scene3_v1.rpyc", line 251, in script
  File "/Applications/renpy-8.0.3-sdk/renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "/Applications/renpy-8.0.3-sdk/renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Applications/renpy-8.0.3-sdk/renpy/statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
  File "/Applications/renpy-8.0.3-sdk/renpy/exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Applications/renpy-8.0.3-sdk/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "/Applications/renpy-8.0.3-sdk/renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Applications/renpy-8.0.3-sdk/renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "/Applications/renpy-8.0.3-sdk/renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
  File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
  File "/Applications/renpy-8.0.3-sdk/renpy/revertable.py", line 281, in revertable_sorted
    return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'str' and 'int'

macOS-13.5.2-arm64-arm-64bit arm64
Ren'Py 8.1.3.23091805
Milfy City 1.0b
Sat Sep 23 11:56:51 2023
 

kiren04

Newbie
Mar 18, 2019
40
28
I just wait for another five or six update than I will focus play on this game. I don't want to get high hope and wish the dev will not go on hiatus again and keep updating the game every month at least.
 

DownTheDrain

Well-Known Member
Donor
Aug 25, 2017
1,733
3,839
Can't believe I thought it's the best game 3 years ago. Now it doesn't even look like worth playing.
Don't know about 3 years ago but it was pretty damn good in the early days.
Kind of a pattern with this guy, starting out strong and then finishing weak, or not finishing at all.
 
3.80 star(s) 435 Votes