bry356

New Member
May 15, 2019
7
1
You don't have permission to view the spoiler content. Log in or register now.


Icstor disabled the quick menu in Milfy City. I added a setting in the Peferences screen in my mod to show it.

I think it may be possible to add that option to either an "official" copy of Milfy City, or one which has had the Content Restoration Patch applied by copying the screens.rpy file from my mod into the game directory, but I haven't tried it to confirm.

If you enable the console, you can also show the quick menu by setting quick_menu = True However, since that's setting a global variable, it'll follow your save state. I.e. you'll have to do it, again, if you load an earlier save, or start a new game.



You don't have permission to view the spoiler content. Log in or register now.
what do you mean getting caught is inevitable on her route? what other route would you take instead? also I thought getting caught is avoiding by using the restoration mod?
 

Powerbabe

Member
Game Developer
Aug 1, 2018
302
2,793
The current version of the Content Restoration Patch wipes out the walkthrough for Sidra/Isla. I've just updated my mod to add the walkthrough back for them.

I probably won't produce a separate patch to add the walkthrough steps to the Content Restoration Patch, but if someone wants to do that, they could extract the following files from my mod and replicate the updates to Si_quest1:
  • game_gui.rpy
  • script.rpy
  • neighbor_spy.rpy
  • ne_fence.rpy
  • Ne_MS1.rpy
  • Ne_ES1.rpy
  • Ne_ES2.rpy
  • Sara_S.rpy
  • Ne_MS2.rpy
There wasn't any walkthrough with Sidra and Isla in the first place. The in-game walkthrough was introduced with version 1.0. Please, don't spread misinformation. The next patch will fix that.
 

timbukalso

Newbie
Nov 18, 2023
68
191
what do you mean getting caught is inevitable on her route? what other route would you take instead? also I thought getting caught is avoiding by using the restoration mod?
Reaching the end of Celia's story-content in the game entails getting caught by Celia. The Content Restoration Patch does not alter this.


You don't have permission to view the spoiler content. Log in or register now.
 

suyarporlmlid

New Member
Mar 1, 2024
2
1
Hello anyone, can someone provide bugfix in Bob Workplace?
I got this error when I tried enter Bob Workplace
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/Bob_work/entrance/M/B1.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

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

Full traceback:
  File "scripts/Bob_work/Entrance/M/bob_entrance_M.rpyc", line 35, 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 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/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/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    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
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0e
Sat Mar  2 02:37:43 2024
 

joelurmel

Engaged Member
Nov 3, 2022
2,019
3,360
Hello anyone, can someone provide bugfix in Bob Workplace?
I got this error when I tried enter Bob Workplace
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/Bob_work/entrance/M/B1.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

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

Full traceback:
  File "scripts/Bob_work/Entrance/M/bob_entrance_M.rpyc", line 35, 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 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/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/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    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
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0e
Sat Mar  2 02:37:43 2024
You have just a corrupted image, use this one and save as ...\MilfyCity-1.0e-pc\game\images\Bob_work\entrance\M
 
  • Like
Reactions: suyarporlmlid

suyarporlmlid

New Member
Mar 1, 2024
2
1
You have just a corrupted image, use this one and save as ...\MilfyCity-1.0e-pc\game\images\Bob_work\entrance\M
Well I think I found another bug that I don't have any image for Bob_work since now I got error for B2.png
1709322728618.png

This is my files inside milfy city folder (after restoration patch installed) - Bob_work folder is added by me, there's no Bob_work folder before I create that folder
1709322956535.png

UPDATE: I extract from old 0.71b rpa and pushed to new 1.0e folder, it worked :D
 
Last edited:
  • Like
Reactions: joelurmel

140BMP140

New Member
Jun 15, 2023
6
1
Can someone help me? I'm supposed to talk to Judy at Celia and Linda's, but when I want to talk to Judy it's always the headmaster who wants to talk to me. When I go to the principal it always says "I've already spoken to him." Is this a bug or what am I doing wrong?
 

redsus123

Member
Aug 24, 2021
198
244
can someone explain what is going on with this game - I last checked this back when 1.0c had come out - any major differences in that and 1.0e? also whats the deal with these DLCs? I see them on the patreon but no download options or info in the changelog - saw some screenshots on the prev page, is that all the DLC is? A wall of text and a few rendered stills and an animation or two or are they yet to be leaked?
 

maou_jiji

New Member
Jun 11, 2022
4
2
Finally, i Lost Hope on that one.
Well, for all WE have waited, i'll wait more to have all the DLC and restored content, don't mind if I have to wait for the end of the year. I Hope that we'll get harem ending and that modders will do their Magic :p
 

Win_Security

Newbie
May 18, 2018
68
105
Can someone help me? I'm supposed to talk to Judy at Celia and Linda's, but when I want to talk to Judy it's always the headmaster who wants to talk to me. When I go to the principal it always says "I've already spoken to him." Is this a bug or what am I doing wrong?
I have the same problem
 

timbukalso

Newbie
Nov 18, 2023
68
191
I have the same problem
Can someone help me? I'm supposed to talk to Judy at Celia and Linda's, but when I want to talk to Judy it's always the headmaster who wants to talk to me. When I go to the principal it always says "I've already spoken to him." Is this a bug or what am I doing wrong?
What do you mean by "talk to Judy at Celia and Linda's"?

Which version are you playing, on which platform? Are you using the Content Restoration Patch?
 
3.80 star(s) 435 Votes