Domenico85
Member
- May 15, 2019
- 341
- 34
- 171
if you have already done the threesome with Jennie (& Riley) in Doa you should be able to find another one in Jennie's apartment (4th floor) on a Tuesday or Friday. should be easy to find if you go to her apartment and just skip time till the RNG hits.Guys I don't understand how I can do this scene or this thing, can anyone help me?
View attachment 4255433
I don't know if it is scummy, I enjoy this kind of gameplay too. But if I restart, I just speedrun for the waiter outfit, try to get a highscore.Depending on how much time you want to spend in the DoA world (I enjoy the crafting side of most games, so that part of this game appeals to me and I love quests. We need more quests!!!) ... here's more info related to combat / crafting... putting it in a spoiler so those who don't care won't have to read it...
You don't have permission to view the spoiler content. Log in or register now.
That's my comprehensive guide to the mini-game side of DoA... more or less. Enjoy.
Just talk to her when you find her drunk. As long as you have the money and it isn't the first first time you found her like this, there will be a dialogue option to pay her debt.how do i pay rachels dept
Error occures when you try to sell items in notice board :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script "" File "renpy/common/00action_other.rpy", line 537, in __call__ rv = self.callable(*self.args, **self.kwargs) File "game/DoA rpy/Black Market/Python.rpy", line 12, in doa_bm_trade_function remove_item(item) File "game/DoA rpy/DoA inventory.rpy", line 268, in remove_item for slot,data in inventory.iteritems(): RuntimeError: dictionary changed size during iteration -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script call "" File "game/script.rpy", line 33, in script "" File "renpy/ast.py", line 721, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1417, in say who(what, *args, **kwargs) File "renpy/character.py", line 1249, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 901, in do_display **display_args) File "renpy/character.py", line 647, in display_say rv = renpy.ui.interact(mouse='say', type=type, 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 3315, 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 4155, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1100, 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 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/behavior.py", line 979, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 914, in handle_click rv = run(action) File "renpy/display/behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_other.rpy", line 537, in __call__ rv = self.callable(*self.args, **self.kwargs) File "game/DoA rpy/Black Market/Python.rpy", line 12, in doa_bm_trade_function remove_item(item) File "game/DoA rpy/DoA inventory.rpy", line 268, in remove_item for slot,data in inventory.iteritems(): RuntimeError: dictionary changed size during iteration Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Double Perception 4.3 Thu Oct 31 18:05:29 2024
Guys, there's no point in posting bug messages on the forum, the developer will never correct them. There are bugs in these games which are 1.5 years old.Bugged.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Overworld Screens/!Kim/Events.rpy", line 156, in script call call interaction_end(ap) File "game/Dialog System/Dialog system.rpy", line 8, in script $ timeManager() File "game/Dialog System/Dialog system.rpy", line 8, in <module> $ timeManager() File "game/Overworld Screens/Python/Time python.rpy", line 100, in timeManager new_npc_location_manager() File "game/Overworld Screens/Python/NPC python.rpy", line 554, in new_npc_location_manager npc_Kimberly.location = tt_Kim[temp_kim_activity]["locationid"] KeyError: u'famdin' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Overworld Screens/!Kim/Events.rpy", line 156, in script call call interaction_end(ap) File "game/Dialog System/Dialog system.rpy", line 8, in script $ timeManager() 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 "game/Dialog System/Dialog system.rpy", line 8, in <module> $ timeManager() File "game/Overworld Screens/Python/Time python.rpy", line 100, in timeManager new_npc_location_manager() File "game/Overworld Screens/Python/NPC python.rpy", line 554, in new_npc_location_manager npc_Kimberly.location = tt_Kim[temp_kim_activity]["locationid"] KeyError: u'famdin' Windows-10-10.0.22621 Ren'Py 7.4.10.2164n Double Perception 4.2 Sat Oct 12 13:49:05 2024
The problem is that the bugs are numerous and often in repetitive scenes. So even if you ignore it, when you restart the scene it will start again. I even had one after work which caused my game to crash.Is the game unplayable due to bugs iuo / any game breaking ones ?
Ignore the bars,, let her catch you. if she is attracted to you good things will happenThe rule of spa massage is confusing. I managed to fill out all the bars under the body part in the chart, still can't get a happy ending.
Sorry I misread your post... I haven't played this version of the massage yet.How do you get caught in the massage event (not in the spa room)? View attachment 4305173
What variable you used to give time?Oh I forgot about the Massage job!...TBH I cheated at that, (using URM to give myself excessive amounts of time) I honestly don't quite remember the technique you are supposed to use (I think, quickly spam lotion to max then alternate between lotion and massaging (keeping lotion high to maximize impact) till that body part is done then repeat for the other sections iirc). But I agree, that minigame isn't fun (it's over complicated and the time to complete is far too short) it needs tweaked A LOT IMO to get to a place where it "works". And if it does remain "difficult" the payoff should be much better... cash is simply not enough.
As for the Spa date, to start with just let the bars get as high as you can without going over... then there is a mechanism in there where good things happen if they catch you looking when their stats are high enough (just like the shower).
SpaMassageTimerWhat variable you used to give time?
I just played the massage and it seems bugged, moving past the main massage part you should have 3 second to show the customer a good time but the section is frozen... is that the problem you were experiencing?The rule of spa massage is confusing. I managed to fill out all the bars under the body part in the chart, still can't get a happy ending.