[Makura cover soft] Dungeon and Bride

drchainchair2

Member
Mar 28, 2020
411
1,071
308
drchainchair2 I saw on your mod " Events may include forced impregnation and a cocksleeve training camp which will have lasting consequences, both for her and the party (see the H status screen). " what are the lasting concequences that you talk about for both her and the party?
Each step maxes out one of their stats (libido, exhibitionism, sensitivity). When she returns to the party, there is a chance for an event on inn check-in to raise party lust. Chance and lust increase depend on number of girls trained.
 
  • Like
Reactions: themagiman

themagiman

Well-Known Member
Mar 3, 2018
1,900
612
273
Each step maxes out one of their stats (libido, exhibitionism, sensitivity). When she returns to the party, there is a chance for an event on inn check-in to raise party lust. Chance and lust increase depend on number of girls trained.
Is when she returns you mean after she is pregnant and comes out of the waiting room? I fought to release 3 characters after they became mothers and one was pregnant so she went to the waiting room. Trying to get the inn event to happen but haven't seen anything yet with three girls trained who all became mothers.
 
Last edited:

Mana Renard

Member
Aug 5, 2020
138
118
119
For the love of God. No furry please
Angels still have their charm, though. Having an angel and a succubus in the same room, serving the same character, would be a fantastic idea.

As for the furry side, there are only a few types of female creatures that can be contracted: winged people, spiderwolves... oh! And fairies!

Why not let adorable fairies join the inn, too?
 

megamanx06

Member
Mar 13, 2019
369
374
231
I understand the sentiment, but 95% of monster-girls are categorically not "furry". And nothing in this game (that I am aware of) lands in that fringe 5%.
He could possibly be referring to the kobolds which do look vaguely like dudes in fursuits if you squint
But yeah there's definitely no furry in the official game, and I highly doubt any mods will add it since that would require adding art
 
Apr 9, 2020
86
14
102
Water dragon temple guide, i hate this dgn

1. B3F switch at N3 E4, dive go to B5F
2. Enter the room fight the Stone Golem, get Floodgate Key
3. Exit the room, climb ladder, and press the switch in the room
4. Use the key to open the door at B3F N16 E9 and press switch at the back
5. Use Magic Boat to climb the ladder at B3F N4 E13 and use the key to open the door
Press the switch in the room
6. Climb the ladder at B2F N5 E16 and press the switch
7. Dive into the water from around B1F N15 E7
Press switch at B3F N6 E7
8. Return to B1F and fall from around B1F N15 E7
Fall from around B2F N11 E2 and take the Magical Boat to the altar
9. Dive into the water and proceed to B5F boss Aqua Dragon
10. Aquamarine Magic Stone in the chest
1756093099465.png
how to do this part?the video tutorial is not include it
 

Nekunj

Newbie
Nov 3, 2019
48
17
18
Free mode is great if you treat it as a non h game. At least you can get rid of max. And most importantly you don't have to use Theo. I'd say just that is enough to put it above the main story mode.
 

EandY

Newbie
May 23, 2019
72
31
48
hello everyone
where can i download all the mod that you guys keep talking about here
thanks

this is ccmod
other mods, idk, i'm moding this myself too
drchainchair2 mind if i copy a few function that useful in your mod to my own? not all of the function that i can agree of
hat off for you to read 5000 lines of a non fiction novel and figuring out what is wrong with the game, i'm quite late on this

He could possibly be referring to the kobolds which do look vaguely like dudes in fursuits if you squint
But yeah there's definitely no furry in the official game, and I highly doubt any mods will add it since that would require adding art
possibility of adding more art work into the game but idk if my art would fit in or not since my skill in 2D is really not good
 
Last edited:

cleanfeel

Active Member
Jun 16, 2017
749
2,159
486
Feel free to give feedback on event frequency/difficulty. I've spent far more time playing with code instead of the game, so my perspective on balance may be a tad off. The core principle of being able to avoid NTR should remain, but you should have to earn it.
I'm not sure how the Libido mechanics work. I turned on your mod, ran into a single dungeon and all my girls are maxed out at 100 libido. The sexual harassment events from the mobs seems overpowered, I'm not sure they're suppose to all hit 100 libido (seems like a permanent stat that correlates with their Lust?)

