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

3.60 star(s) 33 Votes

Brigma

Member
Jan 25, 2018
151
196
Here it is.



I'm updating the original post. I'll credit you in the changelog
 
  • Like
Reactions: Pdoan

Shadowflux

New Member
Nov 8, 2019
5
7
I'm not trying to stop people from cheating, but I'm not going to provide tech support for cheating, either.

That having been said, I looked at the code to try to figure it out. If you give your characters a high enough combination of intelligence and dexterity, they will never actually get a turn in combat. That's because initiative is based on those two stats, and it counts down. It has to count down from *somewhere*. Furthermore, there are some situations in which characters act, and would get to act twice (or even infinitely) and are stopped by having their initiative set to a number I know the counter won't reach.

I know for a fact that you can fool with max hit points and hit points (.maxhp and hp) and not have a problem, because I regularly set those to 500 when I'm just trying to get to a part of the code to test. I don't see the point in doing this in game, but to each their own.

For anyone who dies (death) during adventure due to high stats cheating,
find in combatscript.rpy line:
def init(being):
and change its next line to:
return min(being.dex + being.int + renpy.random.randint(-2,2), 52)
It basically adds min function where 52 is max priority.
 

Macinnes

Active Member
Feb 19, 2020
781
793
Interesting concept I like it, but it needs more polish. It also needs a walkthrough/guide. You are left floundering with guessing what you should be doing and what does what. Also the scenes are just CG stills instead of animated. Managing the mana/gold/attention is a royal PITA. I ultimately resorted to cheats with the save editor. It would be nice to know how long pregnancies are supposed to last because I figured out how to get em that way but then your crew is out of commission. It's a good way to lose a healer or tank fast.
 
D

Deleted member 2248006

Guest
Guest
Guys can someone explain me how to make a pain slut and finally spank the shit out of her to complete Azzis quest? Cheats fine
 

Brigma

Member
Jan 25, 2018
151
196
So I downloaded the harem mode, how exactly do I send someone to the harem though?
First, make sure harem is enabled in the options menu. Next, make a girl into a slave, concubine or queen. The option to send her to the harem should then show up when talking to her.
 

Brigma

Member
Jan 25, 2018
151
196
Guys can someone explain me how to make a pain slut and finally spank the shit out of her to complete Azzis quest? Cheats fine
A girl needs to have the Masochist fetish or Perverse trait before spanking will be available. Then spanking is available if a girl comes to you with low lust. If her lust is too high however, she won't be interested in any kind of foreplay and you won't be able to spank her.
A more convenient way to complete the quest is to have a girl with the Masochist fetish and the Lazy trait. If you try to send that girl on an adventure, she will refuse to go and you can spank her to motivate her to go.


If you really want to cheat you can use the console commands to lower the lust of a girl who comes to you so she'll be interested in spanking.
If you just want the quest to be over, open the console and type:
afq_update("Masochism")
That should tell the game that the masochist part of the quest has been completed.
 
D

Deleted member 2248006

Guest
Guest
A girl needs to have the Masochist fetish or Perverse trait before spanking will be available. Then spanking is available if a girl comes to you with low lust. If her lust is too high however, she won't be interested in any kind of foreplay and you won't be able to spank her.
A more convenient way to complete the quest is to have a girl with the Masochist fetish and the Lazy trait. If you try to send that girl on an adventure, she will refuse to go and you can spank her to motivate her to go.


If you really want to cheat you can use the console commands to lower the lust of a girl who comes to you so she'll be interested in spanking.
If you just want the quest to be over, open the console and type:
afq_update("Masochism")
That should tell the game that the masochist part of the quest has been completed.
Thank you very much!
 
Mar 14, 2020
159
93
For anyone who dies (death) during adventure due to high stats cheating,
find in combatscript.rpy line:
def init(being):
and change its next line to:
return min(being.dex + being.int + renpy.random.randint(-2,2), 52)
It basically adds min function where 52 is max priority.
Bruh there's no way to use cheats on android...the only annoying thing is the HP potion costs keeps on increasing why the freak it's like this...I can easily earn 1000+ after a while but the daem HP potion price keeps of increasing...I can't even buy 3-4 it becomes over 200 per potion after a while...and daem 70% of the attacks misses and you can't even buy better weapons or armors...that smith house is pretty much useless...and leveling up after 5 lvl takes like forever to get to the next level...why should I play this ?
 

