• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

joelurmel

Well-Known Member
Nov 3, 2022
1,552
2,485
Seriously guys. How f.. hard is it to upload a patch fix for version B to C ?
Like hell im downloading the entire 9+ Gb game again.
ffs. use the diff tool to get the files that are changed. pack them up and share.

diff -qr dir_B dir_C | sort
The main reason it's because you have extract 20 Gb of files from 2 zip files and after that if you produce a diff of an archive of 6 Gb with only 1 files modified, you have to download a diff patch of 6GB...
So, to reduce the size you have to extract all *.rpa via unren, another 20 GB.
And after 40 GB, you can use the diff = Time to do the job without archive ~1 h with a high usage of disk. and CPU..
I've tried, but too much files to delete from 1.0b to have a clean update by diff.
 
Last edited:
  • Like
Reactions: f23bw

aveeno

New Member
Jun 30, 2019
7
3
I am stuck talking to mom in my bedroom, the screen keeps reverting to traceback, here is a save just before it happen, also I am not using any mods and not even the incest patch.
same here any one know how to fix it and how to get more $$$?
 

n00bi

Member
Nov 24, 2022
284
372
@joelurmel
I see. yea that is a issue. im not a py/renpy dev so i dont know how all this py stuff hangs together.
i just a simple C dev.
But why would you put scripts inside archives that has videos and art?
idk but that looks like a bit stupid to me.
exatly because of the reasons we see here, a few lines of code change and you need a full re-download.
 

IamStarlord

Newbie
Jul 5, 2020
79
90
this is a big bullshit... how many times icstor said that the programmer was going to fix the codes and running test for the release of the game and now the update have so many bugs that are easy to find in the first place that means he told a lot of lies until now. Considering also the beta testers who "tried" the game... how can they not found more than 20 bugs that have been reported and now fixed??? i think that he could publish the game 3 weeks ago and adjust the bugs in the way while people playing instead of telling lies
 

nenesio

Newbie
Jun 22, 2019
27
12
It's just an incest patch, not a bug fix. What problem do you have at thi stage ?
I know, but somehow the patch solves it. In the vanilla version of the game Celia does not appear.

In my game I had been in-game for about 40 days and Celia does not appear, I installed the patch and she appeared. If you go to previous pages there are many people commenting on this bug and some giving the solution of using the console to call the scene.
 

mattius77

Well-Known Member
May 16, 2017
1,652
1,265
I'm having the same bug where MC can't sleep to progress to the next day. I've also been stuck on an event where I'm prompted to spy on Sara again in the bathroom in the morning, but she's not there.
 

joelurmel

Well-Known Member
Nov 3, 2022
1,552
2,485
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: 'LoChildscallDad'

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

Full traceback:
  File "scripts/Deliah_Scenes/De_swim_S3.rpyc", line 1170, in script
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1337, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1251, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1231, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'LoChildscallDad'

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Mon Sep 25 23:04:56 2023
Sorry, but I'm unable to reproduce. Maybe the archive you have download his corrupted. please redownload the incest patch.
I know, but somehow the patch solves it. In the vanilla version of the game Celia does not appear.

In my game I had been in-game for about 40 days and Celia does not appear, I installed the patch and she appeared. If you go to previous pages there are many people commenting on this bug and some giving the solution of using the console to call the scene.
This is just because they have removed the patch2 file. And in my incest patch I reintroduce it.
 

joelurmel

Well-Known Member
Nov 3, 2022
1,552
2,485
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: 'LoChildscallDad'

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

Full traceback:
  File "scripts/Deliah_Scenes/De_swim_S3.rpyc", line 1170, in script
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\exports.py", line 1474, in say
    who(what, *args, **kwargs)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1337, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1251, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\character.py", line 1231, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "C:\Users\Kaan\Desktop\MilfyCity-1.0c-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'LoChildscallDad'

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Mon Sep 25 23:04:56 2023
Sorry, but I'm unable to reproduce. Maybe the archive you have download his corrupted. please redownload the incest patch.
@joelurmel
I see. yea that is a issue. im not a py/renpy dev so i dont know how all this py stuff hangs together.
i just a simple C dev.
But why would you put scripts inside archives that has videos and art?
idk but that looks like a bit stupid to me.
exatly because of the reasons we see here, a few lines of code change and you need a full re-download.
Where have you seen video and art in my archive ??? there is just jew scripts and 2 jpd to allow and adjustement of the textbox.
 

Night-Wolf

Member
May 2, 2022
190
256
SARA FIX

What up people who are stuck on Sara, got a solution for y'all and it took quite a bit of digging so if anyone can pass it on please keep an eye out.

If you're stuck at spying on her in the bathroom, it's because you can ONLY trigger the event IMMEDIATELY after interacting with her when she's sleepy in her room and bonks into the door. This solution is for people who are stuck immediately after that interaction, and likely won't work for anyone else!

To fix it, you're going to need to enable dev console, which works the same as any other renpy game.

Once you're in game, select the spy camera BEFORE entering the kitchen, enter the kitchen and type "jump SR2_bath_label" into the console without quotations!

This will trigger the scene that WOULD normally trigger that you missed! Please let me know if this works for you guys because it works for me!

Edit : If anyone can push Onyxdime to this, ending the day changes SR2_Bath from true to false, which is what's causing this bug, should just need to remove this from whatever cleanup is done at the end of the day and it'll fix the problem.
How to I use the "dev console" how do I activate it?
 

shawnnation

Member
Oct 19, 2020
436
349
ive used the gallery unlocker and see some images saying secret scenes are there certain secret scenes that cannot be replayed within the computer?
 

SevenCostanza

Member
Mar 3, 2021
460
907
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.
The last sara scene doesn't seem to work
 
3.80 star(s) 406 Votes