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

3.60 star(s) 33 Votes

t727

Well-Known Member
Jan 4, 2018
1,515
1,707
There seem to be a bug with 1.13 as the basic leather armor are considered the type of 'Armor', but magical and fabled leather armors are of the type 'Leather Armor'. -snip-
Good find!

I see you altered the stats of the woman, I tried that too but then when I was out "adventuring" the team got instantly killed. All four of them dead before I even saw the combat frame/scene :S
 
Apr 21, 2018
452
481
I see you altered the stats of the woman, I tried that too but then when I was out "adventuring" the team got instantly killed. All four of them dead before I even saw the combat frame/scene :S
I don't know why some people's been getting that issue. I've not had that problem and I've been changing their stats via console since before the game hit 1.x.

But I have wrote a small "cheat patch" that essentially adds cheat codes for bulk change of character stats.

Simply put it inside the game folder. It shouldn't overwrite any files. If it does, just change the name of the file.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: NightShadeX

Bip

Active Member
Donor
May 4, 2017
734
2,093
Damsels 1.14 Release

It's release day. I'm excited!

The biggest changes in this release are look and feel changes, and I think you'll see the effects fairly quickly. A little more subtly, the sex menu has changed in all sorts of ways. This means there's a lot of new code there, and a fair amount of new text.
There's a new scene with Shamira, too.

As always, I welcome your feedback! Changelog to follow.

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

PC version: ,
Mac version: ,
 

Crosfyre

Newbie
Dec 29, 2018
38
55
Mac version 1.14 crashes at the beginning when trying to select your party's frontline troops and can't progress.
 
  • Like
Reactions: Skads

Darkenedlight

