- Jul 4, 2017
- 94
- 24
anyone knows where i can find the ingame images? and if its possible to change or decrypt them into pictures?
Scenes from in the game are found on the MC's PC. There is a secret gallery on his noticeboard in his room behind his PC where the hidden bonus images are collected.anyone knows where i can find the ingame images? and if its possible to change or decrypt them into pictures?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_data.rpy", line 50, in get_selected
return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/shop/shop.rpyc", line 82, in script
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1828, in execute
self.call("execute")
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\exports.py", line 2664, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\screen.py", line 424, in visit_all
self.child.visit_all(callback)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 513, in visit_all
callback(self)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 805, in per_interact
if self.is_selected():
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 795, in is_selected
return is_selected(self.action)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in is_selected
return any(is_selected(i) for i in action)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in <genexpr>
return any(is_selected(i) for i in action)
File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 368, in is_selected
return action.get_selected()
File "renpy/common/00action_data.rpy", line 50, in get_selected
return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Milfy City 0.4b
Sat Sep 01 17:36:17 2018
Thanks for this I finally got the patch to work but I know where to look the next time when I can't.Just get this one
You must be registered to see the links
You should download 0.4c, the fix has been applied to that version. Alternatively try this fix for 0.4b.Hey guys, can someone help me? I have 0.4b version. I got error everytime when i open my inventory. Inventory is working till i get any item, after that just error, error, error. Someone know any fix?
Full traceback:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/common/00action_data.rpy", line 50, in get_selected return getattr(self.object, self.field) == self.value AttributeError: 'StoreModule' object has no attribute 'item' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/shop/shop.rpyc", line 82, in script File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1828, in execute self.call("execute") File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1816, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\statements.py", line 177, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\exports.py", line 2664, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 2635, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\screen.py", line 424, in visit_all self.child.visit_all(callback) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 513, in visit_all callback(self) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 805, in per_interact if self.is_selected(): File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 795, in is_selected return is_selected(self.action) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in is_selected return any(is_selected(i) for i in action) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in <genexpr> return any(is_selected(i) for i in action) File "C:\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 368, in is_selected return action.get_selected() File "renpy/common/00action_data.rpy", line 50, in get_selected return getattr(self.object, self.field) == self.value AttributeError: 'StoreModule' object has no attribute 'item' Windows-8-6.2.9200 Ren'Py 6.99.14.3.3347 Milfy City 0.4b Sat Sep 01 17:36:17 2018
Thank you, its workedYou should download 0.4c, the fix has been applied to that version. Alternatively try this fix for 0.4b.
Anyone?Anyone else getting this error after restarting their game? Worked fine on first run. (I have the 'updated' inc patch and the options.rpy for developer console).
You don't have permission to view the spoiler content. Log in or register now.
Don't get me wrong here....@Asphyx
I'm a greedy bastard and I just want all the WIP characters in general haha. Judy has been high on my list for a while but that bitch by the pool really peaks my interest too. While I'm really excited to get to some more Celia content and Judy stuff, I think the Liza stuff has sated my hunger for the older women for now and I'd really like to find out what else is on offer at the school. Pool girl really needs putting in her place.
Yeah, ICSTOR is one of the devs who at least can finish a game or 4 and not have to worry about him fucking over everyone while doing so.In the past ICSTOR has always been good about staying on Story and Plot. So I'm not worried as much about the direction this game will take...
Well he is smart about it....Why develop a novel when you can develop a short story and keep the story tight!Yeah, ICSTOR is one of the devs who at least can finish a game or 4 and not have to worry about him fucking over everyone while doing so.
I don't care where the MILF is from....Just as long as one MILF is in the Update I'm happy. All the youngers are CHERRIES on the top! LOL@Asphyx
Yeah, I get what you're saying. I guess I'm also hoping they continue to bundle like they did with this last update. If they give us an older woman from the school then I can imagine bundling in one of the younger characters would fit a theme quite nicely. It would keep everyone happy too I imagine. After that phone call though, I'm expecting some Judy content bundled in with any Linda progression, I'm expecting a dedicated milf update when that comes.
Now we're talking :extremelyhappy:What I do want to see is those Youngers be involved in the scenes with the Olders...
You need to use UnRenpy.bat (available here on F95 someplace...USE THE SEARCH!)I dont know why after i following how to console, console not work, anynone here will guide me more about the console? pls
You know what this game really needs?Now we're talking :extremelyhappy:
I think Lily could do with a trip to Judy's office after how she encouraged Sara to go after MC lol.
So it's not a route, it's just her storyline. Kind of a fan of this blackmail tho. Check all the (my) right box, evil beautifull lady being brought down, by a not that ugly and not that horrendous dude and as you said she "learn" to like it.With Celia? No. It's the only blackmail so far though unless I'm forgetting something.
I'm a fan of the blackmail ending and the 'victim' wanting to keep up the charade because they've grown to like it. I can't imagine the leverage being able to disappear with her knowledge though without her discovering the MC is the blackmailer.
In some cultures, women who are betrothed to be married are checked for virginity in terms of having an intact hymen. Therefore, some women from these cultures will not have penetrative vaginal sex to not embarrass her & her future husband's family or be eligible for such a marriage. Therefore oral and anal is fair game and anal is more readily offered than vaginal sex. Back in my college days I studied abroad in France and met an Iranian woman with these very same sexual quirks.While I don't mind and probably even prefer that the younger character be a virgin (if there has to be one may as well be the obvious choice right?) I also don't understand the jump straight to anal. I've been quite promiscuous in my time and every girl I've ever been with has considered anal to be a big step above vaginal sex. Heck, the one virgin I've been with wouldn't even consider any other position than missionary during our first time, despite how much easier it would have been to enter her from the side or from behind. So yeah, the anal before vaginal thing really doesn't make much sense to me. It doesn't bother me exactly, I just find it strange.
I am going to end this debate with this ok and will no more talking about ok ILF is correct but if you but any letter from A to Z at the began it can mean any thing to anyone it is no correct or wrong way it is how every other person choice it to be just Like the Dev choice the title for the name of the game maybe he mean Mother or mature IDK but each has his/her opinion of it meaning so no more debate about this from meDon't hate me, Sparky. Hate history. And if you would like to go by what common vernacular holds for the definition, it's still mother. If you prefer your own definition, hold to it and maybe you will convince society your term is better. So, once again, go ahead. We'll wait.