Stil996

Conversation Conqueror
Jr. Uploader
Jan 11, 2018
7,156
6,726
Okay, I tried this for a while, but I just can't for the sake of me figure out how to heal in the VR mode. Very annoying experience.
I'm guessing you haven't noticed that each screen requires you to scroll to see the full selection?
there are several ways to regain health.
  • A spell (DEF) called "Healing" :p, (don't confuse it for "Restoration" which restores your mana)
  • A spell (ATT) called "Bloodthirst" that lets you drain 20hp from your enemy and add it to your health,
  • The scrolls of "Healing" and "Great Healing" (ITEM) which you can find in loot or buy from merchants (Recipe Stand) in Town,
  • You can also buy upgrades from the Wizard in the Great Library which can add different attributes to your spells ... one of which is "Vampirism" (which heals you for a percentage of the damage that, that spell causes),
I wish the Dev would reorganise the UI so you can see all your spells without scrolling and it would be nice if you could use healing magic outside of combat.
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,102
10,069
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 4.3 + IC

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR or even MEGA

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

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 744 MB

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated my android port.
 
  • Like
Reactions: Xeron_Xr

Stil996

Conversation Conqueror
Jr. Uploader
Jan 11, 2018
7,156
6,726
Guys I don't understand how I can do this scene or this thing, can anyone help me?
View attachment 4255433
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.
 

PeterFox94

New Member
Aug 8, 2024
1
1
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.
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.
Choose: get money for last highscore option, until I have enough money for the gym.
Increase energy, spam the restaurant (position your coursor. where the repeat option will apear and klick away). P2W DOA.
 
  • Like
Reactions: Tor7

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,378
206,934
Double Perception [v4.4] [Zett]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

Brok TheDog

Active Member
Donor
Jun 2, 2018
661
812
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
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
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.:(
 

Brok TheDog

Active Member
Donor
Jun 2, 2018
661
812
Is the game unplayable due to bugs iuo / any game breaking ones ?
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.
 

homarkc

Active Member
Nov 12, 2018
888
340
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.
 
  • Like
Reactions: Tor7

Stil996

Conversation Conqueror
Jr. Uploader
Jan 11, 2018
7,156
6,726
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.
Ignore the bars,, let her catch you. if she is attracted to you good things will happen
 

homarkc

Active Member
Nov 12, 2018
888
340
Ignore the bars,, let her catch you. if she is attracted to you good things will happen
How do you get caught in the massage event (not in the spa room)? Also, the requirement for the scene is 260 affection 30 lust 20 corruption. Is that possible?
Spa massage.jpg
 
Last edited:

platypushperry

Engaged Member
Jul 20, 2022
2,319
4,925
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).
What variable you used to give time?
 
  • Like
Reactions: homarkc

indio68

Engaged Member
Sep 26, 2020
3,898
3,271
dev should cut off those requirements to get a scene..they are only causing issues and misunderstanding..and bugs..and he should make some story progress too...i played a bit , but now it's oly some new scenes added every time...booooring
 
3.50 star(s) 41 Votes