Create and Fuck your AI Cum Slut -70% Summer Sale
x

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

3.60 star(s) 33 Votes

Pandak3r3n

New Member
Oct 5, 2024
4
0
She gives buffs. I've forgotten the details tho.
I see, i've had her for a while and she still not offering anything else besides asking for blood, what's the difference between giving her MC's blood compare to one of the girls' blood?
 

Pandak3r3n

New Member
Oct 5, 2024
4
0
I see, i've had her for a while and she still not offering anything else besides asking for blood, what's the difference between giving her MC's blood compare to one of the girls' blood?
And what are the effects of affinities with a certain religion factions?
 

KineticWTF

New Member
Jul 25, 2017
8
16
REMASTERED version of the game!

I've Notably upscaled everything from 720p to 1080p, made a map, re-worked the combat system, updated some UI, corrected visual glitches and bugs, added some forgotten renders, done some QoL, balancing, performance and file size optimisations and much more..

I always liked that game but replaying it I found that it could have some upgrades, Amaraine if you're still there, thanks for your work!

That's kinda sad to really see that health issue forced the dev to abruptly stop.. Damm life!
Some part of the code were left un-finished or disabled, I tried to restore/finish most of it ;)
The combat system now requires more from the player, if you're balsy : set the 'hard' monster scaling setting.

I play-tested a lot but I'm not sure about the balancing of mobs and skills so let me now if something feels off.
Please report any bugs or balance issues, I mean it's probably the last chance to get them fixed as I have a pretty accurate understanding of the game's code at the time.

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

Thank you for doing this Remaster. Damsels & Dungeons has always been one of my favorites here.

I've been a mostly-lurker for seven+ years but haven't contributed to any projects yet. I'd like to change that, if you have need of a skilled Daz artist. My content library is massive and I've been using Daz/Poser for ~twenty years.


Have also stuck my toes in RenPy but my skill there is pretty low.
 

zeranta

Member
Apr 23, 2023
258
236
Thank you for doing this Remaster. Damsels & Dungeons has always been one of my favorites here.

I've been a mostly-lurker for seven+ years but haven't contributed to any projects yet. I'd like to change that, if you have need of a skilled Daz artist. My content library is massive and I've been using Daz/Poser for ~twenty years.


Have also stuck my toes in RenPy but my skill there is pretty low.
If somehow you can rework on this one, know that you are another hero of a legend....
It always sadden me such great games yet so simple, are left out interest for no reasons.
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
666
1,212
Thank you for doing this Remaster. Damsels & Dungeons has always been one of my favorites here.

I've been a mostly-lurker for seven+ years but haven't contributed to any projects yet. I'd like to change that, if you have need of a skilled Daz artist. My content library is massive and I've been using Daz/Poser for ~twenty years.


Have also stuck my toes in RenPy but my skill there is pretty low.
It might come in usefull :sneaky:
 

Crel

Member
Jun 5, 2018
266
187
thank you for the remastered version of this, do appreciate you updating it and sharing the results!
 
  • Like
Reactions: Rolo

hinosit

Member
Aug 6, 2018
129
160
i found cheats for this game, activate the console with shit+o

—PLAYER—
  • Gold: gold=Y
  • Mana: mana=Y
  • Crystals: crystals=Y
  • Attention: attention=Y
  • Day: day=Y
—PARTY—
  • Strength: roster[X].str=Y
  • Dexterity: roster[X].dex=Y
  • Constitution: roster[X].con=Y
  • Intelligence: roster[X].int=Y
  • Wisdom: none available.
  • Charisma: not available.
  • Sexuality: roster[X].sexuality=Y
  • Hit Points: ???
  • Spell Points: ???
  • Level: level=Y {tip: 0=1}
  • Experience: roster[X].experience=Y
  • Affection: roster[X].affection=Y
  • Lust: roster[X].lust=Y
  • Rest Days Needed: roster[X].restdays=Y
  • Alignment: good, bad or somewhere in-between?
  • Add Trait: roster[X].traits.append(“Trait”)
  • Remove Trait: roster[X].traits.remove(“Trait”)
  • Add Fetish: roster[X].fetishes.append(“Fetish”)
  • Remove Fetish: roster[X].fetishes.remove(“Fetish”)
  • Name Change: ???
  • Class Change: ???
 

Pdoan