Newbie
Apr 25, 2018
97
82
Erm, that does not handle this error. (or it shouldn't)
A bad choice of word, fix would've been mod instead. Sorry for the confusion.
Well, for what it's worth, it did fix it. Went from multiple errors to showing everything, so I'm guessing something important changed between 1.13 and 1.14 in... I'm going to guess 01functions since we don't do anything yet, or combatscript because technically it's showing numbers used for combat. Just installed this and haven't touched Python, or any programming language in quite some time, so I'm literally just guessing here based on the file names.
 

t727

Well-Known Member
Jan 4, 2018
1,515
1,707
Well, for what it's worth, it did fix it. Went from multiple errors to showing everything, so I'm guessing something important changed between 1.13 and 1.14 in... I'm going to guess 01functions since we don't do anything yet, or combatscript because technically it's showing numbers used for combat. Just installed this and haven't touched Python, or any programming language in quite some time, so I'm literally just guessing here based on the file names.
Yeah, the
Code:
if len(sexy_list) > sexy_roster_counter:
                ui.text("{} remaining girls".format(len(sexy_list) - sexy_roster_counter -1), color = Color("#cccccc"), size = small_text_size)
Is in 01functions.rpy which my mod has altered.
I guess that removing these lines or using the old 01functions.rpy would mean that the new additions to this version would also be lost. i.e. the rest of the game might crash without notice.
I'll remove the lines from the new 01functions.rpy and see what happens.

[edit]
I commented the lines in 01functions.rpy from 1.14 above and the game seem to run without crashing.
However it would be nice to see what the developer has in store in regards of a bug-fix for this.
 
Last edited:

Darkenedlight

Newbie
Apr 25, 2018
97
82
Yeah, the
Code:
if len(sexy_list) > sexy_roster_counter:
                ui.text("{} remaining girls".format(len(sexy_list) - sexy_roster_counter -1), color = Color("#cccccc"), size = small_text_size)
Is in 01functions.rpy which my mod has altered.
I guess that removing these lines or using the old 01functions.rpy would mean that the new additions to this version would also be lost. i.e. the rest of the game might crash without notice.
I'll remove the lines from the new 01functions.rpy and see what happens.

[edit]
I commented the lines in 01functions.rpy from 1.14 above and the game seem to run without crashing.
However it would be nice to see what the developer has in store in regards of a bug-fix for this.
Went ahead and edited the line out as well after restoring the original version. I'll make sure to post if anything notable happens, but it did fix it again so you can actually choose who to add to your front line.
 

Andragon

Member
Mar 9, 2019
161
114
I'm getting this error when time to hire first employees after just arriving at the beginning of the game and can't continue. Tried reloading, tried the fix mod. Nothing works. Using windows

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/intro.rpy", line 60, in script call
    call OpeningInterviews
  File "game/intro.rpy", line 201, in script
    "You have [gold] gold"
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 58, in _window_show
    renpy.with_statement(None)
  File "game/01functions_backup.rpy", line 363, in display_stats_overlay
    if len(sexy_list) > sexy_roster_counter:
NameError: global name 'sexy_list' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/intro.rpy", line 60, in script call
    call OpeningInterviews
  File "game/intro.rpy", line 201, in script
    "You have [gold] gold"
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\ast.py", line 644, in execute
    statement_name("say")
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 58, in _window_show
    renpy.with_statement(None)
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\exports.py", line 1481, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2220, in do_with
    self.with_none()
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2244, in with_none
    self.compute_overlay()
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2341, in compute_overlay
    i()
  File "game/01functions_backup.rpy", line 363, in display_stats_overlay
    if len(sexy_list) > sexy_roster_counter:
NameError: global name 'sexy_list' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Damsels and Dungeons 1.14
Tue Jun 11 01:53:19 2019
 

Adrian24

Member
May 25, 2017
248
133
I know there is still long road ahead, but I'm interested when (version-wise) will the main story be finished. I mean, are we talking version 2.0, or does the author have some other number in mind. This question is only about main storyline quests.

BTW, great game!
 

xDEEPx

Active Member
Oct 7, 2017
547
167
I'm getting this error when time to hire first employees after just arriving at the beginning of the game and can't continue. Tried reloading, tried the fix mod. Nothing works. Using windows

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/intro.rpy", line 60, in script call
    call OpeningInterviews
  File "game/intro.rpy", line 201, in script
    "You have [gold] gold"
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 58, in _window_show
    renpy.with_statement(None)
  File "game/01functions_backup.rpy", line 363, in display_stats_overlay
    if len(sexy_list) > sexy_roster_counter:
NameError: global name 'sexy_list' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/intro.rpy", line 60, in script call
    call OpeningInterviews
  File "game/intro.rpy", line 201, in script
    "You have [gold] gold"
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\ast.py", line 644, in execute
    statement_name("say")
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 58, in _window_show
    renpy.with_statement(None)
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\exports.py", line 1481, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2220, in do_with
    self.with_none()
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2244, in with_none
    self.compute_overlay()
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2341, in compute_overlay
    i()
  File "game/01functions_backup.rpy", line 363, in display_stats_overlay
    if len(sexy_list) > sexy_roster_counter:
NameError: global name 'sexy_list' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Damsels and Dungeons 1.14
Tue Jun 11 01:53:19 2019
Having the same issue at the start...any fixes?
 

warpoyo

New Member
Oct 8, 2018
2
1
I'm getting this error when time to hire first employees after just arriving at the beginning of the game and can't continue. Tried reloading, tried the fix mod. Nothing works. Using windows

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/intro.rpy", line 60, in script call
    call OpeningInterviews
  File "game/intro.rpy", line 201, in script
    "You have [gold] gold"
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 58, in _window_show
    renpy.with_statement(None)
  File "game/01functions_backup.rpy", line 363, in display_stats_overlay
    if len(sexy_list) > sexy_roster_counter:
NameError: global name 'sexy_list' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/intro.rpy", line 60, in script call
    call OpeningInterviews
  File "game/intro.rpy", line 201, in script
    "You have [gold] gold"
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\ast.py", line 644, in execute
    statement_name("say")
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 58, in _window_show
    renpy.with_statement(None)
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\exports.py", line 1481, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2220, in do_with
    self.with_none()
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2244, in with_none
    self.compute_overlay()
  File "E:\H Games\Damsels-114-pc\Damsels-1.14-pc\renpy\display\core.py", line 2341, in compute_overlay
    i()
  File "game/01functions_backup.rpy", line 363, in display_stats_overlay
    if len(sexy_list) > sexy_roster_counter:
NameError: global name 'sexy_list' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Damsels and Dungeons 1.14
Tue Jun 11 01:53:19 2019
yep the same issue
 
  • Like
Reactions: xDEEPx

t727

Well-Known Member
Jan 4, 2018
1,515
1,707
Unofficial CTD intro hire fix for 1.14

Replace the current file in
<install path>\Damsels-1.14-pc\game

Disclaimer: There's no guarantee this won't affect functionality later in the game.
 
Last edited:
  • Like
Reactions: warpoyo
3.60 star(s) 33 Votes