• We will be performing maintenance to upgrade some of our forum tools. During this time, the site will remain online, but you may encounter some errors until the maintenance is complete. The report and search functions will be unavailable until the maintenance is complete.

    Maintenance is expected to last up to 9 hours.

    The maintenance window will start on Thursday, 2024/07/04, at: 1:00 PM GMT / 3:00 PM CEST / 9:00 AM EDT / 6:00 AM PDT / 12:00 AM AEDT

    Thank you for your patience.

timbukalso

Newbie
Nov 18, 2023
40
134
Here these three pics follow one another. The Mc is really lightning fast, right? :giggle:
I hope you'll fix this too
Yes, eliminating jarring inconsistencies that distract from the story is what I'm doing my best to address. I welcome you, or anyone else, to point these out in the thread for the mod, so I'm more likely to notice them, and less likely to forget them.

By the way, will these ("???" in the walkthrough list) characters appear in the game, or will they remain absent?
All of the mystery characters will eventually be revealed as you play through the game.
 
  • Like
Reactions: ♂Brout&Minou♀

♂Brout&Minou♀

Engaged Member
Jul 30, 2020
2,497
1,812
Yes, eliminating jarring inconsistencies that distract from the story is what I'm doing my best to address. I welcome you, or anyone else, to point these out in the thread for the mod, so I'm more likely to notice them, and less likely to forget them.
Okay, that makes sense. I've already bookmarked your thread, so I'll report it there if it comes up again in my playthrough.

All of the mystery characters will eventually be revealed as you play through the game.
Thanks for keeping the suspense going, that's all I needed to know
 
  • Like
Reactions: timbukalso

Teslaplane8

Newbie
May 19, 2023
45
28
Cheat mod not working properly???
Everything is working fine but the cheat mod not showing me the money option but everything else is there like screenshots. I did everything according to the instructions. Need 1k$ to give to Violet and only have 350$ something
Edit - I am on pc
Use renpy universal mod
 

RandomFan01010

New Member
May 2, 2021
2
2
I've made an i-patch fix with more transformation than previous.

Extract to [somewhere on your disk]\MilfyCity-1.0e-pc and replace the old files if you have it. (As usual, modified files have their backup)

Report any errors/breachs via screenshot to help

IMPORTANT THINGS: DO NOT DELETE PATCH.RPY IN [somewhere on your disk]\MilfyCity-1.0e-pc\game!

EDIT: As a bonus, you have a textbox slider in preferences for those that have problem for seeing text without contrast
EDIT2: Works in 1.0e


You don't have permission to view the spoiler content. Log in or register now.
If I install this incest patch, do I need the patch from lewdpatcher?
 
  • Haha
Reactions: ♂Brout&Minou♀

Santani

New Member
Nov 29, 2021
1
1
Hey Guys
Anybody know what to do with this Error code ? :


I'm sorry, but an uncaught exception occurred.

After loading the script.
TypeError: 'tupleiterator' object is not callable

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 516, in main
game.persistent = renpy.persistent.init()
File "renpy/persistent.py", line 240, in init
backup[k] = safe_deepcopy(v)
File "renpy/persistent.py", line 133, in safe_deepcopy
rv = copy.deepcopy(o)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 163, in deepcopy
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 257, in _deepcopy_dict
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 163, in deepcopy
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 237, in _deepcopy_tuple
TypeError: 'tupleiterator' object is not callable

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Milfy City 1.0e
Wed Apr 3 18:59:19 2024

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: 'bool' object is not callable

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

Full traceback:
  File "scripts/Climbing_mingame.rpyc", line 64, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3814, in interact_core
    if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Milfy City 1.0e
Wed Apr  3 19:06:24 2024
 
  • Thinking Face
Reactions: ♂Brout&Minou♀

♂Brout&Minou♀

Engaged Member
Jul 30, 2020
2,497
1,812
Hey Guys
Anybody know what to do with this Error code ? :


I'm sorry, but an uncaught exception occurred.

After loading the script.
TypeError: 'tupleiterator' object is not callable

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 516, in main
game.persistent = renpy.persistent.init()
File "renpy/persistent.py", line 240, in init
backup[k] = safe_deepcopy(v)
File "renpy/persistent.py", line 133, in safe_deepcopy
rv = copy.deepcopy(o)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 163, in deepcopy
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 257, in _deepcopy_dict
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 163, in deepcopy
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/copy.py", line 237, in _deepcopy_tuple
TypeError: 'tupleiterator' object is not callable

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Milfy City 1.0e
Wed Apr 3 18:59:19 2024

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: 'bool' object is not callable

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

Full traceback:
  File "scripts/Climbing_mingame.rpyc", line 64, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3814, in interact_core
    if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Milfy City 1.0e
Wed Apr  3 19:06:24 2024
I'm no expert, but I see you seem to be playing on Windows 10 and your log shows a few lines talking about Linux. Are you sure you downloaded the Win version?
 
Apr 1, 2024
23
2
hi im new to this site and kind of games how do i use the mod i only played 3 other games and only one with mod i think i had to put the mdoe in the game folder is this the same here?
 
3.80 star(s) 413 Votes