Active Member
Mar 1, 2018
898
705
i found cheats for this game, activate the console with shit+o

—PARTY—
  • Hit Points: ???
  • Spell Points: ???

  • Name Change: ???
  • Class Change: ???
Set max HP/SP:
roster[X].maxhp=Y
roster[X].maxsp=Y

Set surrent HP/SP:
roster[X].hp=Y
roster[X].sp=Y

Name change: roster[X].name = "NAME"
Class change: roster[X].npctype = "CLASS" (ex "Drow" or "Bard", ...)

Set pregnant days: roster[X].pregnant_days=Y (give birth at 90 days)

Reset head girl: head_girl = None


Repeat cheat, cheat combinations, apply cheat to all in the roster:
- Use up/down arrow key to cycle through previously used/typed cheats. Use left/right arrow key to move cursor.
- Use semi colon (";") to seperate cheats.
- Use "for x in range (0,len(roster)):" if want to apply the same cheat to all in roster.

For example: set all in roster to 99 HP, 99 SP and restore to full HP/SP
for x in range (0,len(roster)): roster[x].maxhp=99;roster[x].hp=99;roster[x].maxsp=99;roster[x].sp=99

Useful group or list of girls:
roster
managers (you need to remember the order or apply cheat to all)
whores (girls in brothel)
 

muschi26

Engaged Member
Jun 22, 2019
3,154
4,925
REMASTERED version of the game!

I've Notably upscaled everything from 720p to 1080p, made a map, re-worked the combat system, updated some UI, corrected visual glitches and bugs, added some forgotten renders, done some QoL, balancing, performance and file size optimisations and much more..

I always liked that game but replaying it I found that it could have some upgrades, Amaraine if you're still there, thanks for your work!

That's kinda sad to really see that health issue forced the dev to abruptly stop.. Damm life!
Some part of the code were left un-finished or disabled, I tried to restore/finish most of it ;)
The combat system now requires more from the player, if you're balsy : set the 'hard' monster scaling setting.

I play-tested a lot but I'm not sure about the balancing of mobs and skills so let me now if something feels off.
Please report any bugs or balance issues, I mean it's probably the last chance to get them fixed as I have a pretty accurate understanding of the game's code at the time.

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

I don’t know if you’re stilling tweaking this, but pregnancy seems to be completely broken. After I’ve bought the fertility potion and impregnated a girl, every time she tries to come up to tell me she’s pregnant, I get an error and have to roll back.
 

Heyesey

Member
Sep 28, 2017
334
375
Call me an idiot but how do you enter these cheats?
You're an idiot.

Well, no, but since you asked me to call you one ... actually the first time I got into ren'py games I had to ask the same qquestion. Lack of knowledge is not stupidity. :D

The console is opened by pressing shift-O. If that isn't working, it's because the console is disabled in a renpy file in yourgame folder.
Navigate to the game folder, subfolder "renpy," subfolder, "common" and find the file 00console.rpy

In that file, search for the line that says "config.console=false" .... now, if you're not an idiot you can probably guess what to do with that line, but just in case, the trick is to edit it to read "config.console=true" and you should find, next time you open the game, that shift+O now does open the console. Then you can type in the cheats as shown.
 

PurplePatch

Newbie
Sep 6, 2017
85
34
You're an idiot.

Well, no, but since you asked me to call you one ... actually the first time I got into ren'py games I had to ask the same qquestion. Lack of knowledge is not stupidity. :D

The console is opened by pressing shift-O. If that isn't working, it's because the console is disabled in a renpy file in yourgame folder.
Navigate to the game folder, subfolder "renpy," subfolder, "common" and find the file 00console.rpy

In that file, search for the line that says "config.console=false" .... now, if you're not an idiot you can probably guess what to do with that line, but just in case, the trick is to edit it to read "config.console=true" and you should find, next time you open the game, that shift+O now does open the console. Then you can type in the cheats as shown.
lol cheers. I was trying to figure it out and i just had multiple brain fades. So the help is appreciated. Despite the stupidity.

Was thinking, now i have to open and input some lines of code. But where and how was what i was getting stumped over. Cheers.
 
  • Like
Reactions: Shaneride

PurplePatch

Newbie
Sep 6, 2017
85
34
I couldnt get it working with the cheats. So i must be a complete drongo and dunce. Oh well. it isnt a bad game.
 
3.60 star(s) 33 Votes