joelurmel

Well-Known Member
Nov 3, 2022
1,674
2,585
no I deleted the game file I

Now its just showing a error when I try to start a new game:



I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/modtextbox.png'>:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'gui/modtextbox.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "scripts/intro.rpyc", line 79, in script
File "scripts/intro.rpyc", line 79, in script
File "renpy/ast.py", line 691, in execute
statement_name("say")
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1684, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2762, in do_with
clear=clear)
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 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1293, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/imagelike.py", line 275, in render
crend = render(image, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'gui/modtextbox.png'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Milfy City 1.0d
Wed Sep 27 15:22:57 2023
the modtextbox.png is part of the i-patch, so I don't known what you have done...
Extract the full archive to [game folder] not [game folder]\game
 

peas

Active Member
Jul 31, 2018
550
1,173
UnRen and look for the minigames variable and change it.
In the preference section it says that skip minigames is true, but when I go to the dad's workplace I always have to open the binder and play the game and I always fail because I can't use the mouse fast because I am disabled. Help
 

joelurmel

Well-Known Member
Nov 3, 2022
1,674
2,585
Help me please do not take the saved game from version c to version d any solution for this?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0d
Wed Sep 27 15:48:46 2023
yes, restart :(
 

joelurmel

Well-Known Member
Nov 3, 2022
1,674
2,585
I have a couple of big problems. I am disabled and can't complete the mini games. Is there a variable I can change to make them be successful? Also, my relation with Linda is only 2 and I can't find any way to get to 3 so I can't continue her story. Any help would be greatly appreciated. Thanks
In preferences, you can disable mini games.
 

philophobic

New Member
May 2, 2019
1
0
Confirmed working for 1.0d still.

Gallery unlocker to force-unlock everything in the scene replay gallery, the secret card gallery, or both.

  • unlocker.rpyc unlocks both the replay gallery on the computer and the secret card gallery.
  • secret_unlocker.rpyc unlocks only the secret card gallery but not the replay gallery.
  • replay_unlocker.rpyc unlocks only the scene replay gallery but not the secret card gallery.

Should work on all versions of the game, on existing saves, and on new playthroughs.

!! DOWNLOAD ONLY ONE OF THE FILES !!

You will get an error and the game won't run if you try to use more than one of the unlockers together.

If you want both galleries unlocked, you need to download unlocker.rpyc.

The unlock is permanent. Loading a save or starting a new game with the unlocker installed, saving that game, then removing the unlocker will not re-lock the gallery images for that save, but will prevent new games and older saves from having their galleries unlocked.

Install Instructions:

  1. Download one of the files below.
  2. Move it into the game/ folder alongside the .rpa files.
  3. Run game and enjoy.
Any necessary steps other than adding the file to /game? Otherwise this does not work after upgrading game 7.1 -> 1.0d
 

Seagal

Active Member
Oct 10, 2017
533
2,211
The changes to the story are completely stupid. Roleplay that they are sleeping is dumb, roleplaying the blackmail is dumb. I understand it maybe had to be that way to get onto Steam, but it should have been a "Steam" specific version.
Steam / Valve has nothing to do with that. People here on F95 mass reported the game to Patreon, because they were jealous of ICSTOR, and or the game wasn't being updated in a way they thought was satisfactory. So, they tried to punish and sabotage ICSTOR thinking it would get updates to come faster or they wanted to just maliciously hurt someone. Either way, it's pretty sick shit, but that is why so many of these changes were forced from Patreon.
 

DownTheDrain

Well-Known Member
Donor
Aug 25, 2017
1,729
3,809
Steam / Valve has nothing to do with that. People here on F95 mass reported the game to Patreon, because they were jealous of ICSTOR, and or the game wasn't being updated in a way they thought was satisfactory. So, they tried to punish and sabotage ICSTOR thinking it would get updates to come faster or they wanted to just maliciously hurt someone. Either way, it's pretty sick shit, but that is why so many of these changes were forced from Patreon.
Are you ICSTOR's chief propagandist?
We already had this discussion and that's not what happened. At all.
There was one guy who may or may not have reported them and they admitted themselves that they were already under scrutiny before, just like many other titles that feature incest and/or noncon.
 

GGM23

Newbie
Oct 6, 2021
20
5
Oyun buradan sonra hata veriyor;
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:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\GÖKHAN\Downloads\Compressed\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:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\ui.py" dosyası, satır 299, etkileşimde
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  Dosya "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\core.py", satır 3582, etkileşimde
    tekrarla, rv = self.interact_core(preloads=önyüklemeler, trans_pause=trans_pause, duraklatma=duraklatma, duraklatma_başlatma=pause_başlatma, duraklatma_modal=pause_modal, **kwargs) # type: görmezden gelme
  Interactive_core'da "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\core.py" dosyası, satır 4055
    root_widget.visit_all(lambda d : d.per_interact())
  Visit_all'da "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\core.py" dosyası, satır 684
    d.visit_all(geri arama, görüldü)
  Visit_all'da "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\core.py" dosyası, satır 684
    d.visit_all(geri arama, görüldü)
  Visit_all'da "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\core.py" dosyası, satır 684
    d.visit_all(geri arama, görüldü)
  Visit_all'da "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\screen.py" dosyası, satır 476
    geri arama (kendi kendine)
  Dosya "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\core.py", satır 4055, <lambda> içinde
    root_widget.visit_all(lambda d : d.per_interact())
  Dosya "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\screen.py", satır 487, per_interact'ta
    self.update()
  Dosya "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\display\screen.py", satır 680, güncellemede
    self.screen.function(**self.scope)
  "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy" dosyası, satır 15, yürütülüyor
  "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy" dosyası, satır 15, yürütülüyor
  "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy" dosyası, satır 22, yürütülüyor
  Dosya "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", satır 22, <module> içinde
  Dosya "C:\Users\GÖKHAN\Downloads\Compressed\MilfyCity-1.0c-pc\renpy\revertable.py", satır 281, revertable_sorted içinde
    return RevertableList(sorted(*args, **kwargs))
TypeError: 'str' ve 'int' örnekleri arasında '<' desteklenmiyor

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Milfy Şehri 1.0c
27 Eylül Çarşamba 23:34:24 2023
[/kod]


[ATTACH type="full"]2961906[/ATTACH]
 

King Wan

Member
Mar 13, 2022
247
644
In the preference section it says that skip minigames is true, but when I go to the dad's workplace I always have to open the binder and play the game and I always fail because I can't use the mouse fast because I am disabled. Help
Unren, shift+o, inventory.money=10000
No need for mini games.
 

Heycock

Active Member
Jun 30, 2020
925
3,426
Are you ICSTOR's chief propagandist?
We already had this discussion and that's not what happened. At all.
There was one guy who may or may not have reported them and they admitted themselves that they were already under scrutiny before, just like many other titles that feature incest and/or noncon.
Some user (I think in this forum) for some reason decided to pipe up and and spam report ICSTOR's Patreon page with a long essay (including screenshots and videos) until it got flagged for review. Patreon picked up the report and had a discussion with ICSTOR to remove the night scenes with Caroline and Sara in their bedrooms as it's considered rape and non-consensual sex as well as too remove the Celia webcam/blackmail stuff essentially meaning her whole entire story has to be rewritten because of that moron (which is a content update within itself, those renders have to be deleted or reworked).

This is the reason for the the delay on the Judy update (v0.73).

We all know what ICSTOR is like with MORE work...we barely just got him to come out of his cave and now some idiot has scared him back inside...see you in 2 years? Who knows now.
You can follow the whole conversation there.
 
3.70 star(s) 411 Votes