Ren'Py Completed Damsels and Dungeons [v1.2.41 Remastered] [Amaraine]

3.60 star(s) 33 Votes

SomeGuy0000

New Member
Oct 3, 2018
11
8
I see now. Unfortunately, no. In the base game there is no way to stash girls besides using the brothel or managers.

However, in the code Amaraine states that mods for the game are fine as long as they're free. So I whipped up something that should work for you.

I made this with the v1.18.2 link on the front page. As long as you're using that version, it should be alright

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

Notes/Features:
You don't have permission to view the spoiler content. Log in or register now.
Wow much appreciated. Thanks for your time.
 
  • Like
Reactions: DrFree

Omega Deose

Well-Known Member
Dec 24, 2018
1,625
526
question how long does it takes for a pregant woman to give birth in this game do i really have to wait 9 month and how do i get isthars blessing and where is the lick king so i can become king and make a woman my queen
 
Last edited:

Brigma

Member
Jan 25, 2018
151
196
question how long does it takes for a pregant woman to give birth in this game do i really have to wait 9 month and how do i get isthars blessing and where is the lick king so i can become king and make a woman my queen
Pregnancy is 90 days
Blessing of Ishtar is acquired by going to Orech. Once there, go to temple of Ishtar and ask for the blessing. You may need to donate to the temple a few times.
Lich king is accessed by beating Catacombs > Tomb > Witch
 
  • Like
Reactions: DrFree

Omega Deose

Well-Known Member
Dec 24, 2018
1,625
526
Pregnancy is 90 days
Blessing of Ishtar is acquired by going to Orech. Once there, go to temple of Ishtar and ask for the blessing. You may need to donate to the temple a few times.
Lich king is accessed by beating Catacombs > Tomb > Witch
i just got the closed door open with the help of raphaelle but i still cant go very deep in it
 

ZTex

Engaged Member
Apr 3, 2019
2,896
4,182
I think the mod might have an issue as i've just downloaded both it and the final version of the game and tried to run them for the first time and ran into the following issue

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_SexyMenu is defined twice, at
  File "game/script.rpy", line 140 and
  File "game/script.rpy", line 142.

Ren'Py Version: Ren'Py 7.3.2.320
Sat Feb 01 22:01:19 2020
 

Brigma

Member
Jan 25, 2018
151
196
I think the mod might have an issue as i've just downloaded both it and the final version of the game and tried to run them for the first time and ran into the following issue

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_SexyMenu is defined twice, at
  File "game/script.rpy", line 140 and
  File "game/script.rpy", line 142.

Ren'Py Version: Ren'Py 7.3.2.320
Sat Feb 01 22:01:19 2020
That's not producing an error for me, very odd.

Thank you for the traceback. I merged the two lines, so now the function is only called once. Please let me know if this fixes the problem, or if anybody notices any other problems.


Also added a fix to an issue in the base game where the brothel manager wasn't teaching girls properly

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

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

ZTex

Engaged Member
Apr 3, 2019
2,896
4,182
That's not producing an error for me, very odd.
Thank you for the traceback. I merged the two lines, so now the function is only called once. Please let me know if this fixes the problem, or if anybody notices any other problems.
The new version launched without error.
 

vcxz

Newbie
May 7, 2017
15
13
That's not producing an error for me, very odd.

Thank you for the traceback. I merged the two lines, so now the function is only called once. Please let me know if this fixes the problem, or if anybody notices any other problems.
Damsels 1.18.2 Harem Mod v1.01

Also added a fix to an issue in the base game where the brothel manager wasn't teaching girls properly

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

Changelog:
You don't have permission to view the spoiler content. Log in or register now.
Harem Mod v1.01 gave me the following error when skipping to the next day:

While running game code:
File "game/script.rpy", line 62, in script
python:
File "game/script.rpy", line 69, in <module>
if girl not in orech_girls and not char.monster_girl():
AttributeError: 'unicode' object has no attribute 'monster_girl'

Was able to fix it by changing script.rpy (line 69) -> char.monster_girl() into girl.monster_girl(). Is this correct?
 

ZTex

Engaged Member
Apr 3, 2019
2,896
4,182
Brigma Your mod has a daily reporting error after you get the Brothel and Stock it with whores.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 215, in script
    $ daily_update()
  File "game/script.rpy", line 215, in <module>
    $ daily_update()
  File "game/01dailyupdate.rpy", line 350, in daily_update
    daily_brothel()
  File "game/01dailyupdate.rpy", line 374, in daily_brothel
    into_men_whores = [girl for girl in available_whores if girl.enjoysMen()]
AttributeError: 'unicode' object has no attribute 'enjoysMen'

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

Full traceback:
  File "game/script.rpy", line 215, in script
    $ daily_update()
  File "C:\Users\Tex\Downloads\Eroge\Damsels-118\Damsels-1.18\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Tex\Downloads\Eroge\Damsels-118\Damsels-1.18\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 215, in <module>
    $ daily_update()
  File "game/01dailyupdate.rpy", line 350, in daily_update
    daily_brothel()
  File "game/01dailyupdate.rpy", line 374, in daily_brothel
    into_men_whores = [girl for girl in available_whores if girl.enjoysMen()]
AttributeError: 'unicode' object has no attribute 'enjoysMen'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Damsels and Dungeons 1.18.2 Harem Mod
Wed Feb 05 16:07:53 2020
 

Brigma

Member
Jan 25, 2018
151
196
Harem Mod v1.01 gave me the following error when skipping to the next day:

While running game code:
File "game/script.rpy", line 62, in script
python:
File "game/script.rpy", line 69, in <module>
if girl not in orech_girls and not char.monster_girl():
AttributeError: 'unicode' object has no attribute 'monster_girl'

Was able to fix it by changing script.rpy (line 69) -> char.monster_girl() into girl.monster_girl(). Is this correct?
That should fix the problem. The code uses girl, char and babe interchangeably and sometimes for confusing reasons. I made that mistake a few times while testing, it'll probably pop up again. I'll fix it with another patch when I figure out the other bugs.
 
  • Like
Reactions: vcxz

Brigma

Member
Jan 25, 2018
151
196
That will avoid the bug for the time being. It doesn't allow Theodora or Aspasia to serve customers with regular requests and it doesn't account for lesbian girls w/out the bisexuality trait.

Pretty sure this bug is due to the fact that I never use the NPC whores and therefore didn't test anything with them. I actually avoided them when doing the code for the Harem because they're not real characters with traits/fetishes that I can check against. I'll get to work on fixing it.
 
3.60 star(s) 33 Votes