In my opinion once Libido is at 100, my save is pretty much useless. Any inn events or lust raise tweaks are just a bandage. Unless there's a game mechanic I haven't figured out :shrug:
 
  • Like
Reactions: baggotswaggot

drchainchair2

Member
Mar 28, 2020
411
1,071
308
I'm not sure how the Libido mechanics work. I turned on your mod, ran into a single dungeon and all my girls are maxed out at 100 libido. The sexual harassment events from the mobs seems overpowered, I'm not sure they're suppose to all hit 100 libido (seems like a permanent stat that correlates with their Lust?)

In my opinion once Libido is at 100, my save is pretty much useless. Any inn events or lust raise tweaks are just a bandage. Unless there's a game mechanic I haven't figured out :shrug:


These numbers are per step taken. So at max lust of 200, it takes 500 steps to max out from 0.

This is the base JP game that increases the libido value, which I haven't changed. Maybe I should since using the mod will make it so everyone has higher lust on average, making it go up more than intended.



This is from my mod, which decreases it over time.
 
Last edited:

ScholarOfTheFirstSin

Active Member
Jan 13, 2019
721
1,627
276
convincing



These numbers are per step taken. So at max lust of 200, it takes 500 steps to max out from 0.

This is the base JP game that increases the libido value, which I haven't changed. Maybe I should since using the mod will make it so everyone has higher lust on average, making it go up more than intended.



This is from my mod, which decreases it over time.
thanks for all your work drchain (づ ᴗ _ ᴗ) づ ♡
 

cleanfeel

Active Member
Jun 16, 2017
749
2,159
486
convincing



These numbers are per step taken. So at max lust of 200, it takes 500 steps to max out from 0.

This is the base JP game that increases the libido value, which I haven't changed. Maybe I should since using the mod will make it so everyone has higher lust on average, making it go up more than intended.



This is from my mod, which decreases it over time.
Your code may not work as you intended...

if(sf.ccmod_HeatMult != 10)
{
if (desire > model.desire / 2 && sex == "女")
{
// Provide a gradual decrease to libido to offset higher heat mults
// that make this go up crazy fast
desire -= desire / 2500;
}
}
First, this Libido / Desire decrease only works if Heat Mult is NOT the default (which is 10)

Then, if desire > model.desire / 2...
Doesn't this always resolve to true?

If desire is 100, and on top of at the initialize function desire = model.desire. So if 100 > 50? What's the point of this logic?
Finally, desire -= desire/2500
So 100 -= 0.4 on the first trigger of the step function?
Assuming this logic works, it doesn't run in my game. I expect to see ANY Libido decrease as I run around the map but for all female characters it stays at 100.
---
I don't know who did it, the JP version or you, but the fact that Lust doesn't go down after a successful night at the inn (where MC protects the girls from being raped) is quite puzzling.
---
If you can't figure out the logic, I'd appreciate it if you add some mechanic (an item, or a UI Option) to reset all the FMC's Desire back to zero. My saves are basically unplayable; I discovered the "issue" too late and all my FMCs are permanent 100 Libido.
 
Last edited:
  • Like
Reactions: CobraPL

drchainchair2

Member
Mar 28, 2020
411
1,071
308
Your code may not work as you intended...



First, this Libido / Desire decrease only works if Heat Mult is NOT the default (which is 10)

Then, if desire > model.desire / 2...
Doesn't this always resolve to true?

If desire is 100, and on top of at the initialize function desire = model.desire. So if 100 > 50? What's the point of this logic?
Finally, desire -= desire/2500
So 100 -= 0.4 on the first trigger of the step function?
Assuming this logic works, it doesn't run in my game. I expect to see ANY Libido decrease as I run around the map but for all female characters it stays at 100.
---
I don't know who did it, the JP version or you, but the fact that Lust doesn't go down after a successful night at the inn (where MC protects the girls from being raped) is quite puzzling.
---
If you can't figure out the logic, I'd appreciate it if you add some mechanic (an item, or a UI Option) to reset all the FMC's Desire back to zero. My saves are basically unplayable; I discovered the "issue" too late and all my FMCs are permanent 100 Libido.
It is intended that the mod option be used to make my changes work.