Brigma

Member
Jan 25, 2018
151
196
Nice mod. It's bit too late for me, since I already have my own personal mod. Still, I've learned a few new tricks from it.
Thanks. I tend to be super unreliable when it comes to commenting code, so if there is something you don't understand just ask.
 

stickman-g

New Member
Nov 25, 2017
9
6
The harem mod currently does everything I wanted it to do. I'm mostly just hunting down bugs that people haven't reported yet, for instance the girl menu gets very slow when you have many girls. For some reason I can't find, it's particularly noticeable on the Paladin and Drow. I'm starting to wonder if it's either a performance issue with my system or if the original code was just never designed to handle this many girls.

I've played around with some other features, but they aren't necessarily related to the harem so I didn't update it. I can add them if there's an interest in them.

If anyone has any ideas about improving the harem mod, I'm open to suggestions. Note that I can't change the art assets (as evidenced by my horrible harem button lol)
If you're still taking suggestions - perhaps a way to level up you attention endgame. In the early game it makes sense that you only have some much stamina but when you've built the perfect harem it would be nice if your reward was you can now satisfy them all properly. It also fits thematically because one of the rewards you get during the game is improved attention. Perhaps a quest in the desert where you can seek the water of life.
 

Brigma

Member
Jan 25, 2018
151
196
If you're still taking suggestions - perhaps a way to level up you attention endgame. In the early game it makes sense that you only have some much stamina but when you've built the perfect harem it would be nice if your reward was you can now satisfy them all properly. It also fits thematically because one of the rewards you get during the game is improved attention. Perhaps a quest in the desert where you can seek the water of life.
The the amount of attention you have is laughably small. I guess adding more girls only compounds the problem. It's no problem to add someway to increase it, just not sure how.

I'm not sure about a quest. It would either require new art or reusing old art, which always feels cheap to me. The game actually does increase your attention slightly when you get the blessing of Ishtar, why don't I just make that repeatable and you can increase it for some nominal amount of gold?
 

stickman-g

New Member
Nov 25, 2017
9
6
The the amount of attention you have is laughably small. I guess adding more girls only compounds the problem. It's no problem to add someway to increase it, just not sure how.

I'm not sure about a quest. It would either require new art or reusing old art, which always feels cheap to me. The game actually does increase your attention slightly when you get the blessing of Ishtar, why don't I just make that repeatable and you can increase it for some nominal amount of gold?
That makes perfect sense. At the very least you should have enough attention to have all 5 foursomes in the same day - IMO. Another minor improvement would be the ability to warp to the village/city after you conquer it and have pacified the roads. It seems strange that you rule a city but can't get there without having an adventure and then clicking "auto-combat" 10 or 15 times until you get there. Like "Visit Harem" - a visit "Orech" button?
 

Brigma

Member
Jan 25, 2018
151
196
That makes perfect sense. At the very least you should have enough attention to have all 5 foursomes in the same day - IMO. Another minor improvement would be the ability to warp to the village/city after you conquer it and have pacified the roads. It seems strange that you rule a city but can't get there without having an adventure and then clicking "auto-combat" 10 or 15 times until you get there. Like "Visit Harem" - a visit "Orech" button?
A warp button is something I can do in the future, I just have to think about it. The game sets up a lot of variables for the city/village based on who is in your party, it would be a mess if not done right. I'll need a new button too, and as we've established I'm not amazing at making them.

The repeatable quest for attention is added. With the blessing you should have 24 attention every day. Once you defeat the lich king, the blessing option becomes available again and can be repeated every time you go to Orech for 24 more attention each day. The blessing costs 5000 gold at first, but drops to 2500 gold if you conquer the city. I'll lower it some if it's too high, but it should be expensive since this is meant to be endgame stuff. Remember to activate the harem mod in the options menu for it to work.

I also implemented some of the things I mentioned that I was working on. They're working in my test build, but I haven't play tested them yet in this update so let me know if there are problems. These mods can be enabled or disabled with the harem option.
You don't have permission to view the spoiler content. Log in or register now.



I'll update the original link as well
 
  • Like
Reactions: lumberjack
Apr 3, 2018
64
33
I downloaded the harem mod but I don't see the option on where I can put girls in my harem but the mod is indeed downloaded since its in the menu when I open the game. I also can't find where I can set girls to my slave or my concubine
 
3.60 star(s) 33 Votes