Deleted member 241387
Member
- Oct 10, 2017
- 159
- 215
- 53
There's a lot of bashing in the thread right now, and it's mostly justified from my experience with this game, but it's not clear that anybody bashing the game actually played the latest update. Potential players would appreciate it if you could let us know (1) if it's playable, and (2) if there is any new content or continuation to the story.Since no one else seems to have played it and it's been a while for me - Screw it, I'm gonna try it.
I didn't experience any bugs, I started over fresh. There was new content, and it seemed previous content was more fleshed out with animations I didn't recall since last I played. the new content was more about planing some sort of bank heist at not so much sexy time though.There's a lot of bashing in the thread right now, and it's mostly justified from my experience with this game, but it's not clear that anybody bashing the game actually played the latest update. Potential players would appreciate it if you could let us know (1) if it's playable, and (2) if there is any new content or continuation to the story.
So, 3 years in Dev, decent amount of content? Much sexy time yet?
Some, such as hand jobs and blow jobs (but no intercourse yet), and there are several animations. I'll let you judge how you feel about that.Any family loving yet? I like the renders, but the comments suggest this is a milk machine.![]()
Three of them are all related, although you'll want the incest patch to have the game indicate it. You can (or will be able to) have some intimacy with your sister, your mother, and your aunt. This is why they look very much alike. There is a non-family girl as well with whom you'll presumably be able to be more intimate as the story goes on. To be fair, it's clear Vega Studio prefers a certain appearance, because even the unrelated woman has a somewhat similar look to the others.Looks like same model used for 3 or 4 different girls, are they related?
That might be the same bug a few others have reported. I haven't played the latest update yet. I know old saves won't work, but beyond that I don't know about other errors that may exist.I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 282, in script
python:
ScriptError: could not find label 'start'.
Thanks. Are you sure that's new content? I remember some heist planning with the father/landlord sometime before version 0.12.I didn't experience any bugs, I started over fresh. There was new content, and it seemed previous content was more fleshed out with animations I didn't recall since last I played. the new content was more about planing some sort of bank heist at not so much sexy time though.
For me it was new, then again last time I played it, it was in November 2020... Back then it was like 1 or 2 meeting with the dad and the other dude. This time there was 6 events/quets. The last one you can keep repeat, so I guess that just mean end of contnet.Thanks. Are you sure that's new content? I remember some heist planning with the father/landlord sometime before version 0.12.
Probably for some of the same reasons people keep download it for free? They want too?How are people still paying patreon for these kind of updates???!!!...
Haven't even downloaded the new update for free... Not when the update only says things like "reworked", "assigned values" and "fixed"Probably for some of the same reasons people keep download it for free? They want too?
see if there is an empty folder named "game" in your renpy folder. delete that if it's thereGetting this error also:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 282, in script
python:
ScriptError: could not find label 'start'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Applications/renpy-7.4.10-sdk/renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "/Applications/renpy-7.4.10-sdk/renpy/main.py", line 652, in main
run(restart)
File "/Applications/renpy-7.4.10-sdk/renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "/Applications/renpy-7.4.10-sdk/renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 282, in script
python:
File "/Applications/renpy-7.4.10-sdk/renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.
Darwin-20.5.0-x86_64-i386-64bit
Ren'Py 7.4.10.2178
OK, so it's possible there's something new, but if so, it's there's not much. I guess I'll cancel my download (now 6 hours remaining) and skip it.For me it was new, then again last time I played it, it was in November 2020... Back then it was like 1 or 2 meeting with the dad and the other dude. This time there was 6 events/quets. The last one you can keep repeat, so I guess that just mean end of contnet.
Just checked there isn't.see if there is an empty folder named "game" in your renpy folder. delete that if it's there
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)
File "game/script/map.rpy", line 30, in execute
File "game/script/map.rpy", line 30, in execute
File "game/script/map.rpy", line 56, in execute
File "game/script/map.rpy", line 60, in execute
File "game/script/map.rpy", line 152, in execute
File "game/script/map.rpy", line 152, in <module>
TypeError: 'bool' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/Home/ff_hw/ff_hw.rpyc", line 96, 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 3134, 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 3318, 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 3738, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3738, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/script/map.rpy", line 30, in execute
File "game/script/map.rpy", line 30, in execute
File "game/script/map.rpy", line 56, in execute
File "game/script/map.rpy", line 60, in execute
File "game/script/map.rpy", line 152, in execute
File "game/script/map.rpy", line 152, in <module>
TypeError: 'bool' object has no attribute '__getitem__'
Windows-10-10.0.22000
Ren'Py 7.5.0.63n
Wicked Paradise
Wed Jan 5 05:00:31 2022