mattius77

Well-Known Member
May 16, 2017
1,785
1,491
355
So I was able to get to the end of the game using the 1.0b version. Not sure how the earlier issues resolved themselves, but they did. Maybe it was the combination of story states for different characters that triggered the can't-sleep thing, I don't know.

Is there a scene checker? I have all the regular scenes unlocked except for one (pg 3, bottom right). Looks like it's maybe something with Caroline. And where do you go to view the secret scenes? I've been running around the game world collecting all those tokens, and I don't know how to look at the content. hahaha Never mind, I reloaded the game and the scene was unlocked in the Gallery, and I figured out how to view the stupid secret scenes. haha
 
Last edited:

Boopeeman

Member
Jun 14, 2020
365
603
161
I actually haven't played the new game yet as I'm going to wait for the pirate patch but are those the actual new renders? Is it just me or did they seem to have declined in quality? I'm a fan of blush but that just looks pasted on, not to mention no freckles or Sara's previous facial subtleties. Maybe ICSTOR actually died?
 

megaera

Active Member
Nov 12, 2016
556
677
306
would love if the main screen of this game would be true and you could do threesome and 4 somes. But alas. Great game though.
 

badboy696

Newbie
Sep 10, 2018
37
15
214
Will the Neighbours Daughter appear in another version again, ir is she completely deleted from the Game forever?
I thought like a Non-Patreon version of the Game, or something like that. I think, it was the hottest Questline in the whole Series.
 
  • Like
Reactions: Majindevil

Visling

New Member
Nov 20, 2021
2
0
11
There is a bug in Linda storyline, when she gets to MC's room the first time. "An exeption occured" what to do in these cases?
 

Visling

New Member
Nov 20, 2021
2
0
11
There is a bug in Linda storyline, when she gets to MC's room the first time. "An exeption occured" what to do in these cases?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  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 "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\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 "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\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 "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\revertable.py", line 281, in revertable_sorted
    return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'str' and 'int'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Tue Sep 26 22:04:56 2023
 

joelurmel

Engaged Member
Nov 3, 2022
2,718
4,778
397
Neden bana bu hatayı veriyor?
View attachment 2959222
There is a bug in Linda storyline, when she gets to MC's room the first time. "An exeption occured" what to do in these cases?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  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 "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\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 "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\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 "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\revertable.py", line 281, in revertable_sorted
    return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'str' and 'int'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Tue Sep 26 22:04:56 2023
You have a fix here
 

sixart

Conversation Conqueror
Jan 2, 2021
6,237
8,097
621
:oops:

Fucktards don't get it for starters that START A NEW GAME !

Fucktards don't get it either that do NOT mod your game(s) !

I haven't had A SINGLE BUG !!! Even though I'm not a stan for anyone... I do think this game is mediocre... And nuff said :rolleyes:

( have not played the game since v7 [ not the newest one ] so chill ) :p

Made 100% withought " mods " in less then 10 hours :LOL:

Wonder who is " eager " to play this piece of shite ? :unsure::KEK:
 
3.70 star(s) 474 Votes