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

3.60 star(s) 33 Votes

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
v1-2-4 error when click first time on Uriel in "Monster Girls":
While running game code:
File "game/NPCEncounters.rpy", line 62, in script
$ char = [x for x in roster if x.npctype == "Arcangel"][0]
File "game/NPCEncounters.rpy", line 62, in <module>
$ char = [x for x in roster if x.npctype == "Arcangel"][0]
IndexError: list index out of range
-Ignoring she is on roster and in "Monster Girls" to.
Do you confirm the bug happens when she was not yet in the roster ?
Try this fix at game\NPCEncounters.rpy:
 
  • Like
Reactions: Rolo

ehesse

Newbie
Jan 6, 2018
65
17
Do you confirm the bug happens when she was not yet in the roster ?
Try this fix at game\NPCEncounters.rpy:
No errors with this. But found another one :
While running game code:
File "game/script.rpy", line 182, in script
$ daily_update()
File "game/script.rpy", line 182, in <module>
$ daily_update()
File "game/01dailyupdate.rpy", line 334, in daily_update
daily_brothel()
File "game/01dailyupdate.rpy", line 383, in daily_brothel
for _fetish in girl.fetishes:
AttributeError: 'unicode' object has no attribute 'fetishes'
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
No errors with this. But found another one :
While running game code:
File "game/script.rpy", line 182, in script
$ daily_update()
File "game/script.rpy", line 182, in <module>
$ daily_update()
File "game/01dailyupdate.rpy", line 334, in daily_update
daily_brothel()
File "game/01dailyupdate.rpy", line 383, in daily_brothel
for _fetish in girl.fetishes:
AttributeError: 'unicode' object has no attribute 'fetishes'
F, that's a typo, try :
 

ehesse

Newbie
Jan 6, 2018
65
17
Can you send the error?
While running game code:
File "game/script.rpy", line 182, in script
$ daily_update()
File "game/script.rpy", line 182, in <module>
$ daily_update()
File "game/01dailyupdate.rpy", line 334, in daily_update
daily_brothel()
File "game/01dailyupdate.rpy", line 383, in daily_brothel
for _fetish in _girl.fetishes:
AttributeError: 'unicode' object has no attribute 'fetishes'

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

Full traceback:
File "game/script.rpy", line 182, in script
$ daily_update()
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 182, in <module>
$ daily_update()
File "game/01dailyupdate.rpy", line 334, in daily_update
daily_brothel()
File "game/01dailyupdate.rpy", line 383, in daily_brothel
for _fetish in _girl.fetishes:
AttributeError: 'unicode' object has no attribute 'fetishes'

Windows-10-10.0.17763 AMD64
Ren'Py 7.5.1.22070801
Damsels and Dungeons 1.2.4_REMASTERED
Sun Dec 31 03:20:55 2023
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
I guess this would solve the issue but that's weird.
Do any of the girls in the brothel has something special ?
 

Rolo

Well-Known Member
Jul 14, 2017
1,342
1,363
Money issue: Yeah, with Aristrocrat (gold=300) it’s working, but tbh I was totally lucky with rng.

Went to Chateau for Sorceress on day 1, got home again without losses.
Got enough money to get Paladin from temple on day 5.
Fortunately, I did not meet these overwhelming reavers gangs who rape dominas or temple girls.

Day 40: money still extremely short, but I survive. Have lot of fun.

I really liked the new stuff in 1.2.4
Giant is special now, wow.
Many other things from changelog. Love them. Thanks Ninoss.

Btw. now we can read stats even when girl names are 9 letters. Yay. Oh no, its not. I have to shorten the names...
 
Last edited:

BGRW2020

Well-Known Member
Jul 8, 2020
1,835
1,755
Really think the 5 days rest is too long, 3 would be better - like the game but there could also be some items found that don't have the fetishes attached, I know that the angelic spell can reverse these but magic should be equal to all which includes normal and straight ones
 

Rolo

Well-Known Member
Jul 14, 2017
1,342
1,363
Really think the 5 days rest is too long, 3 would be better ...
Rest was 7 days. Ninoss shortened it to 5, which I personally think is just perfect. Changing that would implicate to adapt the whole balancing in many aspects. I think Ninoss did really great with balancing.

And less than 5 just would not feel right impo.
I love to shorten these 5 days with the energize spell - down to 4, 3, 2 days - when there is enough mana for it.
Thats just perfect.

- like the game but there could also be some items found that don't have the fetishes attached, I know that the angelic spell can reverse these but magic should be equal to all which includes normal and straight ones
Examples?
 
Last edited:
3.60 star(s) 33 Votes