desire != model.desire. There's that nifty extra word 'model' in there (see: model.tsv).

Init function is not the same as load/save data... or else how would save games work?

100/2500 = 0.04

If you want to drop them all back down to zero, grab the file, make the edit (double check your math with a calculator), then pack it into a patch for your own game.
 
  • Like
Reactions: CobraPL

hu_man

New Member
Oct 24, 2020
6
3
68
lmao the vampire lord at the castle is just exp pinata. yea sure bud keep coming back to life i appreciate the ez exp.

speaking of exp grind whats the best level grind spot anyone know?
 
Last edited:

terratest

Member
Aug 5, 2017
323
178
230
How do you trigger events at the inn?
I have my affection levels past the point i can see the number but I only saw the first few events where they talk
 

CobraPL

NTR PALADIN
Donor
Sep 3, 2016
2,503
4,808
510
It is intended that the mod option be used to make my changes work.

desire != model.desire. There's that nifty extra word 'model' in there (see: model.tsv).

Init function is not the same as load/save data... or else how would save games work?

100/2500 = 0.04

If you want to drop them all back down to zero, grab the file, make the edit (double check your math with a calculator), then pack it into a patch for your own game.
Well, in my save the girls were capped at 100 libido very soon. I walked a lot and it did not drop below 100 then... Maybe it's fixed somehow. I just used CTRL inn cheat (if you have it pressed, you have unlimited inn actions) and lowered heat to zero.

BTW. What is the rumor mechanic? I realized one girl had Alex's one shield down and wondered why...

How does patch setup work? Do I need to hit it on every update?
 
Last edited:

drchainchair2

Member
Mar 28, 2020
411
1,071
308
Well, in my save the girls were capped at 100 libido very soon. I walked a lot and it did not drop below 100 then... Maybe it's fixed somehow. I just used CTRL inn cheat (if you have it pressed, you have unlimited inn actions) and lowered heat to zero.

BTW. What is the rumor mechanic? I realized one girl had Alex's one shield down and wondered why...

How does patch setup work? Do I need to hit it on every update?
Libido will only drop if the rate of decrease is more than the rate of increase. At 200 lust and 100 libido, that's +0.2 -0.04 per step in the current mod, though I am revisiting this to make the increase a bit more gradual.

If rumor is triggered by a girl that was trained by Alex, you get message that says so when checking in at an inn. Party lust increase, chance for girl guard decrease (same as Pheromone Powder).

The patch_setup.bat is just for me to use to only pack the files I need for the mod so I don't repack the entire dev patch and translation. Unless you're building your own .xp3 you can ignore it.
 
  • Like
Reactions: CobraPL

CobraPL

NTR PALADIN
Donor
Sep 3, 2016
2,503
4,808
510
Libido will only drop if the rate of decrease is more than the rate of increase. At 200 lust and 100 libido, that's +0.2 -0.04 per step in the current mod, though I am revisiting this to make the increase a bit more gradual.

If rumor is triggered by a girl that was trained by Alex, you get message that says so when checking in at an inn. Party lust increase, chance for girl guard decrease (same as Pheromone Powder).

The patch_setup.bat is just for me to use to only pack the files I need for the mod so I don't repack the entire dev patch and translation. Unless you're building your own .xp3 you can ignore it.
Hmm... rumor system is sth adding a new layer of gameplay. It complicates things ofc, but still...
I was thinking how to push it further... Like any girl which had sex with other male will tell that next time she sleeps with girls only.
The problem is that a mechanic to regain shields will be needed to avoid fuckfest. For example powder used on MC could add one shield for every female on every adversary male. Just an example.
 

CobraPL

NTR PALADIN
Donor
Sep 3, 2016
2,503
4,808
510
OP updated with v3 version of 1.28 translation. Code is the same as Xebit's v2 (fixed) version and ccmod already has it. if you downloaded it recently, no need to re-download.

Changes:
- Added English txt files translated by Sayasaya111
- Xebit's notes added to English readme
- ccmod link to master not to a branch
 
  • Like
Reactions: f95_user